# buf.gen.yaml defines a local generation template. # For details, see https://buf.build/docs/configuration/v2/buf-gen-yaml version: v2 plugins: - local: protoc-gen-go out: ../../apps/private-location/proto opt: - paths=source_relative - local: protoc-gen-connect-go out: ../../apps/private-location/proto opt: - paths=source_relative - package_suffix # - input # Go generation for checker - local: protoc-gen-go out: ../../apps/checker/proto opt: - paths=source_relative - local: protoc-gen-connect-go out: ../../apps/checker/proto opt: - paths=source_relative - package_suffix