Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExpandedServicesData ¶
type ExpandedServicesList ¶
type ExpandedServicesList struct { Count int64 `json:"count"` Data []ExpandedServicesData `json:"data"` }
type ProjectsData ¶
type ProjectsList ¶
type ProjectsList struct { Count int64 `json:"count"` Data []ProjectsData `json:"data"` }
type ServicesData ¶
type ServicesData struct { ID int `json:"id"` Name string `json:"name"` DisplayName string `json:"display_name"` Tenant string `json:"tenant"` Projects []ProjectsData `json:"projects"` }
type ServicesList ¶
type ServicesList struct { Count int64 `json:"count"` Data []ServicesData `json:"data"` }
That would include adding a middleware and changing all these List structs to be covered by one ResponseData struct
type TimelinesList ¶
Click to show internal directories.
Click to hide internal directories.