Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option interface { ReadOnlyOption SetValue(OptionValue) IsSet() bool }
type OptionValue ¶
type OptionValue string
func (OptionValue) ToString ¶
func (v OptionValue) ToString() string
type ReadOnlyOption ¶
type ReadOnlyOption interface { Key() OptionKey Value() OptionValue }
Click to show internal directories.
Click to hide internal directories.