data

package
v0.0.0-...-847e8a7 Latest Latest
Warning

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

Go to latest
Published: Sep 9, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Data

type Data struct {
	Logger  *Logger
	Server  *Server
	Storage *Storage
}

Data AFAIRE.

func (*Data) String

func (d *Data) String() string

String AFAIRE.

func (*Data) Validate

func (d *Data) Validate() error

Validate AFAIRE.

type Logger

type Logger struct {
	Level    string
	Output   string
	Facility string
}

Logger AFAIRE.

type Server

type Server struct {
	Port int
	TLS  *TLS
}

Server AFAIRE.

type Storage

type Storage struct {
	Impl string
}

Storage AFAIRE.

type TLS

type TLS struct {
	Host     string
	Cert     string
	Key      string
	AuthType int
	CA       string
}

TLS AFAIRE.

Jump to

Keyboard shortcuts

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