config

package
v0.0.0-...-614c4e1 Latest Latest
Warning

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

Go to latest
Published: May 9, 2024 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Read

func Read(config *Configuration, configFile string) (found bool, configFileUsed string, err error)

Types

type Configuration

type Configuration struct {
	Debug       bool
	DebugListen string
	Verbosity   int

	A3m             a3m.Config
	AM              am.Config
	API             api.Config
	Database        db.Config
	Event           event.Config
	ExtractActivity archive.Config
	Preprocessing   preprocessing.Config
	Preservation    pres.Config
	Storage         storage.Config
	Temporal        temporal.Config
	Upload          upload.Config
	Watcher         watcher.Config
	Telemetry       telemetry.Config
}

func (Configuration) Validate

func (c Configuration) Validate() error

type ConfigurationValidator

type ConfigurationValidator interface {
	Validate() error
}

Jump to

Keyboard shortcuts

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