Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CerealConfig ¶
type CerealConfig struct {
Target string `mapstructure:"target"`
}
type ComplianceConfig ¶
type ComplianceConfig struct {
Target string `mapstructure:"target"`
}
type Minio ¶
type Minio struct { EndPoint string `mapstructure:"endpoint"` RootUser string `mapstructure:"root_user"` RootPassword string `mapstructure:"root_password"` EnableSsl bool `mapstructure:"enable_ssl"` Cert string `mapstructure:"cert"` ConcurrentOpenSearchRequests int `mapstructure:"concurrent_open_search_requests"` ConcurrentMinioRequests int `mapstructure:"concurrent_minio_requests"` }
type ReportManager ¶
type ReportManager struct { Service Service `mapstructure:"service"` Log Log CerealConfig CerealConfig `mapstructure:"cereal"` ComplianceConfig ComplianceConfig `mapstructure:"compliance"` Storage Storage `mapstructure:"storage"` certs.TLSConfig `mapstructure:"tls"` ObjStore ObjStore `mapstructure:"objstore"` Minio Minio `mapstructure:"minio"` }
Configuration for the Report Manager Service
Click to show internal directories.
Click to hide internal directories.