Documentation
¶
Overview ¶
Package types provides compatibility aliases for Starmap's former shared-type package.
Deprecated: use package catalogmeta. This package remains alias-only so existing consumers retain source and assignment compatibility.
Index ¶
- Constants
- type ObservationCompletenessdeprecated
- type ObservationIssuedeprecated
- type ObservationIssueCodedeprecated
- type ObservationIssueScopedeprecated
- type ObservationRecordCountsdeprecated
- type ObservationRevisiondeprecated
- type ObservationRevisionKinddeprecated
- type ObservationStatusdeprecated
- type ResourceTypedeprecated
- type SourceIDdeprecated
- func SourceIDs() []SourceIDdeprecated
Constants ¶
const ( // Deprecated: use catalogmeta.ProvidersID. ProvidersID = catalogmeta.ProvidersID // Deprecated: use catalogmeta.ModelsDevGitID. ModelsDevGitID = catalogmeta.ModelsDevGitID // Deprecated: use catalogmeta.ModelsDevHTTPID. ModelsDevHTTPID = catalogmeta.ModelsDevHTTPID // Deprecated: use catalogmeta.LocalCatalogID. LocalCatalogID = catalogmeta.LocalCatalogID )
const ( // Deprecated: use catalogmeta.ResourceTypeModel. ResourceTypeModel = catalogmeta.ResourceTypeModel // Deprecated: use catalogmeta.ResourceTypeProvider. ResourceTypeProvider = catalogmeta.ResourceTypeProvider // Deprecated: use catalogmeta.ResourceTypeAuthor. ResourceTypeAuthor = catalogmeta.ResourceTypeAuthor // Deprecated: use catalogmeta.ResourceTypeModelDefinition. ResourceTypeModelDefinition = catalogmeta.ResourceTypeModelDefinition // Deprecated: use catalogmeta.ResourceTypeProviderOffering. ResourceTypeProviderOffering = catalogmeta.ResourceTypeProviderOffering )
const ( // Deprecated: use catalogmeta.ObservationRevisionKindUnknown. ObservationRevisionKindUnknown = catalogmeta.ObservationRevisionKindUnknown // Deprecated: use catalogmeta.ObservationRevisionKindETag. ObservationRevisionKindETag = catalogmeta.ObservationRevisionKindETag // Deprecated: use catalogmeta.ObservationRevisionKindLastModified. ObservationRevisionKindLastModified = catalogmeta.ObservationRevisionKindLastModified // Deprecated: use catalogmeta.ObservationRevisionKindGitCommit. ObservationRevisionKindGitCommit = catalogmeta.ObservationRevisionKindGitCommit // Deprecated: use catalogmeta.ObservationRevisionKindSourceVersion. ObservationRevisionKindSourceVersion = catalogmeta.ObservationRevisionKindSourceVersion // Deprecated: use catalogmeta.ObservationRevisionKindContentDigest. ObservationRevisionKindContentDigest = catalogmeta.ObservationRevisionKindContentDigest )
const ( // Deprecated: use catalogmeta.ObservationCompletenessComplete. ObservationCompletenessComplete = catalogmeta.ObservationCompletenessComplete // Deprecated: use catalogmeta.ObservationCompletenessPartial. ObservationCompletenessPartial = catalogmeta.ObservationCompletenessPartial )
const ( // Deprecated: use catalogmeta.ObservationStatusSucceeded. ObservationStatusSucceeded = catalogmeta.ObservationStatusSucceeded // Deprecated: use catalogmeta.ObservationStatusDegraded. ObservationStatusDegraded = catalogmeta.ObservationStatusDegraded )
const ( // Deprecated: use catalogmeta.ObservationIssueScopeRecord. ObservationIssueScopeRecord = catalogmeta.ObservationIssueScopeRecord // Deprecated: use catalogmeta.ObservationIssueScopeProvider. ObservationIssueScopeProvider = catalogmeta.ObservationIssueScopeProvider // Deprecated: use catalogmeta.ObservationIssueScopeSource. ObservationIssueScopeSource = catalogmeta.ObservationIssueScopeSource // Deprecated: use catalogmeta.ObservationIssueScopeStaleFallback. ObservationIssueScopeStaleFallback = catalogmeta.ObservationIssueScopeStaleFallback )
const ( // Deprecated: use catalogmeta.ObservationIssueCodeInvalidRecord. ObservationIssueCodeInvalidRecord = catalogmeta.ObservationIssueCodeInvalidRecord // Deprecated: use catalogmeta.ObservationIssueCodeSchemaDrift. ObservationIssueCodeSchemaDrift = catalogmeta.ObservationIssueCodeSchemaDrift // Deprecated: use catalogmeta.ObservationIssueCodePayloadLimit. ObservationIssueCodePayloadLimit = catalogmeta.ObservationIssueCodePayloadLimit // Deprecated: use catalogmeta.ObservationIssueCodeMissingCredentials. ObservationIssueCodeMissingCredentials = catalogmeta.ObservationIssueCodeMissingCredentials // Deprecated: use catalogmeta.ObservationIssueCodeConfiguration. ObservationIssueCodeConfiguration = catalogmeta.ObservationIssueCodeConfiguration // Deprecated: use catalogmeta.ObservationIssueCodeFetchFailed. ObservationIssueCodeFetchFailed = catalogmeta.ObservationIssueCodeFetchFailed // Deprecated: use catalogmeta.ObservationIssueCodeStaleFallback. ObservationIssueCodeStaleFallback = catalogmeta.ObservationIssueCodeStaleFallback // Deprecated: use catalogmeta.ObservationIssueCodeBootstrapFallback. ObservationIssueCodeBootstrapFallback = catalogmeta.ObservationIssueCodeBootstrapFallback )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ObservationCompleteness
deprecated
added in
v0.1.0
type ObservationCompleteness = catalogmeta.ObservationCompleteness
Deprecated: use catalogmeta.ObservationCompleteness.
type ObservationIssue
deprecated
added in
v0.1.0
type ObservationIssue = catalogmeta.ObservationIssue
Deprecated: use catalogmeta.ObservationIssue.
type ObservationIssueCode
deprecated
added in
v0.1.0
type ObservationIssueCode = catalogmeta.ObservationIssueCode
Deprecated: use catalogmeta.ObservationIssueCode.
type ObservationIssueScope
deprecated
added in
v0.1.0
type ObservationIssueScope = catalogmeta.ObservationIssueScope
Deprecated: use catalogmeta.ObservationIssueScope.
type ObservationRecordCounts
deprecated
added in
v0.1.0
type ObservationRecordCounts = catalogmeta.ObservationRecordCounts
Deprecated: use catalogmeta.ObservationRecordCounts.
type ObservationRevision
deprecated
added in
v0.1.0
type ObservationRevision = catalogmeta.ObservationRevision
Deprecated: use catalogmeta.ObservationRevision.
type ObservationRevisionKind
deprecated
added in
v0.1.0
type ObservationRevisionKind = catalogmeta.ObservationRevisionKind
Deprecated: use catalogmeta.ObservationRevisionKind.
type ObservationStatus
deprecated
added in
v0.1.0
type ObservationStatus = catalogmeta.ObservationStatus
Deprecated: use catalogmeta.ObservationStatus.
type ResourceType
deprecated
type ResourceType = catalogmeta.ResourceType
Deprecated: use catalogmeta.ResourceType.
type SourceID
deprecated
type SourceID = catalogmeta.SourceID
Deprecated: use catalogmeta.SourceID.