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