-
Notifications
You must be signed in to change notification settings - Fork 555
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #166 from gravitl/feature_v0.5_clientgrpc
Feature v0.5 clientgrpc
- Loading branch information
Showing
21 changed files
with
236 additions
and
161 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
10.10.10.1 nethub.default | ||
10.10.10.1 netmaker.default |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
package models | ||
|
||
type IntClient struct { | ||
ClientID string `json:"clientid" bson:"clientid"` | ||
PrivateKey string `json:"privatekey" bson:"privatekey"` | ||
PublicKey string `json:"publickey" bson:"publickey"` | ||
AccessKey string `json:"accesskey" bson:"accesskey"` | ||
Address string `json:"address" bson:"address"` | ||
Address6 string `json:"address6" bson:"address6"` | ||
Network string `json:"network" bson:"network"` | ||
ServerPublicEndpoint string `json:"serverwgendpoint" bson:"serverwgendpoint"` | ||
ServerAPIPort string `json:"serverapiendpoint" bson:"serverapiendpoint"` | ||
ServerPrivateAddress string `json:"serveraddress" bson:"serveraddress"` | ||
ServerWGPort string `json:"serverport" bson:"serverport"` | ||
ServerGRPCPort string `json:"serverport" bson:"serverport"` | ||
ServerKey string `json:"serverkey" bson:"serverkey"` | ||
IsServer string `json:"isserver" bson:"isserver"` | ||
ClientID string `json:"clientid" bson:"clientid"` | ||
PrivateKey string `json:"privatekey" bson:"privatekey"` | ||
PublicKey string `json:"publickey" bson:"publickey"` | ||
AccessKey string `json:"accesskey" bson:"accesskey"` | ||
Address string `json:"address" bson:"address"` | ||
Address6 string `json:"address6" bson:"address6"` | ||
Network string `json:"network" bson:"network"` | ||
ServerPublicEndpoint string `json:"serverpublicendpoint" bson:"serverpublicendpoint"` | ||
ServerAPIPort string `json:"serverapiport" bson:"serverapiport"` | ||
ServerPrivateAddress string `json:"serverprivateaddress" bson:"serverprivateaddress"` | ||
ServerWGPort string `json:"serverwgport" bson:"serverwgport"` | ||
ServerGRPCPort string `json:"servergrpcport" bson:"servergrpcport"` | ||
ServerKey string `json:"serverkey" bson:"serverkey"` | ||
IsServer string `json:"isserver" bson:"isserver"` | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.