Saving response meta
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
package db
|
||||
|
||||
import (
|
||||
"time"
|
||||
)
|
||||
|
||||
type (
|
||||
Token struct {
|
||||
ID int
|
||||
Owner string
|
||||
Token string
|
||||
Limit int
|
||||
Remaining int
|
||||
ResetAt time.Time
|
||||
CreatedAt time.Time
|
||||
}
|
||||
)
|
||||
Reference in New Issue
Block a user