Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CmdChannelRequest ¶
type CmdChannelRequest struct { CmdChannelCmdName string CmdChannelCmdHash string IntegrationName string IntegrationArgs []string Metadata map[string]interface{} }
CmdChannelRequest DTO storing context required to handle actions on integration run exit.
func NewCmdChannelRequest ¶
func NewCmdChannelRequest(cmdChanCmdName, cmdChanCmdHash, integrationName string, integrationArgs []string, metadata map[string]interface{}) CmdChannelRequest
NewCmdChannelRequest create new CmdChannelRequest.
func (*CmdChannelRequest) Event ¶
func (r *CmdChannelRequest) Event(summary string) protocol.EventData
func (*CmdChannelRequest) Hash ¶
func (r *CmdChannelRequest) Hash() string
func (*CmdChannelRequest) Name ¶
func (r *CmdChannelRequest) Name() string
Click to show internal directories.
Click to hide internal directories.