コード例 #1
0
ファイル: group.go プロジェクト: jtolds/webhelp-oauth2
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)
}