Пример #1
0
// Register the hawk auth strategy.
func init() {
	auth.Register(authScheme, &ValkyrieHawkAuth{})
}
Пример #2
0
// Register the basic auth strategy.
func init() {
	auth.Register(authScheme, &ValkyrieBasicAuth{})
}