design

package
v0.0.0-...-50c1148 Latest Latest
Warning

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

Go to latest
Published: Feb 12, 2017 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var JWT = JWTSecurity("jwt", func() {
	Header("Authorization")
	Scope("user")
})

JWT defines a security scheme using JWT. The scheme uses the "Authorization" header to lookup the token. It also defines the scope "user".

View Source
var PongMT = MediaType("application/vnd.goa-sso-client.pong", func() {
	Description("")
	TypeName("Pong")
	Attributes(func() {
		Attribute("msg", String, "like it's 1999")
		Required("msg")
	})
	View("default", func() {
		Attribute("msg")
	})
})

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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