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

Method PostHandleFunc

method.go:194–196  ·  view source on GitHub ↗

PostHandleFunc is the same as PostHandle. It accepts a HandlerFunc.

(handler HandlerFunc)

Source from the content-addressed store, hash-verified

192
193// PostHandleFunc is the same as PostHandle. It accepts a HandlerFunc.
194func (k *Kite) PostHandleFunc(handler HandlerFunc) {
195 k.PostHandle(handler)
196}
197
198// FinalFunc registers a function that is always called as a last one
199// after pre-, handler and post- functions.

Callers 5

TestMethod_LatestFunction · 0.45
TestMethod_FirstFunction · 0.45
TestMethod_ErrorFunction · 0.45
TestMethod_BaseFunction · 0.45
mainFunction · 0.45

Calls 1

PostHandleMethod · 0.95

Tested by 4

TestMethod_LatestFunction · 0.36
TestMethod_FirstFunction · 0.36
TestMethod_ErrorFunction · 0.36
TestMethod_BaseFunction · 0.36