package
2.2.4+incompatible
Repository: https://github.com/goadesign/examples.git
Documentation: pkg.go.dev

# Functions

Mount configures the mux to serve the swagger endpoints.
MountGenHTTPOpenapiJSON configures the mux to serve GET request made to "/swagger/swagger.json".
New instantiates HTTP handlers for all the swagger service endpoints using the provided encoder and decoder.

# Structs

MountPoint holds information about the mounted endpoints.
Server lists the swagger service endpoint HTTP handlers.

# Interfaces

ErrorNamer is an interface implemented by generated error structs that exposes the name of the error as defined in the design.