Set is the func which makes the OptionSet an OptionSetter, this is used mostly
(c *Configuration)
| 25 | |
| 26 | // Set is the func which makes the OptionSet an OptionSetter, this is used mostly |
| 27 | func (o OptionSet) Set(c *Configuration) { |
| 28 | o(c) |
| 29 | } |
| 30 | |
| 31 | // Configuration httptest configuration |
| 32 | type Configuration struct { |