Documentation
¶
Index ¶
- func Handler(api *openapi3.T, enableCors bool) http.HandlerFunc
- func TypeInfoFormat(format string) func(installer *Installer)
- type Installer
- func (i *Installer) AfterInstall(*miruken.SetupBuilder, miruken.Handler) error
- func (i *Installer) BindingCreated(policy miruken.Policy, descriptor *miruken.HandlerDescriptor, ...)
- func (i *Installer) DependsOn() []miruken.Feature
- func (i *Installer) DescriptorCreated(_ *miruken.HandlerDescriptor)
- func (i *Installer) Export(api *openapi3.T)
- func (i *Installer) Install(setup *miruken.SetupBuilder) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TypeInfoFormat ¶
TypeInfoFormat selects how the type discriminator is generated.
Types ¶
type Installer ¶
type Installer struct {
// contains filtered or unexported fields
}
Installer configures openapi support
func (*Installer) AfterInstall ¶
func (*Installer) BindingCreated ¶
func (*Installer) DescriptorCreated ¶
func (i *Installer) DescriptorCreated( _ *miruken.HandlerDescriptor, )
Click to show internal directories.
Click to hide internal directories.