user

package
v0.7.0-rc3 Latest Latest
Warning

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

Go to latest
Published: Jan 28, 2021 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Establish

func Establish() gin.HandlerFunc

Establish sets the user in the given context

func FromContext

func FromContext(c context.Context) *library.User

FromContext returns the User associated with this context.

func Retrieve

func Retrieve(c *gin.Context) *library.User

Retrieve gets the user in the given context

func ToContext

func ToContext(c Setter, u *library.User)

ToContext adds the User to this context if it supports the Setter interface.

Types

type Setter

type Setter interface {
	Set(string, interface{})
}

Setter defines a context that enables setting values.

Jump to

Keyboard shortcuts

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