Documentation ¶ Index ¶ type InitInfo func (i *InitInfo) FlagInit() error type StackFlag func (f StackFlag) FlagStacks() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type InitInfo ¶ type InitInfo struct { Service string Stack string Database string Directory string } func (*InitInfo) FlagInit ¶ func (i *InitInfo) FlagInit() error type StackFlag ¶ type StackFlag struct { // all available stacks status A bool // all existing stacks status E bool // web stacks status W bool // mobile stacks status M bool // backend stacks status B bool } func (StackFlag) FlagStacks ¶ func (f StackFlag) FlagStacks() string Source Files ¶ View all Source files init.go stacks.go Click to show internal directories. Click to hide internal directories.