Documentation
¶
Overview ¶
Package info contains logic for the Service Manager info API
Index ¶
Constants ¶
View Source
const URL = web.InfoURL
URL is the path of the info endpoint
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
TokenIssuer string
}
Controller info controller
func (*Controller) Routes ¶
func (c *Controller) Routes() []web.Route
Routes returns a slice of the routs that handle info operations
type DetailsResponse ¶
type DetailsResponse struct {
TokenIssuer string `json:"token_issuer_url"`
}
DetailsResponse describes the public information provided by the Service Manager and is returned as a response from the info API.
Click to show internal directories.
Click to hide internal directories.