internal

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: May 6, 2020 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	S3ProviderID    = "s3"
	LocalProviderID = "local"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ServerConf

type ServerConf struct {
	Type         string             `json:"type"`
	S3Conf       provider.S3Conf    `json:"s3"`
	LocalConf    provider.LocalConf `json:"local"`
	LoggingLevel string             `json:"loggingLevel"`
	Port         uint               `json:"port"`
}

func LoadConfFile

func LoadConfFile(path string) (ServerConf, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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