Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotFound = sqlx.ErrNotFound
Functions ¶
This section is empty.
Types ¶
type SendQueues ¶
type SendQueuesModel ¶
type SendQueuesModel interface { FindByUserId(ctx context.Context, userId int64) ([]SendQueues, error) // contains filtered or unexported methods }
SendQueuesModel is an interface to be customized, add more methods here, and implement the added methods in customSendQueuesModel.
func NewSendQueuesModel ¶
func NewSendQueuesModel(conn sqlx.SqlConn) SendQueuesModel
NewSendQueuesModel returns a model for the database table.
Click to show internal directories.
Click to hide internal directories.