Versions in this module Expand all Collapse all v1 v1.0.1 Sep 14, 2024 Changes in this version + const CommonPath + const GenPath + const PkgErrs + const PkgPath + const TcpPath + func FindStructsToReflect(i interface{}) map[string]reflect.Type + func Generate(msg Message, writer io.Writer) error + func GenerateReaderFile(messages []Message, writer io.Writer) error + func Title(s string) string + func WriteFile(messages []Message, rootPath string) error + type Field struct + FieldType string + Id uint16 + IdX string + Name string + Ptr bool + RefStructType reflect.Type + Slice bool + Str bool + StructPkgPath string + StructType string + type Message struct + Fields []Field + PkgPath string + TypeName string + func Reflect(i interface{}) (*Message, error)