add initial auth0 module
This commit is contained in:
6
auth/auth0/errors.go
Normal file
6
auth/auth0/errors.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package auth0
|
||||
|
||||
import "errors"
|
||||
|
||||
var ErrNilLogger = errors.New("logger cannot be nil")
|
||||
var ErrNilSessions = errors.New("sessions cannot be nil")
|
||||
Reference in New Issue
Block a user