Ejemplo n.º 1
0
func (g *ProviderGroup) Routes(
	cb func(method, path string, annotations []string)) {
	webhelp.Routes(g.mux, cb)
}
Ejemplo n.º 2
0
func (hws handlerWithStore) Routes(
	cb func(method, path string, annotations []string)) {
	webhelp.Routes(hws.h, cb)
}
Ejemplo n.º 3
0
func (lr loginRequired) Routes(
	cb func(method, path string, annotations []string)) {
	webhelp.Routes(lr.h, cb)
}