id on peer
This commit is contained in:
parent
bfa86de5ad
commit
d848585b7c
@ -3,7 +3,7 @@ package static
|
||||
func GetMyLocalBsonPeer() (string, map[string]interface{}) {
|
||||
return "6fd0134c-fefc-427e-94c2-e01365fc5fb0", map[string]interface{}{
|
||||
"abstractobject": map[string]interface{}{
|
||||
"uuid": "6fd0134c-fefc-427e-94c2-e01365fc5fb0",
|
||||
"id": "6fd0134c-fefc-427e-94c2-e01365fc5fb0",
|
||||
"name": "local_peer",
|
||||
},
|
||||
"url": "http://localhost",
|
||||
@ -13,7 +13,7 @@ func GetMyLocalBsonPeer() (string, map[string]interface{}) {
|
||||
|
||||
func GetMyLocalJsonPeer() (string, map[string]interface{}) {
|
||||
return "6fd0134c-fefc-427e-94c2-e01365fc5fb0", map[string]interface{}{
|
||||
"uuid": "6fd0134c-fefc-427e-94c2-e01365fc5fb0",
|
||||
"id": "6fd0134c-fefc-427e-94c2-e01365fc5fb0",
|
||||
"name": "local_peer",
|
||||
"url": "http://localhost",
|
||||
"public_key": "public_key_lulz",
|
||||
|
Loading…
Reference in New Issue
Block a user