MCPcopy Index your code
hub / github.com/oapi-codegen/oapi-codegen / HandlerFromMuxWithBaseURL

Function HandlerFromMuxWithBaseURL

internal/test/server/server.gen.go:618–623  ·  view source on GitHub ↗
(si ServerInterface, r chi.Router, baseURL string)

Source from the content-addressed store, hash-verified

616}
617
618func HandlerFromMuxWithBaseURL(si ServerInterface, r chi.Router, baseURL string) http.Handler {
619 return HandlerWithOptions(si, ChiServerOptions{
620 BaseURL: baseURL,
621 BaseRouter: r,
622 })
623}
624
625// HandlerWithOptions creates http.Handler with additional options
626func HandlerWithOptions(si ServerInterface, options ChiServerOptions) http.Handler {

Callers

nothing calls this directly

Calls 1

HandlerWithOptionsFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…