Commit ccabed8
authored
[sled-agent-types] move functional code to impls module (#9514)
In #9488 we moved versioned Sled Agent types to the
sled-agent-types-versions crate. In that PR we moved functional code
into that crate as well, living in the same files as types. However,
dealing with updating this code can easily go wrong, particularly around
merge conflicts.
Move this kind of functional code to an `impls` module, so that it is
always implemented on the latest versions of types.1 parent 7618486 commit ccabed8
File tree
20 files changed
+1488
-1546
lines changed- sled-agent
- src/sim
- types
- versions/src
- add_dual_stack_external_ip_config
- impls
- initial
20 files changed
+1488
-1546
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
| |||
0 commit comments