Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DoEnvVarsExist ¶
DoEnvVarsExist return true if any of env vars do exist, false otherwise
Types ¶
type Lock ¶
type ProjectLock ¶
type PullRequestLock ¶
type PullRequestLock struct { InternalLock Lock CIService orchestrator.PullRequestService Reporter reporting.Reporter ProjectName string ProjectNamespace string PrNumber int }
func (*PullRequestLock) ForceUnlock ¶
func (projectLock *PullRequestLock) ForceUnlock() error
func (*PullRequestLock) Lock ¶
func (projectLock *PullRequestLock) Lock() (bool, error)
func (*PullRequestLock) LockId ¶
func (projectLock *PullRequestLock) LockId() string
func (*PullRequestLock) Unlock ¶
func (projectLock *PullRequestLock) Unlock() (bool, error)
Click to show internal directories.
Click to hide internal directories.