Documentation ¶
Index ¶
Constants ¶
View Source
const ( // AnchorOriginProperty is anchor origin key. AnchorOriginProperty = "anchorOrigin" // AnchorURIProperty is anchor URI key. AnchorURIProperty = "anchorURI" // CanonicalReferenceProperty is the canonical reference key. CanonicalReferenceProperty = "canonicalReference" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Metadata ¶
type Metadata map[string]interface{}
Metadata can contains various metadata for resource.
type Option ¶
type Option func(opts *Registry)
Option is a registry instance option.
func WithResourceInfoProvider ¶
func WithResourceInfoProvider(p ResourceInfoProvider) Option
WithResourceInfoProvider adds resource info provider to the list of available providers.
Click to show internal directories.
Click to hide internal directories.