server import "github.com/goadesign/goa/examples/calc/gen/http/openapi/server"
Overview Index Overview Index func Mount(mux goahttp.Muxer) func MountGenHTTPOpenapiJSON(mux goahttp.Muxer, h http.Handler) type ErrorNamer type MountPoint type Server func New(e *openapi.Endpoints, mux goahttp.Muxer, dec func(*http.Request) goahttp.Decoder, enc func(context.Context, http.ResponseWriter) goahttp.Encoder, eh func(context.Context, http.ResponseWriter, error)) *Server func (s *Server) Service() string func (s *Server) Use(m func(http.Handler) http.Handler) Package files encode_decode.go paths.go server.go types.go
func Mount func Mount(mux goahttp.Muxer) Mount configures the mux to serve the openapi endpoints.
↧