Skip to content

Commit

Permalink
feat(rpc/flipt/auth): drop METHOD_ prefix from enum names
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeMac committed Oct 26, 2022
1 parent ade17a7 commit 35a71d0
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 32 deletions.
59 changes: 29 additions & 30 deletions rpc/flipt/auth/auth.pb.go

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

4 changes: 2 additions & 2 deletions rpc/flipt/auth/auth.proto
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {
};

enum Method {
METHOD_NONE = 0;
METHOD_TOKEN = 1;
NONE = 0;
TOKEN = 1;
}

message Authentication {
Expand Down

0 comments on commit 35a71d0

Please sign in to comment.