Skip to content

Commit

Permalink
move connect+grpc to connect-grpc; add comment describing the origin …
Browse files Browse the repository at this point in the history
…of petstore protos and explaining why it is v2
  • Loading branch information
jhump committed Oct 9, 2023
1 parent 41c6caf commit 902c4bd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@

syntax = "proto3";

// The service defined herein comes from v2 of the Petstore service, which
// is used as an example for Swagger/OpenAPI. The Swagger spec can be found
// here: https://petstore.swagger.io/v2/swagger.json
// A human-friendly HTML view of this API is also available at
// https://petstore.swagger.io.
//
// This file defines only the "pet" service. The spec for this site also
// includes "store" and "user" services which are not supported via these
// RPC definitions.
package io.swagger.petstore.v2;

import "google/api/annotations.proto";
Expand Down

0 comments on commit 902c4bd

Please sign in to comment.