internal

package
v0.0.0-...-259abb1 Latest Latest
Warning

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

Go to latest
Published: Oct 19, 2021 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type App

type App interface {
	Start()
	Stop()
	Errs() <-chan error
}

App ...

func NewApp

func NewApp(c Config) App

NewApp ...

type Config

type Config struct {
	Log struct {
		Level  zerolog.Level
		Output io.Writer
	}

	Bind struct {
		Network string
		Address string
	}

	PASETO struct {
		Key    [n]byte
		Footer string
	}
}

Config ...

Jump to

Keyboard shortcuts

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