mirror of
https://github.com/gravitl/netmaker.git
synced 2024-11-11 10:10:46 +08:00
6 lines
132 B
Go
6 lines
132 B
Go
package nodepb
|
|
|
|
const STRING_TYPE = "string"
|
|
const NODE_TYPE = "node"
|
|
const EXT_PEER = "extpeer"
|
|
const ACCESS_TOKEN = "accesstoken"
|