| 45 | var ComposeServiceHook func(serviceNode *yaml.Node) |
| 46 | |
| 47 | type Impl struct { |
| 48 | nativeDockerClient.APIClient |
| 49 | timeoutForDockerQuery time.Duration |
| 50 | logger *zap.Logger |
| 51 | conf *config.Config |
| 52 | } |
| 53 | |
| 54 | func New(logger *zap.Logger, c *config.Config) (Client, error) { |
| 55 | dockerClient, err := nativeDockerClient.NewClientWithOpts(nativeDockerClient.FromEnv, |
nothing calls this directly
no outgoing calls
no test coverage detected