pull/2409/head
withchao 1 year ago
parent 4875a34ff4
commit 1d54c61b8c

@ -340,8 +340,3 @@ type FormDataMate struct {
Group string `json:"group"` Group string `json:"group"`
Key string `json:"key"` Key string `json:"key"`
} }
func (t *thirdServer) DeleteOutdatedData(ctx context.Context, req *third.DeleteOutdatedDataReq) (*third.DeleteOutdatedDataResp, error) {
//TODO implement me
panic("implement me")
}

@ -669,8 +669,3 @@ func (s *userServer) SortQuery(ctx context.Context, req *pbuser.SortQueryReq) (*
} }
return &pbuser.SortQueryResp{Users: convert.UsersDB2Pb(users)}, nil return &pbuser.SortQueryResp{Users: convert.UsersDB2Pb(users)}, nil
} }
func (s *userServer) SetUserOnlineStatus(ctx context.Context, req *pbuser.SetUserOnlineStatusReq) (*pbuser.SetUserOnlineStatusResp, error) {
//TODO implement me
panic("implement me")
}

Loading…
Cancel
Save