package
0.32.1
Repository: https://github.com/hobbyfarm/mink.git
Documentation: pkg.go.dev

# Functions

New creates a new SpecProxier.

# Structs

Endpoint stores the handler and DiscoveryGroupVersion for an OpenAPI v3 endpoint.
SpecProxier either proxies or serves openapi spec.

# Interfaces

CanHandle defines an interface for resources that can handle http paths via a passed path and handler.
CanHandlePrefix defines an interface for resources that can handle http paths ending with "/" via a passed path and handler.
CanHandleWithPrefix defines an interface for resources that can both Handle() and HandlePrefix().