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

8 lines
165 B
Go

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