app

package
v0.0.0-...-0592fa7 Latest Latest
Warning

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

Go to latest
Published: May 31, 2023 License: BSD-3-Clause Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Container

type Container struct {
	Parameters
	// contains filtered or unexported fields
}

func NewContainer

func NewContainer(
	versions Versions,
	ws WebServer,
	log Logger,
) *Container

func (*Container) Echo

func (c *Container) Echo() *echo.Echo

func (*Container) WebServer

func (c *Container) WebServer() *webserver.Server

type ContainerFactoryFunc

type ContainerFactoryFunc func() *Container

type Logger

type Logger struct {
	Level string
}

type Parameters

type Parameters struct {
	Versions      Versions
	WebServerData WebServer
	Logger        Logger
}

func NewDefaultParameters

func NewDefaultParameters() Parameters

type Versions

type Versions struct {
	BuildTime string
	GitCommit string
	GoVersion string
	OsArch    string
	Version   string
}

type WebServer

type WebServer struct {
	Address string
	Port    string
}

Jump to

Keyboard shortcuts

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