Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AsyncCommandsStruct ¶
type AsyncCommandsStruct struct {
Commands []*CommandStruct
}
type CommandStruct ¶
type CommandStruct struct { Command string Async bool DefaultCommandStruct // contains filtered or unexported fields }
func GetAttributesStruct ¶
func GetAttributesStruct() *CommandStruct
type Commander ¶
type Commander struct { AsyncCommands *AsyncCommandsStruct Output *responser.ResponseStruct Channel chan bool }
func (*Commander) CreateAsyncGroup ¶
func (t *Commander) CreateAsyncGroup()
func (*Commander) RunAsyncCommands ¶
func (*Commander) Runner ¶
func (t *Commander) Runner(command *CommandStruct, asyncGroup bool)
Click to show internal directories.
Click to hide internal directories.