Mustafa ARICI 2197e9a44c fix(grpcgw): make sure grpc gw generated fields in original case il y a 4 ans
..
google 330a4eabf0 chore(pb): generate proto il y a 4 ans
README.md 24eb047afb refactor(api): move pb/ under api/ il y a 8 ans
auth.pb.go 330a4eabf0 chore(pb): generate proto il y a 4 ans
auth.pb.gw.go 330a4eabf0 chore(pb): generate proto il y a 4 ans
auth.proto 330a4eabf0 chore(pb): generate proto il y a 4 ans
auth.swagger.json 2197e9a44c fix(grpcgw): make sure grpc gw generated fields in original case il y a 4 ans
auth_grpc.pb.go 330a4eabf0 chore(pb): generate proto il y a 4 ans
network.pb.go 330a4eabf0 chore(pb): generate proto il y a 4 ans
network.pb.gw.go 330a4eabf0 chore(pb): generate proto il y a 4 ans
network.proto 330a4eabf0 chore(pb): generate proto il y a 4 ans
network.swagger.json 2197e9a44c fix(grpcgw): make sure grpc gw generated fields in original case il y a 4 ans
network_grpc.pb.go 330a4eabf0 chore(pb): generate proto il y a 4 ans
user.pb.go 330a4eabf0 chore(pb): generate proto il y a 4 ans
user.pb.gw.go 330a4eabf0 chore(pb): generate proto il y a 4 ans
user.proto 330a4eabf0 chore(pb): generate proto il y a 4 ans
user.swagger.json 2197e9a44c fix(grpcgw): make sure grpc gw generated fields in original case il y a 4 ans
user_grpc.pb.go 330a4eabf0 chore(pb): generate proto il y a 4 ans
vpn.pb.go 330a4eabf0 chore(pb): generate proto il y a 4 ans
vpn.pb.gw.go 330a4eabf0 chore(pb): generate proto il y a 4 ans
vpn.proto 330a4eabf0 chore(pb): generate proto il y a 4 ans
vpn.swagger.json 2197e9a44c fix(grpcgw): make sure grpc gw generated fields in original case il y a 4 ans
vpn_grpc.pb.go 330a4eabf0 chore(pb): generate proto il y a 4 ans

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