Skip to main content
Version: v0.2.1

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

password-body.png