Versions in this module Expand all Collapse all v0 v0.1.2 May 7, 2024 Changes in this version + type Client struct + Name string + SendMethods []SendMethod + func NewService(service *descriptorpb.ServiceDescriptorProto) Client + type Model struct + Clients []Client + NameSpace string + func NewModel(file *protogen.File) *Model + type SendMethod struct + InputType string + Name string + OutputType string + TypeUrl string + func NewMethod(msg *descriptorpb.MethodDescriptorProto) SendMethod