mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-28 23:58:19 +00:00
8 lines
113 B
Go
8 lines
113 B
Go
package events
|
|
|
|
type WorkQueue struct {
|
|
}
|
|
|
|
func (w *WorkQueue) WaitForTurn(repoFullName string, pullNum int) {
|
|
}
|