(chainID, snapshotter string)
| 737 | } |
| 738 | |
| 739 | func (u *Unpacker) makeChainIDKeyWithSnapshotter(chainID, snapshotter string) string { |
| 740 | return fmt.Sprintf("sn://%s/%v", snapshotter, chainID) |
| 741 | } |
| 742 | |
| 743 | func (u *Unpacker) makeBlobDescriptorKey(desc ocispec.Descriptor) string { |
| 744 | return fmt.Sprintf("blob://%v", desc.Digest) |