func (g *ProviderGroup) Routes( cb func(method, path string, annotations []string)) { webhelp.Routes(g.mux, cb) }
func (hws handlerWithStore) Routes( cb func(method, path string, annotations []string)) { webhelp.Routes(hws.h, cb) }
func (lr loginRequired) Routes( cb func(method, path string, annotations []string)) { webhelp.Routes(lr.h, cb) }