Sagi Dayan
d72005afe1
All checks were successful
Codespell / Check for spelling errors (push) Successful in 23s
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:"-"`
|
|
}
|