Set receives a pointer to the Configuration type and does the job of filling it
(c *Configuration)
| 18 | OptionSetter interface { |
| 19 | // Set receives a pointer to the Configuration type and does the job of filling it |
| 20 | Set(c *Configuration) |
| 21 | } |
| 22 | // OptionSet implements the OptionSetter |
| 23 | OptionSet func(c *Configuration) |
no outgoing calls