Exemplo n.º 1
0
// Register the hawk auth strategy.
func init() {
	auth.Register(authScheme, &ValkyrieHawkAuth{})
}
Exemplo n.º 2
0
// Register the basic auth strategy.
func init() {
	auth.Register(authScheme, &ValkyrieBasicAuth{})
}