Home
last modified time | relevance | path

Searched defs:APIHandler (Results 1 – 2 of 2) sorted by relevance

/external/jdiff/src/jdiff/
DAPIHandler.java19 class APIHandler extends DefaultHandler { class
25 public APIHandler(API api, boolean createGlobalComments) { in APIHandler() method in APIHandler
/external/syzkaller/dashboard/app/
Dapi.go52 type APIHandler func(c context.Context, r *http.Request, payload []byte) (interface{}, error) type