Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreatePlaybookResponse ¶ added in v0.3.9
type CreatePlaybookResponse struct {
Id string `json:"id"`
}
type CreateWorkspaceResponse ¶ added in v0.3.9
type CreateWorkspaceResponse struct {
Id string `json:"id"`
}
type GetPlaybookIdByNameResponse ¶
type GetPlaybookIdByNameResponse struct {
Results []struct {
Id string `json:"id"`
} `json:"results"`
}
Click to show internal directories.
Click to hide internal directories.