vendor: github.com/docker/docker 6c3797923dcb (master, v28.0-dev)
full diff: 6968719093...6c3797923d
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@ -28,7 +28,7 @@ func Services(
|
||||
ctx context.Context,
|
||||
namespace Namespace,
|
||||
config *composetypes.Config,
|
||||
apiClient client.CommonAPIClient,
|
||||
apiClient client.APIClient,
|
||||
) (map[string]swarm.ServiceSpec, error) {
|
||||
result := make(map[string]swarm.ServiceSpec)
|
||||
for _, service := range config.Services {
|
||||
|
||||
Reference in New Issue
Block a user