Documentation ¶
Index ¶
- Constants
- func AddBusinessCardRemark(params *AddBusinessCardRemarkRequest) error
- func ChangeBusinessCard(params *ChangeBusinessCardRequest) error
- func CreateBusinessCard(params *CreateBusinessCardRequest) (string, error)
- func CreateBusinessCardMemo(params *CreateBusinessCardMemoRequest) (string, error)
- func CreateDictDetails(params *CreateDictDetailsRequest) (int, error)
- func CreateDictType(params *CreateDictTypeRequest) (int, error)
- func CreateShardBlackList(params *CreateShardBlackListRequest) (string, error)
- func CreateShardCard(params *CreateShardCardRequest) (string, error)
- func CreateShardConfig(params *CreateShardConfigRequest) (string, error)
- func CreateShardMessage(params *CreateShardMessageRequest) (string, error)
- func CreateShardSaveBc(params *CreateShardSaveBcRequest) (string, error)
- func CreateShardView(params *CreateShardViewRequest) (string, error)
- func DeleteBusinessCard(bcId string, userId string, newCardId string) error
- func DeleteBusinessCardEntityFromHolder(params *DeleteBusinessCardEntityFromHolderQuery) error
- func DeleteBusinessCardFromHolder(params *DeleteBusinessCardFromHolderQuery) error
- func DeleteBusinessCardMemo(memoId string) error
- func DeleteDictDetails(dictDetailsId string) error
- func DeleteDictType(dictTypeId string) error
- func DeleteShardBlackList(ShardBlackListId string) error
- func DeleteShardCard(shardCardId string, userId string) error
- func DeleteShardConfig(ShardConfigId string) error
- func DeleteShardMessage(ShardMessageId string) error
- func DeleteShardSaveBc(ShardSaveBcId string) error
- func DeleteShardView(ShardViewId string) error
- func Destroy()
- func Init(baseUrl string, timeoutSec time.Duration)
- func LikeDislike(params *CreateShardLikeRequest) error
- func SaveBusinessCardToHolder(params *SaveBusinessCardToHolderRequest) error
- func SetBCDisabled(params *SetBCDisabledRequest) error
- func UpdateBcTangentFormat(params *UpdateBcTangentFormatRequest) error
- func UpdateBusinessCard(params *UpdateBusinessCardRequest) error
- func UpdateBusinessCardMemo(params *UpdateBusinessCardMemoRequest) error
- func UpdateDictDetails(params *UpdateDictDetailsRequest) error
- func UpdateDictType(params *UpdateDictTypeRequest) error
- func UpdateShardCard(params *UpdateShardCardRequest) error
- func UpdateShardConfig(params *UpdateShardConfigRequest) error
- func UpdateShardMessage(params *UpdateShardMessageRequest) error
- func UpdateShardSaveBc(params *UpdateShardSaveBcRequest) error
- func UpdateShardView(params *UpdateShardViewRequest) error
- func UpdateTangentBusinessCardASS(params *UpdateTangentBusinessCardASSRequest) error
- func UploadBusinessCardBackground(params *UploadBusinessCardBackgroundRequest) (string, string, error)
- type AddBusinessCardRemarkRequest
- type BusinessCardHolderUsersInfo
- type BusinessCardInHolderInfo
- type BusinessCardInfo
- type BusinessCardRecognitionInfo
- type BusinessCardsInHolder
- type ChangeBusinessCardRequest
- type CreateBusinessCardMemoRequest
- type CreateBusinessCardRequest
- type CreateDictDetailsRequest
- type CreateDictDetailsResponse
- type CreateDictTypeRequest
- type CreateDictTypeResponse
- type CreateShardBlackListRequest
- type CreateShardBlackListResponse
- type CreateShardCardRequest
- type CreateShardCardResponse
- type CreateShardConfigRequest
- type CreateShardConfigResponse
- type CreateShardLikeRequest
- type CreateShardLikeResponse
- type CreateShardMessageRequest
- type CreateShardMessageResponse
- type CreateShardSaveBcRequest
- type CreateShardSaveBcResponse
- type CreateShardViewRequest
- type CreateShardViewResponse
- type DeleteBusinessCardEntityFromHolderQuery
- type DeleteBusinessCardEntityFromHolderResponse
- type DeleteBusinessCardFromHolderQuery
- type DeleteBusinessCardMemoResponse
- type DeleteBusinessCardQuery
- type DeleteDetailsResponse
- type DeleteDictResponse
- type DeleteShardCardRequest
- type DeleteShardCardResponse
- type DeleteShardConfigResponse
- type DeleteShardLikeResponse
- type DeleteShardMessageResponse
- type DeleteShardSaveBcResponse
- type DeleteShardViewResponse
- type DictDetailsInfo
- type DictInfo
- type DictTypeInfo
- type GetBusinessCardHolderUsersQuery
- type GetBusinessCardHolderUsersResponse
- type GetBusinessCardMemosQuery
- type GetBusinessCardMemosResponse
- type GetBusinessCardsEntityInHolderQuery
- type GetBusinessCardsEntityInHolderResponse
- type GetBusinessCardsInHolderQuery
- type GetBusinessCardsInHolderResponse
- type GetBusinessCardsQuery
- type GetCurBusinessCardResponse
- type GetDictTypeDetailsInfoResponse
- type GetDictTypeInfoResponse
- type GetShardBlackListInfoResponse
- type GetShardCardInfoResponse
- type GetShardConfigInfoResponse
- type GetShardLikeInfoResponse
- type GetShardMessageInfoResponse
- type GetShardSaveBcInfoResponse
- type GetShardViewInfoResponse
- type HolderBusinessCardInfo
- type MemoInfo
- type PicInfo
- type QueryDictByTypesResponse
- type QueryDictDetailsRequest
- type QueryDictDetailsResponse
- type QueryDictTypePageRequest
- type QueryDictTypeResponse
- type QueryShardBlackListPageRequest
- type QueryShardBlackListResponse
- type QueryShardCardPageRequest
- type QueryShardCardResponse
- type QueryShardConfigPageRequest
- type QueryShardConfigResponse
- type QueryShardLikePageRequest
- type QueryShardLikeResponse
- type QueryShardMessagePageRequest
- type QueryShardMessageResponse
- type QueryShardSaveBcPageRequest
- type QueryShardSaveBcResponse
- type QueryShardViewPageRequest
- type QueryShardViewResponse
- type RecognitionEntityBusinessCardRequest
- type RecognitionEntityBusinessCardResponse
- type SaveBusinessCardToHolderRequest
- type SearchType
- type SetBCDisabledRequest
- type SetBCDisabledResponse
- type ShardBlackListInfo
- type ShardCardInfo
- type ShardConfigInfo
- type ShardLikeInfo
- type ShardMessageInfo
- type ShardSaveBcInfo
- type ShardViewInfo
- type UpdateBcTangentFormatRequest
- type UpdateBcTangentFormatResponse
- type UpdateBusinessCardMemoRequest
- type UpdateBusinessCardMemoResponse
- type UpdateBusinessCardRequest
- type UpdateDictDetailsRequest
- type UpdateDictDetailsResponse
- type UpdateDictTypeRequest
- type UpdateDictTypeResponse
- type UpdateShardCardRequest
- type UpdateShardCardResponse
- type UpdateShardConfigRequest
- type UpdateShardConfigResponse
- type UpdateShardLikeRequest
- type UpdateShardLikeResponse
- type UpdateShardMessageRequest
- type UpdateShardMessageResponse
- type UpdateShardSaveBcRequest
- type UpdateShardSaveBcResponse
- type UpdateShardViewRequest
- type UpdateShardViewResponse
- type UpdateTangentBusinessCardASSRequest
- type UpdateTangentBusinessCardASSResponse
- type UploadBusinessCardBackgroundRequest
- type UploadBusinessCardMemoImgRequest
- type UserBusinessCard
Constants ¶
View Source
const ( CreateDictTypeMethodName = methodNamePrefix + "/dictType/create" QueryDictTypePageMethodName = methodNamePrefix + "/dictType/query" DeleteDictTypeMethodName = methodNamePrefix + "/dictType/%s/delete" UpdateDictTypeMethodName = methodNamePrefix + "/dictType/update" GetDictTypeInfoMethodName = methodNamePrefix + "/dictType/%s/GetDictTypeInfo" CreateDictDetailsMethodName = methodNamePrefix + "/dictDetails/create" QueryDictDetailsPageMethodName = methodNamePrefix + "/dictDetails/query" DeleteDictDetailsMethodName = methodNamePrefix + "/dictDetails/%s/delete" UpdateDictDetailsMethodName = methodNamePrefix + "/dictDetails/update" GetDictDetailsInfoMethodName = methodNamePrefix + "/dictDetails/%s/GetDictDetailsInfo" QueryDictByTypesMethodName = methodNamePrefix + "/dictType/QueryDictByTypes" )
View Source
const ( CreateShardCardMethodName = methodNamePrefix + "/shardCard/create" QueryShardCardPageMethodName = methodNamePrefix + "/shardCard/query" DeleteShardCardMethodName = methodNamePrefix + "/shardCard/%s/delete" UpdateShardCardMethodName = methodNamePrefix + "/shardCard/update" GetShardCardInfoMethodName = methodNamePrefix + "/shardCard/%s/GetShardCardInfo" CreateShardBlackListMethodName = methodNamePrefix + "/shardBlackList/create" QueryShardBlackListPageMethodName = methodNamePrefix + "/shardBlackList/query" DeleteShardBlackListMethodName = methodNamePrefix + "/shardBlackList/%s/delete" UpdateShardBlackListMethodName = methodNamePrefix + "/shardBlackList/update" GetShardBlackListInfoMethodName = methodNamePrefix + "/shardBlackList/%s/GetShardBlackListInfo" CreateShardConfigMethodName = methodNamePrefix + "/shardConfig/create" QueryShardConfigPageMethodName = methodNamePrefix + "/shardConfig/query" DeleteShardConfigMethodName = methodNamePrefix + "/shardConfig/%s/delete" UpdateShardConfigMethodName = methodNamePrefix + "/shardConfig/update" GetShardConfigInfoMethodName = methodNamePrefix + "/shardConfig/%s/GetShardConfigInfo" CreateLikeDislikeMethodName = methodNamePrefix + "/shardLike/create" QueryShardLikePageMethodName = methodNamePrefix + "/shardLike/query" GetShardLikeInfoMethodName = methodNamePrefix + "/shardLike/%s/GetShardLikeInfo" CreateShardMessageMethodName = methodNamePrefix + "/shardMessage/create" QueryShardMessagePageMethodName = methodNamePrefix + "/shardMessage/query" DeleteShardMessageMethodName = methodNamePrefix + "/shardMessage/%s/delete" UpdateShardMessageMethodName = methodNamePrefix + "/shardMessage/update" GetShardMessageInfoMethodName = methodNamePrefix + "/shardMessage/%s/GetShardMessageInfo" CreateShardSaveBcMethodName = methodNamePrefix + "/shardSaveBc/create" QueryShardSaveBcPageMethodName = methodNamePrefix + "/shardSaveBc/query" DeleteShardSaveBcMethodName = methodNamePrefix + "/shardSaveBc/%s/delete" UpdateShardSaveBcMethodName = methodNamePrefix + "/shardSaveBc/update" GetShardSaveBcInfoMethodName = methodNamePrefix + "/shardSaveBc/%s/GetShardSaveBcInfo" CreateShardViewMethodName = methodNamePrefix + "/shardView/create" QueryShardViewPageMethodName = methodNamePrefix + "/shardView/query" DeleteShardViewMethodName = methodNamePrefix + "/shardView/%s/delete" UpdateShardViewMethodName = methodNamePrefix + "/shardView/update" GetShardViewInfoMethodName = methodNamePrefix + "/shardView/%s/GetShardViewInfo" )
Variables ¶
This section is empty.
Functions ¶
func AddBusinessCardRemark ¶
func AddBusinessCardRemark(params *AddBusinessCardRemarkRequest) error
func ChangeBusinessCard ¶
func ChangeBusinessCard(params *ChangeBusinessCardRequest) error
func CreateBusinessCard ¶
func CreateBusinessCard(params *CreateBusinessCardRequest) (string, error)
func CreateBusinessCardMemo ¶
func CreateBusinessCardMemo(params *CreateBusinessCardMemoRequest) (string, error)
func CreateDictDetails ¶ added in v0.13.52
func CreateDictDetails(params *CreateDictDetailsRequest) (int, error)
func CreateDictType ¶ added in v0.13.52
func CreateDictType(params *CreateDictTypeRequest) (int, error)
func CreateShardBlackList ¶ added in v0.13.52
func CreateShardBlackList(params *CreateShardBlackListRequest) (string, error)
func CreateShardCard ¶ added in v0.13.52
func CreateShardCard(params *CreateShardCardRequest) (string, error)
func CreateShardConfig ¶ added in v0.13.52
func CreateShardConfig(params *CreateShardConfigRequest) (string, error)
func CreateShardMessage ¶ added in v0.13.52
func CreateShardMessage(params *CreateShardMessageRequest) (string, error)
func CreateShardSaveBc ¶ added in v0.13.52
func CreateShardSaveBc(params *CreateShardSaveBcRequest) (string, error)
func CreateShardView ¶ added in v0.13.52
func CreateShardView(params *CreateShardViewRequest) (string, error)
func DeleteBusinessCard ¶
func DeleteBusinessCardEntityFromHolder ¶
func DeleteBusinessCardEntityFromHolder(params *DeleteBusinessCardEntityFromHolderQuery) error
func DeleteBusinessCardFromHolder ¶
func DeleteBusinessCardFromHolder(params *DeleteBusinessCardFromHolderQuery) error
func DeleteBusinessCardMemo ¶
func DeleteDictDetails ¶ added in v0.13.52
func DeleteDictType ¶ added in v0.13.52
func DeleteShardBlackList ¶ added in v0.13.52
func DeleteShardCard ¶ added in v0.13.52
func DeleteShardConfig ¶ added in v0.13.52
func DeleteShardMessage ¶ added in v0.13.52
func DeleteShardSaveBc ¶ added in v0.13.52
func DeleteShardView ¶ added in v0.13.52
func LikeDislike ¶ added in v0.13.63
func LikeDislike(params *CreateShardLikeRequest) error
func SaveBusinessCardToHolder ¶
func SaveBusinessCardToHolder(params *SaveBusinessCardToHolderRequest) error
func SetBCDisabled ¶ added in v0.9.55
func SetBCDisabled(params *SetBCDisabledRequest) error
func UpdateBcTangentFormat ¶
func UpdateBcTangentFormat(params *UpdateBcTangentFormatRequest) error
func UpdateBusinessCard ¶
func UpdateBusinessCard(params *UpdateBusinessCardRequest) error
func UpdateBusinessCardMemo ¶
func UpdateBusinessCardMemo(params *UpdateBusinessCardMemoRequest) error
func UpdateDictDetails ¶ added in v0.13.52
func UpdateDictDetails(params *UpdateDictDetailsRequest) error
func UpdateDictType ¶ added in v0.13.52
func UpdateDictType(params *UpdateDictTypeRequest) error
func UpdateShardCard ¶ added in v0.13.52
func UpdateShardCard(params *UpdateShardCardRequest) error
func UpdateShardConfig ¶ added in v0.13.52
func UpdateShardConfig(params *UpdateShardConfigRequest) error
func UpdateShardMessage ¶ added in v0.13.52
func UpdateShardMessage(params *UpdateShardMessageRequest) error
func UpdateShardSaveBc ¶ added in v0.13.52
func UpdateShardSaveBc(params *UpdateShardSaveBcRequest) error
func UpdateShardView ¶ added in v0.13.52
func UpdateShardView(params *UpdateShardViewRequest) error
func UpdateTangentBusinessCardASS ¶ added in v0.7.0
func UpdateTangentBusinessCardASS(params *UpdateTangentBusinessCardASSRequest) error
func UploadBusinessCardBackground ¶
func UploadBusinessCardBackground(params *UploadBusinessCardBackgroundRequest) (string, string, error)
Types ¶
type BusinessCardHolderUsersInfo ¶
type BusinessCardHolderUsersInfo struct { UserID string `json:"userId"` SavedUserID string `json:"savedUserId"` Remark string `json:"remark"` }
func GetBusinessCardHolderUsers ¶
func GetBusinessCardHolderUsers(params *GetBusinessCardHolderUsersQuery) ([]BusinessCardHolderUsersInfo, error)
type BusinessCardInHolderInfo ¶
type BusinessCardInHolderInfo struct { Lastname string `json:"lastname"` Infos []HolderBusinessCardInfo `json:"infos"` }
type BusinessCardInfo ¶
type BusinessCardInfo struct { ID string `json:"id" binding:"required"` Type uint8 `json:"type" binding:"required"` Name string `json:"name" binding:"required"` Phone string `json:"phone" binding:"required"` Email string `json:"email"` TangentName string `json:"tangentName"` TangentID string `json:"tangentId"` IndustryCategory string `json:"industryCategory"` Position string `json:"position"` Faith string `json:"faith"` Introduction string `json:"introduction"` BusinessScopes []string `json:"businessScopes"` Address string `json:"address"` LocationAddress string `json:"locationAddress"` Longitude float64 `json:"longitude"` Latitude float64 `json:"latitude"` JobTitles []string `json:"JobTitles"` FontColor string `json:"fontColor"` Format string `json:"format"` Background string `json:"background"` UserId string `json:"userId"` EntityBusinessCardUrl string `json:"entityBusinessCardUrl"` HideAvatar string `json:"hideAvatar"` Status uint8 `json:"status"` CreateAt string `json:"createAt"` }
func GetBusinessCards ¶
func GetBusinessCards(params *GetBusinessCardsQuery) ([]BusinessCardInfo, int64, error)
func GetBusinessCardsEntityInHolder ¶
func GetBusinessCardsEntityInHolder(params *GetBusinessCardsEntityInHolderQuery) ([]BusinessCardInfo, error)
func GetCurBusinessCard ¶
func GetCurBusinessCard(userID string) (*BusinessCardInfo, error)
type BusinessCardRecognitionInfo ¶
type BusinessCardRecognitionInfo struct { Addr string `json:"addr"` Fax string `json:"fax"` Mobile string `json:"mobile"` Name string `json:"name"` PC string `json:"pc"` Url string `json:"url"` Tel string `json:"tel"` Company string `json:"company"` Title string `json:"title"` ObjName string `json:"objName"` OssUrl string `json:"ossUrl"` }
func BusinessCardRecognition ¶
func BusinessCardRecognition(photo *multipart.FileHeader) (*BusinessCardRecognitionInfo, error)
type BusinessCardsInHolder ¶
type BusinessCardsInHolder struct { UserSavedInfo *UserBusinessCard `json:"userSavedInfo"` BusinessCardInfo *BusinessCardInfo `json:"businessCardInfo"` }
func GetBusinessCardsInHolder ¶
func GetBusinessCardsInHolder(params *GetBusinessCardsInHolderQuery) ([]BusinessCardsInHolder, error)
type CreateBusinessCardRequest ¶
type CreateBusinessCardRequest struct { UserID string `json:"userId" binding:"required"` Type uint8 `json:"type" binding:"required"` Name string `json:"name" binding:"required"` Phone string `json:"phone" binding:"required"` Email string `json:"email"` TangentName string `json:"tangentName"` TangentID string `json:"tangentId"` IndustryCategory string `json:"industryCategory"` Position string `json:"position"` Faith string `json:"faith"` Introduction string `json:"introduction"` BusinessScopes []string `json:"businessScopes"` Address string `json:"address"` LocationAddress string `json:"locationAddress"` Longitude float64 `json:"longitude"` Latitude float64 `json:"latitude"` Background string `json:"background"` JobTitles []string `json:"JobTitle"` FontColor string `json:"fontColor"` Format string `json:"format"` EntityBusinessCardObjName string `json:"entityBusinessCardObjName"` }
type CreateDictDetailsRequest ¶ added in v0.13.52
type CreateDictDetailsResponse ¶ added in v0.13.52
type CreateDictDetailsResponse struct { ID int `json:"id" binding:"required"` // contains filtered or unexported fields }
type CreateDictTypeRequest ¶ added in v0.13.52
type CreateDictTypeResponse ¶ added in v0.13.52
type CreateDictTypeResponse struct { ID int `json:"id" binding:"required"` // contains filtered or unexported fields }
type CreateShardBlackListRequest ¶ added in v0.13.52
type CreateShardBlackListResponse ¶ added in v0.13.52
type CreateShardBlackListResponse struct { ID string `json:"id" binding:"required"` // contains filtered or unexported fields }
type CreateShardCardRequest ¶ added in v0.13.52
type CreateShardCardResponse ¶ added in v0.13.52
type CreateShardCardResponse struct { ID string `json:"id" binding:"required"` // contains filtered or unexported fields }
type CreateShardConfigRequest ¶ added in v0.13.52
type CreateShardConfigResponse ¶ added in v0.13.52
type CreateShardConfigResponse struct { ID string `json:"id" binding:"required"` // contains filtered or unexported fields }
type CreateShardLikeRequest ¶ added in v0.13.52
type CreateShardLikeResponse ¶ added in v0.13.52
type CreateShardLikeResponse struct { ID string `json:"id" binding:"required"` // contains filtered or unexported fields }
type CreateShardMessageRequest ¶ added in v0.13.52
type CreateShardMessageResponse ¶ added in v0.13.52
type CreateShardMessageResponse struct { ID string `json:"id" binding:"required"` // contains filtered or unexported fields }
type CreateShardSaveBcRequest ¶ added in v0.13.52
type CreateShardSaveBcResponse ¶ added in v0.13.52
type CreateShardSaveBcResponse struct { ID string `json:"id" binding:"required"` // contains filtered or unexported fields }
type CreateShardViewRequest ¶ added in v0.13.52
type CreateShardViewResponse ¶ added in v0.13.52
type CreateShardViewResponse struct { ID string `json:"id" binding:"required"` // contains filtered or unexported fields }
type DeleteBusinessCardEntityFromHolderResponse ¶
type DeleteBusinessCardEntityFromHolderResponse struct {
// contains filtered or unexported fields
}
type DeleteBusinessCardMemoResponse ¶
type DeleteBusinessCardMemoResponse struct {
// contains filtered or unexported fields
}
type DeleteBusinessCardQuery ¶
type DeleteBusinessCardQuery struct {
UserID string `form:"userId" binding:"required"`
}
type DeleteDetailsResponse ¶ added in v0.13.52
type DeleteDetailsResponse struct {
// contains filtered or unexported fields
}
type DeleteDictResponse ¶ added in v0.13.52
type DeleteDictResponse struct {
// contains filtered or unexported fields
}
type DeleteShardCardRequest ¶ added in v0.13.61
type DeleteShardCardResponse ¶ added in v0.13.52
type DeleteShardCardResponse struct {
// contains filtered or unexported fields
}
type DeleteShardConfigResponse ¶ added in v0.13.52
type DeleteShardConfigResponse struct {
// contains filtered or unexported fields
}
type DeleteShardLikeResponse ¶ added in v0.13.52
type DeleteShardLikeResponse struct {
// contains filtered or unexported fields
}
type DeleteShardMessageResponse ¶ added in v0.13.52
type DeleteShardMessageResponse struct {
// contains filtered or unexported fields
}
type DeleteShardSaveBcResponse ¶ added in v0.13.52
type DeleteShardSaveBcResponse struct {
// contains filtered or unexported fields
}
type DeleteShardViewResponse ¶ added in v0.13.52
type DeleteShardViewResponse struct {
// contains filtered or unexported fields
}
type DictDetailsInfo ¶ added in v0.13.52
type DictInfo ¶ added in v0.13.54
type DictInfo struct { ID int `json:"id"` Name string `json:"name"` Type string `json:"type"` Values []DictDetailsInfo `json:"values"` }
func QueryDictByTypes ¶ added in v0.13.54
type DictTypeInfo ¶ added in v0.13.52
type GetBusinessCardHolderUsersResponse ¶
type GetBusinessCardHolderUsersResponse struct { HolderUsers []BusinessCardHolderUsersInfo `json:"infos" binding:"required"` // contains filtered or unexported fields }
type GetBusinessCardMemosResponse ¶
type GetBusinessCardMemosResponse struct { MemoInfos []MemoInfo `json:"infos"` // contains filtered or unexported fields }
type GetBusinessCardsEntityInHolderQuery ¶
type GetBusinessCardsEntityInHolderQuery struct {
UserID string `form:"userId" binding:"required"`
}
type GetBusinessCardsEntityInHolderResponse ¶
type GetBusinessCardsEntityInHolderResponse struct { Infos []BusinessCardInfo `json:"infos"` // contains filtered or unexported fields }
type GetBusinessCardsInHolderResponse ¶
type GetBusinessCardsInHolderResponse struct { Infos []BusinessCardsInHolder `json:"infos" binding:"required"` // contains filtered or unexported fields }
type GetBusinessCardsQuery ¶
type GetBusinessCardsQuery struct { UserID string `form:"userId" binding:"required"` ID string `form:"id"` Type uint8 `form:"type"` Name string `form:"name"` Phone string `form:"phone"` TangentID string `form:"tangentId"` TangentName string `form:"tangentName"` IndustryCategory string `form:"industryCategory"` Position string `form:"position"` Status uint8 `form:"status"` PageNo int `form:"pageNo"` PageSize int `form:"pageSize"` }
type GetCurBusinessCardResponse ¶
type GetCurBusinessCardResponse struct { Info *BusinessCardInfo `json:"info"` // contains filtered or unexported fields }
type GetDictTypeDetailsInfoResponse ¶ added in v0.13.52
type GetDictTypeDetailsInfoResponse struct { Info *DictDetailsInfo `json:"info" binding:"required"` // contains filtered or unexported fields }
type GetDictTypeInfoResponse ¶ added in v0.13.52
type GetDictTypeInfoResponse struct { Info *DictTypeInfo `json:"info" binding:"required"` // contains filtered or unexported fields }
func GetDictTypeInfo ¶ added in v0.13.52
func GetDictTypeInfo(dictTypeId string) (*GetDictTypeInfoResponse, error)
type GetShardBlackListInfoResponse ¶ added in v0.13.52
type GetShardBlackListInfoResponse struct { Info *ShardBlackListInfo `json:"info" binding:"required"` // contains filtered or unexported fields }
func GetShardBlackListInfo ¶ added in v0.13.52
func GetShardBlackListInfo(ShardBlackListId string) (*GetShardBlackListInfoResponse, error)
type GetShardCardInfoResponse ¶ added in v0.13.52
type GetShardCardInfoResponse struct { Info *ShardCardInfo `json:"info" binding:"required"` // contains filtered or unexported fields }
func GetShardCardInfo ¶ added in v0.13.52
func GetShardCardInfo(ShardCardId string) (*GetShardCardInfoResponse, error)
type GetShardConfigInfoResponse ¶ added in v0.13.52
type GetShardConfigInfoResponse struct { Info *ShardConfigInfo `json:"info" binding:"required"` // contains filtered or unexported fields }
func GetShardConfigInfo ¶ added in v0.13.52
func GetShardConfigInfo(ShardConfigId string) (*GetShardConfigInfoResponse, error)
type GetShardLikeInfoResponse ¶ added in v0.13.52
type GetShardLikeInfoResponse struct { Info *ShardLikeInfo `json:"info" binding:"required"` // contains filtered or unexported fields }
func GetShardLikeInfo ¶ added in v0.13.52
func GetShardLikeInfo(ShardLikeId string) (*GetShardLikeInfoResponse, error)
type GetShardMessageInfoResponse ¶ added in v0.13.52
type GetShardMessageInfoResponse struct { Info *ShardMessageInfo `json:"info" binding:"required"` // contains filtered or unexported fields }
func GetShardMessageInfo ¶ added in v0.13.52
func GetShardMessageInfo(ShardMessageId string) (*GetShardMessageInfoResponse, error)
type GetShardSaveBcInfoResponse ¶ added in v0.13.52
type GetShardSaveBcInfoResponse struct { Info *ShardSaveBcInfo `json:"info" binding:"required"` // contains filtered or unexported fields }
func GetShardSaveBcInfo ¶ added in v0.13.52
func GetShardSaveBcInfo(ShardSaveBcId string) (*GetShardSaveBcInfoResponse, error)
type GetShardViewInfoResponse ¶ added in v0.13.52
type GetShardViewInfoResponse struct { Info *ShardViewInfo `json:"info" binding:"required"` // contains filtered or unexported fields }
func GetShardViewInfo ¶ added in v0.13.52
func GetShardViewInfo(ShardViewId string) (*GetShardViewInfoResponse, error)
type HolderBusinessCardInfo ¶
type HolderBusinessCardInfo struct { BusinessCardInfo Remark string `json:"remark"` }
type MemoInfo ¶
type MemoInfo struct { ID string `json:"id"` UserBusinessCardID string `json:"userBusinessCardId"` Memo string `json:"memo"` Pics []PicInfo `json:"pics"` CreateDate time.Time `json:"createDate"` }
func GetBusinessCardMemos ¶
func GetBusinessCardMemos(params *GetBusinessCardMemosQuery) ([]MemoInfo, error)
type PicInfo ¶
func UploadBusinessCardMemoImg ¶
func UploadBusinessCardMemoImg(params *UploadBusinessCardMemoImgRequest) ([]PicInfo, error)
type QueryDictByTypesResponse ¶ added in v0.13.54
type QueryDictByTypesResponse struct { Infos []DictInfo `json:"infos" binding:"required"` // contains filtered or unexported fields }
type QueryDictDetailsRequest ¶ added in v0.13.52
type QueryDictDetailsResponse ¶ added in v0.13.52
type QueryDictDetailsResponse struct { PageNo int `json:"pageNo" binding:"required"` TotalCount int64 `json:"totalCount" binding:"required"` Infos []DictDetailsInfo `json:"infos" binding:"required"` // contains filtered or unexported fields }
func GetDictDetailsInfo ¶ added in v0.13.52
func GetDictDetailsInfo(dictDetailsId string) (*QueryDictDetailsResponse, error)
func QueryDictDetailsPage ¶ added in v0.13.52
func QueryDictDetailsPage(params *QueryDictDetailsRequest) (*QueryDictDetailsResponse, error)
type QueryDictTypePageRequest ¶ added in v0.13.52
type QueryDictTypeResponse ¶ added in v0.13.52
type QueryDictTypeResponse struct { PageNo int `json:"pageNo" binding:"required"` TotalCount int64 `json:"totalCount" binding:"required"` Infos []DictTypeInfo `json:"infos" binding:"required"` // contains filtered or unexported fields }
func QueryDictTypePage ¶ added in v0.13.52
func QueryDictTypePage(params *QueryDictTypePageRequest) (*QueryDictTypeResponse, error)
type QueryShardBlackListPageRequest ¶ added in v0.13.52
type QueryShardBlackListResponse ¶ added in v0.13.52
type QueryShardBlackListResponse struct { PageNo int `json:"pageNo" binding:"required"` TotalCount int64 `json:"totalCount" binding:"required"` Infos []ShardBlackListInfo `json:"infos" binding:"required"` // contains filtered or unexported fields }
func QueryShardBlackListPage ¶ added in v0.13.52
func QueryShardBlackListPage(params *QueryShardBlackListPageRequest) (*QueryShardBlackListResponse, error)
type QueryShardCardPageRequest ¶ added in v0.13.52
type QueryShardCardResponse ¶ added in v0.13.52
type QueryShardCardResponse struct { PageNo int `json:"pageNo" binding:"required"` TotalCount int64 `json:"totalCount" binding:"required"` Infos []ShardCardInfo `json:"infos" binding:"required"` // contains filtered or unexported fields }
func QueryShardCardPage ¶ added in v0.13.52
func QueryShardCardPage(params *QueryShardCardPageRequest) (*QueryShardCardResponse, error)
type QueryShardConfigPageRequest ¶ added in v0.13.52
type QueryShardConfigResponse ¶ added in v0.13.52
type QueryShardConfigResponse struct { PageNo int `json:"pageNo" binding:"required"` TotalCount int64 `json:"totalCount" binding:"required"` Infos []ShardConfigInfo `json:"infos" binding:"required"` // contains filtered or unexported fields }
func QueryShardConfigPage ¶ added in v0.13.52
func QueryShardConfigPage(params *QueryShardConfigPageRequest) (*QueryShardConfigResponse, error)
type QueryShardLikePageRequest ¶ added in v0.13.52
type QueryShardLikeResponse ¶ added in v0.13.52
type QueryShardLikeResponse struct { PageNo int `json:"pageNo" binding:"required"` TotalCount int64 `json:"totalCount" binding:"required"` Infos []ShardLikeInfo `json:"infos" binding:"required"` // contains filtered or unexported fields }
func QueryShardLikePage ¶ added in v0.13.52
func QueryShardLikePage(params *QueryShardLikePageRequest) (*QueryShardLikeResponse, error)
type QueryShardMessagePageRequest ¶ added in v0.13.52
type QueryShardMessagePageRequest struct { TargetMessageId string `form:"targetMessageId"` ShardCardId string `form:"shardCardId"` Comment string `form:"comment"` TargetMemberId string `form:"targetMemberId"` MemberId string `form:"memberId"` IsReply uint8 `form:"isReply"` PageSize int `form:"pageSize"` PageNo int `form:"pageNo"` }
type QueryShardMessageResponse ¶ added in v0.13.52
type QueryShardMessageResponse struct { PageNo int `json:"pageNo" binding:"required"` TotalCount int64 `json:"totalCount" binding:"required"` Infos []ShardMessageInfo `json:"infos" binding:"required"` // contains filtered or unexported fields }
func QueryShardMessagePage ¶ added in v0.13.52
func QueryShardMessagePage(params *QueryShardMessagePageRequest) (*QueryShardMessageResponse, error)
type QueryShardSaveBcPageRequest ¶ added in v0.13.52
type QueryShardSaveBcResponse ¶ added in v0.13.52
type QueryShardSaveBcResponse struct { PageNo int `json:"pageNo" binding:"required"` TotalCount int64 `json:"totalCount" binding:"required"` Infos []ShardSaveBcInfo `json:"infos" binding:"required"` // contains filtered or unexported fields }
func QueryShardSaveBcPage ¶ added in v0.13.52
func QueryShardSaveBcPage(params *QueryShardSaveBcPageRequest) (*QueryShardSaveBcResponse, error)
type QueryShardViewPageRequest ¶ added in v0.13.52
type QueryShardViewResponse ¶ added in v0.13.52
type QueryShardViewResponse struct { PageNo int `json:"pageNo" binding:"required"` TotalCount int64 `json:"totalCount" binding:"required"` Infos []ShardViewInfo `json:"infos" binding:"required"` // contains filtered or unexported fields }
func QueryShardViewPage ¶ added in v0.13.52
func QueryShardViewPage(params *QueryShardViewPageRequest) (*QueryShardViewResponse, error)
type RecognitionEntityBusinessCardRequest ¶
type RecognitionEntityBusinessCardRequest struct {
Photo *multipart.FileHeader `form:"file"`
}
type RecognitionEntityBusinessCardResponse ¶
type RecognitionEntityBusinessCardResponse struct { Info *BusinessCardRecognitionInfo `json:"info"` // contains filtered or unexported fields }
type SetBCDisabledRequest ¶ added in v0.9.55
type SetBCDisabledRequest struct {
ID string `json:"id"`
}
type SetBCDisabledResponse ¶ added in v0.9.55
type SetBCDisabledResponse struct {
// contains filtered or unexported fields
}
type ShardBlackListInfo ¶ added in v0.13.52
type ShardCardInfo ¶ added in v0.13.52
type ShardConfigInfo ¶ added in v0.13.52
type ShardLikeInfo ¶ added in v0.13.52
type ShardMessageInfo ¶ added in v0.13.52
type ShardMessageInfo struct { ID string `json:"id"` TargetMessageId string `json:"targetMessageId"` ShardCardId string `json:"shardCardId"` Comment string `json:"comment"` TargetMemberId string `json:"targetMemberId"` MemberId string `json:"memberId"` IsReply uint8 `json:"isReply"` CreatedAt string `json:"created_at"` }
type ShardSaveBcInfo ¶ added in v0.13.52
type ShardViewInfo ¶ added in v0.13.52
type UpdateBcTangentFormatResponse ¶
type UpdateBcTangentFormatResponse struct {
// contains filtered or unexported fields
}
type UpdateBusinessCardMemoResponse ¶
type UpdateBusinessCardMemoResponse struct {
// contains filtered or unexported fields
}
type UpdateBusinessCardRequest ¶
type UpdateBusinessCardRequest struct { UserID string `json:"userId" binding:"required"` ID string `json:"id" binding:"required"` Name string `json:"name"` Phone string `json:"phone"` Email string `json:"email"` TangentName string `json:"tangentName"` TangentID string `json:"tangentId"` IndustryCategory string `json:"industryCategory"` Position string `json:"position"` Faith string `json:"faith"` Introduction string `json:"introduction"` BusinessScopes []string `json:"businessScopes"` Address string `json:"address"` LocationAddress string `json:"locationAddress"` Longitude float64 `json:"longitude"` Latitude float64 `json:"latitude"` JobTitles []string `json:"JobTitle"` FontColor string `json:"fontColor"` Format string `json:"format"` Background string `json:"background"` HideAvatar string `json:"hideAvatar"` }
type UpdateDictDetailsRequest ¶ added in v0.13.52
type UpdateDictDetailsResponse ¶ added in v0.13.52
type UpdateDictDetailsResponse struct { ID int `json:"id" binding:"required"` // contains filtered or unexported fields }
type UpdateDictTypeRequest ¶ added in v0.13.52
type UpdateDictTypeResponse ¶ added in v0.13.52
type UpdateDictTypeResponse struct {
// contains filtered or unexported fields
}
type UpdateShardCardRequest ¶ added in v0.13.52
type UpdateShardCardResponse ¶ added in v0.13.52
type UpdateShardCardResponse struct {
// contains filtered or unexported fields
}
type UpdateShardConfigRequest ¶ added in v0.13.52
type UpdateShardConfigResponse ¶ added in v0.13.52
type UpdateShardConfigResponse struct {
// contains filtered or unexported fields
}
type UpdateShardLikeRequest ¶ added in v0.13.52
type UpdateShardLikeResponse ¶ added in v0.13.52
type UpdateShardLikeResponse struct {
// contains filtered or unexported fields
}
type UpdateShardMessageRequest ¶ added in v0.13.52
type UpdateShardMessageRequest struct { ID string `json:"id" binding:"required"` TargetMessageId string `json:"targetMessageId"` ShardCardId string `json:"shardCardId"` Comment string `json:"comment"` TargetMemberId string `json:"targetMemberId"` MemberId string `json:"memberId"` IsReply uint8 `json:"isReply"` }
type UpdateShardMessageResponse ¶ added in v0.13.52
type UpdateShardMessageResponse struct {
// contains filtered or unexported fields
}
type UpdateShardSaveBcRequest ¶ added in v0.13.52
type UpdateShardSaveBcResponse ¶ added in v0.13.52
type UpdateShardSaveBcResponse struct {
// contains filtered or unexported fields
}
type UpdateShardViewRequest ¶ added in v0.13.52
type UpdateShardViewResponse ¶ added in v0.13.52
type UpdateShardViewResponse struct {
// contains filtered or unexported fields
}
type UpdateTangentBusinessCardASSRequest ¶ added in v0.7.0
type UpdateTangentBusinessCardASSRequest struct { TangentID string `json:"tangentId"` Longitude float64 `json:"longitude"` Latitude float64 `json:"latitude"` Address string `json:"address"` LocationAddress string `json:"locationAddress"` BusinessScopes []string `json:"businessScopes"` FontColor string `json:"fontColor"` Format string `json:"format"` Background string `json:"background"` }
type UpdateTangentBusinessCardASSResponse ¶ added in v0.7.0
type UpdateTangentBusinessCardASSResponse struct {
// contains filtered or unexported fields
}
type UploadBusinessCardBackgroundRequest ¶
type UploadBusinessCardBackgroundRequest struct {
Background *multipart.FileHeader `form:"background" binding:"required"`
}
type UploadBusinessCardMemoImgRequest ¶
type UploadBusinessCardMemoImgRequest struct {
Img []*multipart.FileHeader `form:"img" binding:"required"`
}
Click to show internal directories.
Click to hide internal directories.