moby/libnetwork/drivers/macvlan
Sebastiaan van Stijn 6ec03d6745
libnetwork: move datastore Scope consts to libnetwork/scope
The "Capability" type defines DataScope and ConnectivityScope fields,
but their value was set from consts in the datastore package, which
required importing that package and its dependencies for the consts
only.

This patch:

- Moves the consts to a separate "scope" package
- Adds aliases for the consts in the datastore package.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-07-28 21:56:48 +02:00
..
mvmanager libnetwork: move datastore Scope consts to libnetwork/scope 2023-07-28 21:56:48 +02:00
macvlan.go libnetwork: move datastore Scope consts to libnetwork/scope 2023-07-28 21:56:48 +02:00
macvlan_endpoint.go libnetwork/drivers/macvlan: format code with gofumpt 2023-06-29 00:31:46 +02:00
macvlan_joinleave.go Switch all logging to use containerd log pkg 2023-06-24 00:23:44 +00:00
macvlan_network.go Switch all logging to use containerd log pkg 2023-06-24 00:23:44 +00:00
macvlan_setup.go Switch all logging to use containerd log pkg 2023-06-24 00:23:44 +00: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 Switch all logging to use containerd log pkg 2023-06-24 00:23:44 +00:00
macvlan_store.go libnetwork: move datastore Scope consts to libnetwork/scope 2023-07-28 21:56:48 +02:00
macvlan_test.go libnetwork/drivers/macvlan: format code with gofumpt 2023-06-29 00:31:46 +02:00