Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LinkResponse ¶
type LinkResponse struct { Title string `json:"title"` Message string `json:"message"` Metadata *LinkResponseMetadata `json:"metadata,omitempty"` }
type LinkResponseMetadata ¶
type RootGetResponse ¶
type RootGetResponse struct { Title string `json:"title"` Links []RootGetResponseLinks `json:"links"` }
type RootGetResponseLinks ¶
type ToGetResponse ¶
Click to show internal directories.
Click to hide internal directories.