Added functionality to user page
This commit is contained in:
@ -2,7 +2,6 @@ package types
|
||||
|
||||
import (
|
||||
"github.com/google/uuid"
|
||||
"time"
|
||||
)
|
||||
|
||||
type Message struct {
|
||||
@ -17,14 +16,6 @@ type User struct {
|
||||
Authenticated bool
|
||||
}
|
||||
|
||||
type UserWithExpired struct {
|
||||
UserID uuid.UUID
|
||||
Username string
|
||||
Email string
|
||||
Password string
|
||||
AccessAt time.Time
|
||||
}
|
||||
|
||||
type FileInfo struct {
|
||||
Name string `json:"name"`
|
||||
Size int `json:"size"`
|
||||
|
Reference in New Issue
Block a user