Skip to content

Commit

Permalink
chore: update api
Browse files Browse the repository at this point in the history
Signed-off-by: Valery Piashchynski <piashchynski.valery@gmail.com>
  • Loading branch information
rustatian committed Jun 25, 2024
1 parent 36eb454 commit 9df4561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/v4/jobs/job.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ type Pipeline interface {
// This might be used for SQS attributes or tags, for example
Map(name string, out map[string]string) error
// Priority returns the default pipeline priority
Priority() int
Priority() int64
// Get is used to retrieve the data associated with a key
Get(key string) interface{}
}

0 comments on commit 9df4561

Please sign in to comment.