Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Tag is set at build time. Tag string // SHA is set at build time. SHA 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 Renderer ¶
type Renderer struct {
// contains filtered or unexported fields
}
Renderer implements echo.Renderer
type ServeOptions ¶
type ServeOptions struct { Storage string BackendPort string UIPort string VaultAddress string Discoverers []string }
ServeOptions is used to configure the server.
Click to show internal directories.
Click to hide internal directories.