fix: remove go_package for identity service
All checks were successful
Publish / Publish Job (push) Successful in 2m33s
All checks were successful
Publish / Publish Job (push) Successful in 2m33s
This commit is contained in:
@@ -2,6 +2,7 @@ syntax = "proto3";
|
||||
|
||||
package identity;
|
||||
|
||||
option go_package = "./gen";
|
||||
|
||||
service AuthService {
|
||||
rpc Login (LoginRequest) returns (LoginResponse);
|
||||
|
||||
Reference in New Issue
Block a user