Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct { Module string `json:"module"` EmitJSONTags bool `json:"emit_json_tags"` EmitDBTags bool `json:"emit_db_tags"` EmitResultStructPointers bool `json:"emit_result_struct_pointers"` GenerateConnectionManager bool `json:"generate_connection_manager"` GenerateRepositories bool `json:"generate_repositories"` EmitBooleanQuestionGetters bool `json:"emit_boolean_question_getters"` }
Options represents the plugin-specific options
Click to show internal directories.
Click to hide internal directories.