wip
This commit is contained in:
7
hub/api/types.go
Normal file
7
hub/api/types.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package api
|
||||
|
||||
import "vppn/hub/api/db"
|
||||
|
||||
type Config = db.Config
|
||||
type Session = db.Session
|
||||
type Peer = db.Peer
|
||||
Reference in New Issue
Block a user