Skip to content

Commit 3daa262

Browse files
committed
chore: add PoolName key
Signed-off-by: Valery Piashchynski <[email protected]>
1 parent e9370b2 commit 3daa262

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

jobs.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package context
2+
3+
type PoolKey string
4+
5+
const (
6+
// PoolName used in the Jobs drivers to indicate on which pool execute the job
7+
PoolName PoolKey = "pool" //nolint:gochecknoglobals
8+
)

0 commit comments

Comments
 (0)