コード例 #1
0
ファイル: hawk.go プロジェクト: codehalla/valkyrie
// Register the hawk auth strategy.
func init() {
	auth.Register(authScheme, &ValkyrieHawkAuth{})
}
コード例 #2
0
ファイル: basic.go プロジェクト: codehalla/valkyrie
// Register the basic auth strategy.
func init() {
	auth.Register(authScheme, &ValkyrieBasicAuth{})
}