Documentation ¶
Index ¶
- func AddReminderComment(ctx context.Context, gerritClient gerrit.GerritInterface, ...) error
- func FindAllOpenCherrypicks(ctx context.Context, gerritClient gerrit.GerritInterface, repo, branch string) ([]*gerrit.ChangeInfo, error)
- func IsCherrypickIn(ctx context.Context, gerritClient gerrit.GerritInterface, repo, branch string, ...) (bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddReminderComment ¶
func AddReminderComment(ctx context.Context, gerritClient gerrit.GerritInterface, partialChange *gerrit.ChangeInfo, comment string) error
AddReminderComment adds the specified comment to the provided partial ChangeInfo obj.
func FindAllOpenCherrypicks ¶
func FindAllOpenCherrypicks(ctx context.Context, gerritClient gerrit.GerritInterface, repo, branch string) ([]*gerrit.ChangeInfo, error)
FindAllOpenCherrypicks finds all open cherrypicks from the provided repo+branch.
func IsCherrypickIn ¶
func IsCherrypickIn(ctx context.Context, gerritClient gerrit.GerritInterface, repo, branch string, cherrypickChange int) (bool, error)
IsCherrypickIn returns whether the specified cherrypick exists in the provided repo+branch.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.