Versions in this module Expand all Collapse all v1 v1.1.0 Apr 27, 2024 v1.0.0 Apr 27, 2024 Changes in this version + func CustomWrapHandler(config *Config, handler *webdav.Handler) gin.HandlerFunc + func DeepLinking(deepLinking bool) func(*Config) + func DefaultModelsExpandDepth(depth int) func(*Config) + func DisablingCustomWrapHandler(config *Config, handler *webdav.Handler, envName string) gin.HandlerFunc + func DisablingWrapHandler(handler *webdav.Handler, envName string) gin.HandlerFunc + func DocExpansion(docExpansion string) func(*Config) + func InstanceName(name string) func(*Config) + func Oauth2DefaultClientID(oauth2DefaultClientID string) func(*Config) + func PersistAuthorization(persistAuthorization bool) func(*Config) + func SetDarkMode(isDarkMode bool) func(*Config) + func URL(url string) func(*Config) + func WrapHandler(handler *webdav.Handler, options ...func(*Config)) gin.HandlerFunc + type Config struct + DeepLinking bool + DefaultModelsExpandDepth int + DocExpansion string + InstanceName string + IsDarkMode bool + Oauth2DefaultClientID string + PersistAuthorization bool + Title string + URL string