first commit
This commit is contained in:
9
framework/oauth2/init.go
Normal file
9
framework/oauth2/init.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package oauth2
|
||||
|
||||
import "github.com/maximhq/bifrost/core/schemas"
|
||||
|
||||
var logger schemas.Logger
|
||||
|
||||
func SetLogger(l schemas.Logger) {
|
||||
logger = l
|
||||
}
|
||||
Reference in New Issue
Block a user