Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListOptions ¶
type ListOptions = workspace.ListOptions
type Options ¶
type Options struct {
Primary bool
ListOptions
}
type Usecase ¶ added in v4.0.2
type Usecase struct {
// contains filtered or unexported fields
}
Usecase defines the use case for listing repositories
func NewUsecase ¶ added in v4.0.2
func NewUsecase( workspaceService workspace.WorkspaceService, finderService workspace.FinderService, ) *Usecase
NewUsecase creates a new instance of Usecase
Click to show internal directories.
Click to hide internal directories.