config

package
v0.0.0-...-46a5f05 Latest Latest
Warning

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

Go to latest
Published: May 10, 2024 License: BSD-2-Clause Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	C        *Conf
	Log      *log.Logger
	Debug    bool
	Verbose  bool
	Hostname string
	Stopping bool
	Sock     []*net.UDPConn
)

Functions

func Init

func Init(path string) error

Types

type Conf

type Conf struct {
	Dsn           string
	Listen        map[string]Listener
	ControlListen string
}

type Listener

type Listener struct {
	Addr   string
	Secret string
	CIDR   []string
}

Jump to

Keyboard shortcuts

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