Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChannelRequester ¶
type ChannelRequester interface { GetRequestId() string SetRequestId(string) GetRootId() string SetRootId(string) GetCommand() string SetCommand(string) GetChanOutput() chan ChannelResponser SetChanOutput(chan ChannelResponser) }
Click to show internal directories.
Click to hide internal directories.