Versions in this module Expand all Collapse all v1 v1.0.0 Nov 24, 2023 Changes in this version + func Gen() error + type Field struct + CamelName string + CommentArr []string + Default interface{} + GoTypeName string + IsArray bool + Message *Message + Name string + SpTypeName string + SpWireTypeName string + Tag int + Type field_type + TypeName string + type Message struct + FieldArr []*Field + FieldDict map[string]*Field + StructName string + type MessageType int + func (s MessageType) IsNotifyType() bool + func (s MessageType) IsPushType() bool + func (s MessageType) IsRequestType() bool + func (s MessageType) IsSResponseType() bool + func (s MessageType) IsStructType() bool + type Packet struct + CommentArr []string + FullName string + Message *Message + MessageId int + Name string + Notify *Message + Push *Message + Request *Message + Response *Message + StructName string + Type MessageType + type Parser interface