Versions in this module Expand all Collapse all v1 v1.4.0 Apr 19, 2026 v1.3.4 Apr 14, 2026 Changes in this version type OAuth2Config + UsePKCE bool v1.3.3 Apr 6, 2026 Changes in this version + func IntPtr(v int) *int + func New(config ...Config) celeris.HandlerFunc + type Config struct + AssetsPath string + BasePath string + Options map[string]any + Renderer UIRenderer + Skip func(c *celeris.Context) bool + SkipPaths []string + SpecContent []byte + SpecFile string + SpecURL string + UI UIConfig + type OAuth2Config struct + AppName string + ClientID string + ClientSecret string + Realm string + Scopes []string + type UIConfig struct + DeepLinking bool + DefaultModelsExpandDepth *int + DocExpansion string + OAuth2 *OAuth2Config + OAuth2RedirectURL string + PersistAuthorization bool + Title string + type UIRenderer string + const RendererReDoc + const RendererScalar + const RendererSwaggerUI