*** PRIVATE ***
| 89 | // *** PRIVATE *** |
| 90 | |
| 91 | type commitKey struct { |
| 92 | registry string |
| 93 | commitID uuid.UUID |
| 94 | digestType DigestType |
| 95 | } |
| 96 | |
| 97 | func newCommitKey( |
| 98 | registry string, |
nothing calls this directly
no outgoing calls
no test coverage detected