Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetAllBranchesCallback ¶
type GetAllBranchesCallback func(projectId string) ([]*projects.GitReference, error)
type ProjectBranchCallbacks ¶
type ProjectBranchCallbacks struct {
GetAllBranchesCallback GetAllBranchesCallback
}
func NewProjectBranchCallbacks ¶
func NewProjectBranchCallbacks(dependencies *cmd.Dependencies) *ProjectBranchCallbacks
Click to show internal directories.
Click to hide internal directories.