Hi! I have a custom buf schema registry (ex: company-dev.buf.dev).
There I have 3 projects

- project
- wellknowntypes
- api

I register the dependencies in buf.yaml as
  deps:
    - company-dev.buf.dev/protocolbuffers/wellknowntypes:v22.4
    - company-dev.buf.dev/company/project:tag
Then I use buf generate command
And this command doesn't generate any files for wellknowntypes, but 
generates for project.
I want to use "project" files as dependency just like the wellknowntypes 
files, without creating any files in the gen (where services and handlers 
are located) directory for "project".


I will be very grateful for your help


-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/protobuf/8463bd65-38df-430d-b7bf-81c29e7c729dn%40googlegroups.com.

Reply via email to