Documentation ¶
Index ¶
- type Logic
- func (l *Logic) FocusGroup(Operator string, logId int64) error
- func (l *Logic) FocusPersonal(Operator string, logId int64) error
- func (l *Logic) GetPriRecord(req *model.GetPriRecordsReq) (*model.GetPriRecordsResp, error)
- func (l *Logic) GetSyncRecord(uid string, req *model.SyncRecordsReq) (*model.SyncRecordsResp, error)
- func (l *Logic) Push(key, from string, body []byte) (int64, uint64, error)
- func (l *Logic) RevokeGroup(Operator string, mid int64) error
- func (l *Logic) RevokePersonal(Operator string, mid int64) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logic ¶
type Logic struct {
// contains filtered or unexported fields
}
func (*Logic) GetPriRecord ¶
func (l *Logic) GetPriRecord(req *model.GetPriRecordsReq) (*model.GetPriRecordsResp, error)
func (*Logic) GetSyncRecord ¶
func (l *Logic) GetSyncRecord(uid string, req *model.SyncRecordsReq) (*model.SyncRecordsResp, error)
Click to show internal directories.
Click to hide internal directories.