Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProjectBranchQuery ¶
type ProjectBranchesService ¶
func NewProjectBranchesService ¶
func NewProjectBranchesService(sling *sling.Sling, uriTemplate string) *ProjectBranchesService
func (*ProjectBranchesService) Add ¶
func (s *ProjectBranchesService) Add(spaceId, projectID, baseBranch, newBranchName string) (*projects.GitReference, error)
func (*ProjectBranchesService) Get ¶
func (s *ProjectBranchesService) Get(spaceId, projectId string, branchesQuery ProjectBranchQuery) (*resources.Resources[*projects.GitReference], error)
Click to show internal directories.
Click to hide internal directories.