Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Routes = []types.Route{ { Path: schema.KeyPath, Handler: local(keyListHandler), Methods: []string{"GET"}, }, { Path: schema.KeyPath, Handler: local(newHandler), Methods: []string{"POST"}, }, { Path: keyID, Handler: keyHandler, Methods: []string{"GET"}, }, { Path: keyReqID, Handler: keyHandler, Methods: []string{"GET"}, }, { Path: keyID, Handler: local(keyHandler), Methods: []string{"DELETE"}, }, { Path: schema.ReqPath, Handler: local(reqListHandler), Methods: []string{"GET"}, }, { Path: reqID, Handler: local(reqHandler), Methods: []string{"PUT", "DELETE"}, }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.