Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Mysql *types2.MysqlC `json:"mysql"` Sqlite3 *types2.SQLite3Config `json:"sqlite3"` }
Config .
type FooCreateForm ¶
type FooCreateForm struct {
Bar string `form:"bar" binding:"required"` // binding tag for HTTP frame (like: Gin)
}
FooCreateForm is struct which provided to service layer and handle layer
Click to show internal directories.
Click to hide internal directories.