Documentation
¶
Index ¶
- Constants
- func NewHttpBuilder(source string, filename string, destination string, pkg string) builder.ModuleBuilderInterface
- type HttpBuilder
- func (r *HttpBuilder) Create() (_interface []byte, _implement []byte, _test []byte)
- func (r *HttpBuilder) General() (_interface []byte, _implement []byte, _test []byte)
- func (r *HttpBuilder) GetDestination() string
- func (r *HttpBuilder) GetInfo() base.ModuleInfoInterface
- func (r *HttpBuilder) GetSource() parser.ParserInterface
- func (r *HttpBuilder) Save(_interface []byte, _implement []byte, _test []byte)
- func (r *HttpBuilder) SetDestination(in string, name string)
- func (r *HttpBuilder) SetSource(in string)
- func (r *HttpBuilder) SetupFolder()
Constants ¶
View Source
const ( GRPC = "grpc" CLI = "cmd" )
View Source
const (
HTTP = "http"
)
Variables ¶
This section is empty.
Functions ¶
func NewHttpBuilder ¶
Types ¶
type HttpBuilder ¶
type HttpBuilder struct { builder.ModuleBuilder Template delivery.HttpTemplate }
func (*HttpBuilder) Create ¶
func (r *HttpBuilder) Create() (_interface []byte, _implement []byte, _test []byte)
func (*HttpBuilder) General ¶
func (r *HttpBuilder) General() (_interface []byte, _implement []byte, _test []byte)
func (*HttpBuilder) GetDestination ¶
func (r *HttpBuilder) GetDestination() string
func (*HttpBuilder) GetInfo ¶
func (r *HttpBuilder) GetInfo() base.ModuleInfoInterface
func (*HttpBuilder) GetSource ¶
func (r *HttpBuilder) GetSource() parser.ParserInterface
func (*HttpBuilder) Save ¶
func (r *HttpBuilder) Save(_interface []byte, _implement []byte, _test []byte)
func (*HttpBuilder) SetDestination ¶
func (r *HttpBuilder) SetDestination(in string, name string)
func (*HttpBuilder) SetSource ¶
func (r *HttpBuilder) SetSource(in string)
func (*HttpBuilder) SetupFolder ¶
func (r *HttpBuilder) SetupFolder()
Click to show internal directories.
Click to hide internal directories.