Documentation
¶
Index ¶
- func NewCreateCaCommand() app.CommandInterface
- func NewCreateClientCommand() app.CommandInterface
- func NewCreateServerCommand() app.CommandInterface
- func NewDebugClientCommand() app.CommandInterface
- func NewDnCommand() app.CommandInterface
- func NewHostCommand() app.CommandInterface
- func NewListenCommand() app.CommandInterface
- type Container
- func (c *Container) AddFlags(set *pflag.FlagSet)
- func (c *Container) Env(s string) string
- func (c *Container) GetApp() *app.App
- func (c *Container) GetArgs() []string
- func (c *Container) GetCurrent() app.CommandInterface
- func (c *Container) GetFlags() *pflag.FlagSet
- func (c *Container) GetLogger() *logger.Logger
- func (c *Container) GetVerboseLevel() int
- func (c *Container) SetApp(a *app.App)
- func (c *Container) SetCurrent(a app.CommandInterface)
- type CreateCaCommand
- type CreateClientCommand
- type CreateServerCommand
- type DebugClientCommand
- type ListenCommand
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCreateCaCommand ¶
func NewCreateCaCommand() app.CommandInterface
func NewCreateClientCommand ¶
func NewCreateClientCommand() app.CommandInterface
func NewCreateServerCommand ¶
func NewCreateServerCommand() app.CommandInterface
func NewDebugClientCommand ¶
func NewDebugClientCommand() app.CommandInterface
func NewDnCommand ¶
func NewDnCommand() app.CommandInterface
func NewHostCommand ¶
func NewHostCommand() app.CommandInterface
func NewListenCommand ¶
func NewListenCommand() app.CommandInterface
Types ¶
type Container ¶
type Container struct {
// contains filtered or unexported fields
}
func (*Container) GetCurrent ¶
func (c *Container) GetCurrent() app.CommandInterface
func (*Container) GetVerboseLevel ¶
func (*Container) SetCurrent ¶
func (c *Container) SetCurrent(a app.CommandInterface)
type CreateCaCommand ¶
type CreateCaCommand struct {
// contains filtered or unexported fields
}
type CreateClientCommand ¶
type CreateClientCommand struct {
// contains filtered or unexported fields
}
type CreateServerCommand ¶
type CreateServerCommand struct {
// contains filtered or unexported fields
}
type DebugClientCommand ¶
type DebugClientCommand struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.