bf4c289804
No config entry needs a Kind field. It is only used to determine the Go type to target. As we introduce new config entries (like this one) we can remove the kind field and have the GetKind method return the single supported value. In this case (similar to proxy-defaults) the Name field is also unnecessary. We always use the same value. So we can omit the name field entirely. |
||
---|---|---|
.. | ||
commands_oss.go | ||
commands_oss_test.go | ||
fsm.go | ||
fsm_test.go | ||
snapshot.go | ||
snapshot_oss.go | ||
snapshot_oss_test.go |