Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PublicTag ¶
type PublicTag struct {
Name string `json:"name"`
}
PublicTag is a tag attached to a public workflow template.
type Template ¶
type Template struct {
ID string `json:"id"`
Name string `json:"name"`
Description string `json:"description"`
Visibility string `json:"visibility"`
PublicTags []PublicTag `json:"publicTags"`
CreatedAt string `json:"createdAt"`
}
Template is the API response shape for a featured public workflow acting as a template.
Click to show internal directories.
Click to hide internal directories.