repository

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: May 14, 2026 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CloseClients

func CloseClients(ctx context.Context, clients []runtime.Client) error

Types

type Options

type Options struct {
	RepoRoot     string
	ConfigPath   string
	OverridePath string
	Cwd          string
	DryRun       bool
	ProfileName  string
}

type Repository

type Repository struct {
	Root        string
	Config      *config.File
	Specs       []runtime.PluginSpec
	SpecByID    map[string]runtime.PluginSpec
	Request     runtime.RequestMeta
	ConfigAbs   string
	OverrideAbs string
	ProfileName string
	Profile     *config.Profile
}

func Load

func Load(opts Options) (*Repository, error)

func (*Repository) StartClients

func (r *Repository) StartClients(ctx context.Context, factory *runtime.Factory) ([]runtime.Client, error)

Jump to

Keyboard shortcuts

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