Documentation ¶
Index ¶
- type AccessTokenResponse
- type Action
- type ActionUserInputs
- type Blueprint
- type BlueprintFormulaProperty
- type BlueprintMirrorProperty
- type BlueprintProperty
- type BlueprintSchema
- type ChangelogDestination
- type Entity
- type EntityMapping
- type Integration
- type InvocationMethod
- type Meta
- type Relation
- type ResponseBody
- type Rule
- type SearchBody
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccessTokenResponse ¶
type Action ¶
type Action struct { ID string `json:"id,omitempty"` Identifier string `json:"identifier,omitempty"` Description string `json:"description,omitempty"` Title string `json:"title,omitempty"` Icon string `json:"icon,omitempty"` UserInputs ActionUserInputs `json:"userInputs"` Trigger string `json:"trigger"` InvocationMethod *InvocationMethod `json:"invocationMethod,omitempty"` }
type ActionUserInputs ¶
type ActionUserInputs = BlueprintSchema
type Blueprint ¶
type Blueprint struct { Meta Identifier string `json:"identifier,omitempty"` Title string `json:"title"` Icon string `json:"icon"` Description string `json:"description"` Schema BlueprintSchema `json:"schema"` FormulaProperties map[string]BlueprintFormulaProperty `json:"formulaProperties"` MirrorProperties map[string]BlueprintMirrorProperty `json:"mirrorProperties"` ChangelogDestination *ChangelogDestination `json:"changelogDestination,omitempty"` Relations map[string]Relation `json:"relations"` }
type BlueprintMirrorProperty ¶
type BlueprintProperty ¶
type BlueprintProperty struct { Type string `json:"type,omitempty"` Title string `json:"title,omitempty"` Identifier string `json:"identifier,omitempty"` Default string `json:"default,omitempty"` Icon string `json:"icon,omitempty"` Format string `json:"format,omitempty"` Description string `json:"description,omitempty"` Blueprint string `json:"blueprint,omitempty"` Pattern string `json:"pattern,omitempty"` Enum []string `json:"enum,omitempty"` EnumColors map[string]string `json:"enumColors,omitempty"` }
type BlueprintSchema ¶
type BlueprintSchema struct { Properties map[string]BlueprintProperty `json:"properties"` Required []string `json:"required,omitempty"` }
type ChangelogDestination ¶
type EntityMapping ¶
type Integration ¶ added in v0.1.13
type InvocationMethod ¶
type ResponseBody ¶ added in v0.1.6
type SearchBody ¶ added in v0.1.6
Click to show internal directories.
Click to hide internal directories.