MCPcopy Create free account
hub / github.com/ankorstore/yokai / Path

Method Path

fxhttpserver/resolve.go:37–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35type ResolvedHandler interface {
36 Method() string
37 Path() string
38 Handler() echo.HandlerFunc
39 Middlewares() []echo.MiddlewareFunc
40}

Implementers 4

HandlerRegistrationfxhttpserver/register.go
handlerDefinitionfxhttpserver/define.go
testHandlerDefinitionMockfxhttpserver/registry_test.go
resolvedHandlerfxhttpserver/resolve.go

Calls

no outgoing calls