Option for configuring config.
func(c *conf.Config)
| 20 | |
| 21 | // Option for configuring config. |
| 22 | type Option func(c *conf.Config) |
| 23 | |
| 24 | // Env specifies expected input of env for type checks. |
| 25 | // If struct is passed, all fields will be treated as variables, |
no outgoing calls
no test coverage detected
searching dependent graphs…