MCPcopy Index your code
hub / github.com/koding/kite / FinalFunc

FuncType FinalFunc

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

FinalFunc represents a proxy function that is called last in the method call chain, regardless whether whole call chained succeeded with non-nil error or not.

func(r *Request, resp interface{}, err error) (interface{}, error)

Source from the content-addressed store, hash-verified

44// in the method call chain, regardless whether whole call
45// chained succeeded with non-nil error or not.
46type FinalFunc func(r *Request, resp interface{}, err error) (interface{}, error)
47
48// Method defines a method and the Handler it is bind to. By default
49// "ReturnMethod" handling is used.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected