2022-09-30 19:16:44 +03:00

8 lines
165 B
Go

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