daisy/nullauth_stub.go

8 lines
108 B
Go

//go:build !nullauth
package daisy
func NullAuth(provider AuthProvider) AuthProvider {
return provider
}