driver adds a logging interceptor to help diagnose issues with artifacts
| 12 | |
| 13 | // driver adds a logging interceptor to help diagnose issues with artifacts |
| 14 | type driver struct { |
| 15 | common.ArtifactDriver |
| 16 | } |
| 17 | |
| 18 | func New(d common.ArtifactDriver) common.ArtifactDriver { |
| 19 | return &driver{d} |
nothing calls this directly
no outgoing calls
no test coverage detected