common

package
v1.2.3 Latest Latest
Warning

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

Go to latest
Published: Nov 13, 2023 License: AGPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Account

type Account struct {
	StorageProviders []string
	Config           map[string]interface{}
}

Account is the configuration for an individual account

type Config

type Config struct {
	ListenAddress      string
	Accounts           map[string]Account
	MetadataRepository MetadataRepository
	Token              string
	LogLevel           string
	Version            Version
	Org                string
}

Config is representation of the configuration data

func ReadConfig

func ReadConfig(r io.Reader) (Config, error)

ReadConfig decodes the configuration from an io Reader

type MetadataRepository

type MetadataRepository struct {
	Type   string
	Config map[string]interface{}
}

MetadataRepository is the configuration for the metadata respository

type Version

type Version struct {
	Version           string
	VersionPrerelease string
	BuildStamp        string
	GitHash           string
}

Version carries around the API version information

Jump to

Keyboard shortcuts

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