info

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 19, 2018 License: Apache-2.0, BSD-3-Clause, MIT Imports: 3 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL