Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotFound = sqlx.ErrNotFound
Functions ¶
This section is empty.
Types ¶
type ManageRole ¶
type ManageRole struct { Id uint64 `db:"id"` CreateTime time.Time `db:"create_time"` UpdateTime time.Time `db:"update_time"` CreateBy sql.NullInt64 `db:"create_by"` UpdateBy sql.NullInt64 `db:"update_by"` Name string `db:"name"` Status string `db:"status"` Code string `db:"code"` Desc string `db:"desc"` }
type ManageRoleModel ¶
type ManageRoleModel interface {
// contains filtered or unexported methods
}
ManageRoleModel is an interface to be customized, add more methods here, and implement the added methods in customManageRoleModel.
func NewManageRoleModel ¶
NewManageRoleModel returns a model for the database table.
Click to show internal directories.
Click to hide internal directories.