any-sync/config/nodes.go
2022-08-03 14:20:20 +02:00

9 lines
201 B
Go

package config
type Node struct {
PeerId string `yaml:"peerId"`
Address string `yaml:"address"`
SigningKey string `yaml:"signingKey"`
EncryptionKey string `yaml:"encryptionKey"`
}