Documentation
¶
Index ¶
Constants ¶
View Source
const (
SERVICE = "service"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeliveryBuilder ¶
type DeliveryBuilder struct {
ModuleBuilder
}
type ModuleBuilder ¶
type ModuleBuilder struct { Source parser.ParserInterface Destination string Info base.ModuleInfoInterface }
type ModuleBuilderInterface ¶
type ModuleBuilderInterface interface { SetSource(in string) GetSource() parser.ParserInterface SetDestination(in string, name string) GetDestination() string GetInfo() base.ModuleInfoInterface SetupFolder() Create() (_interface []byte, _implement []byte, _test []byte) General() (_interface []byte, _implement []byte, _test []byte) Save(_interface []byte, _implement []byte, _test []byte) }
Click to show internal directories.
Click to hide internal directories.