Versions in this module Expand all Collapse all v0 v0.1.0 Jun 12, 2026 Changes in this version + func ExtraComponents(components ...any) func(*Installer) + func Handler(docs map[string]*openapi3.T, enableCors bool) http.HandlerFunc + func Surrogates(surrogates map[reflect.Type]any) func(*Installer) + type Config struct + AuthorizationUrl string + ClientId string + OpenIdConnectUrl string + Scopes []struct{ ... } + TokenUrl string + func (c *Config) ScopeMap() map[string]string + func (c *Config) ScopeNames() []string + type Installer struct + func Feature(base *openapi3.T, config ...func(*Installer)) *Installer + func (i *Installer) AfterInstall(_ *setup.Builder, ctx *context.Context) error + func (i *Installer) DependsOn() []setup.Feature + func (i *Installer) Docs() map[string]*openapi3.T + func (i *Installer) HandlerRuntimeRegistered(runtime *miruken.HandlerRuntime) + func (i *Installer) Install(b *setup.Builder) error Other modules containing this package github.com/miruken-go/miruken