types.go 132 B

123456
  1. package nodepb
  2. const STRING_TYPE = "string"
  3. const NODE_TYPE = "node"
  4. const EXT_PEER = "extpeer"
  5. const ACCESS_TOKEN = "accesstoken"