Skip to content

Commit

Permalink
Update feederConsumer.go
Browse files Browse the repository at this point in the history
  • Loading branch information
tom10271 committed Apr 27, 2023
1 parent 3a670f5 commit 451236d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feederConsumer/feederConsumer.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ type Feeders struct {

type Consumers struct {
Count int
Callback func() (interface{}, bool)
Callback func(interface{})
}

type FeederConsumer struct {
Expand Down

0 comments on commit 451236d

Please sign in to comment.