Skip to content

Commit

Permalink
[generic] refs 290 Comment Iterator interface in core package.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsequeda committed Dec 24, 2019
1 parent 47fbdbc commit 63752d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/generic.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package core

// Iterator defines a generic iterator.
type Iterator interface {
CurrentData(interface{}) error
HasNext() bool
Expand Down

0 comments on commit 63752d9

Please sign in to comment.