Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Flags ¶
type Flags struct { DefaultVersion string Version string Dir string ConfigFile string // Titleize allows to override the titleize. You want to use this, e.g. for preserving casing // for xDS (the default titleize gives Xds). Titleize func(string) string // contains filtered or unexported fields }
Flags holds common flags that can be shared across services.
func (*Flags) IsDisabled ¶
IsDisabled returns true when a managed service is disabled.
Click to show internal directories.
Click to hide internal directories.