Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
Events miv1.EventsClient
SwitchTracker miv1.SwitchTrackerClient
// contains filtered or unexported fields
}
type ListSwitches ¶
type ListSwitches struct {
// contains filtered or unexported fields
}
miListSwitches implements the "list-switches" subcommand. ListSwitches implements the "list-switches" subcommand.
func (*ListSwitches) Execute ¶
func (ls *ListSwitches) Execute(ctx context.Context, f *flag.FlagSet, _ ...interface{}) subcommands.ExitStatus
func (*ListSwitches) Name ¶
func (*ListSwitches) Name() string
func (*ListSwitches) SetFlags ¶
func (ls *ListSwitches) SetFlags(f *flag.FlagSet)
func (*ListSwitches) Synopsis ¶
func (*ListSwitches) Synopsis() string
func (*ListSwitches) Usage ¶
func (*ListSwitches) Usage() string
type Switch ¶
type Switch struct {
// contains filtered or unexported fields
}
Switch implements the "switch" subcommand which changes the front member.
func (*Switch) Execute ¶
func (s *Switch) Execute(ctx context.Context, f *flag.FlagSet, _ ...interface{}) subcommands.ExitStatus
type WhoIsFront ¶
type WhoIsFront struct {
// contains filtered or unexported fields
}
func (*WhoIsFront) Execute ¶
func (wif *WhoIsFront) Execute(ctx context.Context, f *flag.FlagSet, _ ...interface{}) subcommands.ExitStatus
func (*WhoIsFront) Name ¶
func (*WhoIsFront) Name() string
func (*WhoIsFront) SetFlags ¶
func (wif *WhoIsFront) SetFlags(f *flag.FlagSet)
func (*WhoIsFront) Synopsis ¶
func (*WhoIsFront) Synopsis() string
func (*WhoIsFront) Usage ¶
func (*WhoIsFront) Usage() string
Click to show internal directories.
Click to hide internal directories.