Documentation ¶
Index ¶
- Constants
- 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
- type Message
Constants ¶
View Source
const ( PkgPath = "github.com/Callahari/zusi-go" TcpPath = PkgPath + "/tcp" GenPath = TcpPath + "/gen" CommonPath = TcpPath + "/common" PkgErrs = "errors" )
Variables ¶
This section is empty.
Functions ¶
func FindStructsToReflect ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.