| 6 | ) |
| 7 | |
| 8 | type BindCache struct { |
| 9 | docker DockerClient |
| 10 | bind string |
| 11 | } |
| 12 | |
| 13 | func NewBindCache(cacheType CacheInfo, dockerClient DockerClient) *BindCache { |
| 14 | return &BindCache{ |
nothing calls this directly
no outgoing calls
no test coverage detected