Skip to content

Fix naming conventions for generated gRPC templates #40

@coolwednesday

Description

@coolwednesday

For e.g: we register a service as server.RegisterHelloServerWithGofr(app, server.NewHelloGoFrServer()) which should instead be server.RegisterHelloServiceWithGofr(app, server.NewHelloGoFrService()). Similar naming needs to fixed across gRPC generated template.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions