Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotFound = sqlx.ErrNotFound
Functions ¶
This section is empty.
Types ¶
type ManageRoleMenu ¶
type ManageRoleMenuModel ¶
type ManageRoleMenuModel interface {
// contains filtered or unexported methods
}
ManageRoleMenuModel is an interface to be customized, add more methods here, and implement the added methods in customManageRoleMenuModel.
func NewManageRoleMenuModel ¶
func NewManageRoleMenuModel(conn sqlx.SqlConn, op ...opts.Opt[modelx.ModelOpts]) ManageRoleMenuModel
NewManageRoleMenuModel returns a model for the database table.
Click to show internal directories.
Click to hide internal directories.