Searched defs:APIHandler (Results 1 – 2 of 2) sorted by relevance
19 class APIHandler extends DefaultHandler { class25 public APIHandler(API api, boolean createGlobalComments) { in APIHandler() method in APIHandler
52 type APIHandler func(c context.Context, r *http.Request, payload []byte) (interface{}, error) type