vppn/hub/api/types.go
2024-12-08 09:45:29 +01:00

8 lines
109 B
Go

package api
import "vppn/hub/api/db"
type Config = db.Config
type Session = db.Session
type Peer = db.Peer