Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DB *gorm.DB
Functions ¶
func Init ¶
func Init(config *config.MySQLConfig) (err error)
Types ¶
type Migration ¶
type Migration struct {
// contains filtered or unexported fields
}
func (*Migration) TmpMigrate ¶
type MigrationInfo ¶
type MigrationInfo struct {
ID string `json:"id"`
Name string `json:"name"`
Description string `json:"description"`
Type string `json:"type"`
Deployment string `json:"deployment"`
Url string `json:"url"`
EwFilterTopic string `json:"ew_filter_topic"`
UserID string `json:"user_id"`
Public bool `json:"public"`
}
Click to show internal directories.
Click to hide internal directories.