MCPcopy Create free account
hub / github.com/IceFireDB/IceFireDB / HandlerFunc

FuncType HandlerFunc

IceFireDB-PubSub/pkg/router/types.go:33–33  ·  view source on GitHub ↗
func(*Context) error

Source from the content-addressed store, hash-verified

31}
32
33type HandlerFunc func(*Context) error
34
35// HandlersChain defines a HandlerFunc array.
36type HandlersChain []HandlerFunc

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected