server

package
v0.12.1 Latest Latest
Warning

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

Go to latest
Published: Oct 22, 2023 License: MIT Imports: 19 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 added in v0.6.0

type Controller struct {
	Version             string
	Database            database.Client
	NoRegistration      bool
	ShowRealVersion     bool
	SubscriptionPayload []byte
	FeaturesPayload     []byte
	// 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