Documentation
¶
Index ¶
Constants ¶
View Source
const ( ComponentName = "get_calendars" 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 (g *Component) GetInfo() module.ComponentInfo
type Request ¶
type Request struct {
Context Context `json:"context" title:"Context" configurable:"true"`
Config etc.ClientConfig `json:"config" title:"Config" required:"true" description:"Client Config"`
Token etc.Token `json:"token" required:"true" title:"Auth Token"`
}
type Response ¶
type Response struct {
Context Context `json:"context" title:"Context" configurable:"true"`
Calendars []*calendar.CalendarListEntry `json:"calendars"`
}
Click to show internal directories.
Click to hide internal directories.