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