repository

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jan 13, 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
	Cwd        string
	DryRun     bool
}

type Repository

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

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