dndex/storage/entity/peer.go

7 lines
134 B
Go

package entity
type Peer struct {
Name string `bson:"_id,omitempty"`
Relationship string `bson:"relationship,omitempty"`
}