Documentation ¶
Index ¶
- func CreateOldUser(m map[string]string) error
- func Destroy()
- func GetGroup(tangentId string) ([]string, error)
- func Init(baseUrl string, timeoutSec time.Duration)
- func SetGroup(req *SetGroupRequest) error
- type CheckInRecordInfo
- type CreateCheckInRecordRequest
- type CreateOldCheckInUserRequest
- type GetCheckInRecordQuery
- type GetCheckInRecordResponse
- type GetGroupResponse
- type SetGroupRequest
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateOldUser ¶
func SetGroup ¶
func SetGroup(req *SetGroupRequest) error
Types ¶
type CheckInRecordInfo ¶
type CheckInRecordInfo struct { ID string `json:"id"` CheckInTime string `json:"checkInTime"` UserId string `json:"userId"` TangentId string `json:"tangentId"` }
func GetRecord ¶
func GetRecord(req GetCheckInRecordQuery) ([]CheckInRecordInfo, int64, error)
type GetCheckInRecordQuery ¶
type GetCheckInRecordResponse ¶
type GetCheckInRecordResponse struct { Infos []CheckInRecordInfo `json:"infos"` TotalCount int64 `json:"totalCount"` PageNo int `json:"pageNo"` // contains filtered or unexported fields }
type GetGroupResponse ¶
type GetGroupResponse struct { UserIds []string `json:"userIds"` // contains filtered or unexported fields }
type SetGroupRequest ¶
Click to show internal directories.
Click to hide internal directories.