Sagi Dayan
2ca1e7826a
Some checks failed
Codespell / Check for spelling errors (push) Failing after 1m35s
Signed-off-by: Sagi Dayan <sagidayan@gmail.com>
6 lines
102 B
Go
6 lines
102 B
Go
package types
|
|
|
|
type Environment struct {
|
|
Name string `json:"name"`
|
|
Password string `json:"-"`
|
|
}
|