package types type Environment struct { Name string `json:"name"` Password string `json:"-"` }