upvsMock

package
v0.0.0-...-19239a5 Latest Latest
Warning

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

Go to latest
Published: Oct 7, 2021 License: EUPL-1.2 Imports: 14 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 struct {
	OboTokenPrivate *rsa.PrivateKey
	OboTokenPublic  *rsa.PublicKey
	ApiTokenPublic  *rsa.PublicKey
	// contains filtered or unexported fields
}

func NewApp

func NewApp() *App

func (*App) Run

func (a *App) Run()

type Configuration

type Configuration struct {
	Host               string
	Port               int
	ServerReadTimeout  time.Duration
	ServerWriteTimeout time.Duration
	GracefulTimeout    time.Duration
	OboTokenPrivateKey string
	OboTokenPublicKey  string
	ApiTokenPublicKey  string
}

func New

func New() *Configuration

Jump to

Keyboard shortcuts

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