Documentation ¶
Index ¶
Constants ¶
View Source
const (
GetRouterGroups = "GetRouterGroups"
)
Naming convention:
Method + non-parameter parts of the path
If the request returns a single entity by GUID, use the singular (for example /v2/organizations/:organization_guid is GetOrganization).
The const name should always be the const value + Request.
Variables ¶
View Source
var APIRoutes = rata.Routes{ {Path: "/v1/router_groups", Method: http.MethodGet, Name: GetRouterGroups}, }
APIRoutes is a list of routes used by the rata library to construct request URLs.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.