Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
xmcy0011 committed Aug 17, 2022
1 parent 8c4dfd7 commit a4fdc84
Show file tree
Hide file tree
Showing 20 changed files with 322 additions and 630 deletions.
50 changes: 0 additions & 50 deletions v2/rpc/user/api/auth/auth.proto

This file was deleted.

109 changes: 0 additions & 109 deletions v2/rpc/user/api/auth/auth_http.pb.go

This file was deleted.

10 changes: 0 additions & 10 deletions v2/rpc/user/api/auth/error_reason.proto

This file was deleted.

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

7 changes: 2 additions & 5 deletions v2/rpc/user/api/user/error_reason.proto
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
syntax = "proto3";

package helloworld.v1;
package user;

option go_package = "user/api/helloworld/v1;v1";
option java_multiple_files = true;
option java_package = "helloworld.v1";
option objc_class_prefix = "APIHelloworldV1";
option go_package = "user/api/user;user";

enum ErrorReason {
GEETER_UNSPECIFIED = 0;
Expand Down
Loading

0 comments on commit a4fdc84

Please sign in to comment.