mirror of
https://github.com/1f349/daisy.git
synced 2024-12-22 07:24:15 +00:00
8 lines
108 B
Go
8 lines
108 B
Go
//go:build !nullauth
|
|
|
|
package daisy
|
|
|
|
func NullAuth(provider AuthProvider) AuthProvider {
|
|
return provider
|
|
}
|