server

package
v0.6.2-0...-436338d Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2021 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func EchoEngine

func EchoEngine(ctrl Controller) *echo.Echo

EchoEngine instantiates the wep server.

func PrintRoutes

func PrintRoutes(e *echo.Echo)

PrintRoutes prints the Echo engin exposed routes.

Types

type Controller

type Controller struct {
	Version        string
	Database       database.Client
	NoRegistration bool
	// JWT params
	SigningKey []byte
	// Session params
	SessionSecret              []byte
	AccessTokenExpirationTime  time.Duration
	RefreshTokenExpirationTime time.Duration
}

A Controller is an Iversion Of Control pattern used to init the server package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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