Skip to content

transport/grpc.NewClient assumes service name has prefix "pb" #447

@willfaught

Description

@willfaught

It's possible for a proto file to have something like this:

option go_package = "pb";

package github_com.mycompany.myrepo.myservice.pb;

in which case the Go package is pb but the GRPC namespace is github_com.mycompany.myrepo.myservice.pb.

There should at least be an option to override the pb default.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions