package
Version:
v2.0.8
Opens a new window with list of versions in this module.
Published: Dec 22, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type CfgDatabase struct {
ServerType string
DSN string
ConnMax int `toml:"connection_max"`
Schema string
}
type CfgFairService struct {
ServiceName string `toml:"servicename"`
Address string `toml:"address"`
CertSkipVerify bool `toml:"certskipverify"`
JwtKey string `toml:"jwtkey"`
JwtAlg string `toml:"jwtalg"`
}
type CfgHypothesis struct {
Apikey string `toml:"apikey"`
Endpoint string `toml:"endpoint"`
}
type CfgS3 struct {
Endpoint string `toml:"endpoint"`
AccessKeyId string `toml:"accessKeyId"`
SecretAccessKey string `toml:"secretAccessKey"`
UseSSL bool `toml:"useSSL"`
}
type CfgZSearchService struct {
ServiceName string `toml:"servicename"`
Address string `toml:"address"`
JWTSecure bool `toml:"jwtsecure"`
CertSkipVerify bool `toml:"certskipverify"`
JwtKey string `toml:"jwtkey"`
JwtAlg string `toml:"jwtalg"`
}
type CfgZotero struct {
Endpoint string `toml:"endpoint"`
Apikey string `toml:"apikey"`
DB CfgDatabase `toml:"database"`
}
type Endpoint struct {
Host string `toml:"host"`
Port int `toml:"port"`
}
type Forward struct {
Local Endpoint `toml:"local"`
Remote Endpoint `toml:"remote"`
}
type MediaserverMySQL struct {
DB CfgDatabase `toml:"database"`
Url string `toml:"url"`
}
type Query struct {
BaseCatalog []string `toml:"basecatalog"`
}
type SSHTunnel struct {
User string `toml:"user"`
PrivateKey string `toml:"privatekey"`
Endpoint Endpoint `toml:"endpoint"`
Forward map[string]Forward `toml:"forward"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.