registry.go 186 B

1234567
  1. package scheme
  2. type Registry struct {
  3. Address string `json:"address" yaml:"address"`
  4. Login string `json:"login" yaml:"login"`
  5. Password string `json:"password" yaml:"password"`
  6. }