pionenmodel

package
v0.0.0-...-cde4198 Latest Latest
Warning

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

Go to latest
Published: Dec 27, 2016 License: MPL-2.0 Imports: 2 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type JWTToken

type JWTToken struct {
	Token string `json:"token"`
}

type Login

type RequestJWT

type RequestJWT struct {
	Value JWTToken `json:"auth"`
}

func GetRequestJWT

func GetRequestJWT(c echo.Context) *RequestJWT

type RequestLogin

type RequestLogin struct {
	Value Login `json:"auth"`
}

func GetRequestLogin

func GetRequestLogin(c echo.Context) *RequestLogin

Jump to

Keyboard shortcuts

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