Mustafa Arici 2db2b737d8 refactor: correct typo 8 năm trước cách đây
..
README.md 24eb047afb refactor(api): move pb/ under api/ 8 năm trước cách đây
auth.pb.go 01ac089200 feat(webui): implement basic webui 8 năm trước cách đây
auth.pb.gw.go 01ac089200 feat(webui): implement basic webui 8 năm trước cách đây
auth.proto 01ac089200 feat(webui): implement basic webui 8 năm trước cách đây
network.pb.go 01ac089200 feat(webui): implement basic webui 8 năm trước cách đây
network.pb.gw.go 01ac089200 feat(webui): implement basic webui 8 năm trước cách đây
network.proto 01ac089200 feat(webui): implement basic webui 8 năm trước cách đây
user.pb.go 2db2b737d8 refactor: correct typo 8 năm trước cách đây
user.pb.gw.go 01ac089200 feat(webui): implement basic webui 8 năm trước cách đây
user.proto 2db2b737d8 refactor: correct typo 8 năm trước cách đây
vpn.pb.go 01ac089200 feat(webui): implement basic webui 8 năm trước cách đây
vpn.pb.gw.go 01ac089200 feat(webui): implement basic webui 8 năm trước cách đây
vpn.proto 01ac089200 feat(webui): implement basic webui 8 năm trước cách đây

README.md

OVPM API

This package holds gRPC definition of the OVPM API. And there is also a REST API implementation that is generated automatically from gRPC proto files as well. REST APIs are automatically documented with swagger.

File Description
user.proto gRPC Service Definition for User Service
network.proto gRPC Service Definition for Network Service
vpn.proto gRPC Service Definition for VPN Service
network.swagger.json Swagger Specification for the Network REST API
user.swagger.json Swagger Specification for the User REST API
vpn.swagger.json Swagger Specification for the VPN REST API