ParseDigest parses the digest from the given URL. If none found, implementations should return an error.
(url string)
| 12 | // ParseDigest parses the digest from the given URL. |
| 13 | // If none found, implementations should return an error. |
| 14 | ParseDigest(url string) (digest.Digest, error) |
| 15 | } |
| 16 | |
| 17 | type parser struct{} |
no outgoing calls