Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TCPCheckCmd ¶
type TCPCheckCmd struct {
// contains filtered or unexported fields
}
TCPCheckCmd cli adapter for execution infrastructure implementation of subcommands.Command interface
func NewTCPCheckCmd ¶
func NewTCPCheckCmd() *TCPCheckCmd
func (*TCPCheckCmd) Execute ¶
func (p *TCPCheckCmd) Execute(ctx context.Context, f *flag.FlagSet, args ...interface{}) subcommands.ExitStatus
Execute is a method handle command execution. It adapter between cli and business logic
func (*TCPCheckCmd) Name ¶
func (*TCPCheckCmd) Name() string
func (*TCPCheckCmd) SetFlags ¶
func (p *TCPCheckCmd) SetFlags(f *flag.FlagSet)
func (*TCPCheckCmd) Synopsis ¶
func (*TCPCheckCmd) Synopsis() string
func (*TCPCheckCmd) Usage ¶
func (*TCPCheckCmd) Usage() string
Click to show internal directories.
Click to hide internal directories.