Gate is the name of the feature gate.
| 22 | |
| 23 | // Gate is the name of the feature gate. |
| 24 | type Gate string |
| 25 | |
| 26 | // String returns the string representation of this feature gate. |
| 27 | func (g Gate) String() string { |
no outgoing calls
no test coverage detected