Skip to content

Commit

Permalink
fix: add comments for public functions
Browse files Browse the repository at this point in the history
issue: #282
  • Loading branch information
CodeBear801 committed Apr 22, 2020
1 parent 9ddb06a commit 9022026
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ type querier struct {
id2Location stationID2Location
}

// NewQuerierBasedOnWeightBetweenNeighborsChan creates connectivitymap.Querier based on channel of charge station's WeightBetweenNeighbors
func NewQuerierBasedOnWeightBetweenNeighborsChan(c chan stationfindertype.WeightBetweenNeighbors) connectivitymap.Querier {
querier := &querier{
id2QueryResults: make(stationID2QueryResults),
Expand Down

0 comments on commit 9022026

Please sign in to comment.