Documentation ¶
Index ¶
- type Dao
- func (d *Dao) GetCometHostOnlines(c context.Context) (map[string]int64, error)
- func (d *Dao) SetCometHostOnline(c context.Context, host string, ol int64) error
- func (d *Dao) SetMidOnline(c context.Context, mid int64, ol int64) error
- func (d *Dao) SetRoomOnline(c context.Context, rid string, ol int64) error
- func (d *Dao) SetTCPOnline(c context.Context, ol int64) error
- func (d *Dao) SetWSOnline(c context.Context, ol int64) 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) GetCometHostOnlines ¶
func (*Dao) SetCometHostOnline ¶
func (*Dao) SetRoomOnline ¶
Click to show internal directories.
Click to hide internal directories.