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