package scheme type Registry struct { Address string `json:"address" yaml:"address"` Login string `json:"login" yaml:"login"` Password string `json:"password" yaml:"password"` }