Documentation
¶
Index ¶
- type Completer
- func (c Completer) CompleteRemoteBranches(ctx context.Context, projectKey, repositorySlug, toComplete string) ([]string, error)
- func (c Completer) CompleteRemoteProject(ctx context.Context, toComplete string) ([]string, error)
- func (c Completer) CompleteRemoteRepositories(ctx context.Context, projectKey, toComplete string) ([]string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Completer ¶
type Completer struct {
// contains filtered or unexported fields
}
func NewCompleter ¶
func (Completer) CompleteRemoteBranches ¶
func (Completer) CompleteRemoteProject ¶
Click to show internal directories.
Click to hide internal directories.