Versions in this module Expand all Collapse all v1 v1.2.0 Feb 8, 2025 Changes in this version + var ConfigDefault = Config + var HandlerDefault = New() + func New(config ...Config) fiber.Handler + type Config struct + ConfigURL string + CustomScript template.JS + CustomStyle template.CSS + DeepLinking bool + DefaultModelExpandDepth int + DefaultModelRendering string + DefaultModelsExpandDepth int + DisplayOperationId bool + DisplayRequestDuration bool + DocExpansion string + Filter FilterConfig + InstanceName string + Layout string + MaxDisplayedTags int + ModelPropertyMacro template.JS + OAuth *OAuthConfig + OAuth2RedirectUrl string + OnComplete template.JS + ParameterMacro template.JS + PersistAuthorization bool + Plugins []template.JS + PreauthorizeApiKey template.JS + PreauthorizeBasic template.JS + Presets []template.JS + QueryConfigEnabled bool + RequestCurlOptions []string + RequestInterceptor template.JS + RequestSnippetsEnabled bool + ResponseInterceptor template.JS + ShowCommonExtensions bool + ShowExtensions bool + ShowMutatedRequest bool + SupportedSubmitMethods []string + SyntaxHighlight *SyntaxHighlightConfig + TagsSorter template.JS + Title string + TryItOutEnabled bool + URL string + ValidatorUrl string + WithCredentials bool + type FilterConfig struct + Enabled bool + Expression string + func (fc FilterConfig) Value() interface{} + type OAuthConfig struct + AdditionalQueryStringParams map[string]string + AppName string + ClientId string + ClientSecret string + Realm string + Scopes []string + UseBasicAuthenticationWithAccessCodeGrant bool + UsePkceWithAuthorizationCodeGrant bool + type SyntaxHighlightConfig struct + Activate bool + Theme string + func (shc SyntaxHighlightConfig) Value() interface{}