Skip to content

Commit

Permalink
APP-2448 Add comment about sorting order (#330)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
zaporter-work and github-actions[bot] authored Aug 16, 2023
1 parent 9ce04e4 commit 037415e
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 20 deletions.
1 change: 1 addition & 0 deletions app/v1/app.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions component/gantry/v1/gantry.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions component/motor/v1/motor.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions component/movementsensor/v1/movementsensor.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions component/posetracker/v1/pose_tracker.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions proto/viam/app/v1/app.proto
Original file line number Diff line number Diff line change
Expand Up @@ -893,6 +893,7 @@ message Module {
// The visibility of the module
Visibility visibility = 3;
// The versions of the module that are available
// When this is returned from the backend, the versions are sorted in ascending order by the semver version
repeated VersionHistory versions = 4;
// The url to reference for documentation, code, etc.
string url = 5;
Expand Down

0 comments on commit 037415e

Please sign in to comment.