Secret
Secret's are a way of saving a password as an example in a module config
type User struct {
User string `yaml:"user"`
Password string `yaml:"password" type:"secret"`
}
passwords with the type:secret
Secret's are a way of saving a password as an example in a module config
type User struct {
User string `yaml:"user"`
Password string `yaml:"password" type:"secret"`
}
passwords with the type:secret