Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 346 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 346 Bytes

rVPN

control-plane

Contains the code for the control plane

To run binary run go run . in the cmd/control-plane folder

Migrations

To run migrations we use https://github.com/golang-migrate/migrate . In order to run migrations,

client

Contains the code for the client

To run binary run go run . in the cmd/client folder