Skip to content

Commit

Permalink
Move the status proto into a folder corresponding to the package name
Browse files Browse the repository at this point in the history
GitOrigin-RevId: e4bfa58c9000eb38266e631148a37d79085c346a
  • Loading branch information
staktrace authored and rainecp committed Jul 11, 2024
1 parent 2b0476c commit 7d847e3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

syntax = "proto3";

package google.rpc;
package misk.proto;

import "google/protobuf/any.proto";

Expand Down Expand Up @@ -89,4 +89,4 @@ message Status {
// A list of messages that carry the error details. There will be a
// common set of message types for APIs to use.
repeated google.protobuf.Any details = 3;
}
}

0 comments on commit 7d847e3

Please sign in to comment.