package
0.6.8
Repository: https://github.com/theopenlane/core.git
Documentation: pkg.go.dev

# Functions

NewOpenAPISpec creates a new OpenAPI 3.1.0 specification based on the configured go interfaces and the operation types appended within the individual handlers.
NewRouter creates a wrapper router so that the echo server and OAS specification can be generated simultaneously.
NewServer returns a new Server configuration.

# Structs

APIKey is a struct that represents an API Key security scheme.
Basic is a struct that represents a Basic Auth security scheme.
OAuth2 is a struct that represents an OAuth2 security scheme.
OpenID is a struct that represents an OpenID Connect security scheme.
No description provided by the author