xdd-plus/models/toekn.go

11 lines
99 B
Go

package models
import (
"time"
)
type Token struct {
expiration time.Time
Token string
}