mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-08 05:57:03 +09:00
fix config
This commit is contained in:
parent
93cd6897d3
commit
b722e7301d
1 changed files with 3 additions and 3 deletions
|
@ -24,9 +24,9 @@ const (
|
|||
)
|
||||
|
||||
type Node struct {
|
||||
PeerId string `yaml:"peerId"`
|
||||
Addresses []string `yaml:"address"`
|
||||
Types []NodeType `yaml:"types,omitempty"`
|
||||
PeerId string `yaml:"peerId" bson:"peerId"`
|
||||
Addresses []string `yaml:"addresses" bson:"addresses"`
|
||||
Types []NodeType `yaml:"types,omitempty" bson:"types"`
|
||||
}
|
||||
|
||||
func (n Node) Id() string {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue