Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
      View Source
      
  
var ( // VarStringSrc describes the source file of sql. VarStringSrc string // VarStringDir describes the output directory of sql. VarStringDir string // VarBoolCache describes whether the cache is enabled. VarBoolCache bool // VarBoolIdea describes whether is idea or not. VarBoolIdea bool // VarStringURL describes the dsn of the sql. VarStringURL string // VarStringSliceTable describes tables. VarStringSliceTable []string // VarStringTable describes a table of sql. VarStringTable string // VarStringStyle describes the style. VarStringStyle string // VarStringDatabase describes the database. VarStringDatabase string // VarStringSchema describes the schema of postgresql. VarStringSchema string // VarStringHome describes the goctl home. VarStringHome string // VarStringRemote describes the remote git repository. VarStringRemote string // VarStringBranch describes the git branch of the repository. VarStringBranch string // VarBoolStrict describes whether the strict mode is enabled. VarBoolStrict bool // VarStringSliceIgnoreColumns represents the columns which are ignored. VarStringSliceIgnoreColumns []string )
Functions ¶
func MySqlDataSource ¶
MySqlDataSource generates model code from datasource
Types ¶
This section is empty.
 Click to show internal directories. 
   Click to hide internal directories.