Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Prefix string `mapstructure:"prefix"` Config data.ConfigData `mapstructure:"config"` Capabilities data.CapabilitiesData `mapstructure:"capabilities"` GatewaySvc string `mapstructure:"gatewaysvc"` StorageregistrySvc string `mapstructure:"storage_registry_svc"` DefaultUploadProtocol string `mapstructure:"default_upload_protocol"` UserAgentChunkingMap map[string]string `mapstructure:"user_agent_chunking_map"` HomeNamespace string `mapstructure:"home_namespace"` AdditionalInfoAttribute string `mapstructure:"additional_info_attribute"` CacheWarmupDriver string `mapstructure:"cache_warmup_driver"` CacheWarmupDrivers map[string]map[string]interface{} `mapstructure:"cache_warmup_drivers"` StatCacheStore string `mapstructure:"stat_cache_store"` StatCacheNodes []string `mapstructure:"stat_cache_nodes"` StatCacheDatabase string `mapstructure:"stat_cache_database"` StatCacheTable string `mapstructure:"stat_cache_table"` StatCacheTTL int `mapstructure:"stat_cache_ttl"` StatCacheSize int `mapstructure:"stat_cache_size"` UserIdentifierCacheTTL int `mapstructure:"user_identifier_cache_ttl"` MachineAuthAPIKey string `mapstructure:"machine_auth_apikey"` EnableDenials bool `mapstructure:"enable_denials"` }
Config holds the config options that need to be passed down to all ocs handlers
Click to show internal directories.
Click to hide internal directories.