feat: authsession service
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package ports
|
||||
|
||||
import "time"
|
||||
|
||||
// Clock returns current UTC time for the auth/session application layer.
|
||||
type Clock interface {
|
||||
// Now returns the current service time.
|
||||
Now() time.Time
|
||||
}
|
||||
Reference in New Issue
Block a user