resolver

package
v3.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 1, 2026 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ResolvedManifest

type ResolvedManifest struct {
	// Release manifest for the core platform
	CorePlatform *core.ReleaseManifest
	// Solution release manifest that extends the core platform
	SolutionExtension *solution.ReleaseManifest
}

type Resolver

type Resolver struct {
	// contains filtered or unexported fields
}

func New

func New(reader SourceReader) *Resolver

func (*Resolver) Resolve

func (r *Resolver) Resolve(uri string) (*ResolvedManifest, error)

Resolve resolves a release manifest at a given uri to its underlying component parts (i.e. solution and core platform)

type SourceReader

type SourceReader interface {
	// Read reads a release manifest from the given source and returns the file contents
	Read(m *source.ReleaseManifestSource) ([]byte, error)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL