moby--moby/libnetwork/drivers/macvlan
Sebastiaan van Stijn b1a6d5388d
libnetwork: macvlan: reduce use of const for driver name
Inlining the string makes the code more grep'able; renaming the
const to "driverName" to reflect the remaining uses of it.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-07-01 13:07:39 +02:00
..
mvmanager Fix libnetwork imports 2021-06-01 21:51:23 +00:00
macvlan.go libnetwork: macvlan: reduce use of const for driver name 2022-07-01 13:07:39 +02:00
macvlan_endpoint.go libnetwork: macvlan: reduce use of const for driver name 2022-07-01 13:07:39 +02:00
macvlan_joinleave.go libnetwork: macvlan: use single ipSubnet type 2022-07-01 11:44:27 +02:00
macvlan_network.go libnetwork: macvlan: reduce use of const for driver name 2022-07-01 13:07:39 +02:00
macvlan_setup.go libnetwork: macvlan: reduce use of const for driver name 2022-07-01 13:07:39 +02:00
macvlan_setup_test.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
macvlan_state.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
macvlan_store.go libnetwork: macvlan: use single ipSubnet type 2022-07-01 11:44:27 +02:00
macvlan_test.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00