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