Documentation ¶
Index ¶
Constants ¶
View Source
const ( PluginMode_Recursive = "recursive" // recursively gen for all fields PluginMode_Reference = "reference" // would reference the fieldmask to the original package PluginMode_All = "all" // would generate all the fieldmask for all fields PluginMode_Option = "option" // would generate the fieldmask for the fields with the option )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Generator ¶
type Generator struct { Options pluginutils.GenerateOptions }
func (*Generator) ApplyTemplate ¶
Click to show internal directories.
Click to hide internal directories.