Undefined time
This commit is contained in:
parent
dbc537007d
commit
7013e7467f
@ -1,6 +1,10 @@
|
||||
// Package auth provides authentication and authorization capability
|
||||
package auth
|
||||
|
||||
import (
|
||||
"time"
|
||||
)
|
||||
|
||||
// Auth providers authentication and authorization
|
||||
type Auth interface {
|
||||
// Generate a new authorization token
|
||||
|
Loading…
Reference in New Issue
Block a user