Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackendResponse ¶ added in v0.3.0
BackendResponse represents backend info in the response
type GroupResponse ¶ added in v0.3.0
type GroupResponse struct {
Name string `json:"name"`
Backends []BackendResponse `json:"backends"`
}
GroupResponse represents a group with its backends
type Handlers ¶
type Handlers struct {
// contains filtered or unexported fields
}
func (*Handlers) GetBackends ¶
func (*Handlers) GetUserGroups ¶ added in v0.3.0
GetUserGroups returns the groups a user belongs to along with backend information
type UserGroupsResponse ¶ added in v0.3.0
type UserGroupsResponse struct {
Email string `json:"email"`
Groups []GroupResponse `json:"groups"`
}
UserGroupsResponse represents the response for user groups endpoint
Click to show internal directories.
Click to hide internal directories.