Digest returns the artifact's digest
()
| 75 | |
| 76 | // Digest returns the artifact's digest |
| 77 | func (a *DigestedArtifact) Digest() string { |
| 78 | return a.digest |
| 79 | } |
| 80 | |
| 81 | // Algorithm returns the artifact's algorithm |
| 82 | func (a *DigestedArtifact) Algorithm() string { |
no outgoing calls