Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var OMITTED_INTEGRATION_KEYS = []string{
"msteams-app",
"compass",
"zapier",
}
These integrations are ommitted because the subscriptions are created and managed by the integrations
Functions ¶
Types ¶
type FormVariable ¶
type Manifest ¶
type Manifest struct {
Key string
RequiresOauth bool
Capabilities map[string]interface{}
FormVariables []FormVariable
}
func FetchManifests ¶
type ManifestsResponse ¶
type ManifestsResponse struct {
Items []Manifest
}
Click to show internal directories.
Click to hide internal directories.