Documentation ¶
Index ¶
Constants ¶
View Source
const ( HeaderAsertoManifestRequest = "Aserto-Manifest-Request" HeaderAsertoUpdatedAt = "Aserto-Updated-At" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ManifestRequest ¶
type ManifestRequest string
const ( // Return the manifest metadata and body. ManifestRequestDefault ManifestRequest = "" // Only return the manifest metadata. ManifestRequestMetadataOnly ManifestRequest = "metadata-only" // Only return the manifest metadata and model. ManifestRequestModelOnly ManifestRequest = "model-only" // Return the manifest metadata, body, and model. ManifestRequestWithModel ManifestRequest = "with-model" )
func IncomingManifestRequest ¶
func IncomingManifestRequest(ctx context.Context) ManifestRequest
func (ManifestRequest) WithBody ¶
func (mr ManifestRequest) WithBody() bool
func (ManifestRequest) WithModel ¶
func (mr ManifestRequest) WithModel() bool
Click to show internal directories.
Click to hide internal directories.