Versions in this module Expand all Collapse all v1 v1.5.5 Oct 25, 2023 v0 v0.1.0 Oct 25, 2023 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