Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Build ¶
type Build struct {
ImportCommand
TargetPath string `` /* 129-byte string literal not displayed */
Mode string `short:"m" long:"run-mode" description:"The mode to run the application in"`
CopySource bool `short:"s" long:"include-source" description:"Copy the source code as well"`
}
type Clean ¶
type Clean struct {
ImportCommand
}
type ImportCommand ¶
type ImportCommand struct {
ImportPath string `short:"a" long:"application-path" description:"Path to application folder" required:"false"`
}
type New ¶
type New struct {
ImportCommand
SkeletonPath string `short:"s" long:"skeleton" description:"Path to skeleton folder (Must exist on GO PATH)" required:"false"`
Package string `` /* 149-byte string literal not displayed */
NotVendored bool `` /* 195-byte string literal not displayed */
Run bool `short:"r" long:"run" description:"True if you want to run the application right away"`
Callback func() error
}
type Package ¶
type Package struct {
ImportCommand
TargetPath string `short:"t" long:"target-path" description:"Full path and filename of target package to deploy" required:"false"`
Mode string `short:"m" long:"run-mode" description:"The mode to run the application in"`
CopySource bool `short:"s" long:"include-source" description:"Copy the source code as well"`
}
type Run ¶
type Run struct {
ImportCommand
Mode string `short:"m" long:"run-mode" description:"The mode to run the application in"`
Port int `short:"p" long:"port" default:"-1" description:"The port to listen" `
NoProxy bool `` /* 141-byte string literal not displayed */
}
type Test ¶
type Test struct {
ImportCommand
Mode string `short:"m" long:"run-mode" description:"The mode to run the application in"`
Function string `short:"f" long:"suite-function" description:"The suite.function"`
}
type Version ¶
type Version struct {
ImportCommand
}
Click to show internal directories.
Click to hide internal directories.