Documentation
¶
Index ¶
Constants ¶
View Source
const ( ComponentName = "calendar_channel_stop" RequestPort = "request" ResponsePort = "response" ErrorPort = "error" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component struct {
// contains filtered or unexported fields
}
func (*Component) GetInfo ¶
func (h *Component) GetInfo() module.ComponentInfo
type Request ¶
type Request struct {
Context Context `json:"context,omitempty" configurable:"true" title:"Context" description:"Arbitrary message to be send further"`
Token etc.Token `json:"token" required:"true" title:"Access token"`
Channel Channel `json:"channel" required:"true" title:"Channel to stop"`
Config etc.ClientConfig `json:"config" required:"true" title:"Client credentials"`
}
Click to show internal directories.
Click to hide internal directories.