Skip to content

Commit

Permalink
renam Process to Item
Browse files Browse the repository at this point in the history
  • Loading branch information
RangelReale committed Dec 15, 2024
1 parent 909ff73 commit 2e53ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion output.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func NewOutput() *Output {
return &Output{}
}

func (o *Output) OnResult(ctx context.Context, p *panyl.Process) (cont bool) {
func (o *Output) OnResult(ctx context.Context, p *panyl.Item) (cont bool) {
var out bytes.Buffer

// level
Expand Down

0 comments on commit 2e53ce0

Please sign in to comment.