Skip to content

Commit

Permalink
fix: modify comments
Browse files Browse the repository at this point in the history
issue: #137
  • Loading branch information
CodeBear801 committed Feb 3, 2020
1 parent fbf89d0 commit e027319
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integration/pkg/api/osrm/table/request.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@ import (
// Request for OSRM table service
// http://project-osrm.org/docs/v5.5.1/api/#table-service
type Request struct {
// Path
Service string
Version string
Profile string
Coordinates coordinate.Coordinates

// options
// Options
Sources genericoptions.Elements
Destinations genericoptions.Elements
Annotations string
Expand Down

0 comments on commit e027319

Please sign in to comment.