Documentation
¶
Overview ¶
Package embedded exposes the verified compiled catalog as a versioned, lowest-authority synchronization observation.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Source ¶
type Source struct {
// contains filtered or unexported fields
}
Source observes one verified catalog compiled into the running binary.
func (*Source) Dependencies ¶
func (s *Source) Dependencies() []sources.Dependency
Dependencies reports no external runtime dependencies.
func (*Source) IsOptional ¶
IsOptional reports that a selected embedded observation has no optional dependency that permits skipping it.
Click to show internal directories.
Click to hide internal directories.