feat:#36 updated feed service with more protobuf endpoints

This commit is contained in:
Elmar Kresse
2024-06-18 23:46:23 +02:00
parent 4792b07e8c
commit acc048a80a
10 changed files with 197 additions and 69 deletions

View File

@@ -9,7 +9,7 @@ build-ical:
gen:
@protoc \
--proto_path=protobuf "protobuf/modules.proto" \
--proto_path=protobuf "protobuf/*" \
--go_out="common/genproto/modules" \
--go_opt=paths=source_relative \
--go-grpc_out="common/genproto/modules" \