Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Tag is set at build time. Tag string // GitCommit is set at build time. GitCommit string // Built is set at build time. Built string )
Functions ¶
func PrintLongVersion ¶
func PrintLongVersion()
PrintLongVersion prints verbose version information.
Types ¶
type ImplementOptions ¶
ImplementOptions is used to configure the client.
type Plan ¶
type Plan struct { Templates map[string]*Template `yaml:"templates"` Script *string `yaml:"script,omitempty"` }
Plan represents a plan.
type ServeOptions ¶
ServeOptions is used to configure the server.
Click to show internal directories.
Click to hide internal directories.