Documentation ¶
Index ¶
- type MBox
- func (o *MBox) CreateMBox(createReq *apistructs.CreateMBoxRequest) error
- func (o *MBox) GetMBox(id int64, orgID int64, userID string) (*apistructs.MBox, error)
- func (o *MBox) GetMBoxStats(orgID int64, userID string) (*apistructs.QueryMBoxStatsData, error)
- func (o *MBox) OneClickRead(orgID int64, userID string) error
- func (o *MBox) QueryMBox(queryReq *apistructs.QueryMBoxRequest) (*apistructs.QueryMBoxData, error)
- func (o *MBox) SetMBoxReadStatus(request *apistructs.SetMBoxReadStatusRequest) error
- type Option
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MBox ¶
type MBox struct {
// contains filtered or unexported fields
}
func (*MBox) CreateMBox ¶
func (o *MBox) CreateMBox(createReq *apistructs.CreateMBoxRequest) error
func (*MBox) GetMBoxStats ¶
func (o *MBox) GetMBoxStats(orgID int64, userID string) (*apistructs.QueryMBoxStatsData, error)
func (*MBox) QueryMBox ¶
func (o *MBox) QueryMBox(queryReq *apistructs.QueryMBoxRequest) (*apistructs.QueryMBoxData, error)
func (*MBox) SetMBoxReadStatus ¶
func (o *MBox) SetMBoxReadStatus(request *apistructs.SetMBoxReadStatusRequest) error
Click to show internal directories.
Click to hide internal directories.