Documentation ¶
Index ¶
- type Dao
- func (d *Dao) AddRecordSeqIndex(uid string, m *model.MsgIndex) error
- func (d *Dao) CheckInGroup(ctx context.Context, uid string, gid int64) (isOk bool, err error)
- func (d *Dao) GetMid(ctx context.Context) (id int64, err error)
- func (d *Dao) GetRecordSeqIndex(uid, seq string) (*model.MsgIndex, error)
- func (d *Dao) PublishToSend(ctx context.Context, fromId string, data []byte) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dao ¶
type Dao struct {
// contains filtered or unexported fields
}
func (*Dao) AddRecordSeqIndex ¶
func (*Dao) CheckInGroup ¶
func (*Dao) GetRecordSeqIndex ¶
Click to show internal directories.
Click to hide internal directories.