2
0
mirror of https://github.com/status-im/consul.git synced 2025-01-12 14:55:02 +00:00
R.B. Boyer c003871c54
server: break up Intention.Apply monolithic method ()
The Intention.Apply RPC is quite large, so this PR attempts to break it down into smaller functions and dissolves the pre-config-entry approach to the breakdown as it only confused things.
2020-11-13 09:15:39 -06:00

4 lines
83 B
Plaintext

```release-note:improvement
server: break up Intention.Apply monolithic method
```