Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Configuration ¶
type Server ¶
type Storage ¶
type Storage struct { // show sql Debug *bool `yaml:"debug" default:"true"` // db driver Driver string `yaml:"driver" default:"mysql"` // db table name prefix TablePrefix string `yaml:"prefix" default:"flexi_"` // auto migrate AutoMigrate *bool `yaml:"autoMigrate" default:"true"` // db connection Connection string `yaml:"connection"` }
func (*Storage) IsAutoMigrate ¶
Click to show internal directories.
Click to hide internal directories.