Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Generator ¶
type Generator struct { File *importer.File Options struct { // GenGetter: // 0: disabled // 1: generate getters for pointer fields // 2: generate getters for all fields GenGetter int // GenMarshal: // 0: disabled // 1: generate Marshal helper // 2: generate Marshal specific methods without reflection GenMarshal int GenSize bool } // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.