conf

package
v0.0.0-...-08f2318 Latest Latest
Warning

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

Go to latest
Published: Jan 27, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func LoadConfiguration

func LoadConfiguration(filepath string) error

Types

type Configuration

type Configuration struct {
	SrcDirs        []string `yaml:"srcDirs"`
	DestRootDir    string   `yaml:"destRootDir"`
	ExcludeDirs    []string `yaml:"excludeDirs"`
	AllowedCIDRs   []string `yaml:"allowedCIDRs"`
	ServerBindAddr string   `yaml:"serverBindAddr"`
	ServerBindPort string   `yaml:"serverBindPort"`
	ChownUsrGrp    string   `yaml:"chownUsrGrp"`
	Uid            int
	Gid            int
}
var Confs Configuration

type VoidT

type VoidT struct{}
var Void VoidT

Jump to

Keyboard shortcuts

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