dump

package
v4.0.4 Latest Latest
Warning

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

Go to latest
Published: Jan 12, 2026 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BundleEntry

type BundleEntry struct {
	Name  string
	Alias *string
}

BundleEntry represents a repository entry in the bundle

type Options

type Options = workspace.ListOptions

type Usecase

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

Usecase defines the use case for listing repositories

func NewUsecase

func NewUsecase(
	workspaceService workspace.WorkspaceService,
	finderService workspace.FinderService,
	hostingService hosting.HostingService,
	gitService git.GitService,
) *Usecase

NewUsecase creates a new instance of Usecase

func (*Usecase) Execute

func (uc *Usecase) Execute(ctx context.Context, opts Options) iter.Seq2[*BundleEntry, error]

Execute retrieves a list of repositories under the specified workspace roots

Jump to

Keyboard shortcuts

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