ArtifactDriver is the artifact driver for artifactory and http URLs
| 15 | |
| 16 | // ArtifactDriver is the artifact driver for artifactory and http URLs |
| 17 | type ArtifactDriver struct { |
| 18 | Username string |
| 19 | Password string |
| 20 | Client *http.Client |
| 21 | } |
| 22 | |
| 23 | var _ common.ArtifactDriver = &ArtifactDriver{} |
| 24 |
nothing calls this directly
no outgoing calls
no test coverage detected