Compare commits
2 Commits
4f038b0f92
...
v1.0.10
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f6366f14b5 | ||
|
|
39d0e360a2 |
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
@@ -50,7 +50,6 @@ jobs:
|
||||
npm install -g ts-proto
|
||||
protoc -I ./proto ./proto/*.proto \
|
||||
--ts_proto_out=nestJs=true,package=omit:./gen \
|
||||
--go_out=Mgoogle/protobuf/any.proto=google.golang.org/protobuf/types/known/anypb,paths=source_relative:./gen \
|
||||
--go-grpc_out=paths=source_relative:./gen
|
||||
|
||||
- name: Publish package
|
||||
|
||||
@@ -2,6 +2,8 @@ syntax = "proto3";
|
||||
|
||||
package identity;
|
||||
|
||||
option go_package = './gen';
|
||||
|
||||
service AuthService {
|
||||
rpc Login (LoginRequest) returns (LoginResponse);
|
||||
rpc Refresh (RefreshRequest) returns (RefreshResponse);
|
||||
|
||||
@@ -2,6 +2,8 @@ syntax = "proto3";
|
||||
|
||||
package ldap_service;
|
||||
|
||||
option go_package = './gen';
|
||||
|
||||
service LdapAuth {
|
||||
rpc VerifyUser (VerifyRequest) returns (VerifyResponse);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user