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