Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Prefix string `mapstructure:"prefix"` GatewaySvc string `mapstructure:"gatewaysvc"` Insecure bool `mapstructure:"insecure"` WebBaseURI string `mapstructure:"webbaseuri"` Web Web `mapstructure:"web"` SecureViewAppAddr string `mapstructure:"secure_view_app_addr"` }
Config holds the config options for the HTTP appprovider service
type MimeTypeInfo ¶ added in v2.20.0
type MimeTypeInfo struct { appregistry.MimeTypeInfo AppProviders []*ProviderInfo `json:"app_providers"` }
MimeTypeInfo wraps the appregistry.MimeTypeInfo to change the app providers to ProviderInfos with a secure view flag
type ProviderInfo ¶ added in v2.20.0
type ProviderInfo struct { appregistry.ProviderInfo // TODO make this part of the CS3 provider info SecureView bool `json:"secure_view"` }
ProviderInfo wraps the appregistry.ProviderInfo to add a secure view flag
Click to show internal directories.
Click to hide internal directories.