WIP
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
package api
|
||||
|
||||
import "vppn/hub/api/db"
|
||||
import (
|
||||
"time"
|
||||
"vppn/hub/api/db"
|
||||
)
|
||||
|
||||
type Config = db.Config
|
||||
type Network = db.Network
|
||||
@@ -9,6 +12,6 @@ type Peer = db.Peer
|
||||
type Session struct {
|
||||
SessionID string
|
||||
SignedIn bool
|
||||
CreatedAt int64
|
||||
LastSeenAt int64
|
||||
CreatedAt time.Time
|
||||
LastSeenAt time.Time
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user