Documentation
¶
Index ¶
- type ChannelCommand
- func (channelCommand *ChannelCommand) CodeSnipet1()
- func (channelCommand *ChannelCommand) CodeSnipet2()
- func (channelCommand *ChannelCommand) CodeSnipet3()
- func (channelCommand *ChannelCommand) CodeSnipet4()
- func (channelCommand *ChannelCommand) CodeSnipet5()
- func (channelCommand *ChannelCommand) CodeSnipet6()
- func (channelCommand *ChannelCommand) Help() string
- func (channelCommand *ChannelCommand) Run(args []string) int
- func (channelCommand *ChannelCommand) Synopsis() string
- type Request
- type SubCommand
- type VersionCommand
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChannelCommand ¶
ChannelCommand is a Command implementation for specifying the command...
func (*ChannelCommand) CodeSnipet1 ¶
func (channelCommand *ChannelCommand) CodeSnipet1()
CodeSnipet1 ...
func (*ChannelCommand) CodeSnipet2 ¶
func (channelCommand *ChannelCommand) CodeSnipet2()
CodeSnipet2 ...
func (*ChannelCommand) CodeSnipet3 ¶
func (channelCommand *ChannelCommand) CodeSnipet3()
CodeSnipet3 ...
func (*ChannelCommand) CodeSnipet4 ¶
func (channelCommand *ChannelCommand) CodeSnipet4()
CodeSnipet4 ...
func (*ChannelCommand) CodeSnipet5 ¶
func (channelCommand *ChannelCommand) CodeSnipet5()
CodeSnipet5 ...
func (*ChannelCommand) CodeSnipet6 ¶
func (channelCommand *ChannelCommand) CodeSnipet6()
CodeSnipet6 ...
func (*ChannelCommand) Help ¶
func (channelCommand *ChannelCommand) Help() string
Help returns the help for the command
func (*ChannelCommand) Run ¶
func (channelCommand *ChannelCommand) Run(args []string) int
Run runs the command
func (*ChannelCommand) Synopsis ¶
func (channelCommand *ChannelCommand) Synopsis() string
Synopsis resturns the synopsis for the command
type SubCommand ¶
SubCommand is a Command implementation for specifying the command...
func (*SubCommand) Synopsis ¶
func (c *SubCommand) Synopsis() string
Synopsis resturns the synopsis for the command
type VersionCommand ¶
VersionCommand is a Command implementation prints the version.
func (*VersionCommand) Help ¶
func (c *VersionCommand) Help() string
Help returns the help for the command
func (*VersionCommand) Synopsis ¶
func (c *VersionCommand) Synopsis() string
Synopsis resturns the synopsis for the command
Click to show internal directories.
Click to hide internal directories.