Set enables or disables features by parsing a string like "feature1=true,feature2=false".
(string)
| 61 | Gate |
| 62 | // Set enables or disables features by parsing a string like "feature1=true,feature2=false". |
| 63 | Set(string) error |
| 64 | // SetFromMap enables or disables features by boolean values. |
| 65 | SetFromMap(map[string]bool) error |
| 66 | } |
no outgoing calls