vppn/hub/api/types.go
2025-04-06 07:51:47 +02:00

9 lines
135 B
Go

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