Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CatalogInspection ¶ added in v0.2.20
type CatalogInspection struct {
Catalog catalog.Snapshot
MetadataChanged bool
PlanChanged bool
DecoderChanged bool
}
CatalogInspection reports every Store-owned catalog freshness dimension.
func (CatalogInspection) IsCurrent ¶ added in v0.2.20
func (i CatalogInspection) IsCurrent() bool
type Result ¶
type Result struct {
Catalog catalog.Snapshot
CreatedArtifacts []basespec.ArtifactID
UpdatedArtifacts []basespec.ArtifactID
Diagnostics []providerapi.Diagnostic
Candidates int
}
Result is the consumer-facing result of one Store-owned Collection refresh.
Click to show internal directories.
Click to hide internal directories.