Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FlagAdapter ¶
type FlagAdapter struct{}
func (*FlagAdapter) Name ¶
func (g *FlagAdapter) Name() string
type FlagAdapterConfig ¶
type FlagAdapterConfig struct {
Flag string `json:"flag"`
}
type FlagAnswer ¶
type FlagAnswer struct {
Flag string `json:"flag"`
}
Click to show internal directories.
Click to hide internal directories.