Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Descriptor ¶
type Descriptor struct {
// Digest is the digest of the targeted content.
Digest digest.Digest `json:"digest"`
// Size specifies the size in bytes of the targeted content.
Size uint64 `json:"size"`
// ContentType specifies the media type string of the targeted content.
ContentType string `json:"contentType"`
}
Descriptor describes the disposition of targeted content.
Click to show internal directories.
Click to hide internal directories.