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

TypeAlias HandlersChain

IceFireDB-PubSub/pkg/router/types.go:36–36  ·  view source on GitHub ↗

HandlersChain defines a HandlerFunc array.

Source from the content-addressed store, hash-verified

34
35// HandlersChain defines a HandlerFunc array.
36type HandlersChain []HandlerFunc
37
38// Last returns the last handler in the chain. ie. the last handler is the main one.
39func (c HandlersChain) Last() HandlerFunc {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected