Documentation ¶
Index ¶
- Variables
- func GenID() string
- func GenIDs(count int) []string
- func GetGroupMemberUserIDList(groupID string, operationID string) ([]string, error)
- func GetGroupMemberUserIDListFromRemote(groupID string, operationID string) ([]string, error)
- func GetGroupMemberUserIDListHashFromRemote(groupID string) (uint64, error)
- func JsonDataList(resp interface{}) []map[string]interface{}
- func JsonDataOne(pb proto.Message) map[string]interface{}
- func ProtoToMap(pb proto.Message, idFix bool) map[string]interface{}
- type GroupMemberUserIDListHash
Constants ¶
This section is empty.
Variables ¶
View Source
var CacheGroupMemberUserIDList = make(map[string]*GroupMemberUserIDListHash, 0)
View Source
var CacheGroupMtx sync.RWMutex
Functions ¶
func JsonDataList ¶
func JsonDataList(resp interface{}) []map[string]interface{}
func JsonDataOne ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.