Skip to content

Commit

Permalink
added doc
Browse files Browse the repository at this point in the history
  • Loading branch information
eze-kiel committed Feb 25, 2021
1 parent 0f0df32 commit 99bf9e7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions slowql.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ type Kind int

// Parser is the parser interface
type Parser interface {
parseBlocs(rawBlocs chan []string)
// GetNext returns the next query of the parser
GetNext() Query
parseBlocs(rawBlocs chan []string)
}

// NewParser returns a new parser depending on the desired kind
Expand Down Expand Up @@ -121,7 +122,3 @@ func scan(s bufio.Scanner, rawBlocs chan []string) {

close(rawBlocs)
}

func parseBlocs(rawBlocs chan []string, waitingList chan Query) {

}

0 comments on commit 99bf9e7

Please sign in to comment.