is_nano
This commit is contained in:
@@ -83,6 +83,7 @@ type PeerLocation struct {
|
||||
// Peer is a struct that represents a peer
|
||||
type Peer struct {
|
||||
utils.AbstractObject
|
||||
IsNano bool `json:"is_nano" bson:"is_nano"`
|
||||
|
||||
PeerPerms []PeerPerm `json:"peer_perms" bson:"peer_perms"`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user