Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TusConfig ¶ added in v2.19.0
type TusConfig struct { cache.Config CorsEnabled bool `mapstructure:"cors_enabled"` CorsAllowOrigin string `mapstructure:"cors_allow_origin"` CorsAllowCredentials bool `mapstructure:"cors_allow_credentials"` CorsAllowMethods string `mapstructure:"cors_allow_methods"` CorsAllowHeaders string `mapstructure:"cors_allow_headers"` CorsMaxAge string `mapstructure:"cors_max_age"` CorsExposeHeaders string `mapstructure:"cors_expose_headers"` }
Click to show internal directories.
Click to hide internal directories.