예제 #1
0
func (g *ProviderGroup) Routes(
	cb func(method, path string, annotations []string)) {
	webhelp.Routes(g.mux, cb)
}
예제 #2
0
파일: store.go 프로젝트: jtolds/webhelp
func (hws handlerWithStore) Routes(
	cb func(method, path string, annotations []string)) {
	webhelp.Routes(hws.h, cb)
}
예제 #3
0
파일: auth.go 프로젝트: jtolds/cwbench
func (lr loginRequired) Routes(
	cb func(method, path string, annotations []string)) {
	webhelp.Routes(lr.h, cb)
}