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 `json:"token_issuer_url"`
// TokenBasicAuth specifies if client credentials should be sent in the header
// as basic auth (true) or in the body (false)
TokenBasicAuth bool `json:"token_basic_auth"`
}
Controller info controller
func (*Controller) Routes ¶
func (c *Controller) Routes() []web.Route
Routes returns a slice of the routs that handle info operations
Click to show internal directories.
Click to hide internal directories.