package saltyim // Config represents a Salty Config for a User which at a minimum is required // to have an Endpoint and Key (Public Key) type Config struct { Endpoint string `json:"endpoint"` Key string `json:"key"` }