Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Engine ¶
type Engine interface {
Map(*inject.Graph) error
Mount(*gin.Engine)
Migrate(*gorm.DB)
Seed()
Worker()
Shell() []cli.Command
}
Engine web engine
type Model ¶
type Model struct {
ID uint `gorm:"primary_key" json:"id"`
CreatedAt time.Time `json:"updated_at"`
UpdatedAt time.Time `json:"created_at"`
}
Model db model
type PasswordEncryptor ¶
type PasswordEncryptor struct {
}
PasswordEncryptor password encryptor
type TextEncryptor ¶
TextEncryptor text encryptor
Click to show internal directories.
Click to hide internal directories.