Versions in this module Expand all Collapse all v1 v1.0.3 Feb 8, 2024 v1.0.2 Feb 8, 2024 Changes in this version + type Field struct + Comment string + FieldType string + Name string + func (r Field) GoTypeZero() string + type PbService struct + CutServiceName string + LowerCutServiceName string + LowerName string + Methods []*ServiceMethod + Name string + func GetServices(file *protogen.File) []*PbService + func (s *PbService) RandNumber() int + type RPCMethod struct + Body string + Method string + Name string + Num int + Path string + Reply string + Request string + ResponseBody string + func GetMethods(m *protogen.Method) []*RPCMethod + func (m *RPCMethod) HandlerName() string + func (m *RPCMethod) HasPathParams() bool + func (m *RPCMethod) InitPathParams() + type ServiceMethod struct + Body string + Comment string + LowerCutServiceName string + LowerServiceName string + Method string + MethodName string + Path string + Reply string + ReplyFields []*Field + Request string + RequestFields []*Field + ServiceName string + func (t *ServiceMethod) AddOne(i int) int v1.0.1 Feb 8, 2024 v1.0.0 Feb 8, 2024