Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Flags ¶
type Flags map[string]interface{}
Flags represents values for flags to be passed to Vitess binaries.
The keys for this map should *not* have any leading '-' characters. These will be added when the flags are formatted as a command line.
The values can be any type that can be converted to string with the `%v` format specifier in fmt.Sprintf().
func (Flags) FormatArgs ¶
FormatArgs returns the flags as a flattened list of command-line args in the format needed for a Container spec.
Click to show internal directories.
Click to hide internal directories.