dev cicd + tron + docs

This commit is contained in:
Stephan D
2026-01-30 16:58:02 +01:00
parent 51f5b0804a
commit c1596296d1
52 changed files with 3695 additions and 0 deletions

View File

@@ -134,4 +134,10 @@ if [ -f "${PROTO_DIR}/billing/fees/v1/fees.proto" ]; then
generate_go_with_grpc "${PROTO_DIR}/billing/fees/v1/fees.proto"
fi
if [ -f "${PROTO_DIR}/billing/documents/v1/documents.proto" ]; then
info "Compiling billing documents protos"
clean_pb_files "./pkg/proto/billing/documents"
generate_go_with_grpc "${PROTO_DIR}/billing/documents/v1/documents.proto"
fi
info "Protobuf generation completed"