MCPcopy Create free account
hub / github.com/koding/kite / MethodHandling

TypeAlias MethodHandling

method.go:14–14  ·  view source on GitHub ↗

MethodHandling defines how to handle chaining of kite.Handler middlewares. An error breaks the chain regardless of what handling is used. Note that all Pre and Post handlers are executed regardless the handling logic, only the return paramater is defined by the handling mode.

Source from the content-addressed store, hash-verified

12// Pre and Post handlers are executed regardless the handling logic, only the
13// return paramater is defined by the handling mode.
14type MethodHandling int
15
16const (
17 // ReturnMethod returns main method's response. This is the standard default.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected