Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FieldInfo ¶
type FieldInfo struct {
ProtoName string
GoName string
Number string // Only for proto fields
Comment string
ProtoType TypeInfo
GoType TypeInfo
}
FieldInfo contains the data about the field
type MessageInfo ¶
MessageInfo contains the data about the type/message
type Model ¶
type Model struct {
TemplateName string
VarietyName string
InterfaceName string
PackageImportPath string
Comment string
// Info for go interfaces
GoPackageName string
// Info for regenerated template proto
PackageName string
TemplateMessage MessageInfo
OutputTemplateMessage MessageInfo
ResourceMessages []MessageInfo
// contains filtered or unexported fields
}
Model represents the object used to code generate mixer artifacts.
Click to show internal directories.
Click to hide internal directories.