config

package
v0.0.27 Latest Latest
Warning

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

Go to latest
Published: Feb 7, 2024 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

View Source
const (
	BeskarMirrorConfigFile     = "beskar-mirror.yaml"
	DefaultBeskarMirrorDataDir = "/tmp/beskar-mirror"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type BeskarMirrorConfig

type BeskarMirrorConfig struct {
	Version         string         `yaml:"version"`
	Log             log.Config     `yaml:"log"`
	Addr            string         `yaml:"addr"`
	Gossip          gossip.Config  `yaml:"gossip"`
	Storage         storage.Config `yaml:"storage"`
	Profiling       bool           `yaml:"profiling"`
	DataDir         string         `yaml:"datadir"`
	ConfigDirectory string         `yaml:"-"`
}

func ParseBeskarMirrorConfig

func ParseBeskarMirrorConfig(dir string) (*BeskarMirrorConfig, error)

func (BeskarMirrorConfig) ListenIP

func (bc BeskarMirrorConfig) ListenIP() (string, error)

func (BeskarMirrorConfig) ListenPort

func (bc BeskarMirrorConfig) ListenPort() (string, error)

type BeskarMirrorConfigV1

type BeskarMirrorConfigV1 BeskarMirrorConfig

Jump to

Keyboard shortcuts

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