config

package module
v0.0.0-...-271c0b9 Latest Latest
Warning

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

Go to latest
Published: Oct 4, 2023 License: AGPL-3.0 Imports: 5 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	ConfigFile        string
	IpAddress         string `yaml:"IpAddress"`
	Port              uint16 `yaml:"Port"`
	EncPubKeyFile     string `yaml:"EncPubKeyFile"`
	DecPrivateKeyFile string `yaml:"DecPrivateKeyFile"`
	TLSCertFile       string `yaml:"TLSCertFile"`
	TLSKeyFile        string `yaml:"TLSKeyFile"`
}

func (*Config) New

func (cnf *Config) New() error

Jump to

Keyboard shortcuts

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