Set sets all the labels for a given digest
(digest.Digest, map[string]string)
| 54 | |
| 55 | // Set sets all the labels for a given digest |
| 56 | Set(digest.Digest, map[string]string) error |
| 57 | |
| 58 | // Update replaces the given labels for a digest, |
| 59 | // a key with an empty value removes a label. |
no outgoing calls