package
Version:
v1.3.1
Opens a new window with list of versions in this module.
Published: May 23, 2023
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
GetMail returns the service operator mail address
func LoadConfig(data []byte)
LoadConfig loads the serviceoperator config from the given config data
type OperatorConf struct {
Mail string `yaml:"mail"`
PrivacyMail string `yaml:"privacy_mail"`
Name string `yaml:"name"`
Link string `yaml:"link"`
}
OperatorConf holds configuration about the operator of this orpheus instance
GetConfig returns the OperatorConf
Source Files
¶
Click to show internal directories.
Click to hide internal directories.