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

Method Method

fxhttpserver/define.go:41–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39type HandlerDefinition interface {
40 Concrete() bool
41 Method() string
42 Path() string
43 Handler() any
44 Middlewares() []MiddlewareDefinition

Callers 1

TestHandlerDefinitionFunction · 0.95

Implementers 2

handlerDefinitionfxhttpserver/define.go
testHandlerDefinitionMockfxhttpserver/registry_test.go

Calls

no outgoing calls

Tested by 1

TestHandlerDefinitionFunction · 0.76