Files
Igor Sirotin ece9dde16a refactor: fold networkhelper into the networks service (#7750)
params/networkhelper only ever served the network manager and the
default network table, both of which now live in pkg/services/networks.

Eight of its ten functions are unexported now that their callers are in
the same package. OverrideBasicAuth and GetEmbeddedProviders stay
exported: tests in other packages build networks with them.

The two test files become internal tests, since what they cover is no
longer exported.
2026-08-26 18:05:04 +01:00
..