Documentation ¶
Index ¶
- type Full
- func (u *Full) GetGroupInfoByGroupID(ctx context.Context, groupID string) (*model_struct.LocalGroup, error)
- func (u *Full) GetGroupInfoFromLocal2Svr(ctx context.Context, groupID string, sessionType int32) (*model_struct.LocalGroup, error)
- func (u *Full) GetGroupsInfo(ctx context.Context, groupIDs ...string) (map[string]*model_struct.LocalGroup, error)
- func (u *Full) GetReadDiffusionGroupIDList(ctx context.Context) ([]string, error)
- func (u *Full) GetUsersInfo(ctx context.Context, userIDs []string) ([]*api.FullUserInfo, error)
- func (u *Full) GetUsersInfoWithCache(ctx context.Context, userIDs []string, groupID string) ([]*api.FullUserInfoWithCache, error)
- func (u *Full) Group() *group.Group
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Full ¶
type Full struct {
// contains filtered or unexported fields
}
func (*Full) GetGroupInfoByGroupID ¶
func (u *Full) GetGroupInfoByGroupID(ctx context.Context, groupID string) (*model_struct.LocalGroup, error)
func (*Full) GetGroupInfoFromLocal2Svr ¶
func (u *Full) GetGroupInfoFromLocal2Svr(ctx context.Context, groupID string, sessionType int32) (*model_struct.LocalGroup, error)
func (*Full) GetGroupsInfo ¶
func (u *Full) GetGroupsInfo(ctx context.Context, groupIDs ...string) (map[string]*model_struct.LocalGroup, error)
func (*Full) GetReadDiffusionGroupIDList ¶
func (*Full) GetUsersInfo ¶
func (*Full) GetUsersInfoWithCache ¶ added in v3.4.0
Click to show internal directories.
Click to hide internal directories.