open-consul/agent/proxycfg
Daniel Nephin 40ff895927 proxycfg: split state into kind-specific types
This commit extracts all the kind-specific logic into handler types, and
keeps the generic parts on the state struct. This change should make it
easier to add new kinds, and see the implementation of each kind more
clearly.
2021-06-16 14:04:01 -04:00
..
manager.go
manager_test.go
proxycfg.go
snapshot.go
state.go
state_test.go
testing.go