Searched refs:APIHandler (Results 1 – 4 of 4) sorted by relevance
19 class APIHandler extends DefaultHandler { class25 public APIHandler(API api, boolean createGlobalComments) { in APIHandler() method in APIHandler
348 APIHandler.checkIsSentence = true; in validOptions()
49 DefaultHandler handler = new APIHandler(api_, createGlobalComments); in readFile()
32 var apiHandlers = map[string]APIHandler{52 type APIHandler func(c context.Context, r *http.Request, payload []byte) (interface{}, error) type