Skip to content

Commit

Permalink
scraper: remove unwanted comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmethakanbesel committed Dec 29, 2023
1 parent 59c6a55 commit 22dbc59
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scraper/scraper.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,4 @@ const (

type Scraper interface {
GetSymbolData(symbol string, startDate, endDate time.Time) (<-chan *SymbolPrice, error)
//scrapeChunk(symbol string, startDate time.Time, endDate time.Time) (<-chan SymbolPrice, error)
//getChunkSize() int
}

0 comments on commit 22dbc59

Please sign in to comment.