config

package
v0.0.0-...-e986615 Latest Latest
Warning

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

Go to latest
Published: Aug 9, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CiakConfig

type CiakConfig struct {
	MediaPath    string
	ServerConfig CiakServerConfig
	DaemonConfig CiakDaemonConfig
}

type CiakDaemonConfig

type CiakDaemonConfig struct {
	OutputPath          string
	AutoConvertMedia    bool
	DeleteOriginal      bool
	Workers             int
	QueueSize           int
	Database            string
	TransferDestination string
}

type CiakServerConfig

type CiakServerConfig struct {
	ServerBinding         string `json:"bind"`
	AuthenticationEnabled bool   `json:"enable_auth"`
	OmdbApiKey            string `json:"omdb_api_key"`
}

Jump to

Keyboard shortcuts

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