MCPcopy
hub / github.com/go-kit/kit / methodNotFoundError

TypeAlias methodNotFoundError

transport/http/jsonrpc/error.go:75–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75type methodNotFoundError string
76
77func (e methodNotFoundError) Error() string {
78 return string(e)

Callers 2

ServeHTTPMethod · 0.85
TestErrorsSatisfyErrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected