Versions in this module Expand all Collapse all v1 v1.1.0 Jan 17, 2025 v1.0.0 Jan 11, 2025 Changes in this version + var ErrAPIKeyMissing = errors.New("you must supply the api key") + var ErrDBFilePathNotAbsolute = errors.New("the path to the minidlna database must be absolute") + var ErrLogFilePathNotAbsolute = errors.New("the path to the minidlna log file must be absolute") + var ErrSharedSecretMissing = errors.New("you must supply the shared secret") + type Config struct + Credentials Credentials + DBFile string + LogFile string + func New() (*Config, error) + type Credentials struct + APIKey string + SharedSecret string + type ErrConfigFileNotFound struct + Path string + func (e ErrConfigFileNotFound) Error() string