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"` Timeout int64 `mapstructure:"timeout"` Insecure bool `mapstructure:"insecure"` Name string `mapstructure:"name"` MaxNumFiles int64 `mapstructure:"max_num_files"` MaxSize int64 `mapstructure:"max_size"` AllowedFolders []string `mapstructure:"allowed_folders"` }
Config holds the config options that need to be passed down to all ocdav handlers
Click to show internal directories.
Click to hide internal directories.