Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HydrationQueueKey ¶
type HydrationQueueKey struct {
// SourceRepoURL must be normalized with git.NormalizeGitURL to ensure that we don't double-queue a single hydration
// operation because two apps have different URL formats.
SourceRepoURL string
SourceTargetRevision string
DestinationBranch string
}
HydrationQueueKey is used to uniquely identify a hydration operation in the queue. If several applications request hydration, but they have the same queue key, only one hydration operation will be performed.
Click to show internal directories.
Click to hide internal directories.