Skip to content

Commit 9df4561

Browse files
committed
chore: update api
Signed-off-by: Valery Piashchynski <piashchynski.valery@gmail.com>
1 parent 36eb454 commit 9df4561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/v4/jobs/job.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ type Pipeline interface {
8585
// This might be used for SQS attributes or tags, for example
8686
Map(name string, out map[string]string) error
8787
// Priority returns the default pipeline priority
88-
Priority() int
88+
Priority() int64
8989
// Get is used to retrieve the data associated with a key
9090
Get(key string) interface{}
9191
}

0 commit comments

Comments
 (0)