Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { MainPath string BuildOptions []buildutils.BuildOption Command []string Args ProcessArgs MergeArgs func(customArgs, defaultArgs ProcessArgs) ProcessArgs ETCDServers []string Host string Port int CertDir string AttachOutput bool Stdout io.Writer Stderr io.Writer HealthTimeout time.Duration WaitTimeout time.Duration }
type ProcessArgs ¶
func EmptyProcessArgs ¶
func EmptyProcessArgs() ProcessArgs
func MergeArgs ¶
func MergeArgs(customArgs, defaultArgs ProcessArgs) ProcessArgs
func (ProcessArgs) Set ¶
func (p ProcessArgs) Set(key string, values ...string) ProcessArgs
Click to show internal directories.
Click to hide internal directories.