-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdoc.go
27 lines (27 loc) · 872 Bytes
/
doc.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// Erebrus
//
// Erebrus is an open source VPN solution from The NetSepio, that helps to deploy your own VPN solution in
// minutes.The vision of Erebrus is to deliver Cyber security to everyone .
//
// Features of Erebrus were, Easy Client and Server management, Supports REST and gRPC, Email VPN configuration to clients easily.
//
// This documentation guides you, How to use Erebrus endpoints and It's Request and Response briefly.
//
// Schemes: http, https
// Host: localhost
// BasePath: /api/v1.0
// Version: 1.0.0
// License: GPL-3.0 https://opensource.org/licenses/GPL-3.0
// Contact: Sambath Kumar <[email protected]>
//
// Consumes:
// - application/json
// - application/x-protobuf
//
// Produces:
// - application/json
// - application/x-protobuf
// - application/config
//
// swagger:meta
package main