Documentation
¶
Index ¶
- Variables
- func Delete(ctx context.Context, id string) error
- func Filter(ctx context.Context, where []interface{}, like, orderby string) ([]interface{}, error)
- func Insert(ctx context.Context, data UsersRole) (int64, error)
- func Update(ctx context.Context, data map[string]interface{}, id string) error
- type UsersRole
Constants ¶
This section is empty.
Variables ¶
View Source
var Table = "users_role"
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.