Key is the key this value should be stored in the *cb.ConfigGroup.Policies map.
()
| 15 | type ConfigPolicy interface { |
| 16 | // Key is the key this value should be stored in the *cb.ConfigGroup.Policies map. |
| 17 | Key() string |
| 18 | |
| 19 | // Value is the backing policy implementation for this ConfigPolicy |
| 20 | Value() *cb.Policy |
no outgoing calls