service

package module
v0.0.0-...-c07ed8c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 25, 2023 License: Apache-2.0 Imports: 29 Imported by: 0

README

Dx2gb7A8FbHcbCo8aB-

Documentation

Index

Constants

View Source
const (
	UNKNOWN_APPLICATION_EXCEPTION  = 0
	UNKNOWN_METHOD                 = 1
	INVALID_MESSAGE_TYPE_EXCEPTION = 2
	WRONG_METHOD_NAME              = 3
	BAD_SEQUENCE_ID                = 4
	MISSING_RESULT                 = 5
	INTERNAL_ERROR                 = 6
	PROTOCOL_ERROR                 = 7
	INVALID_TRANSFORM              = 8
	INVALID_PROTOCOL               = 9
	UNSUPPORTED_CLIENT_TYPE        = 10
)
View Source
const (
	COMPACT_PROTOCOL_ID       = 0x082
	COMPACT_VERSION           = 1
	COMPACT_VERSION_MASK      = 0x1f
	COMPACT_TYPE_MASK         = 0x0E0
	COMPACT_TYPE_BITS         = 0x07
	COMPACT_TYPE_SHIFT_AMOUNT = 5
)
View Source
const (
	COMPACT_BOOLEAN_TRUE  = 0x01
	COMPACT_BOOLEAN_FALSE = 0x02
	COMPACT_BYTE          = 0x03
	COMPACT_I16           = 0x04
	COMPACT_I32           = 0x05
	COMPACT_I64           = 0x06
	COMPACT_DOUBLE        = 0x07
	COMPACT_BINARY        = 0x08
	COMPACT_LIST          = 0x09
	COMPACT_SET           = 0x0A
	COMPACT_MAP           = 0x0B
	COMPACT_STRUCT        = 0x0C
)
View Source
const (
	THeaderHeaderMagic  uint32 = 0x0fff0000
	THeaderHeaderMask   uint32 = 0xffff0000
	THeaderFlagsMask    uint32 = 0x0000ffff
	THeaderMaxFrameSize uint32 = 0x3fffffff
)

Constants defined in THeader format: https://github.com/apache/thrift/blob/master/doc/specs/HeaderFormat.md

View Source
const (
	VERSION_MASK = 0xffff0000
	VERSION_1    = 0x80010000
)
View Source
const (
	UNKNOWN_PROTOCOL_EXCEPTION = 0
	INVALID_DATA               = 1
	NEGATIVE_SIZE              = 2
	SIZE_LIMIT                 = 3
	BAD_VERSION                = 4
	NOT_IMPLEMENTED            = 5
	DEPTH_LIMIT                = 6
)
View Source
const (
	UNKNOWN_TRANSPORT_EXCEPTION = 0
	NOT_OPEN                    = 1
	ALREADY_OPEN                = 2
	TIMED_OUT                   = 3
	END_OF_FILE                 = 4
)
View Source
const (
	STOP   = 0
	VOID   = 1
	BOOL   = 2
	BYTE   = 3
	I08    = 3
	DOUBLE = 4
	I16    = 6
	I32    = 8
	I64    = 10
	STRING = 11
	UTF7   = 11
	STRUCT = 12
	MAP    = 13
	SET    = 14
	LIST   = 15
	UTF8   = 16
	UTF16  = 17
)
View Source
const DEFAULT_MAX_LENGTH = 16384000
View Source
const DEFAULT_RECURSION_DEPTH = 64

The maximum recursive depth the skip() function will traverse

View Source
const MULTIPLEXED_SEPARATOR = ":"
View Source
const PROTOCOL_BINARY_DATA_SIZE = 155
View Source
const (
	THRIFT_JSON_PROTOCOL_VERSION = 1
)
View Source
const TRANSPORT_BINARY_DATA_SIZE = 8192

Variables

View Source
var (
	BOOL_VALUES   []bool
	BYTE_VALUES   []int8
	INT16_VALUES  []int16
	INT32_VALUES  []int32
	INT64_VALUES  []int64
	DOUBLE_VALUES []float64
	STRING_VALUES []string
)
View Source
var (
	JSON_COMMA                   []byte
	JSON_COLON                   []byte
	JSON_LBRACE                  []byte
	JSON_RBRACE                  []byte
	JSON_LBRACKET                []byte
	JSON_RBRACKET                []byte
	JSON_QUOTE                   byte
	JSON_QUOTE_BYTES             []byte
	JSON_NULL                    []byte
	JSON_TRUE                    []byte
	JSON_FALSE                   []byte
	JSON_INFINITY                string
	JSON_NEGATIVE_INFINITY       string
	JSON_NAN                     string
	JSON_INFINITY_BYTES          []byte
	JSON_NEGATIVE_INFINITY_BYTES []byte
	JSON_NAN_BYTES               []byte
)
View Source
var ANONYMOUS_FIELD *field
View Source
var AccountSupervisorServiceRegisterVirtualAccountResult_Success_DEFAULT string
View Source
var AgeCheckServiceRetrieveOpenIdAuthUrlWithDocomoResult_Success_DEFAULT string
View Source
var AuthServiceConfirmE2EELoginResult_Success_DEFAULT string
View Source
var AuthServiceNormalizePhoneNumberResult_Success_DEFAULT string
View Source
var AuthServiceVerifyQrcodeWithE2EEResult_Success_DEFAULT string
View Source
var BuddyManagementServiceCommitSendMessagesToAllResult_Success_DEFAULT []*SendBuddyMessageResult_
View Source
var BuddyManagementServiceCommitSendMessagesToMidsResult_Success_DEFAULT []*SendBuddyMessageResult_
View Source
var BuddyManagementServiceContainsBuddyMemberResult_Success_DEFAULT bool
View Source
var BuddyManagementServiceDownloadMessageContentPreviewResult_Success_DEFAULT []byte
View Source
var BuddyManagementServiceDownloadMessageContentResult_Success_DEFAULT []byte
View Source
var BuddyManagementServiceDownloadProfileImagePreviewResult_Success_DEFAULT []byte
View Source
var BuddyManagementServiceDownloadProfileImageResult_Success_DEFAULT []byte
View Source
var BuddyManagementServiceGetActiveMemberCountByBuddyMidResult_Success_DEFAULT int64
View Source
var BuddyManagementServiceGetActiveMemberMidsByBuddyMidResult_Success_DEFAULT []string
View Source
var BuddyManagementServiceGetAllBuddyMembersResult_Success_DEFAULT []string
View Source
var BuddyManagementServiceGetBlockedBuddyMembersResult_Success_DEFAULT []string
View Source
var BuddyManagementServiceGetBlockerCountByBuddyMidResult_Success_DEFAULT int64
View Source
var BuddyManagementServiceGetMemberCountByBuddyMidResult_Success_DEFAULT int64
View Source
var BuddyManagementServiceIsBuddyOnAirByMidResult_Success_DEFAULT bool
View Source
var BuddyManagementServiceLinkAndSendBuddyContentMessageToAllAsyncResult_Success_DEFAULT string
View Source
var BuddyManagementServiceRegisterBuddyAdminResult_Success_DEFAULT string
View Source
var BuddyManagementServiceRegisterBuddyResult_Success_DEFAULT string
View Source
var BuddyManagementServiceReissueContactTicketResult_Success_DEFAULT string
View Source
var BuddyManagementServiceSendBuddyContentMessageToAllAsyncResult_Success_DEFAULT string
View Source
var BuddyManagementServiceSendBuddyContentMessageToMidsAsyncResult_Success_DEFAULT string
View Source
var BuddyManagementServiceSendBuddyMessageToAllAsyncResult_Success_DEFAULT string
View Source
var BuddyManagementServiceSendBuddyMessageToMidsAsyncResult_Success_DEFAULT string
View Source
var BuddyManagementServiceSetBuddyOnAirAsyncResult_Success_DEFAULT string
View Source
var BuddyManagementServiceUpdateBuddyProfileAttributesAsyncResult_Success_DEFAULT string
View Source
var BuddyManagementServiceUpdateBuddyProfileImageAsyncResult_Success_DEFAULT string
View Source
var BuddyManagementServiceUploadBuddyContentResult_Success_DEFAULT string
View Source
var BuddyServiceFindBuddyContactsByQueryResult_Success_DEFAULT []*BuddySearchResult_
View Source
var BuddyServiceGetBuddyContactsResult_Success_DEFAULT []*Contact
View Source
var BuddyServiceGetCountriesHavingBuddyResult_Success_DEFAULT []string
View Source
var BuddyServiceGetNewlyReleasedBuddyIdsResult_Success_DEFAULT map[string]int64
View Source
var BuddyServiceGetPopularBuddyListsResult_Success_DEFAULT []*BuddyList
View Source
var BuddyServiceGetPromotedBuddyContactsResult_Success_DEFAULT []*Contact
View Source
var ChannelApplicationProvidedServiceActiveBuddySubscriberCountResult_Success_DEFAULT int64
View Source
var ChannelApplicationProvidedServiceDisplayBuddySubscriberCountResult_Success_DEFAULT int64
View Source
var ChannelApplicationProvidedServiceGetAllContactIdsForChannelResult_Success_DEFAULT []string
View Source
var ChannelApplicationProvidedServiceGetCompactContactsResult_Success_DEFAULT []*CompactContact
View Source
var ChannelApplicationProvidedServiceGetContactsForChannelResult_Success_DEFAULT []*Contact
View Source
var ChannelApplicationProvidedServiceGetDisplayNameResult_Success_DEFAULT string
View Source
var ChannelApplicationProvidedServiceGetFavoriteMidsForChannelResult_Success_DEFAULT []string
View Source
var ChannelApplicationProvidedServiceGetFriendMidsResult_Success_DEFAULT []string
View Source
var ChannelApplicationProvidedServiceGetGroupMemberMidsResult_Success_DEFAULT []string
View Source
var ChannelApplicationProvidedServiceGetGroupsForChannelResult_Success_DEFAULT []*Group
View Source
var ChannelApplicationProvidedServiceGetJoinedGroupIdsForChannelResult_Success_DEFAULT []string
View Source
var ChannelApplicationProvidedServiceGetMidResult_Success_DEFAULT string
View Source
var ChannelApplicationProvidedServiceGetSimpleChannelContactsResult_Success_DEFAULT []*SimpleChannelContact
View Source
var ChannelApplicationProvidedServiceGetUserCountryForBillingResult_Success_DEFAULT string
View Source
var ChannelApplicationProvidedServiceGetUserCreateTimeResult_Success_DEFAULT int64
View Source
var ChannelApplicationProvidedServiceGetUserIdentitiesResult_Success_DEFAULT map[RegistrationType]string
View Source
var ChannelApplicationProvidedServiceGetUserLanguageResult_Success_DEFAULT string
View Source
var ChannelApplicationProvidedServiceGetUserMidsWhoAddedMeResult_Success_DEFAULT []string
View Source
var ChannelApplicationProvidedServiceIsGroupMemberResult_Success_DEFAULT bool
View Source
var ChannelApplicationProvidedServiceIsInContactResult_Success_DEFAULT bool
View Source
var ChannelApplicationProvidedServiceRegisterChannelCPResult_Success_DEFAULT string
View Source
var ChannelServiceApproveChannelAndIssueRequestTokenResult_Success_DEFAULT string
View Source
var ChannelServiceGetChannelNotificationSettingsResult_Success_DEFAULT []*ChannelNotificationSetting
View Source
var ChannelServiceGetNotificationBadgeCountResult_Success_DEFAULT int32
View Source
var ChannelServiceIssueRequestTokenResult_Success_DEFAULT string
View Source
var ChannelServiceReserveCoinUseResult_Success_DEFAULT string
View Source
var DefaultHttpClient *http.Client = http.DefaultClient
View Source
var GoUnusedProtection__ int
View Source
var MessageServiceMultiGetLastReadMessageIdsResult_Success_DEFAULT []*LastReadMessageIds
View Source
var ShopServiceGetCoinProductsByPgCodeResult_Success_DEFAULT []*CoinProductItem
View Source
var ShopServiceGetCoinProductsResult_Success_DEFAULT []*CoinProductItem
View Source
var ShopServiceNotifyDownloadedResult_Success_DEFAULT int64
View Source
var TalkServiceAcquireCallRouteResult_Success_DEFAULT []string
View Source
var TalkServiceAcquireCallTicketResult_Success_DEFAULT string
View Source
var TalkServiceAcquireEncryptedAccessTokenResult_Success_DEFAULT string
View Source
var TalkServiceAddSnsIdResult_Success_DEFAULT string
View Source
var TalkServiceCommitSendMessageResult_Success_DEFAULT map[string]string
View Source
var TalkServiceCommitSendMessagesResult_Success_DEFAULT map[string]string
View Source
var TalkServiceCommitUpdateProfileResult_Success_DEFAULT map[string]string
View Source
var TalkServiceCreateQrcodeBase64ImageResult_Success_DEFAULT string
View Source
var TalkServiceCreateSessionResult_Success_DEFAULT string
View Source
var TalkServiceFetchAnnouncementsResult_Success_DEFAULT []*Announcement
View Source
var TalkServiceFetchMessagesResult_Success_DEFAULT []*Message
View Source
var TalkServiceFetchOperationsResult_Success_DEFAULT []*Operation
View Source
var TalkServiceFetchOpsResult_Success_DEFAULT []*Operation
View Source
var TalkServiceFindAndAddContactsByEmailResult_Success_DEFAULT map[string]*Contact
View Source
var TalkServiceFindAndAddContactsByMidResult_Success_DEFAULT map[string]*Contact
View Source
var TalkServiceFindAndAddContactsByPhoneResult_Success_DEFAULT map[string]*Contact
View Source
var TalkServiceFindAndAddContactsByUseridResult_Success_DEFAULT map[string]*Contact
View Source
var TalkServiceFindContactsByEmailResult_Success_DEFAULT map[string]*Contact
View Source
var TalkServiceFindContactsByPhoneResult_Success_DEFAULT map[string]*Contact
View Source
var TalkServiceGetAcceptedProximityMatchesResult_Success_DEFAULT []string
View Source
var TalkServiceGetActiveBuddySubscriberIdsResult_Success_DEFAULT []string
View Source
var TalkServiceGetAllContactIdsResult_Success_DEFAULT []string
View Source
var TalkServiceGetBlockedContactIdsByRangeResult_Success_DEFAULT []string
View Source
var TalkServiceGetBlockedContactIdsResult_Success_DEFAULT []string
View Source
var TalkServiceGetBlockedRecommendationIdsResult_Success_DEFAULT []string
View Source
var TalkServiceGetBuddyBlockerIdsResult_Success_DEFAULT []string
View Source
var TalkServiceGetChatEffectMetaListResult_Success_DEFAULT []*ChatEffectMeta
View Source
var TalkServiceGetCompactContactsModifiedSinceResult_Success_DEFAULT []*CompactContact
View Source
var TalkServiceGetContactsResult_Success_DEFAULT []*Contact
View Source
var TalkServiceGetCountryWithRequestIpResult_Success_DEFAULT string
View Source
var TalkServiceGetFavoriteMidsResult_Success_DEFAULT []string
View Source
var TalkServiceGetGroupIdsInvitedResult_Success_DEFAULT []string
View Source
var TalkServiceGetGroupIdsJoinedResult_Success_DEFAULT []string
View Source
var TalkServiceGetGroupsResult_Success_DEFAULT []*Group
View Source
var TalkServiceGetGroupsV2Result_Success_DEFAULT []*Group
View Source
var TalkServiceGetHiddenContactMidsResult_Success_DEFAULT []string
View Source
var TalkServiceGetIdentityIdentifierResult_Success_DEFAULT string
View Source
var TalkServiceGetLastAnnouncementIndexResult_Success_DEFAULT int32
View Source
var TalkServiceGetLastOpRevisionResult_Success_DEFAULT int64
View Source
var TalkServiceGetMessageBoxListByStatusResult_Success_DEFAULT []*TMessageBox
View Source
var TalkServiceGetMessageBoxListResult_Success_DEFAULT []*TMessageBox
View Source
var TalkServiceGetMessagesBySequenceNumberResult_Success_DEFAULT []*Message
View Source
var TalkServiceGetNextMessagesResult_Success_DEFAULT []*Message
View Source
var TalkServiceGetNotificationPolicyResult_Success_DEFAULT []NotificationType
View Source
var TalkServiceGetPreviousMessagesResult_Success_DEFAULT []*Message
View Source
var TalkServiceGetProximityMatchCandidatesResult_Success_DEFAULT []*Contact
View Source
var TalkServiceGetRecentMessagesResult_Success_DEFAULT []*Message
View Source
var TalkServiceGetRecentMessagesV2Result_Success_DEFAULT []*Message
View Source
var TalkServiceGetRecommendationIdsResult_Success_DEFAULT []string
View Source
var TalkServiceGetServerTimeResult_Success_DEFAULT int64
View Source
var TalkServiceGetSessionsResult_Success_DEFAULT []*LoginSession
View Source
var TalkServiceIsIdentityIdentifierAvailableResult_Success_DEFAULT bool
View Source
var TalkServiceIsUseridAvailableResult_Success_DEFAULT bool
View Source
var TalkServiceLoginWithIdentityCredentialResult_Success_DEFAULT string
View Source
var TalkServiceLoginWithVerifierResult_Success_DEFAULT string
View Source
var TalkServiceNotifyBuddyOnAirResult_Success_DEFAULT map[string]string
View Source
var TalkServiceOpenProximityMatchResult_Success_DEFAULT string
View Source
var TalkServiceRegisterBuddyUserResult_Success_DEFAULT string
View Source
var TalkServiceRegisterDeviceResult_Success_DEFAULT string
View Source
var TalkServiceRegisterDeviceWithIdentityCredentialResult_Success_DEFAULT string
View Source
var TalkServiceRegisterDeviceWithoutPhoneNumberResult_Success_DEFAULT string
View Source
var TalkServiceRegisterDeviceWithoutPhoneNumberWithIdentityCredentialResult_Success_DEFAULT string
View Source
var TalkServiceRegisterUseridResult_Success_DEFAULT bool
View Source
var TalkServiceRegisterWapDeviceResult_Success_DEFAULT string
View Source
var TalkServiceRegisterWithExistingSnsIdAndIdentityCredentialResult_Success_DEFAULT string
View Source
var TalkServiceRegisterWithSnsIdAndIdentityCredentialResult_Success_DEFAULT string
View Source
var TalkServiceReissueDeviceCredentialResult_Success_DEFAULT string
View Source
var TalkServiceReissueGroupTicketResult_Success_DEFAULT string
View Source
var TalkServiceReissueUserTicketResult_Success_DEFAULT string
View Source
var TalkServiceRemoveMessageFromMyHomeResult_Success_DEFAULT bool
View Source
var TalkServiceRemoveMessageResult_Success_DEFAULT bool
View Source
var TalkServiceRemoveSnsIdResult_Success_DEFAULT string
View Source
var TalkServiceReportContactsResult_Success_DEFAULT []*ContactReportResult_
View Source
var TalkServiceSendContentPreviewUpdatedResult_Success_DEFAULT map[string]string
View Source
var TalkServiceSyncContactBySnsIdsResult_Success_DEFAULT []*SnsFriendContactRegistration
View Source
var TalkServiceSyncContactsResult_Success_DEFAULT map[string]*ContactRegistration
View Source
var TalkServiceUnregisterUserAndDeviceResult_Success_DEFAULT string
View Source
var TalkServiceUpdateSettings2Result_Success_DEFAULT int32
View Source
var TalkServiceUpdateSettingsAttributesResult_Success_DEFAULT int32
View Source
var TalkServiceVerifyQrcodeResult_Success_DEFAULT string

Functions

func AddReadTHeaderToContext

func AddReadTHeaderToContext(ctx context.Context, headers THeaderMap) context.Context

AddReadTHeaderToContext adds the whole THeader headers into context.

func BenchmarkBinaryBinary_0

func BenchmarkBinaryBinary_0(b *testing.B)

func BenchmarkBinaryBinary_1

func BenchmarkBinaryBinary_1(b *testing.B)

func BenchmarkBinaryBinary_2

func BenchmarkBinaryBinary_2(b *testing.B)

func BenchmarkBinaryBool_0

func BenchmarkBinaryBool_0(b *testing.B)

func BenchmarkBinaryBool_1

func BenchmarkBinaryBool_1(b *testing.B)

func BenchmarkBinaryBool_2

func BenchmarkBinaryBool_2(b *testing.B)

func BenchmarkBinaryByte_0

func BenchmarkBinaryByte_0(b *testing.B)

func BenchmarkBinaryByte_1

func BenchmarkBinaryByte_1(b *testing.B)

func BenchmarkBinaryByte_2

func BenchmarkBinaryByte_2(b *testing.B)

func BenchmarkBinaryDouble_0

func BenchmarkBinaryDouble_0(b *testing.B)

func BenchmarkBinaryDouble_1

func BenchmarkBinaryDouble_1(b *testing.B)

func BenchmarkBinaryDouble_2

func BenchmarkBinaryDouble_2(b *testing.B)

func BenchmarkBinaryI16_0

func BenchmarkBinaryI16_0(b *testing.B)

func BenchmarkBinaryI16_1

func BenchmarkBinaryI16_1(b *testing.B)

func BenchmarkBinaryI16_2

func BenchmarkBinaryI16_2(b *testing.B)

func BenchmarkBinaryI32_0

func BenchmarkBinaryI32_0(b *testing.B)

func BenchmarkBinaryI32_1

func BenchmarkBinaryI32_1(b *testing.B)

func BenchmarkBinaryI32_2

func BenchmarkBinaryI32_2(b *testing.B)

func BenchmarkBinaryI64_0

func BenchmarkBinaryI64_0(b *testing.B)

func BenchmarkBinaryI64_1

func BenchmarkBinaryI64_1(b *testing.B)

func BenchmarkBinaryI64_2

func BenchmarkBinaryI64_2(b *testing.B)

func BenchmarkBinaryString_0

func BenchmarkBinaryString_0(b *testing.B)

func BenchmarkBinaryString_1

func BenchmarkBinaryString_1(b *testing.B)

func BenchmarkBinaryString_2

func BenchmarkBinaryString_2(b *testing.B)

func BenchmarkCompactBinary0

func BenchmarkCompactBinary0(b *testing.B)

func BenchmarkCompactBinary1

func BenchmarkCompactBinary1(b *testing.B)

func BenchmarkCompactBinary2

func BenchmarkCompactBinary2(b *testing.B)

func BenchmarkCompactBool_0

func BenchmarkCompactBool_0(b *testing.B)

func BenchmarkCompactBool_1

func BenchmarkCompactBool_1(b *testing.B)

func BenchmarkCompactBool_2

func BenchmarkCompactBool_2(b *testing.B)

func BenchmarkCompactByte_0

func BenchmarkCompactByte_0(b *testing.B)

func BenchmarkCompactByte_1

func BenchmarkCompactByte_1(b *testing.B)

func BenchmarkCompactByte_2

func BenchmarkCompactByte_2(b *testing.B)

func BenchmarkCompactDouble0

func BenchmarkCompactDouble0(b *testing.B)

func BenchmarkCompactDouble1

func BenchmarkCompactDouble1(b *testing.B)

func BenchmarkCompactDouble2

func BenchmarkCompactDouble2(b *testing.B)

func BenchmarkCompactI16_0

func BenchmarkCompactI16_0(b *testing.B)

func BenchmarkCompactI16_1

func BenchmarkCompactI16_1(b *testing.B)

func BenchmarkCompactI16_2

func BenchmarkCompactI16_2(b *testing.B)

func BenchmarkCompactI32_0

func BenchmarkCompactI32_0(b *testing.B)

func BenchmarkCompactI32_1

func BenchmarkCompactI32_1(b *testing.B)

func BenchmarkCompactI32_2

func BenchmarkCompactI32_2(b *testing.B)

func BenchmarkCompactI64_0

func BenchmarkCompactI64_0(b *testing.B)

func BenchmarkCompactI64_1

func BenchmarkCompactI64_1(b *testing.B)

func BenchmarkCompactI64_2

func BenchmarkCompactI64_2(b *testing.B)

func BenchmarkCompactString0

func BenchmarkCompactString0(b *testing.B)

func BenchmarkCompactString1

func BenchmarkCompactString1(b *testing.B)

func BenchmarkCompactString2

func BenchmarkCompactString2(b *testing.B)

func BoolPtr

func BoolPtr(v bool) *bool

func ByteSlicePtr

func ByteSlicePtr(v []byte) *[]byte

func CloseTransports

func CloseTransports(t *testing.T, readTrans TTransport, writeTrans TTransport)

func FindAvailableTCPServerPort

func FindAvailableTCPServerPort(startPort int) (net.Addr, error)

func Float32Ptr

func Float32Ptr(v float32) *float32

func Float64Ptr

func Float64Ptr(v float64) *float64

func GetHeader

func GetHeader(ctx context.Context, key string) (value string, ok bool)

GetHeader returns a value of the given header from the context.

func GetReadHeaderList

func GetReadHeaderList(ctx context.Context) []string

GetReadHeaderList returns the key list of read THeaders from the context.

func GetWriteHeaderList

func GetWriteHeaderList(ctx context.Context) []string

GetWriteHeaderList returns the key list of THeaders to write from the context.

func HttpClientSetupForHeaderTest

func HttpClientSetupForHeaderTest(t *testing.T) (net.Listener, net.Addr)

func HttpClientSetupForTest

func HttpClientSetupForTest(t *testing.T) (net.Listener, net.Addr)

func Int16Ptr

func Int16Ptr(v int16) *int16

func Int32Ptr

func Int32Ptr(v int32) *int32

func Int64Ptr

func Int64Ptr(v int64) *int64

func Int8Ptr

func Int8Ptr(v int8) *int8

func IntPtr

func IntPtr(v int) *int

func NewStoredMessageProtocol

func NewStoredMessageProtocol(protocol TProtocol, name string, typeId TMessageType, seqid int32) *storedMessageProtocol

func NewThriftHandlerFunc

func NewThriftHandlerFunc(processor TProcessor,
	inPfactory, outPfactory TProtocolFactory) func(w http.ResponseWriter, r *http.Request)

func NewTransformWriter

func NewTransformWriter(baseWriter io.Writer, transforms []THeaderTransformID) (io.WriteCloser, error)

NewTransformWriter creates a new TransformWriter with base writer and transforms.

func NopLogger

func NopLogger(msg string)

NopLogger is a Logger implementation that does nothing.

func PrependError

func PrependError(prepend string, err error) error

Prepends additional information to an error without losing the Thrift exception interface

func ProtocolTest1

func ProtocolTest1(test *testing.T, pf ProtocolFactory) (bool, error)

func ProtocolTest2

func ProtocolTest2(test *testing.T, pf ProtocolFactory) (bool, error)

func ReadWriteBinary

func ReadWriteBinary(t testing.TB, p TProtocol, trans TTransport)

func ReadWriteBool

func ReadWriteBool(t testing.TB, p TProtocol, trans TTransport)

func ReadWriteByte

func ReadWriteByte(t testing.TB, p TProtocol, trans TTransport)

func ReadWriteDouble

func ReadWriteDouble(t testing.TB, p TProtocol, trans TTransport)

func ReadWriteI16

func ReadWriteI16(t testing.TB, p TProtocol, trans TTransport)

func ReadWriteI32

func ReadWriteI32(t testing.TB, p TProtocol, trans TTransport)

func ReadWriteI64

func ReadWriteI64(t testing.TB, p TProtocol, trans TTransport)

func ReadWriteProtocolTest

func ReadWriteProtocolTest(t *testing.T, protocolFactory TProtocolFactory)

func ReadWriteString

func ReadWriteString(t testing.TB, p TProtocol, trans TTransport)

func SetHeader

func SetHeader(ctx context.Context, key, value string) context.Context

SetHeader sets a header in the context.

func SetReadHeaderList

func SetReadHeaderList(ctx context.Context, keys []string) context.Context

SetReadHeaderList sets the key list of read THeaders in the context.

func SetWriteHeaderList

func SetWriteHeaderList(ctx context.Context, keys []string) context.Context

SetWriteHeaderList sets the key list of THeaders to write in the context.

func Skip

func Skip(self TProtocol, fieldType TType, maxDepth int) (err error)

Skips over the next data element from the provided input TProtocol object.

func SkipDefaultDepth

func SkipDefaultDepth(prot TProtocol, typeId TType) (err error)

Skips over the next data element from the provided input TProtocol object.

func StringPtr

func StringPtr(v string) *string

func TestBufferedTransport

func TestBufferedTransport(t *testing.T)

func TestEnsureTransportsAreRich

func TestEnsureTransportsAreRich(t *testing.T)

func TestFramedTransport

func TestFramedTransport(t *testing.T)

func TestMemoryBuffer

func TestMemoryBuffer(t *testing.T)

func TestMultipleStop

func TestMultipleStop(t *testing.T)

func TestNoHangDuringStopFromDanglingLockAcquireDuringAcceptLoop

func TestNoHangDuringStopFromDanglingLockAcquireDuringAcceptLoop(t *testing.T)

func TestNothing

func TestNothing(t *testing.T)

func TestPrependError

func TestPrependError(t *testing.T)

func TestReadByte

func TestReadByte(t *testing.T)

TestReadByte tests whether readByte handles error cases correctly.

func TestReadJSONProtocolBinary

func TestReadJSONProtocolBinary(t *testing.T)

func TestReadJSONProtocolBool

func TestReadJSONProtocolBool(t *testing.T)

func TestReadJSONProtocolByte

func TestReadJSONProtocolByte(t *testing.T)

func TestReadJSONProtocolDouble

func TestReadJSONProtocolDouble(t *testing.T)

func TestReadJSONProtocolI16

func TestReadJSONProtocolI16(t *testing.T)

func TestReadJSONProtocolI32

func TestReadJSONProtocolI32(t *testing.T)

func TestReadJSONProtocolI64

func TestReadJSONProtocolI64(t *testing.T)

func TestReadJSONProtocolString

func TestReadJSONProtocolString(t *testing.T)

func TestReadKeyList

func TestReadKeyList(t *testing.T)

func TestReadSimpleJSONProtocolBinary

func TestReadSimpleJSONProtocolBinary(t *testing.T)

func TestReadSimpleJSONProtocolBinaryNull

func TestReadSimpleJSONProtocolBinaryNull(t *testing.T)

func TestReadSimpleJSONProtocolBool

func TestReadSimpleJSONProtocolBool(t *testing.T)

func TestReadSimpleJSONProtocolByte

func TestReadSimpleJSONProtocolByte(t *testing.T)

func TestReadSimpleJSONProtocolDouble

func TestReadSimpleJSONProtocolDouble(t *testing.T)

func TestReadSimpleJSONProtocolI16

func TestReadSimpleJSONProtocolI16(t *testing.T)

func TestReadSimpleJSONProtocolI32

func TestReadSimpleJSONProtocolI32(t *testing.T)

func TestReadSimpleJSONProtocolI32Null

func TestReadSimpleJSONProtocolI32Null(t *testing.T)

func TestReadSimpleJSONProtocolI64

func TestReadSimpleJSONProtocolI64(t *testing.T)

func TestReadSimpleJSONProtocolI64Null

func TestReadSimpleJSONProtocolI64Null(t *testing.T)

func TestReadSimpleJSONProtocolString

func TestReadSimpleJSONProtocolString(t *testing.T)

func TestReadSimpleJSONProtocolStringNull

func TestReadSimpleJSONProtocolStringNull(t *testing.T)

func TestReadWriteBinaryProtocol

func TestReadWriteBinaryProtocol(t *testing.T)

func TestReadWriteCompactProtocol

func TestReadWriteCompactProtocol(t *testing.T)

func TestReadWriteHeaderProtocol

func TestReadWriteHeaderProtocol(t *testing.T)

func TestSerializer

func TestSerializer(t *testing.T)

func TestSetGetHeader

func TestSetGetHeader(t *testing.T)

func TestSocketConcurrency

func TestSocketConcurrency(t *testing.T)

func TestSocketIsntListeningAfterInterrupt

func TestSocketIsntListeningAfterInterrupt(t *testing.T)

func TestStreamTransport

func TestStreamTransport(t *testing.T)

func TestStreamTransportOpenClose

func TestStreamTransportOpenClose(t *testing.T)

func TestTApplicationException

func TestTApplicationException(t *testing.T)

func TestTExceptionEOF

func TestTExceptionEOF(t *testing.T)

func TestTExceptionTimeout

func TestTExceptionTimeout(t *testing.T)

func TestTHeaderHeadersReadWrite

func TestTHeaderHeadersReadWrite(t *testing.T)

func TestTHeaderTransportNoDoubleWrapping

func TestTHeaderTransportNoDoubleWrapping(t *testing.T)

func TestWaitRace

func TestWaitRace(t *testing.T)

func TestWriteJSONProtocolBinary

func TestWriteJSONProtocolBinary(t *testing.T)

func TestWriteJSONProtocolBool

func TestWriteJSONProtocolBool(t *testing.T)

func TestWriteJSONProtocolByte

func TestWriteJSONProtocolByte(t *testing.T)

func TestWriteJSONProtocolDouble

func TestWriteJSONProtocolDouble(t *testing.T)

func TestWriteJSONProtocolI16

func TestWriteJSONProtocolI16(t *testing.T)

func TestWriteJSONProtocolI32

func TestWriteJSONProtocolI32(t *testing.T)

func TestWriteJSONProtocolI64

func TestWriteJSONProtocolI64(t *testing.T)

func TestWriteJSONProtocolList

func TestWriteJSONProtocolList(t *testing.T)

func TestWriteJSONProtocolMap

func TestWriteJSONProtocolMap(t *testing.T)

func TestWriteJSONProtocolSet

func TestWriteJSONProtocolSet(t *testing.T)

func TestWriteJSONProtocolString

func TestWriteJSONProtocolString(t *testing.T)

func TestWriteKeyList

func TestWriteKeyList(t *testing.T)

func TestWriteSimpleJSONProtocolBinary

func TestWriteSimpleJSONProtocolBinary(t *testing.T)

func TestWriteSimpleJSONProtocolBool

func TestWriteSimpleJSONProtocolBool(t *testing.T)

func TestWriteSimpleJSONProtocolByte

func TestWriteSimpleJSONProtocolByte(t *testing.T)

func TestWriteSimpleJSONProtocolDouble

func TestWriteSimpleJSONProtocolDouble(t *testing.T)

func TestWriteSimpleJSONProtocolI16

func TestWriteSimpleJSONProtocolI16(t *testing.T)

func TestWriteSimpleJSONProtocolI32

func TestWriteSimpleJSONProtocolI32(t *testing.T)

func TestWriteSimpleJSONProtocolI64

func TestWriteSimpleJSONProtocolI64(t *testing.T)

func TestWriteSimpleJSONProtocolList

func TestWriteSimpleJSONProtocolList(t *testing.T)

func TestWriteSimpleJSONProtocolMap

func TestWriteSimpleJSONProtocolMap(t *testing.T)

func TestWriteSimpleJSONProtocolSafePeek

func TestWriteSimpleJSONProtocolSafePeek(t *testing.T)

func TestWriteSimpleJSONProtocolSet

func TestWriteSimpleJSONProtocolSet(t *testing.T)

func TestWriteSimpleJSONProtocolString

func TestWriteSimpleJSONProtocolString(t *testing.T)

func TestZlibFactoryTransportWithFactory

func TestZlibFactoryTransportWithFactory(t *testing.T)

func TestZlibFactoryTransportWithoutFactory

func TestZlibFactoryTransportWithoutFactory(t *testing.T)

func TestZlibTransport

func TestZlibTransport(t *testing.T)

func TransportHeaderTest

func TransportHeaderTest(t *testing.T, writeTrans TTransport, readTrans TTransport)

func TransportTest

func TransportTest(t *testing.T, writeTrans TTransport, readTrans TTransport)

func Uint32Ptr

func Uint32Ptr(v uint32) *uint32

func Uint64Ptr

func Uint64Ptr(v uint64) *uint64

Types

type AcceptChatInvitationByTicketRequest

type AcceptChatInvitationByTicketRequest struct {
	ReqSeq   int32  `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"`
	ChatMid  string `thrift:"chatMid,2" db:"chatMid" json:"chatMid"`
	TicketId string `thrift:"ticketId,3" db:"ticketId" json:"ticketId"`
}

Attributes:

  • ReqSeq
  • ChatMid
  • TicketId
var TalkServiceAcceptChatInvitationByTicketArgs_Request_DEFAULT *AcceptChatInvitationByTicketRequest

func NewAcceptChatInvitationByTicketRequest

func NewAcceptChatInvitationByTicketRequest() *AcceptChatInvitationByTicketRequest

func (*AcceptChatInvitationByTicketRequest) GetChatMid

func (*AcceptChatInvitationByTicketRequest) GetReqSeq

func (*AcceptChatInvitationByTicketRequest) GetTicketId

func (*AcceptChatInvitationByTicketRequest) Read

func (*AcceptChatInvitationByTicketRequest) ReadField1

func (*AcceptChatInvitationByTicketRequest) ReadField2

func (*AcceptChatInvitationByTicketRequest) ReadField3

func (*AcceptChatInvitationByTicketRequest) String

func (*AcceptChatInvitationByTicketRequest) Write

type AcceptChatInvitationByTicketResponse

type AcceptChatInvitationByTicketResponse struct {
}
var TalkServiceAcceptChatInvitationByTicketResult_Success_DEFAULT *AcceptChatInvitationByTicketResponse

func NewAcceptChatInvitationByTicketResponse

func NewAcceptChatInvitationByTicketResponse() *AcceptChatInvitationByTicketResponse

func (*AcceptChatInvitationByTicketResponse) Read

func (*AcceptChatInvitationByTicketResponse) String

func (*AcceptChatInvitationByTicketResponse) Write

type AcceptChatInvitationRequest

type AcceptChatInvitationRequest struct {
	ReqSeq  int32  `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"`
	ChatMid string `thrift:"chatMid,2" db:"chatMid" json:"chatMid"`
}

Attributes:

  • ReqSeq
  • ChatMid
var TalkServiceAcceptChatInvitationArgs_Request_DEFAULT *AcceptChatInvitationRequest

func NewAcceptChatInvitationRequest

func NewAcceptChatInvitationRequest() *AcceptChatInvitationRequest

func (*AcceptChatInvitationRequest) GetChatMid

func (p *AcceptChatInvitationRequest) GetChatMid() string

func (*AcceptChatInvitationRequest) GetReqSeq

func (p *AcceptChatInvitationRequest) GetReqSeq() int32

func (*AcceptChatInvitationRequest) Read

func (*AcceptChatInvitationRequest) ReadField1

func (p *AcceptChatInvitationRequest) ReadField1(iprot TProtocol) error

func (*AcceptChatInvitationRequest) ReadField2

func (p *AcceptChatInvitationRequest) ReadField2(iprot TProtocol) error

func (*AcceptChatInvitationRequest) String

func (p *AcceptChatInvitationRequest) String() string

func (*AcceptChatInvitationRequest) Write

type AcceptChatInvitationResponse

type AcceptChatInvitationResponse struct {
}
var TalkServiceAcceptChatInvitationResult_Success_DEFAULT *AcceptChatInvitationResponse

func NewAcceptChatInvitationResponse

func NewAcceptChatInvitationResponse() *AcceptChatInvitationResponse

func (*AcceptChatInvitationResponse) Read

func (*AcceptChatInvitationResponse) String

func (*AcceptChatInvitationResponse) Write

type AccountSupervisorService

type AccountSupervisorService interface {
	GetRSAKey(ctx context.Context) (r *RSAKey, err error)
	// Parameters:
	//  - ParameterMap
	NotifyEmailConfirmationResult_(ctx context.Context, parameterMap map[string]string) (err error)
	// Parameters:
	//  - Locale
	//  - EncryptedVirtualUserId
	//  - EncryptedPassword
	RegisterVirtualAccount(ctx context.Context, locale string, encryptedVirtualUserId string, encryptedPassword string) (r string, err error)
	// Parameters:
	//  - VirtualMid
	//  - EncryptedVirtualUserId
	//  - EncryptedOldPassword
	//  - EncryptedNewPassword
	RequestVirtualAccountPasswordChange(ctx context.Context, virtualMid string, encryptedVirtualUserId string, encryptedOldPassword string, encryptedNewPassword string) (err error)
	// Parameters:
	//  - VirtualMid
	//  - EncryptedVirtualUserId
	//  - EncryptedNewPassword
	RequestVirtualAccountPasswordSet(ctx context.Context, virtualMid string, encryptedVirtualUserId string, encryptedNewPassword string) (err error)
	// Parameters:
	//  - VirtualMid
	UnregisterVirtualAccount(ctx context.Context, virtualMid string) (err error)
}

type AccountSupervisorServiceClient

type AccountSupervisorServiceClient struct {
	// contains filtered or unexported fields
}

func NewAccountSupervisorServiceClient

func NewAccountSupervisorServiceClient(c TClient) *AccountSupervisorServiceClient

func NewAccountSupervisorServiceClientProtocol

func NewAccountSupervisorServiceClientProtocol(t TTransport, iprot TProtocol, oprot TProtocol) *AccountSupervisorServiceClient

func (*AccountSupervisorServiceClient) Client_

func (*AccountSupervisorServiceClient) GetRSAKey

func (p *AccountSupervisorServiceClient) GetRSAKey(ctx context.Context) (r *RSAKey, err error)

func (*AccountSupervisorServiceClient) NotifyEmailConfirmationResult_

func (p *AccountSupervisorServiceClient) NotifyEmailConfirmationResult_(ctx context.Context, parameterMap map[string]string) (err error)

Parameters:

  • ParameterMap

func (*AccountSupervisorServiceClient) RegisterVirtualAccount

func (p *AccountSupervisorServiceClient) RegisterVirtualAccount(ctx context.Context, locale string, encryptedVirtualUserId string, encryptedPassword string) (r string, err error)

Parameters:

  • Locale
  • EncryptedVirtualUserId
  • EncryptedPassword

func (*AccountSupervisorServiceClient) RequestVirtualAccountPasswordChange

func (p *AccountSupervisorServiceClient) RequestVirtualAccountPasswordChange(ctx context.Context, virtualMid string, encryptedVirtualUserId string, encryptedOldPassword string, encryptedNewPassword string) (err error)

Parameters:

  • VirtualMid
  • EncryptedVirtualUserId
  • EncryptedOldPassword
  • EncryptedNewPassword

func (*AccountSupervisorServiceClient) RequestVirtualAccountPasswordSet

func (p *AccountSupervisorServiceClient) RequestVirtualAccountPasswordSet(ctx context.Context, virtualMid string, encryptedVirtualUserId string, encryptedNewPassword string) (err error)

Parameters:

  • VirtualMid
  • EncryptedVirtualUserId
  • EncryptedNewPassword

func (*AccountSupervisorServiceClient) UnregisterVirtualAccount

func (p *AccountSupervisorServiceClient) UnregisterVirtualAccount(ctx context.Context, virtualMid string) (err error)

Parameters:

  • VirtualMid

type AccountSupervisorServiceGetRSAKeyArgs

type AccountSupervisorServiceGetRSAKeyArgs struct {
}

func NewAccountSupervisorServiceGetRSAKeyArgs

func NewAccountSupervisorServiceGetRSAKeyArgs() *AccountSupervisorServiceGetRSAKeyArgs

func (*AccountSupervisorServiceGetRSAKeyArgs) Read

func (*AccountSupervisorServiceGetRSAKeyArgs) String

func (*AccountSupervisorServiceGetRSAKeyArgs) Write

type AccountSupervisorServiceGetRSAKeyResult

type AccountSupervisorServiceGetRSAKeyResult struct {
	Success *RSAKey        `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewAccountSupervisorServiceGetRSAKeyResult

func NewAccountSupervisorServiceGetRSAKeyResult() *AccountSupervisorServiceGetRSAKeyResult

func (*AccountSupervisorServiceGetRSAKeyResult) GetE

func (*AccountSupervisorServiceGetRSAKeyResult) GetSuccess

func (*AccountSupervisorServiceGetRSAKeyResult) IsSetE

func (*AccountSupervisorServiceGetRSAKeyResult) IsSetSuccess

func (*AccountSupervisorServiceGetRSAKeyResult) Read

func (*AccountSupervisorServiceGetRSAKeyResult) ReadField0

func (*AccountSupervisorServiceGetRSAKeyResult) ReadField1

func (*AccountSupervisorServiceGetRSAKeyResult) String

func (*AccountSupervisorServiceGetRSAKeyResult) Write

type AccountSupervisorServiceNotifyEmailConfirmationResultArgs

type AccountSupervisorServiceNotifyEmailConfirmationResultArgs struct {
	// unused field # 1
	ParameterMap map[string]string `thrift:"parameterMap,2" db:"parameterMap" json:"parameterMap"`
}

Attributes:

  • ParameterMap

func (*AccountSupervisorServiceNotifyEmailConfirmationResultArgs) GetParameterMap

func (*AccountSupervisorServiceNotifyEmailConfirmationResultArgs) Read

func (*AccountSupervisorServiceNotifyEmailConfirmationResultArgs) ReadField2

func (*AccountSupervisorServiceNotifyEmailConfirmationResultArgs) String

func (*AccountSupervisorServiceNotifyEmailConfirmationResultArgs) Write

type AccountSupervisorServiceNotifyEmailConfirmationResultResult

type AccountSupervisorServiceNotifyEmailConfirmationResultResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func (*AccountSupervisorServiceNotifyEmailConfirmationResultResult) GetE

func (*AccountSupervisorServiceNotifyEmailConfirmationResultResult) IsSetE

func (*AccountSupervisorServiceNotifyEmailConfirmationResultResult) Read

func (*AccountSupervisorServiceNotifyEmailConfirmationResultResult) ReadField1

func (*AccountSupervisorServiceNotifyEmailConfirmationResultResult) String

func (*AccountSupervisorServiceNotifyEmailConfirmationResultResult) Write

type AccountSupervisorServiceProcessor

type AccountSupervisorServiceProcessor struct {
	// contains filtered or unexported fields
}

func (*AccountSupervisorServiceProcessor) AddToProcessorMap

func (p *AccountSupervisorServiceProcessor) AddToProcessorMap(key string, processor TProcessorFunction)

func (*AccountSupervisorServiceProcessor) GetProcessorFunction

func (p *AccountSupervisorServiceProcessor) GetProcessorFunction(key string) (processor TProcessorFunction, ok bool)

func (*AccountSupervisorServiceProcessor) Process

func (p *AccountSupervisorServiceProcessor) Process(ctx context.Context, iprot, oprot TProtocol) (success bool, err TException)

func (*AccountSupervisorServiceProcessor) ProcessorMap

type AccountSupervisorServiceRegisterVirtualAccountArgs

type AccountSupervisorServiceRegisterVirtualAccountArgs struct {
	// unused field # 1
	Locale                 string `thrift:"locale,2" db:"locale" json:"locale"`
	EncryptedVirtualUserId string `thrift:"encryptedVirtualUserId,3" db:"encryptedVirtualUserId" json:"encryptedVirtualUserId"`
	EncryptedPassword      string `thrift:"encryptedPassword,4" db:"encryptedPassword" json:"encryptedPassword"`
}

Attributes:

  • Locale
  • EncryptedVirtualUserId
  • EncryptedPassword

func NewAccountSupervisorServiceRegisterVirtualAccountArgs

func NewAccountSupervisorServiceRegisterVirtualAccountArgs() *AccountSupervisorServiceRegisterVirtualAccountArgs

func (*AccountSupervisorServiceRegisterVirtualAccountArgs) GetEncryptedPassword

func (*AccountSupervisorServiceRegisterVirtualAccountArgs) GetEncryptedVirtualUserId

func (p *AccountSupervisorServiceRegisterVirtualAccountArgs) GetEncryptedVirtualUserId() string

func (*AccountSupervisorServiceRegisterVirtualAccountArgs) GetLocale

func (*AccountSupervisorServiceRegisterVirtualAccountArgs) Read

func (*AccountSupervisorServiceRegisterVirtualAccountArgs) ReadField2

func (*AccountSupervisorServiceRegisterVirtualAccountArgs) ReadField3

func (*AccountSupervisorServiceRegisterVirtualAccountArgs) ReadField4

func (*AccountSupervisorServiceRegisterVirtualAccountArgs) String

func (*AccountSupervisorServiceRegisterVirtualAccountArgs) Write

type AccountSupervisorServiceRegisterVirtualAccountResult

type AccountSupervisorServiceRegisterVirtualAccountResult struct {
	Success *string        `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewAccountSupervisorServiceRegisterVirtualAccountResult

func NewAccountSupervisorServiceRegisterVirtualAccountResult() *AccountSupervisorServiceRegisterVirtualAccountResult

func (*AccountSupervisorServiceRegisterVirtualAccountResult) GetE

func (*AccountSupervisorServiceRegisterVirtualAccountResult) GetSuccess

func (*AccountSupervisorServiceRegisterVirtualAccountResult) IsSetE

func (*AccountSupervisorServiceRegisterVirtualAccountResult) IsSetSuccess

func (*AccountSupervisorServiceRegisterVirtualAccountResult) Read

func (*AccountSupervisorServiceRegisterVirtualAccountResult) ReadField0

func (*AccountSupervisorServiceRegisterVirtualAccountResult) ReadField1

func (*AccountSupervisorServiceRegisterVirtualAccountResult) String

func (*AccountSupervisorServiceRegisterVirtualAccountResult) Write

type AccountSupervisorServiceRequestVirtualAccountPasswordChangeArgs

type AccountSupervisorServiceRequestVirtualAccountPasswordChangeArgs struct {
	// unused field # 1
	VirtualMid             string `thrift:"virtualMid,2" db:"virtualMid" json:"virtualMid"`
	EncryptedVirtualUserId string `thrift:"encryptedVirtualUserId,3" db:"encryptedVirtualUserId" json:"encryptedVirtualUserId"`
	EncryptedOldPassword   string `thrift:"encryptedOldPassword,4" db:"encryptedOldPassword" json:"encryptedOldPassword"`
	EncryptedNewPassword   string `thrift:"encryptedNewPassword,5" db:"encryptedNewPassword" json:"encryptedNewPassword"`
}

Attributes:

  • VirtualMid
  • EncryptedVirtualUserId
  • EncryptedOldPassword
  • EncryptedNewPassword

func (*AccountSupervisorServiceRequestVirtualAccountPasswordChangeArgs) GetEncryptedNewPassword

func (*AccountSupervisorServiceRequestVirtualAccountPasswordChangeArgs) GetEncryptedOldPassword

func (*AccountSupervisorServiceRequestVirtualAccountPasswordChangeArgs) GetEncryptedVirtualUserId

func (*AccountSupervisorServiceRequestVirtualAccountPasswordChangeArgs) GetVirtualMid

func (*AccountSupervisorServiceRequestVirtualAccountPasswordChangeArgs) Read

func (*AccountSupervisorServiceRequestVirtualAccountPasswordChangeArgs) ReadField2

func (*AccountSupervisorServiceRequestVirtualAccountPasswordChangeArgs) ReadField3

func (*AccountSupervisorServiceRequestVirtualAccountPasswordChangeArgs) ReadField4

func (*AccountSupervisorServiceRequestVirtualAccountPasswordChangeArgs) ReadField5

func (*AccountSupervisorServiceRequestVirtualAccountPasswordChangeArgs) String

func (*AccountSupervisorServiceRequestVirtualAccountPasswordChangeArgs) Write

type AccountSupervisorServiceRequestVirtualAccountPasswordChangeResult

type AccountSupervisorServiceRequestVirtualAccountPasswordChangeResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func (*AccountSupervisorServiceRequestVirtualAccountPasswordChangeResult) GetE

func (*AccountSupervisorServiceRequestVirtualAccountPasswordChangeResult) IsSetE

func (*AccountSupervisorServiceRequestVirtualAccountPasswordChangeResult) Read

func (*AccountSupervisorServiceRequestVirtualAccountPasswordChangeResult) ReadField1

func (*AccountSupervisorServiceRequestVirtualAccountPasswordChangeResult) String

func (*AccountSupervisorServiceRequestVirtualAccountPasswordChangeResult) Write

type AccountSupervisorServiceRequestVirtualAccountPasswordSetArgs

type AccountSupervisorServiceRequestVirtualAccountPasswordSetArgs struct {
	// unused field # 1
	VirtualMid             string `thrift:"virtualMid,2" db:"virtualMid" json:"virtualMid"`
	EncryptedVirtualUserId string `thrift:"encryptedVirtualUserId,3" db:"encryptedVirtualUserId" json:"encryptedVirtualUserId"`
	EncryptedNewPassword   string `thrift:"encryptedNewPassword,4" db:"encryptedNewPassword" json:"encryptedNewPassword"`
}

Attributes:

  • VirtualMid
  • EncryptedVirtualUserId
  • EncryptedNewPassword

func (*AccountSupervisorServiceRequestVirtualAccountPasswordSetArgs) GetEncryptedNewPassword

func (*AccountSupervisorServiceRequestVirtualAccountPasswordSetArgs) GetEncryptedVirtualUserId

func (*AccountSupervisorServiceRequestVirtualAccountPasswordSetArgs) GetVirtualMid

func (*AccountSupervisorServiceRequestVirtualAccountPasswordSetArgs) Read

func (*AccountSupervisorServiceRequestVirtualAccountPasswordSetArgs) ReadField2

func (*AccountSupervisorServiceRequestVirtualAccountPasswordSetArgs) ReadField3

func (*AccountSupervisorServiceRequestVirtualAccountPasswordSetArgs) ReadField4

func (*AccountSupervisorServiceRequestVirtualAccountPasswordSetArgs) String

func (*AccountSupervisorServiceRequestVirtualAccountPasswordSetArgs) Write

type AccountSupervisorServiceRequestVirtualAccountPasswordSetResult

type AccountSupervisorServiceRequestVirtualAccountPasswordSetResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func (*AccountSupervisorServiceRequestVirtualAccountPasswordSetResult) GetE

func (*AccountSupervisorServiceRequestVirtualAccountPasswordSetResult) IsSetE

func (*AccountSupervisorServiceRequestVirtualAccountPasswordSetResult) Read

func (*AccountSupervisorServiceRequestVirtualAccountPasswordSetResult) ReadField1

func (*AccountSupervisorServiceRequestVirtualAccountPasswordSetResult) String

func (*AccountSupervisorServiceRequestVirtualAccountPasswordSetResult) Write

type AccountSupervisorServiceUnregisterVirtualAccountArgs

type AccountSupervisorServiceUnregisterVirtualAccountArgs struct {
	// unused field # 1
	VirtualMid string `thrift:"virtualMid,2" db:"virtualMid" json:"virtualMid"`
}

Attributes:

  • VirtualMid

func NewAccountSupervisorServiceUnregisterVirtualAccountArgs

func NewAccountSupervisorServiceUnregisterVirtualAccountArgs() *AccountSupervisorServiceUnregisterVirtualAccountArgs

func (*AccountSupervisorServiceUnregisterVirtualAccountArgs) GetVirtualMid

func (*AccountSupervisorServiceUnregisterVirtualAccountArgs) Read

func (*AccountSupervisorServiceUnregisterVirtualAccountArgs) ReadField2

func (*AccountSupervisorServiceUnregisterVirtualAccountArgs) String

func (*AccountSupervisorServiceUnregisterVirtualAccountArgs) Write

type AccountSupervisorServiceUnregisterVirtualAccountResult

type AccountSupervisorServiceUnregisterVirtualAccountResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func (*AccountSupervisorServiceUnregisterVirtualAccountResult) GetE

func (*AccountSupervisorServiceUnregisterVirtualAccountResult) IsSetE

func (*AccountSupervisorServiceUnregisterVirtualAccountResult) Read

func (*AccountSupervisorServiceUnregisterVirtualAccountResult) ReadField1

func (*AccountSupervisorServiceUnregisterVirtualAccountResult) String

func (*AccountSupervisorServiceUnregisterVirtualAccountResult) Write

type AgeCheckDocomoResult_

type AgeCheckDocomoResult_ struct {
	AuthUrl     string      `thrift:"authUrl,1" db:"authUrl" json:"authUrl"`
	UserAgeType UserAgeType `thrift:"userAgeType,2" db:"userAgeType" json:"userAgeType"`
}

Attributes:

  • AuthUrl
  • UserAgeType
var AgeCheckServiceCheckUserAgeWithDocomoResult_Success_DEFAULT *AgeCheckDocomoResult_

func NewAgeCheckDocomoResult_

func NewAgeCheckDocomoResult_() *AgeCheckDocomoResult_

func (*AgeCheckDocomoResult_) GetAuthUrl

func (p *AgeCheckDocomoResult_) GetAuthUrl() string

func (*AgeCheckDocomoResult_) GetUserAgeType

func (p *AgeCheckDocomoResult_) GetUserAgeType() UserAgeType

func (*AgeCheckDocomoResult_) Read

func (p *AgeCheckDocomoResult_) Read(iprot TProtocol) error

func (*AgeCheckDocomoResult_) ReadField1

func (p *AgeCheckDocomoResult_) ReadField1(iprot TProtocol) error

func (*AgeCheckDocomoResult_) ReadField2

func (p *AgeCheckDocomoResult_) ReadField2(iprot TProtocol) error

func (*AgeCheckDocomoResult_) String

func (p *AgeCheckDocomoResult_) String() string

func (*AgeCheckDocomoResult_) Write

func (p *AgeCheckDocomoResult_) Write(oprot TProtocol) error

type AgeCheckRequestResult_

type AgeCheckRequestResult_ struct {
	AuthUrl   string `thrift:"authUrl,1" db:"authUrl" json:"authUrl"`
	SessionId string `thrift:"sessionId,2" db:"sessionId" json:"sessionId"`
}

Attributes:

  • AuthUrl
  • SessionId
var AgeCheckServiceRetrieveRequestTokenResult_Success_DEFAULT *AgeCheckRequestResult_

func NewAgeCheckRequestResult_

func NewAgeCheckRequestResult_() *AgeCheckRequestResult_

func (*AgeCheckRequestResult_) GetAuthUrl

func (p *AgeCheckRequestResult_) GetAuthUrl() string

func (*AgeCheckRequestResult_) GetSessionId

func (p *AgeCheckRequestResult_) GetSessionId() string

func (*AgeCheckRequestResult_) Read

func (p *AgeCheckRequestResult_) Read(iprot TProtocol) error

func (*AgeCheckRequestResult_) ReadField1

func (p *AgeCheckRequestResult_) ReadField1(iprot TProtocol) error

func (*AgeCheckRequestResult_) ReadField2

func (p *AgeCheckRequestResult_) ReadField2(iprot TProtocol) error

func (*AgeCheckRequestResult_) String

func (p *AgeCheckRequestResult_) String() string

func (*AgeCheckRequestResult_) Write

func (p *AgeCheckRequestResult_) Write(oprot TProtocol) error

type AgeCheckService

type AgeCheckService interface {
	// Parameters:
	//  - Carrier
	//  - SessionId
	//  - Verifier
	//  - StandardAge
	CheckUserAge(ctx context.Context, carrier CarrierCode, sessionId string, verifier string, standardAge int32) (r UserAgeType, err error)
	// Parameters:
	//  - OpenIdRedirectUrl
	//  - StandardAge
	//  - Verifier
	CheckUserAgeWithDocomo(ctx context.Context, openIdRedirectUrl string, standardAge int32, verifier string) (r *AgeCheckDocomoResult_, err error)
	RetrieveOpenIdAuthUrlWithDocomo(ctx context.Context) (r string, err error)
	// Parameters:
	//  - Carrier
	RetrieveRequestToken(ctx context.Context, carrier CarrierCode) (r *AgeCheckRequestResult_, err error)
}

type AgeCheckServiceCheckUserAgeArgs

type AgeCheckServiceCheckUserAgeArgs struct {
	// unused field # 1
	Carrier     CarrierCode `thrift:"carrier,2" db:"carrier" json:"carrier"`
	SessionId   string      `thrift:"sessionId,3" db:"sessionId" json:"sessionId"`
	Verifier    string      `thrift:"verifier,4" db:"verifier" json:"verifier"`
	StandardAge int32       `thrift:"standardAge,5" db:"standardAge" json:"standardAge"`
}

Attributes:

  • Carrier
  • SessionId
  • Verifier
  • StandardAge

func NewAgeCheckServiceCheckUserAgeArgs

func NewAgeCheckServiceCheckUserAgeArgs() *AgeCheckServiceCheckUserAgeArgs

func (*AgeCheckServiceCheckUserAgeArgs) GetCarrier

func (*AgeCheckServiceCheckUserAgeArgs) GetSessionId

func (p *AgeCheckServiceCheckUserAgeArgs) GetSessionId() string

func (*AgeCheckServiceCheckUserAgeArgs) GetStandardAge

func (p *AgeCheckServiceCheckUserAgeArgs) GetStandardAge() int32

func (*AgeCheckServiceCheckUserAgeArgs) GetVerifier

func (p *AgeCheckServiceCheckUserAgeArgs) GetVerifier() string

func (*AgeCheckServiceCheckUserAgeArgs) Read

func (*AgeCheckServiceCheckUserAgeArgs) ReadField2

func (p *AgeCheckServiceCheckUserAgeArgs) ReadField2(iprot TProtocol) error

func (*AgeCheckServiceCheckUserAgeArgs) ReadField3

func (p *AgeCheckServiceCheckUserAgeArgs) ReadField3(iprot TProtocol) error

func (*AgeCheckServiceCheckUserAgeArgs) ReadField4

func (p *AgeCheckServiceCheckUserAgeArgs) ReadField4(iprot TProtocol) error

func (*AgeCheckServiceCheckUserAgeArgs) ReadField5

func (p *AgeCheckServiceCheckUserAgeArgs) ReadField5(iprot TProtocol) error

func (*AgeCheckServiceCheckUserAgeArgs) String

func (*AgeCheckServiceCheckUserAgeArgs) Write

type AgeCheckServiceCheckUserAgeResult

type AgeCheckServiceCheckUserAgeResult struct {
	Success *UserAgeType   `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewAgeCheckServiceCheckUserAgeResult

func NewAgeCheckServiceCheckUserAgeResult() *AgeCheckServiceCheckUserAgeResult

func (*AgeCheckServiceCheckUserAgeResult) GetE

func (*AgeCheckServiceCheckUserAgeResult) GetSuccess

func (*AgeCheckServiceCheckUserAgeResult) IsSetE

func (*AgeCheckServiceCheckUserAgeResult) IsSetSuccess

func (p *AgeCheckServiceCheckUserAgeResult) IsSetSuccess() bool

func (*AgeCheckServiceCheckUserAgeResult) Read

func (*AgeCheckServiceCheckUserAgeResult) ReadField0

func (p *AgeCheckServiceCheckUserAgeResult) ReadField0(iprot TProtocol) error

func (*AgeCheckServiceCheckUserAgeResult) ReadField1

func (p *AgeCheckServiceCheckUserAgeResult) ReadField1(iprot TProtocol) error

func (*AgeCheckServiceCheckUserAgeResult) String

func (*AgeCheckServiceCheckUserAgeResult) Write

type AgeCheckServiceCheckUserAgeWithDocomoArgs

type AgeCheckServiceCheckUserAgeWithDocomoArgs struct {
	// unused field # 1
	OpenIdRedirectUrl string `thrift:"openIdRedirectUrl,2" db:"openIdRedirectUrl" json:"openIdRedirectUrl"`
	StandardAge       int32  `thrift:"standardAge,3" db:"standardAge" json:"standardAge"`
	Verifier          string `thrift:"verifier,4" db:"verifier" json:"verifier"`
}

Attributes:

  • OpenIdRedirectUrl
  • StandardAge
  • Verifier

func NewAgeCheckServiceCheckUserAgeWithDocomoArgs

func NewAgeCheckServiceCheckUserAgeWithDocomoArgs() *AgeCheckServiceCheckUserAgeWithDocomoArgs

func (*AgeCheckServiceCheckUserAgeWithDocomoArgs) GetOpenIdRedirectUrl

func (p *AgeCheckServiceCheckUserAgeWithDocomoArgs) GetOpenIdRedirectUrl() string

func (*AgeCheckServiceCheckUserAgeWithDocomoArgs) GetStandardAge

func (*AgeCheckServiceCheckUserAgeWithDocomoArgs) GetVerifier

func (*AgeCheckServiceCheckUserAgeWithDocomoArgs) Read

func (*AgeCheckServiceCheckUserAgeWithDocomoArgs) ReadField2

func (*AgeCheckServiceCheckUserAgeWithDocomoArgs) ReadField3

func (*AgeCheckServiceCheckUserAgeWithDocomoArgs) ReadField4

func (*AgeCheckServiceCheckUserAgeWithDocomoArgs) String

func (*AgeCheckServiceCheckUserAgeWithDocomoArgs) Write

type AgeCheckServiceCheckUserAgeWithDocomoResult

type AgeCheckServiceCheckUserAgeWithDocomoResult struct {
	Success *AgeCheckDocomoResult_ `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException         `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewAgeCheckServiceCheckUserAgeWithDocomoResult

func NewAgeCheckServiceCheckUserAgeWithDocomoResult() *AgeCheckServiceCheckUserAgeWithDocomoResult

func (*AgeCheckServiceCheckUserAgeWithDocomoResult) GetE

func (*AgeCheckServiceCheckUserAgeWithDocomoResult) GetSuccess

func (*AgeCheckServiceCheckUserAgeWithDocomoResult) IsSetE

func (*AgeCheckServiceCheckUserAgeWithDocomoResult) IsSetSuccess

func (*AgeCheckServiceCheckUserAgeWithDocomoResult) Read

func (*AgeCheckServiceCheckUserAgeWithDocomoResult) ReadField0

func (*AgeCheckServiceCheckUserAgeWithDocomoResult) ReadField1

func (*AgeCheckServiceCheckUserAgeWithDocomoResult) String

func (*AgeCheckServiceCheckUserAgeWithDocomoResult) Write

type AgeCheckServiceClient

type AgeCheckServiceClient struct {
	// contains filtered or unexported fields
}

func NewAgeCheckServiceClient

func NewAgeCheckServiceClient(c TClient) *AgeCheckServiceClient

func NewAgeCheckServiceClientFactory

func NewAgeCheckServiceClientFactory(t TTransport, f TProtocolFactory) *AgeCheckServiceClient

func NewAgeCheckServiceClientProtocol

func NewAgeCheckServiceClientProtocol(t TTransport, iprot TProtocol, oprot TProtocol) *AgeCheckServiceClient

func (*AgeCheckServiceClient) CheckUserAge

func (p *AgeCheckServiceClient) CheckUserAge(ctx context.Context, carrier CarrierCode, sessionId string, verifier string, standardAge int32) (r UserAgeType, err error)

Parameters:

  • Carrier
  • SessionId
  • Verifier
  • StandardAge

func (*AgeCheckServiceClient) CheckUserAgeWithDocomo

func (p *AgeCheckServiceClient) CheckUserAgeWithDocomo(ctx context.Context, openIdRedirectUrl string, standardAge int32, verifier string) (r *AgeCheckDocomoResult_, err error)

Parameters:

  • OpenIdRedirectUrl
  • StandardAge
  • Verifier

func (*AgeCheckServiceClient) Client_

func (p *AgeCheckServiceClient) Client_() TClient

func (*AgeCheckServiceClient) RetrieveOpenIdAuthUrlWithDocomo

func (p *AgeCheckServiceClient) RetrieveOpenIdAuthUrlWithDocomo(ctx context.Context) (r string, err error)

func (*AgeCheckServiceClient) RetrieveRequestToken

func (p *AgeCheckServiceClient) RetrieveRequestToken(ctx context.Context, carrier CarrierCode) (r *AgeCheckRequestResult_, err error)

Parameters:

  • Carrier

type AgeCheckServiceProcessor

type AgeCheckServiceProcessor struct {
	// contains filtered or unexported fields
}

func NewAgeCheckServiceProcessor

func NewAgeCheckServiceProcessor(handler AgeCheckService) *AgeCheckServiceProcessor

func (*AgeCheckServiceProcessor) AddToProcessorMap

func (p *AgeCheckServiceProcessor) AddToProcessorMap(key string, processor TProcessorFunction)

func (*AgeCheckServiceProcessor) GetProcessorFunction

func (p *AgeCheckServiceProcessor) GetProcessorFunction(key string) (processor TProcessorFunction, ok bool)

func (*AgeCheckServiceProcessor) Process

func (p *AgeCheckServiceProcessor) Process(ctx context.Context, iprot, oprot TProtocol) (success bool, err TException)

func (*AgeCheckServiceProcessor) ProcessorMap

func (p *AgeCheckServiceProcessor) ProcessorMap() map[string]TProcessorFunction

type AgeCheckServiceRetrieveOpenIdAuthUrlWithDocomoArgs

type AgeCheckServiceRetrieveOpenIdAuthUrlWithDocomoArgs struct {
}

func NewAgeCheckServiceRetrieveOpenIdAuthUrlWithDocomoArgs

func NewAgeCheckServiceRetrieveOpenIdAuthUrlWithDocomoArgs() *AgeCheckServiceRetrieveOpenIdAuthUrlWithDocomoArgs

func (*AgeCheckServiceRetrieveOpenIdAuthUrlWithDocomoArgs) Read

func (*AgeCheckServiceRetrieveOpenIdAuthUrlWithDocomoArgs) String

func (*AgeCheckServiceRetrieveOpenIdAuthUrlWithDocomoArgs) Write

type AgeCheckServiceRetrieveOpenIdAuthUrlWithDocomoResult

type AgeCheckServiceRetrieveOpenIdAuthUrlWithDocomoResult struct {
	Success *string        `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewAgeCheckServiceRetrieveOpenIdAuthUrlWithDocomoResult

func NewAgeCheckServiceRetrieveOpenIdAuthUrlWithDocomoResult() *AgeCheckServiceRetrieveOpenIdAuthUrlWithDocomoResult

func (*AgeCheckServiceRetrieveOpenIdAuthUrlWithDocomoResult) GetE

func (*AgeCheckServiceRetrieveOpenIdAuthUrlWithDocomoResult) GetSuccess

func (*AgeCheckServiceRetrieveOpenIdAuthUrlWithDocomoResult) IsSetE

func (*AgeCheckServiceRetrieveOpenIdAuthUrlWithDocomoResult) IsSetSuccess

func (*AgeCheckServiceRetrieveOpenIdAuthUrlWithDocomoResult) Read

func (*AgeCheckServiceRetrieveOpenIdAuthUrlWithDocomoResult) ReadField0

func (*AgeCheckServiceRetrieveOpenIdAuthUrlWithDocomoResult) ReadField1

func (*AgeCheckServiceRetrieveOpenIdAuthUrlWithDocomoResult) String

func (*AgeCheckServiceRetrieveOpenIdAuthUrlWithDocomoResult) Write

type AgeCheckServiceRetrieveRequestTokenArgs

type AgeCheckServiceRetrieveRequestTokenArgs struct {
	// unused field # 1
	Carrier CarrierCode `thrift:"carrier,2" db:"carrier" json:"carrier"`
}

Attributes:

  • Carrier

func NewAgeCheckServiceRetrieveRequestTokenArgs

func NewAgeCheckServiceRetrieveRequestTokenArgs() *AgeCheckServiceRetrieveRequestTokenArgs

func (*AgeCheckServiceRetrieveRequestTokenArgs) GetCarrier

func (*AgeCheckServiceRetrieveRequestTokenArgs) Read

func (*AgeCheckServiceRetrieveRequestTokenArgs) ReadField2

func (*AgeCheckServiceRetrieveRequestTokenArgs) String

func (*AgeCheckServiceRetrieveRequestTokenArgs) Write

type AgeCheckServiceRetrieveRequestTokenResult

type AgeCheckServiceRetrieveRequestTokenResult struct {
	Success *AgeCheckRequestResult_ `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException          `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewAgeCheckServiceRetrieveRequestTokenResult

func NewAgeCheckServiceRetrieveRequestTokenResult() *AgeCheckServiceRetrieveRequestTokenResult

func (*AgeCheckServiceRetrieveRequestTokenResult) GetE

func (*AgeCheckServiceRetrieveRequestTokenResult) GetSuccess

func (*AgeCheckServiceRetrieveRequestTokenResult) IsSetE

func (*AgeCheckServiceRetrieveRequestTokenResult) IsSetSuccess

func (*AgeCheckServiceRetrieveRequestTokenResult) Read

func (*AgeCheckServiceRetrieveRequestTokenResult) ReadField0

func (*AgeCheckServiceRetrieveRequestTokenResult) ReadField1

func (*AgeCheckServiceRetrieveRequestTokenResult) String

func (*AgeCheckServiceRetrieveRequestTokenResult) Write

type Announcement

type Announcement struct {
	Index int32 `thrift:"index,1" db:"index" json:"index"`
	// unused fields # 2 to 9
	ForceUpdate  bool   `thrift:"forceUpdate,10" db:"forceUpdate" json:"forceUpdate"`
	Title        string `thrift:"title,11" db:"title" json:"title"`
	Text         string `thrift:"text,12" db:"text" json:"text"`
	CreatedTime  int64  `thrift:"createdTime,13" db:"createdTime" json:"createdTime"`
	PictureUrl   string `thrift:"pictureUrl,14" db:"pictureUrl" json:"pictureUrl"`
	ThumbnailUrl string `thrift:"thumbnailUrl,15" db:"thumbnailUrl" json:"thumbnailUrl"`
}

Attributes:

  • Index
  • ForceUpdate
  • Title
  • Text
  • CreatedTime
  • PictureUrl
  • ThumbnailUrl

func NewAnnouncement

func NewAnnouncement() *Announcement

func (*Announcement) GetCreatedTime

func (p *Announcement) GetCreatedTime() int64

func (*Announcement) GetForceUpdate

func (p *Announcement) GetForceUpdate() bool

func (*Announcement) GetIndex

func (p *Announcement) GetIndex() int32

func (*Announcement) GetPictureUrl

func (p *Announcement) GetPictureUrl() string

func (*Announcement) GetText

func (p *Announcement) GetText() string

func (*Announcement) GetThumbnailUrl

func (p *Announcement) GetThumbnailUrl() string

func (*Announcement) GetTitle

func (p *Announcement) GetTitle() string

func (*Announcement) Read

func (p *Announcement) Read(iprot TProtocol) error

func (*Announcement) ReadField1

func (p *Announcement) ReadField1(iprot TProtocol) error

func (*Announcement) ReadField10

func (p *Announcement) ReadField10(iprot TProtocol) error

func (*Announcement) ReadField11

func (p *Announcement) ReadField11(iprot TProtocol) error

func (*Announcement) ReadField12

func (p *Announcement) ReadField12(iprot TProtocol) error

func (*Announcement) ReadField13

func (p *Announcement) ReadField13(iprot TProtocol) error

func (*Announcement) ReadField14

func (p *Announcement) ReadField14(iprot TProtocol) error

func (*Announcement) ReadField15

func (p *Announcement) ReadField15(iprot TProtocol) error

func (*Announcement) String

func (p *Announcement) String() string

func (*Announcement) Write

func (p *Announcement) Write(oprot TProtocol) error

type ApplicationType

type ApplicationType int64
const (
	ApplicationType_IOS              ApplicationType = 16
	ApplicationType_IOS_RC           ApplicationType = 17
	ApplicationType_IOS_BETA         ApplicationType = 18
	ApplicationType_IOS_ALPHA        ApplicationType = 19
	ApplicationType_ANDROID          ApplicationType = 32
	ApplicationType_ANDROID_RC       ApplicationType = 33
	ApplicationType_ANDROID_BETA     ApplicationType = 34
	ApplicationType_ANDROID_ALPHA    ApplicationType = 35
	ApplicationType_WAP              ApplicationType = 48
	ApplicationType_WAP_RC           ApplicationType = 49
	ApplicationType_WAP_BETA         ApplicationType = 50
	ApplicationType_WAP_ALPHA        ApplicationType = 51
	ApplicationType_BOT              ApplicationType = 64
	ApplicationType_BOT_RC           ApplicationType = 65
	ApplicationType_BOT_BETA         ApplicationType = 66
	ApplicationType_BOT_ALPHA        ApplicationType = 67
	ApplicationType_WEB              ApplicationType = 80
	ApplicationType_WEB_RC           ApplicationType = 81
	ApplicationType_WEB_BETA         ApplicationType = 82
	ApplicationType_WEB_ALPHA        ApplicationType = 83
	ApplicationType_DESKTOPWIN       ApplicationType = 96
	ApplicationType_DESKTOPWIN_RC    ApplicationType = 97
	ApplicationType_DESKTOPWIN_BETA  ApplicationType = 98
	ApplicationType_DESKTOPWIN_ALPHA ApplicationType = 99
	ApplicationType_DESKTOPMAC       ApplicationType = 112
	ApplicationType_DESKTOPMAC_RC    ApplicationType = 113
	ApplicationType_DESKTOPMAC_BETA  ApplicationType = 114
	ApplicationType_DESKTOPMAC_ALPHA ApplicationType = 115
	ApplicationType_CHANNELGW        ApplicationType = 128
	ApplicationType_CHANNELGW_RC     ApplicationType = 129
	ApplicationType_CHANNELGW_BETA   ApplicationType = 130
	ApplicationType_CHANNELGW_ALPHA  ApplicationType = 131
	ApplicationType_CHANNELCP        ApplicationType = 144
	ApplicationType_CHANNELCP_RC     ApplicationType = 145
	ApplicationType_CHANNELCP_BETA   ApplicationType = 146
	ApplicationType_CHANNELCP_ALPHA  ApplicationType = 147
	ApplicationType_WINPHONE         ApplicationType = 160
	ApplicationType_WINPHONE_RC      ApplicationType = 161
	ApplicationType_WINPHONE_BETA    ApplicationType = 162
	ApplicationType_WINPHONE_ALPHA   ApplicationType = 163
	ApplicationType_BLACKBERRY       ApplicationType = 176
	ApplicationType_BLACKBERRY_RC    ApplicationType = 177
	ApplicationType_BLACKBERRY_BETA  ApplicationType = 178
	ApplicationType_BLACKBERRY_ALPHA ApplicationType = 179
	ApplicationType_WINMETRO         ApplicationType = 192
	ApplicationType_WINMETRO_RC      ApplicationType = 193
	ApplicationType_WINMETRO_BETA    ApplicationType = 194
	ApplicationType_WINMETRO_ALPHA   ApplicationType = 195
	ApplicationType_S40              ApplicationType = 208
	ApplicationType_S40_RC           ApplicationType = 209
	ApplicationType_S40_BETA         ApplicationType = 210
	ApplicationType_S40_ALPHA        ApplicationType = 211
	ApplicationType_CHRONO           ApplicationType = 224
	ApplicationType_CHRONO_RC        ApplicationType = 225
	ApplicationType_CHRONO_BETA      ApplicationType = 226
	ApplicationType_CHRONO_ALPHA     ApplicationType = 227
	ApplicationType_TIZEN            ApplicationType = 256
	ApplicationType_TIZEN_RC         ApplicationType = 257
	ApplicationType_TIZEN_BETA       ApplicationType = 258
	ApplicationType_TIZEN_ALPHA      ApplicationType = 259
	ApplicationType_VIRTUAL          ApplicationType = 272
)

func ApplicationTypeFromString

func ApplicationTypeFromString(s string) (ApplicationType, error)

func ApplicationTypePtr

func ApplicationTypePtr(v ApplicationType) *ApplicationType

func (ApplicationType) MarshalText

func (p ApplicationType) MarshalText() ([]byte, error)

func (*ApplicationType) Scan

func (p *ApplicationType) Scan(value interface{}) error

func (ApplicationType) String

func (p ApplicationType) String() string

func (*ApplicationType) UnmarshalText

func (p *ApplicationType) UnmarshalText(text []byte) error

func (*ApplicationType) Value

func (p *ApplicationType) Value() (driver.Value, error)

type ApprovedChannelInfo

type ApprovedChannelInfo struct {
	ChannelInfo *ChannelInfo `thrift:"channelInfo,1" db:"channelInfo" json:"channelInfo"`
	ApprovedAt  int64        `thrift:"approvedAt,2" db:"approvedAt" json:"approvedAt"`
}

Attributes:

  • ChannelInfo
  • ApprovedAt

func NewApprovedChannelInfo

func NewApprovedChannelInfo() *ApprovedChannelInfo

func (*ApprovedChannelInfo) GetApprovedAt

func (p *ApprovedChannelInfo) GetApprovedAt() int64

func (*ApprovedChannelInfo) GetChannelInfo

func (p *ApprovedChannelInfo) GetChannelInfo() *ChannelInfo

func (*ApprovedChannelInfo) IsSetChannelInfo

func (p *ApprovedChannelInfo) IsSetChannelInfo() bool

func (*ApprovedChannelInfo) Read

func (p *ApprovedChannelInfo) Read(iprot TProtocol) error

func (*ApprovedChannelInfo) ReadField1

func (p *ApprovedChannelInfo) ReadField1(iprot TProtocol) error

func (*ApprovedChannelInfo) ReadField2

func (p *ApprovedChannelInfo) ReadField2(iprot TProtocol) error

func (*ApprovedChannelInfo) String

func (p *ApprovedChannelInfo) String() string

func (*ApprovedChannelInfo) Write

func (p *ApprovedChannelInfo) Write(oprot TProtocol) error

type ApprovedChannelInfos

type ApprovedChannelInfos struct {
	ApprovedChannelInfos []*ApprovedChannelInfo `thrift:"approvedChannelInfos,1" db:"approvedChannelInfos" json:"approvedChannelInfos"`
	Revision             int64                  `thrift:"revision,2" db:"revision" json:"revision"`
}

Attributes:

  • ApprovedChannelInfos
  • Revision
var ChannelServiceGetApprovedChannelsResult_Success_DEFAULT *ApprovedChannelInfos

func NewApprovedChannelInfos

func NewApprovedChannelInfos() *ApprovedChannelInfos

func (*ApprovedChannelInfos) GetApprovedChannelInfos

func (p *ApprovedChannelInfos) GetApprovedChannelInfos() []*ApprovedChannelInfo

func (*ApprovedChannelInfos) GetRevision

func (p *ApprovedChannelInfos) GetRevision() int64

func (*ApprovedChannelInfos) Read

func (p *ApprovedChannelInfos) Read(iprot TProtocol) error

func (*ApprovedChannelInfos) ReadField1

func (p *ApprovedChannelInfos) ReadField1(iprot TProtocol) error

func (*ApprovedChannelInfos) ReadField2

func (p *ApprovedChannelInfos) ReadField2(iprot TProtocol) error

func (*ApprovedChannelInfos) String

func (p *ApprovedChannelInfos) String() string

func (*ApprovedChannelInfos) Write

func (p *ApprovedChannelInfos) Write(oprot TProtocol) error

type AuthQrcode

type AuthQrcode struct {
	Qrcode   string `thrift:"qrcode,1" db:"qrcode" json:"qrcode"`
	Verifier string `thrift:"verifier,2" db:"verifier" json:"verifier"`
}

Attributes:

  • Qrcode
  • Verifier
var TalkServiceGetAuthQrcodeResult_Success_DEFAULT *AuthQrcode

func NewAuthQrcode

func NewAuthQrcode() *AuthQrcode

func (*AuthQrcode) GetQrcode

func (p *AuthQrcode) GetQrcode() string

func (*AuthQrcode) GetVerifier

func (p *AuthQrcode) GetVerifier() string

func (*AuthQrcode) Read

func (p *AuthQrcode) Read(iprot TProtocol) error

func (*AuthQrcode) ReadField1

func (p *AuthQrcode) ReadField1(iprot TProtocol) error

func (*AuthQrcode) ReadField2

func (p *AuthQrcode) ReadField2(iprot TProtocol) error

func (*AuthQrcode) String

func (p *AuthQrcode) String() string

func (*AuthQrcode) Write

func (p *AuthQrcode) Write(oprot TProtocol) error

type AuthService

type AuthService interface {
	// Parameters:
	//  - CountryCode
	//  - PhoneNumber
	//  - CountryCodeHint
	NormalizePhoneNumber(ctx context.Context, countryCode string, phoneNumber string, countryCodeHint string) (r string, err error)
	// Parameters:
	//  - Verifier
	//  - PublicKey
	//  - EncryptedKeyChain
	//  - HashKeyChain
	//  - ErrorCode
	RespondE2EELoginRequest(ctx context.Context, verifier string, publicKey *E2EEPublicKey, encryptedKeyChain []byte, hashKeyChain []byte, errorCode ErrorCode) (err error)
	// Parameters:
	//  - Verifier
	//  - DeviceSecret
	ConfirmE2EELogin(ctx context.Context, verifier string, deviceSecret []byte) (r string, err error)
	LogoutZ(ctx context.Context) (err error)
	// Parameters:
	//  - LoginRequest
	LoginZ(ctx context.Context, loginRequest *LoginRequest) (r *LoginResult_, err error)
	// Parameters:
	//  - Enforce
	IssueTokenForAccountMigrationSettings(ctx context.Context, enforce bool) (r *SecurityCenterResult_, err error)
	// Parameters:
	//  - MigrationSessionId
	IssueTokenForAccountMigration(ctx context.Context, migrationSessionId string) (r *SecurityCenterResult_, err error)
	// Parameters:
	//  - Verifier
	//  - PinCode
	//  - ErrorCode
	//  - PublicKey
	//  - EncryptedKeyChain
	//  - HashKeyChain
	VerifyQrcodeWithE2EE(ctx context.Context, verifier string, pinCode string, errorCode ErrorCode, publicKey *E2EEPublicKey, encryptedKeyChain []byte, hashKeyChain []byte) (r string, err error)
}

type AuthServiceClient

type AuthServiceClient struct {
	// contains filtered or unexported fields
}

func NewAuthServiceClient

func NewAuthServiceClient(c TClient) *AuthServiceClient

func NewAuthServiceClientFactory

func NewAuthServiceClientFactory(t TTransport, f TProtocolFactory) *AuthServiceClient

func NewAuthServiceClientProtocol

func NewAuthServiceClientProtocol(t TTransport, iprot TProtocol, oprot TProtocol) *AuthServiceClient

func (*AuthServiceClient) Client_

func (p *AuthServiceClient) Client_() TClient

func (*AuthServiceClient) ConfirmE2EELogin

func (p *AuthServiceClient) ConfirmE2EELogin(ctx context.Context, verifier string, deviceSecret []byte) (r string, err error)

Parameters:

  • Verifier
  • DeviceSecret

func (*AuthServiceClient) IssueTokenForAccountMigration

func (p *AuthServiceClient) IssueTokenForAccountMigration(ctx context.Context, migrationSessionId string) (r *SecurityCenterResult_, err error)

Parameters:

  • MigrationSessionId

func (*AuthServiceClient) IssueTokenForAccountMigrationSettings

func (p *AuthServiceClient) IssueTokenForAccountMigrationSettings(ctx context.Context, enforce bool) (r *SecurityCenterResult_, err error)

Parameters:

  • Enforce

func (*AuthServiceClient) LoginZ

func (p *AuthServiceClient) LoginZ(ctx context.Context, loginRequest *LoginRequest) (r *LoginResult_, err error)

Parameters:

  • LoginRequest

func (*AuthServiceClient) LogoutZ

func (p *AuthServiceClient) LogoutZ(ctx context.Context) (err error)

func (*AuthServiceClient) NormalizePhoneNumber

func (p *AuthServiceClient) NormalizePhoneNumber(ctx context.Context, countryCode string, phoneNumber string, countryCodeHint string) (r string, err error)

Parameters:

  • CountryCode
  • PhoneNumber
  • CountryCodeHint

func (*AuthServiceClient) RespondE2EELoginRequest

func (p *AuthServiceClient) RespondE2EELoginRequest(ctx context.Context, verifier string, publicKey *E2EEPublicKey, encryptedKeyChain []byte, hashKeyChain []byte, errorCode ErrorCode) (err error)

Parameters:

  • Verifier
  • PublicKey
  • EncryptedKeyChain
  • HashKeyChain
  • ErrorCode

func (*AuthServiceClient) VerifyQrcodeWithE2EE

func (p *AuthServiceClient) VerifyQrcodeWithE2EE(ctx context.Context, verifier string, pinCode string, errorCode ErrorCode, publicKey *E2EEPublicKey, encryptedKeyChain []byte, hashKeyChain []byte) (r string, err error)

Parameters:

  • Verifier
  • PinCode
  • ErrorCode
  • PublicKey
  • EncryptedKeyChain
  • HashKeyChain

type AuthServiceConfirmE2EELoginArgs

type AuthServiceConfirmE2EELoginArgs struct {
	Verifier     string `thrift:"verifier,1" db:"verifier" json:"verifier"`
	DeviceSecret []byte `thrift:"deviceSecret,2" db:"deviceSecret" json:"deviceSecret"`
}

Attributes:

  • Verifier
  • DeviceSecret

func NewAuthServiceConfirmE2EELoginArgs

func NewAuthServiceConfirmE2EELoginArgs() *AuthServiceConfirmE2EELoginArgs

func (*AuthServiceConfirmE2EELoginArgs) GetDeviceSecret

func (p *AuthServiceConfirmE2EELoginArgs) GetDeviceSecret() []byte

func (*AuthServiceConfirmE2EELoginArgs) GetVerifier

func (p *AuthServiceConfirmE2EELoginArgs) GetVerifier() string

func (*AuthServiceConfirmE2EELoginArgs) Read

func (*AuthServiceConfirmE2EELoginArgs) ReadField1

func (p *AuthServiceConfirmE2EELoginArgs) ReadField1(iprot TProtocol) error

func (*AuthServiceConfirmE2EELoginArgs) ReadField2

func (p *AuthServiceConfirmE2EELoginArgs) ReadField2(iprot TProtocol) error

func (*AuthServiceConfirmE2EELoginArgs) String

func (*AuthServiceConfirmE2EELoginArgs) Write

type AuthServiceConfirmE2EELoginResult

type AuthServiceConfirmE2EELoginResult struct {
	Success *string        `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewAuthServiceConfirmE2EELoginResult

func NewAuthServiceConfirmE2EELoginResult() *AuthServiceConfirmE2EELoginResult

func (*AuthServiceConfirmE2EELoginResult) GetE

func (*AuthServiceConfirmE2EELoginResult) GetSuccess

func (p *AuthServiceConfirmE2EELoginResult) GetSuccess() string

func (*AuthServiceConfirmE2EELoginResult) IsSetE

func (*AuthServiceConfirmE2EELoginResult) IsSetSuccess

func (p *AuthServiceConfirmE2EELoginResult) IsSetSuccess() bool

func (*AuthServiceConfirmE2EELoginResult) Read

func (*AuthServiceConfirmE2EELoginResult) ReadField0

func (p *AuthServiceConfirmE2EELoginResult) ReadField0(iprot TProtocol) error

func (*AuthServiceConfirmE2EELoginResult) ReadField1

func (p *AuthServiceConfirmE2EELoginResult) ReadField1(iprot TProtocol) error

func (*AuthServiceConfirmE2EELoginResult) String

func (*AuthServiceConfirmE2EELoginResult) Write

type AuthServiceIssueTokenForAccountMigrationArgs

type AuthServiceIssueTokenForAccountMigrationArgs struct {
	// unused field # 1
	MigrationSessionId string `thrift:"migrationSessionId,2" db:"migrationSessionId" json:"migrationSessionId"`
}

Attributes:

  • MigrationSessionId

func NewAuthServiceIssueTokenForAccountMigrationArgs

func NewAuthServiceIssueTokenForAccountMigrationArgs() *AuthServiceIssueTokenForAccountMigrationArgs

func (*AuthServiceIssueTokenForAccountMigrationArgs) GetMigrationSessionId

func (p *AuthServiceIssueTokenForAccountMigrationArgs) GetMigrationSessionId() string

func (*AuthServiceIssueTokenForAccountMigrationArgs) Read

func (*AuthServiceIssueTokenForAccountMigrationArgs) ReadField2

func (*AuthServiceIssueTokenForAccountMigrationArgs) String

func (*AuthServiceIssueTokenForAccountMigrationArgs) Write

type AuthServiceIssueTokenForAccountMigrationResult

type AuthServiceIssueTokenForAccountMigrationResult struct {
	Success *SecurityCenterResult_ `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException         `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewAuthServiceIssueTokenForAccountMigrationResult

func NewAuthServiceIssueTokenForAccountMigrationResult() *AuthServiceIssueTokenForAccountMigrationResult

func (*AuthServiceIssueTokenForAccountMigrationResult) GetE

func (*AuthServiceIssueTokenForAccountMigrationResult) GetSuccess

func (*AuthServiceIssueTokenForAccountMigrationResult) IsSetE

func (*AuthServiceIssueTokenForAccountMigrationResult) IsSetSuccess

func (*AuthServiceIssueTokenForAccountMigrationResult) Read

func (*AuthServiceIssueTokenForAccountMigrationResult) ReadField0

func (*AuthServiceIssueTokenForAccountMigrationResult) ReadField1

func (*AuthServiceIssueTokenForAccountMigrationResult) String

func (*AuthServiceIssueTokenForAccountMigrationResult) Write

type AuthServiceIssueTokenForAccountMigrationSettingsArgs

type AuthServiceIssueTokenForAccountMigrationSettingsArgs struct {
	// unused field # 1
	Enforce bool `thrift:"enforce,2" db:"enforce" json:"enforce"`
}

Attributes:

  • Enforce

func NewAuthServiceIssueTokenForAccountMigrationSettingsArgs

func NewAuthServiceIssueTokenForAccountMigrationSettingsArgs() *AuthServiceIssueTokenForAccountMigrationSettingsArgs

func (*AuthServiceIssueTokenForAccountMigrationSettingsArgs) GetEnforce

func (*AuthServiceIssueTokenForAccountMigrationSettingsArgs) Read

func (*AuthServiceIssueTokenForAccountMigrationSettingsArgs) ReadField2

func (*AuthServiceIssueTokenForAccountMigrationSettingsArgs) String

func (*AuthServiceIssueTokenForAccountMigrationSettingsArgs) Write

type AuthServiceIssueTokenForAccountMigrationSettingsResult

type AuthServiceIssueTokenForAccountMigrationSettingsResult struct {
	Success *SecurityCenterResult_ `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException         `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func (*AuthServiceIssueTokenForAccountMigrationSettingsResult) GetE

func (*AuthServiceIssueTokenForAccountMigrationSettingsResult) GetSuccess

func (*AuthServiceIssueTokenForAccountMigrationSettingsResult) IsSetE

func (*AuthServiceIssueTokenForAccountMigrationSettingsResult) IsSetSuccess

func (*AuthServiceIssueTokenForAccountMigrationSettingsResult) Read

func (*AuthServiceIssueTokenForAccountMigrationSettingsResult) ReadField0

func (*AuthServiceIssueTokenForAccountMigrationSettingsResult) ReadField1

func (*AuthServiceIssueTokenForAccountMigrationSettingsResult) String

func (*AuthServiceIssueTokenForAccountMigrationSettingsResult) Write

type AuthServiceLoginZArgs

type AuthServiceLoginZArgs struct {
	// unused field # 1
	LoginRequest *LoginRequest `thrift:"loginRequest,2" db:"loginRequest" json:"loginRequest"`
}

Attributes:

  • LoginRequest

func NewAuthServiceLoginZArgs

func NewAuthServiceLoginZArgs() *AuthServiceLoginZArgs

func (*AuthServiceLoginZArgs) GetLoginRequest

func (p *AuthServiceLoginZArgs) GetLoginRequest() *LoginRequest

func (*AuthServiceLoginZArgs) IsSetLoginRequest

func (p *AuthServiceLoginZArgs) IsSetLoginRequest() bool

func (*AuthServiceLoginZArgs) Read

func (p *AuthServiceLoginZArgs) Read(iprot TProtocol) error

func (*AuthServiceLoginZArgs) ReadField2

func (p *AuthServiceLoginZArgs) ReadField2(iprot TProtocol) error

func (*AuthServiceLoginZArgs) String

func (p *AuthServiceLoginZArgs) String() string

func (*AuthServiceLoginZArgs) Write

func (p *AuthServiceLoginZArgs) Write(oprot TProtocol) error

type AuthServiceLoginZResult

type AuthServiceLoginZResult struct {
	Success *LoginResult_  `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewAuthServiceLoginZResult

func NewAuthServiceLoginZResult() *AuthServiceLoginZResult

func (*AuthServiceLoginZResult) GetE

func (*AuthServiceLoginZResult) GetSuccess

func (p *AuthServiceLoginZResult) GetSuccess() *LoginResult_

func (*AuthServiceLoginZResult) IsSetE

func (p *AuthServiceLoginZResult) IsSetE() bool

func (*AuthServiceLoginZResult) IsSetSuccess

func (p *AuthServiceLoginZResult) IsSetSuccess() bool

func (*AuthServiceLoginZResult) Read

func (p *AuthServiceLoginZResult) Read(iprot TProtocol) error

func (*AuthServiceLoginZResult) ReadField0

func (p *AuthServiceLoginZResult) ReadField0(iprot TProtocol) error

func (*AuthServiceLoginZResult) ReadField1

func (p *AuthServiceLoginZResult) ReadField1(iprot TProtocol) error

func (*AuthServiceLoginZResult) String

func (p *AuthServiceLoginZResult) String() string

func (*AuthServiceLoginZResult) Write

func (p *AuthServiceLoginZResult) Write(oprot TProtocol) error

type AuthServiceLogoutZArgs

type AuthServiceLogoutZArgs struct {
}

func NewAuthServiceLogoutZArgs

func NewAuthServiceLogoutZArgs() *AuthServiceLogoutZArgs

func (*AuthServiceLogoutZArgs) Read

func (p *AuthServiceLogoutZArgs) Read(iprot TProtocol) error

func (*AuthServiceLogoutZArgs) String

func (p *AuthServiceLogoutZArgs) String() string

func (*AuthServiceLogoutZArgs) Write

func (p *AuthServiceLogoutZArgs) Write(oprot TProtocol) error

type AuthServiceLogoutZResult

type AuthServiceLogoutZResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewAuthServiceLogoutZResult

func NewAuthServiceLogoutZResult() *AuthServiceLogoutZResult

func (*AuthServiceLogoutZResult) GetE

func (*AuthServiceLogoutZResult) IsSetE

func (p *AuthServiceLogoutZResult) IsSetE() bool

func (*AuthServiceLogoutZResult) Read

func (p *AuthServiceLogoutZResult) Read(iprot TProtocol) error

func (*AuthServiceLogoutZResult) ReadField1

func (p *AuthServiceLogoutZResult) ReadField1(iprot TProtocol) error

func (*AuthServiceLogoutZResult) String

func (p *AuthServiceLogoutZResult) String() string

func (*AuthServiceLogoutZResult) Write

func (p *AuthServiceLogoutZResult) Write(oprot TProtocol) error

type AuthServiceNormalizePhoneNumberArgs

type AuthServiceNormalizePhoneNumberArgs struct {
	// unused field # 1
	CountryCode     string `thrift:"countryCode,2" db:"countryCode" json:"countryCode"`
	PhoneNumber     string `thrift:"phoneNumber,3" db:"phoneNumber" json:"phoneNumber"`
	CountryCodeHint string `thrift:"countryCodeHint,4" db:"countryCodeHint" json:"countryCodeHint"`
}

Attributes:

  • CountryCode
  • PhoneNumber
  • CountryCodeHint

func NewAuthServiceNormalizePhoneNumberArgs

func NewAuthServiceNormalizePhoneNumberArgs() *AuthServiceNormalizePhoneNumberArgs

func (*AuthServiceNormalizePhoneNumberArgs) GetCountryCode

func (p *AuthServiceNormalizePhoneNumberArgs) GetCountryCode() string

func (*AuthServiceNormalizePhoneNumberArgs) GetCountryCodeHint

func (p *AuthServiceNormalizePhoneNumberArgs) GetCountryCodeHint() string

func (*AuthServiceNormalizePhoneNumberArgs) GetPhoneNumber

func (p *AuthServiceNormalizePhoneNumberArgs) GetPhoneNumber() string

func (*AuthServiceNormalizePhoneNumberArgs) Read

func (*AuthServiceNormalizePhoneNumberArgs) ReadField2

func (*AuthServiceNormalizePhoneNumberArgs) ReadField3

func (*AuthServiceNormalizePhoneNumberArgs) ReadField4

func (*AuthServiceNormalizePhoneNumberArgs) String

func (*AuthServiceNormalizePhoneNumberArgs) Write

type AuthServiceNormalizePhoneNumberResult

type AuthServiceNormalizePhoneNumberResult struct {
	Success *string        `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewAuthServiceNormalizePhoneNumberResult

func NewAuthServiceNormalizePhoneNumberResult() *AuthServiceNormalizePhoneNumberResult

func (*AuthServiceNormalizePhoneNumberResult) GetE

func (*AuthServiceNormalizePhoneNumberResult) GetSuccess

func (*AuthServiceNormalizePhoneNumberResult) IsSetE

func (*AuthServiceNormalizePhoneNumberResult) IsSetSuccess

func (p *AuthServiceNormalizePhoneNumberResult) IsSetSuccess() bool

func (*AuthServiceNormalizePhoneNumberResult) Read

func (*AuthServiceNormalizePhoneNumberResult) ReadField0

func (*AuthServiceNormalizePhoneNumberResult) ReadField1

func (*AuthServiceNormalizePhoneNumberResult) String

func (*AuthServiceNormalizePhoneNumberResult) Write

type AuthServiceProcessor

type AuthServiceProcessor struct {
	// contains filtered or unexported fields
}

func NewAuthServiceProcessor

func NewAuthServiceProcessor(handler AuthService) *AuthServiceProcessor

func (*AuthServiceProcessor) AddToProcessorMap

func (p *AuthServiceProcessor) AddToProcessorMap(key string, processor TProcessorFunction)

func (*AuthServiceProcessor) GetProcessorFunction

func (p *AuthServiceProcessor) GetProcessorFunction(key string) (processor TProcessorFunction, ok bool)

func (*AuthServiceProcessor) Process

func (p *AuthServiceProcessor) Process(ctx context.Context, iprot, oprot TProtocol) (success bool, err TException)

func (*AuthServiceProcessor) ProcessorMap

func (p *AuthServiceProcessor) ProcessorMap() map[string]TProcessorFunction

type AuthServiceRespondE2EELoginRequestArgs

type AuthServiceRespondE2EELoginRequestArgs struct {
	Verifier          string         `thrift:"verifier,1" db:"verifier" json:"verifier"`
	PublicKey         *E2EEPublicKey `thrift:"publicKey,2" db:"publicKey" json:"publicKey"`
	EncryptedKeyChain []byte         `thrift:"encryptedKeyChain,3" db:"encryptedKeyChain" json:"encryptedKeyChain"`
	HashKeyChain      []byte         `thrift:"hashKeyChain,4" db:"hashKeyChain" json:"hashKeyChain"`
	ErrorCode         ErrorCode      `thrift:"errorCode,5" db:"errorCode" json:"errorCode"`
}

Attributes:

  • Verifier
  • PublicKey
  • EncryptedKeyChain
  • HashKeyChain
  • ErrorCode

func NewAuthServiceRespondE2EELoginRequestArgs

func NewAuthServiceRespondE2EELoginRequestArgs() *AuthServiceRespondE2EELoginRequestArgs

func (*AuthServiceRespondE2EELoginRequestArgs) GetEncryptedKeyChain

func (p *AuthServiceRespondE2EELoginRequestArgs) GetEncryptedKeyChain() []byte

func (*AuthServiceRespondE2EELoginRequestArgs) GetErrorCode

func (*AuthServiceRespondE2EELoginRequestArgs) GetHashKeyChain

func (p *AuthServiceRespondE2EELoginRequestArgs) GetHashKeyChain() []byte

func (*AuthServiceRespondE2EELoginRequestArgs) GetPublicKey

func (*AuthServiceRespondE2EELoginRequestArgs) GetVerifier

func (*AuthServiceRespondE2EELoginRequestArgs) IsSetPublicKey

func (p *AuthServiceRespondE2EELoginRequestArgs) IsSetPublicKey() bool

func (*AuthServiceRespondE2EELoginRequestArgs) Read

func (*AuthServiceRespondE2EELoginRequestArgs) ReadField1

func (*AuthServiceRespondE2EELoginRequestArgs) ReadField2

func (*AuthServiceRespondE2EELoginRequestArgs) ReadField3

func (*AuthServiceRespondE2EELoginRequestArgs) ReadField4

func (*AuthServiceRespondE2EELoginRequestArgs) ReadField5

func (*AuthServiceRespondE2EELoginRequestArgs) String

func (*AuthServiceRespondE2EELoginRequestArgs) Write

type AuthServiceRespondE2EELoginRequestResult

type AuthServiceRespondE2EELoginRequestResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewAuthServiceRespondE2EELoginRequestResult

func NewAuthServiceRespondE2EELoginRequestResult() *AuthServiceRespondE2EELoginRequestResult

func (*AuthServiceRespondE2EELoginRequestResult) GetE

func (*AuthServiceRespondE2EELoginRequestResult) IsSetE

func (*AuthServiceRespondE2EELoginRequestResult) Read

func (*AuthServiceRespondE2EELoginRequestResult) ReadField1

func (*AuthServiceRespondE2EELoginRequestResult) String

func (*AuthServiceRespondE2EELoginRequestResult) Write

type AuthServiceVerifyQrcodeWithE2EEArgs

type AuthServiceVerifyQrcodeWithE2EEArgs struct {
	// unused field # 1
	Verifier          string         `thrift:"verifier,2" db:"verifier" json:"verifier"`
	PinCode           string         `thrift:"pinCode,3" db:"pinCode" json:"pinCode"`
	ErrorCode         ErrorCode      `thrift:"errorCode,4" db:"errorCode" json:"errorCode"`
	PublicKey         *E2EEPublicKey `thrift:"publicKey,5" db:"publicKey" json:"publicKey"`
	EncryptedKeyChain []byte         `thrift:"encryptedKeyChain,6" db:"encryptedKeyChain" json:"encryptedKeyChain"`
	HashKeyChain      []byte         `thrift:"hashKeyChain,7" db:"hashKeyChain" json:"hashKeyChain"`
}

Attributes:

  • Verifier
  • PinCode
  • ErrorCode
  • PublicKey
  • EncryptedKeyChain
  • HashKeyChain

func NewAuthServiceVerifyQrcodeWithE2EEArgs

func NewAuthServiceVerifyQrcodeWithE2EEArgs() *AuthServiceVerifyQrcodeWithE2EEArgs

func (*AuthServiceVerifyQrcodeWithE2EEArgs) GetEncryptedKeyChain

func (p *AuthServiceVerifyQrcodeWithE2EEArgs) GetEncryptedKeyChain() []byte

func (*AuthServiceVerifyQrcodeWithE2EEArgs) GetErrorCode

func (*AuthServiceVerifyQrcodeWithE2EEArgs) GetHashKeyChain

func (p *AuthServiceVerifyQrcodeWithE2EEArgs) GetHashKeyChain() []byte

func (*AuthServiceVerifyQrcodeWithE2EEArgs) GetPinCode

func (*AuthServiceVerifyQrcodeWithE2EEArgs) GetPublicKey

func (*AuthServiceVerifyQrcodeWithE2EEArgs) GetVerifier

func (*AuthServiceVerifyQrcodeWithE2EEArgs) IsSetPublicKey

func (p *AuthServiceVerifyQrcodeWithE2EEArgs) IsSetPublicKey() bool

func (*AuthServiceVerifyQrcodeWithE2EEArgs) Read

func (*AuthServiceVerifyQrcodeWithE2EEArgs) ReadField2

func (*AuthServiceVerifyQrcodeWithE2EEArgs) ReadField3

func (*AuthServiceVerifyQrcodeWithE2EEArgs) ReadField4

func (*AuthServiceVerifyQrcodeWithE2EEArgs) ReadField5

func (*AuthServiceVerifyQrcodeWithE2EEArgs) ReadField6

func (*AuthServiceVerifyQrcodeWithE2EEArgs) ReadField7

func (*AuthServiceVerifyQrcodeWithE2EEArgs) String

func (*AuthServiceVerifyQrcodeWithE2EEArgs) Write

type AuthServiceVerifyQrcodeWithE2EEResult

type AuthServiceVerifyQrcodeWithE2EEResult struct {
	Success *string        `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewAuthServiceVerifyQrcodeWithE2EEResult

func NewAuthServiceVerifyQrcodeWithE2EEResult() *AuthServiceVerifyQrcodeWithE2EEResult

func (*AuthServiceVerifyQrcodeWithE2EEResult) GetE

func (*AuthServiceVerifyQrcodeWithE2EEResult) GetSuccess

func (*AuthServiceVerifyQrcodeWithE2EEResult) IsSetE

func (*AuthServiceVerifyQrcodeWithE2EEResult) IsSetSuccess

func (p *AuthServiceVerifyQrcodeWithE2EEResult) IsSetSuccess() bool

func (*AuthServiceVerifyQrcodeWithE2EEResult) Read

func (*AuthServiceVerifyQrcodeWithE2EEResult) ReadField0

func (*AuthServiceVerifyQrcodeWithE2EEResult) ReadField1

func (*AuthServiceVerifyQrcodeWithE2EEResult) String

func (*AuthServiceVerifyQrcodeWithE2EEResult) Write

type BuddyBanner

type BuddyBanner struct {
	BuddyBannerLinkType BuddyBannerLinkType `thrift:"buddyBannerLinkType,1" db:"buddyBannerLinkType" json:"buddyBannerLinkType"`
	BuddyBannerLink     string              `thrift:"buddyBannerLink,2" db:"buddyBannerLink" json:"buddyBannerLink"`
	BuddyBannerImageUrl string              `thrift:"buddyBannerImageUrl,3" db:"buddyBannerImageUrl" json:"buddyBannerImageUrl"`
}

Attributes:

  • BuddyBannerLinkType
  • BuddyBannerLink
  • BuddyBannerImageUrl
var BuddyServiceGetPopularBuddyBannerResult_Success_DEFAULT *BuddyBanner

func NewBuddyBanner

func NewBuddyBanner() *BuddyBanner

func (*BuddyBanner) GetBuddyBannerImageUrl

func (p *BuddyBanner) GetBuddyBannerImageUrl() string
func (p *BuddyBanner) GetBuddyBannerLink() string

func (*BuddyBanner) GetBuddyBannerLinkType

func (p *BuddyBanner) GetBuddyBannerLinkType() BuddyBannerLinkType

func (*BuddyBanner) Read

func (p *BuddyBanner) Read(iprot TProtocol) error

func (*BuddyBanner) ReadField1

func (p *BuddyBanner) ReadField1(iprot TProtocol) error

func (*BuddyBanner) ReadField2

func (p *BuddyBanner) ReadField2(iprot TProtocol) error

func (*BuddyBanner) ReadField3

func (p *BuddyBanner) ReadField3(iprot TProtocol) error

func (*BuddyBanner) String

func (p *BuddyBanner) String() string

func (*BuddyBanner) Write

func (p *BuddyBanner) Write(oprot TProtocol) error

type BuddyBannerLinkType

type BuddyBannerLinkType int64
const (
	BuddyBannerLinkType_BUDDY_BANNER_LINK_HIDDEN BuddyBannerLinkType = 0
	BuddyBannerLinkType_BUDDY_BANNER_LINK_MID    BuddyBannerLinkType = 1
	BuddyBannerLinkType_BUDDY_BANNER_LINK_URL    BuddyBannerLinkType = 2
)

func BuddyBannerLinkTypeFromString

func BuddyBannerLinkTypeFromString(s string) (BuddyBannerLinkType, error)

func BuddyBannerLinkTypePtr

func BuddyBannerLinkTypePtr(v BuddyBannerLinkType) *BuddyBannerLinkType

func (BuddyBannerLinkType) MarshalText

func (p BuddyBannerLinkType) MarshalText() ([]byte, error)

func (*BuddyBannerLinkType) Scan

func (p *BuddyBannerLinkType) Scan(value interface{}) error

func (BuddyBannerLinkType) String

func (p BuddyBannerLinkType) String() string

func (*BuddyBannerLinkType) UnmarshalText

func (p *BuddyBannerLinkType) UnmarshalText(text []byte) error

func (*BuddyBannerLinkType) Value

func (p *BuddyBannerLinkType) Value() (driver.Value, error)

type BuddyDetail

type BuddyDetail struct {
	Mid                    string        `thrift:"mid,1" db:"mid" json:"mid"`
	MemberCount            int64         `thrift:"memberCount,2" db:"memberCount" json:"memberCount"`
	OnAir                  bool          `thrift:"onAir,3" db:"onAir" json:"onAir"`
	BusinessAccount        bool          `thrift:"businessAccount,4" db:"businessAccount" json:"businessAccount"`
	Addable                bool          `thrift:"addable,5" db:"addable" json:"addable"`
	AcceptableContentTypes []ContentType `thrift:"acceptableContentTypes,6" db:"acceptableContentTypes" json:"acceptableContentTypes"`
	CapableMyhome          bool          `thrift:"capableMyhome,7" db:"capableMyhome" json:"capableMyhome"`
}

Attributes:

  • Mid
  • MemberCount
  • OnAir
  • BusinessAccount
  • Addable
  • AcceptableContentTypes
  • CapableMyhome
var BuddyManagementServiceGetBuddyDetailByMidResult_Success_DEFAULT *BuddyDetail
var BuddyServiceGetBuddyDetailResult_Success_DEFAULT *BuddyDetail

func NewBuddyDetail

func NewBuddyDetail() *BuddyDetail

func (*BuddyDetail) GetAcceptableContentTypes

func (p *BuddyDetail) GetAcceptableContentTypes() []ContentType

func (*BuddyDetail) GetAddable

func (p *BuddyDetail) GetAddable() bool

func (*BuddyDetail) GetBusinessAccount

func (p *BuddyDetail) GetBusinessAccount() bool

func (*BuddyDetail) GetCapableMyhome

func (p *BuddyDetail) GetCapableMyhome() bool

func (*BuddyDetail) GetMemberCount

func (p *BuddyDetail) GetMemberCount() int64

func (*BuddyDetail) GetMid

func (p *BuddyDetail) GetMid() string

func (*BuddyDetail) GetOnAir

func (p *BuddyDetail) GetOnAir() bool

func (*BuddyDetail) Read

func (p *BuddyDetail) Read(iprot TProtocol) error

func (*BuddyDetail) ReadField1

func (p *BuddyDetail) ReadField1(iprot TProtocol) error

func (*BuddyDetail) ReadField2

func (p *BuddyDetail) ReadField2(iprot TProtocol) error

func (*BuddyDetail) ReadField3

func (p *BuddyDetail) ReadField3(iprot TProtocol) error

func (*BuddyDetail) ReadField4

func (p *BuddyDetail) ReadField4(iprot TProtocol) error

func (*BuddyDetail) ReadField5

func (p *BuddyDetail) ReadField5(iprot TProtocol) error

func (*BuddyDetail) ReadField6

func (p *BuddyDetail) ReadField6(iprot TProtocol) error

func (*BuddyDetail) ReadField7

func (p *BuddyDetail) ReadField7(iprot TProtocol) error

func (*BuddyDetail) String

func (p *BuddyDetail) String() string

func (*BuddyDetail) Write

func (p *BuddyDetail) Write(oprot TProtocol) error

type BuddyList

type BuddyList struct {
	Classification  string     `thrift:"classification,1" db:"classification" json:"classification"`
	DisplayName     string     `thrift:"displayName,2" db:"displayName" json:"displayName"`
	TotalBuddyCount int32      `thrift:"totalBuddyCount,3" db:"totalBuddyCount" json:"totalBuddyCount"`
	PopularContacts []*Contact `thrift:"popularContacts,4" db:"popularContacts" json:"popularContacts"`
}

Attributes:

  • Classification
  • DisplayName
  • TotalBuddyCount
  • PopularContacts

func NewBuddyList

func NewBuddyList() *BuddyList

func (*BuddyList) GetClassification

func (p *BuddyList) GetClassification() string

func (*BuddyList) GetDisplayName

func (p *BuddyList) GetDisplayName() string

func (*BuddyList) GetPopularContacts

func (p *BuddyList) GetPopularContacts() []*Contact

func (*BuddyList) GetTotalBuddyCount

func (p *BuddyList) GetTotalBuddyCount() int32

func (*BuddyList) Read

func (p *BuddyList) Read(iprot TProtocol) error

func (*BuddyList) ReadField1

func (p *BuddyList) ReadField1(iprot TProtocol) error

func (*BuddyList) ReadField2

func (p *BuddyList) ReadField2(iprot TProtocol) error

func (*BuddyList) ReadField3

func (p *BuddyList) ReadField3(iprot TProtocol) error

func (*BuddyList) ReadField4

func (p *BuddyList) ReadField4(iprot TProtocol) error

func (*BuddyList) String

func (p *BuddyList) String() string

func (*BuddyList) Write

func (p *BuddyList) Write(oprot TProtocol) error

type BuddyManagementService

type BuddyManagementService interface {
	// Parameters:
	//  - RequestId
	//  - UserMid
	AddBuddyMember(ctx context.Context, requestId string, userMid string) (err error)
	// Parameters:
	//  - RequestId
	//  - UserMids
	AddBuddyMembers(ctx context.Context, requestId string, userMids []string) (err error)
	// Parameters:
	//  - RequestId
	//  - Mid
	BlockBuddyMember(ctx context.Context, requestId string, mid string) (err error)
	// Parameters:
	//  - RequestIdList
	CommitSendMessagesToAll(ctx context.Context, requestIdList []string) (r []*SendBuddyMessageResult_, err error)
	// Parameters:
	//  - RequestIdList
	//  - Mids
	CommitSendMessagesToMids(ctx context.Context, requestIdList []string, mids []string) (r []*SendBuddyMessageResult_, err error)
	// Parameters:
	//  - RequestId
	//  - UserMid
	ContainsBuddyMember(ctx context.Context, requestId string, userMid string) (r bool, err error)
	// Parameters:
	//  - RequestId
	//  - MessageId
	DownloadMessageContent(ctx context.Context, requestId string, messageId string) (r []byte, err error)
	// Parameters:
	//  - RequestId
	//  - MessageId
	DownloadMessageContentPreview(ctx context.Context, requestId string, messageId string) (r []byte, err error)
	// Parameters:
	//  - RequestId
	DownloadProfileImage(ctx context.Context, requestId string) (r []byte, err error)
	// Parameters:
	//  - RequestId
	DownloadProfileImagePreview(ctx context.Context, requestId string) (r []byte, err error)
	// Parameters:
	//  - BuddyMid
	GetActiveMemberCountByBuddyMid(ctx context.Context, buddyMid string) (r int64, err error)
	// Parameters:
	//  - BuddyMid
	GetActiveMemberMidsByBuddyMid(ctx context.Context, buddyMid string) (r []string, err error)
	GetAllBuddyMembers(ctx context.Context) (r []string, err error)
	GetBlockedBuddyMembers(ctx context.Context) (r []string, err error)
	// Parameters:
	//  - BuddyMid
	GetBlockerCountByBuddyMid(ctx context.Context, buddyMid string) (r int64, err error)
	// Parameters:
	//  - BuddyMid
	GetBuddyDetailByMid(ctx context.Context, buddyMid string) (r *BuddyDetail, err error)
	GetBuddyProfile(ctx context.Context) (r *BuddyProfile, err error)
	GetContactTicket(ctx context.Context) (r *Ticket, err error)
	// Parameters:
	//  - BuddyMid
	GetMemberCountByBuddyMid(ctx context.Context, buddyMid string) (r int64, err error)
	// Parameters:
	//  - SendBuddyMessageRequestId
	GetSendBuddyMessageResult_(ctx context.Context, sendBuddyMessageRequestId string) (r *SendBuddyMessageResult_, err error)
	// Parameters:
	//  - SetBuddyOnAirRequestId
	GetSetBuddyOnAirResult_(ctx context.Context, setBuddyOnAirRequestId string) (r *SetBuddyOnAirResult_, err error)
	// Parameters:
	//  - UpdateBuddyProfileRequestId
	GetUpdateBuddyProfileResult_(ctx context.Context, updateBuddyProfileRequestId string) (r *UpdateBuddyProfileResult_, err error)
	// Parameters:
	//  - BuddyMid
	IsBuddyOnAirByMid(ctx context.Context, buddyMid string) (r bool, err error)
	// Parameters:
	//  - RequestId
	//  - Msg
	//  - SourceContentId
	LinkAndSendBuddyContentMessageToAllAsync(ctx context.Context, requestId string, msg *Message, sourceContentId string) (r string, err error)
	// Parameters:
	//  - RequestId
	//  - Msg
	//  - SourceContentId
	//  - Mids
	LinkAndSendBuddyContentMessageToMids(ctx context.Context, requestId string, msg *Message, sourceContentId string, mids []string) (r *SendBuddyMessageResult_, err error)
	// Parameters:
	//  - BuddyMid
	//  - BlockerMid
	NotifyBuddyBlocked(ctx context.Context, buddyMid string, blockerMid string) (err error)
	// Parameters:
	//  - BuddyMid
	//  - BlockerMid
	NotifyBuddyUnblocked(ctx context.Context, buddyMid string, blockerMid string) (err error)
	// Parameters:
	//  - BuddyId
	//  - SearchId
	//  - DisplayName
	//  - StatusMeessage
	//  - Picture
	//  - Settings
	RegisterBuddy(ctx context.Context, buddyId string, searchId string, displayName string, statusMeessage string, picture []byte, settings map[string]string) (r string, err error)
	// Parameters:
	//  - BuddyId
	//  - SearchId
	//  - DisplayName
	//  - StatusMessage
	//  - Picture
	RegisterBuddyAdmin(ctx context.Context, buddyId string, searchId string, displayName string, statusMessage string, picture []byte) (r string, err error)
	// Parameters:
	//  - ExpirationTime
	//  - MaxUseCount
	ReissueContactTicket(ctx context.Context, expirationTime int64, maxUseCount int32) (r string, err error)
	// Parameters:
	//  - RequestId
	//  - UserMid
	RemoveBuddyMember(ctx context.Context, requestId string, userMid string) (err error)
	// Parameters:
	//  - RequestId
	//  - UserMids
	RemoveBuddyMembers(ctx context.Context, requestId string, userMids []string) (err error)
	// Parameters:
	//  - RequestId
	//  - Msg
	//  - Content
	SendBuddyContentMessageToAll(ctx context.Context, requestId string, msg *Message, content []byte) (r *SendBuddyMessageResult_, err error)
	// Parameters:
	//  - RequestId
	//  - Msg
	//  - Content
	SendBuddyContentMessageToAllAsync(ctx context.Context, requestId string, msg *Message, content []byte) (r string, err error)
	// Parameters:
	//  - RequestId
	//  - Msg
	//  - Content
	//  - Mids
	SendBuddyContentMessageToMids(ctx context.Context, requestId string, msg *Message, content []byte, mids []string) (r *SendBuddyMessageResult_, err error)
	// Parameters:
	//  - RequestId
	//  - Msg
	//  - Content
	//  - Mids
	SendBuddyContentMessageToMidsAsync(ctx context.Context, requestId string, msg *Message, content []byte, mids []string) (r string, err error)
	// Parameters:
	//  - RequestId
	//  - Msg
	SendBuddyMessageToAll(ctx context.Context, requestId string, msg *Message) (r *SendBuddyMessageResult_, err error)
	// Parameters:
	//  - RequestId
	//  - Msg
	SendBuddyMessageToAllAsync(ctx context.Context, requestId string, msg *Message) (r string, err error)
	// Parameters:
	//  - RequestId
	//  - Msg
	//  - Mids
	SendBuddyMessageToMids(ctx context.Context, requestId string, msg *Message, mids []string) (r *SendBuddyMessageResult_, err error)
	// Parameters:
	//  - RequestId
	//  - Msg
	//  - Mids
	SendBuddyMessageToMidsAsync(ctx context.Context, requestId string, msg *Message, mids []string) (r string, err error)
	// Parameters:
	//  - RequestId
	//  - BuddyMid
	//  - NotificationStatus
	SendIndividualEventToAllAsync(ctx context.Context, requestId string, buddyMid string, notificationStatus NotificationStatus) (err error)
	// Parameters:
	//  - RequestId
	//  - OnAir
	SetBuddyOnAir(ctx context.Context, requestId string, onAir bool) (r *SetBuddyOnAirResult_, err error)
	// Parameters:
	//  - RequestId
	//  - OnAir
	SetBuddyOnAirAsync(ctx context.Context, requestId string, onAir bool) (r string, err error)
	// Parameters:
	//  - RequestId
	//  - MessageRequest
	StoreMessage(ctx context.Context, requestId string, messageRequest *BuddyMessageRequest) (r *SendBuddyMessageResult_, err error)
	// Parameters:
	//  - RequestId
	//  - Mid
	UnblockBuddyMember(ctx context.Context, requestId string, mid string) (err error)
	// Parameters:
	//  - RequestId
	UnregisterBuddy(ctx context.Context, requestId string) (err error)
	// Parameters:
	//  - RequestId
	UnregisterBuddyAdmin(ctx context.Context, requestId string) (err error)
	// Parameters:
	//  - RequestId
	//  - Attributes
	UpdateBuddyAdminProfileAttribute(ctx context.Context, requestId string, attributes map[string]string) (err error)
	// Parameters:
	//  - RequestId
	//  - Picture
	UpdateBuddyAdminProfileImage(ctx context.Context, requestId string, picture []byte) (err error)
	// Parameters:
	//  - RequestId
	//  - Attributes
	UpdateBuddyProfileAttributes(ctx context.Context, requestId string, attributes map[string]string) (r *UpdateBuddyProfileResult_, err error)
	// Parameters:
	//  - RequestId
	//  - Attributes
	UpdateBuddyProfileAttributesAsync(ctx context.Context, requestId string, attributes map[string]string) (r string, err error)
	// Parameters:
	//  - RequestId
	//  - Image
	UpdateBuddyProfileImage(ctx context.Context, requestId string, image []byte) (r *UpdateBuddyProfileResult_, err error)
	// Parameters:
	//  - RequestId
	//  - Image
	UpdateBuddyProfileImageAsync(ctx context.Context, requestId string, image []byte) (r string, err error)
	// Parameters:
	//  - RequestId
	//  - SearchId
	UpdateBuddySearchId(ctx context.Context, requestId string, searchId string) (err error)
	// Parameters:
	//  - Settings
	UpdateBuddySettings(ctx context.Context, settings map[string]string) (err error)
	// Parameters:
	//  - ContentType
	//  - Content
	UploadBuddyContent(ctx context.Context, contentType ContentType, content []byte) (r string, err error)
}

type BuddyManagementServiceAddBuddyMemberArgs

type BuddyManagementServiceAddBuddyMemberArgs struct {
	RequestId string `thrift:"requestId,1" db:"requestId" json:"requestId"`
	UserMid   string `thrift:"userMid,2" db:"userMid" json:"userMid"`
}

Attributes:

  • RequestId
  • UserMid

func NewBuddyManagementServiceAddBuddyMemberArgs

func NewBuddyManagementServiceAddBuddyMemberArgs() *BuddyManagementServiceAddBuddyMemberArgs

func (*BuddyManagementServiceAddBuddyMemberArgs) GetRequestId

func (*BuddyManagementServiceAddBuddyMemberArgs) GetUserMid

func (*BuddyManagementServiceAddBuddyMemberArgs) Read

func (*BuddyManagementServiceAddBuddyMemberArgs) ReadField1

func (*BuddyManagementServiceAddBuddyMemberArgs) ReadField2

func (*BuddyManagementServiceAddBuddyMemberArgs) String

func (*BuddyManagementServiceAddBuddyMemberArgs) Write

type BuddyManagementServiceAddBuddyMemberResult

type BuddyManagementServiceAddBuddyMemberResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewBuddyManagementServiceAddBuddyMemberResult

func NewBuddyManagementServiceAddBuddyMemberResult() *BuddyManagementServiceAddBuddyMemberResult

func (*BuddyManagementServiceAddBuddyMemberResult) GetE

func (*BuddyManagementServiceAddBuddyMemberResult) IsSetE

func (*BuddyManagementServiceAddBuddyMemberResult) Read

func (*BuddyManagementServiceAddBuddyMemberResult) ReadField1

func (*BuddyManagementServiceAddBuddyMemberResult) String

func (*BuddyManagementServiceAddBuddyMemberResult) Write

type BuddyManagementServiceAddBuddyMembersArgs

type BuddyManagementServiceAddBuddyMembersArgs struct {
	RequestId string   `thrift:"requestId,1" db:"requestId" json:"requestId"`
	UserMids  []string `thrift:"userMids,2" db:"userMids" json:"userMids"`
}

Attributes:

  • RequestId
  • UserMids

func NewBuddyManagementServiceAddBuddyMembersArgs

func NewBuddyManagementServiceAddBuddyMembersArgs() *BuddyManagementServiceAddBuddyMembersArgs

func (*BuddyManagementServiceAddBuddyMembersArgs) GetRequestId

func (*BuddyManagementServiceAddBuddyMembersArgs) GetUserMids

func (*BuddyManagementServiceAddBuddyMembersArgs) Read

func (*BuddyManagementServiceAddBuddyMembersArgs) ReadField1

func (*BuddyManagementServiceAddBuddyMembersArgs) ReadField2

func (*BuddyManagementServiceAddBuddyMembersArgs) String

func (*BuddyManagementServiceAddBuddyMembersArgs) Write

type BuddyManagementServiceAddBuddyMembersResult

type BuddyManagementServiceAddBuddyMembersResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewBuddyManagementServiceAddBuddyMembersResult

func NewBuddyManagementServiceAddBuddyMembersResult() *BuddyManagementServiceAddBuddyMembersResult

func (*BuddyManagementServiceAddBuddyMembersResult) GetE

func (*BuddyManagementServiceAddBuddyMembersResult) IsSetE

func (*BuddyManagementServiceAddBuddyMembersResult) Read

func (*BuddyManagementServiceAddBuddyMembersResult) ReadField1

func (*BuddyManagementServiceAddBuddyMembersResult) String

func (*BuddyManagementServiceAddBuddyMembersResult) Write

type BuddyManagementServiceBlockBuddyMemberArgs

type BuddyManagementServiceBlockBuddyMemberArgs struct {
	RequestId string `thrift:"requestId,1" db:"requestId" json:"requestId"`
	Mid       string `thrift:"mid,2" db:"mid" json:"mid"`
}

Attributes:

  • RequestId
  • Mid

func NewBuddyManagementServiceBlockBuddyMemberArgs

func NewBuddyManagementServiceBlockBuddyMemberArgs() *BuddyManagementServiceBlockBuddyMemberArgs

func (*BuddyManagementServiceBlockBuddyMemberArgs) GetMid

func (*BuddyManagementServiceBlockBuddyMemberArgs) GetRequestId

func (*BuddyManagementServiceBlockBuddyMemberArgs) Read

func (*BuddyManagementServiceBlockBuddyMemberArgs) ReadField1

func (*BuddyManagementServiceBlockBuddyMemberArgs) ReadField2

func (*BuddyManagementServiceBlockBuddyMemberArgs) String

func (*BuddyManagementServiceBlockBuddyMemberArgs) Write

type BuddyManagementServiceBlockBuddyMemberResult

type BuddyManagementServiceBlockBuddyMemberResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewBuddyManagementServiceBlockBuddyMemberResult

func NewBuddyManagementServiceBlockBuddyMemberResult() *BuddyManagementServiceBlockBuddyMemberResult

func (*BuddyManagementServiceBlockBuddyMemberResult) GetE

func (*BuddyManagementServiceBlockBuddyMemberResult) IsSetE

func (*BuddyManagementServiceBlockBuddyMemberResult) Read

func (*BuddyManagementServiceBlockBuddyMemberResult) ReadField1

func (*BuddyManagementServiceBlockBuddyMemberResult) String

func (*BuddyManagementServiceBlockBuddyMemberResult) Write

type BuddyManagementServiceClient

type BuddyManagementServiceClient struct {
	// contains filtered or unexported fields
}

func NewBuddyManagementServiceClient

func NewBuddyManagementServiceClient(c TClient) *BuddyManagementServiceClient

func NewBuddyManagementServiceClientProtocol

func NewBuddyManagementServiceClientProtocol(t TTransport, iprot TProtocol, oprot TProtocol) *BuddyManagementServiceClient

func (*BuddyManagementServiceClient) AddBuddyMember

func (p *BuddyManagementServiceClient) AddBuddyMember(ctx context.Context, requestId string, userMid string) (err error)

Parameters:

  • RequestId
  • UserMid

func (*BuddyManagementServiceClient) AddBuddyMembers

func (p *BuddyManagementServiceClient) AddBuddyMembers(ctx context.Context, requestId string, userMids []string) (err error)

Parameters:

  • RequestId
  • UserMids

func (*BuddyManagementServiceClient) BlockBuddyMember

func (p *BuddyManagementServiceClient) BlockBuddyMember(ctx context.Context, requestId string, mid string) (err error)

Parameters:

  • RequestId
  • Mid

func (*BuddyManagementServiceClient) Client_

func (*BuddyManagementServiceClient) CommitSendMessagesToAll

func (p *BuddyManagementServiceClient) CommitSendMessagesToAll(ctx context.Context, requestIdList []string) (r []*SendBuddyMessageResult_, err error)

Parameters:

  • RequestIdList

func (*BuddyManagementServiceClient) CommitSendMessagesToMids

func (p *BuddyManagementServiceClient) CommitSendMessagesToMids(ctx context.Context, requestIdList []string, mids []string) (r []*SendBuddyMessageResult_, err error)

Parameters:

  • RequestIdList
  • Mids

func (*BuddyManagementServiceClient) ContainsBuddyMember

func (p *BuddyManagementServiceClient) ContainsBuddyMember(ctx context.Context, requestId string, userMid string) (r bool, err error)

Parameters:

  • RequestId
  • UserMid

func (*BuddyManagementServiceClient) DownloadMessageContent

func (p *BuddyManagementServiceClient) DownloadMessageContent(ctx context.Context, requestId string, messageId string) (r []byte, err error)

Parameters:

  • RequestId
  • MessageId

func (*BuddyManagementServiceClient) DownloadMessageContentPreview

func (p *BuddyManagementServiceClient) DownloadMessageContentPreview(ctx context.Context, requestId string, messageId string) (r []byte, err error)

Parameters:

  • RequestId
  • MessageId

func (*BuddyManagementServiceClient) DownloadProfileImage

func (p *BuddyManagementServiceClient) DownloadProfileImage(ctx context.Context, requestId string) (r []byte, err error)

Parameters:

  • RequestId

func (*BuddyManagementServiceClient) DownloadProfileImagePreview

func (p *BuddyManagementServiceClient) DownloadProfileImagePreview(ctx context.Context, requestId string) (r []byte, err error)

Parameters:

  • RequestId

func (*BuddyManagementServiceClient) GetActiveMemberCountByBuddyMid

func (p *BuddyManagementServiceClient) GetActiveMemberCountByBuddyMid(ctx context.Context, buddyMid string) (r int64, err error)

Parameters:

  • BuddyMid

func (*BuddyManagementServiceClient) GetActiveMemberMidsByBuddyMid

func (p *BuddyManagementServiceClient) GetActiveMemberMidsByBuddyMid(ctx context.Context, buddyMid string) (r []string, err error)

Parameters:

  • BuddyMid

func (*BuddyManagementServiceClient) GetAllBuddyMembers

func (p *BuddyManagementServiceClient) GetAllBuddyMembers(ctx context.Context) (r []string, err error)

func (*BuddyManagementServiceClient) GetBlockedBuddyMembers

func (p *BuddyManagementServiceClient) GetBlockedBuddyMembers(ctx context.Context) (r []string, err error)

func (*BuddyManagementServiceClient) GetBlockerCountByBuddyMid

func (p *BuddyManagementServiceClient) GetBlockerCountByBuddyMid(ctx context.Context, buddyMid string) (r int64, err error)

Parameters:

  • BuddyMid

func (*BuddyManagementServiceClient) GetBuddyDetailByMid

func (p *BuddyManagementServiceClient) GetBuddyDetailByMid(ctx context.Context, buddyMid string) (r *BuddyDetail, err error)

Parameters:

  • BuddyMid

func (*BuddyManagementServiceClient) GetBuddyProfile

func (p *BuddyManagementServiceClient) GetBuddyProfile(ctx context.Context) (r *BuddyProfile, err error)

func (*BuddyManagementServiceClient) GetContactTicket

func (p *BuddyManagementServiceClient) GetContactTicket(ctx context.Context) (r *Ticket, err error)

func (*BuddyManagementServiceClient) GetMemberCountByBuddyMid

func (p *BuddyManagementServiceClient) GetMemberCountByBuddyMid(ctx context.Context, buddyMid string) (r int64, err error)

Parameters:

  • BuddyMid

func (*BuddyManagementServiceClient) GetSendBuddyMessageResult_

func (p *BuddyManagementServiceClient) GetSendBuddyMessageResult_(ctx context.Context, sendBuddyMessageRequestId string) (r *SendBuddyMessageResult_, err error)

Parameters:

  • SendBuddyMessageRequestId

func (*BuddyManagementServiceClient) GetSetBuddyOnAirResult_

func (p *BuddyManagementServiceClient) GetSetBuddyOnAirResult_(ctx context.Context, setBuddyOnAirRequestId string) (r *SetBuddyOnAirResult_, err error)

Parameters:

  • SetBuddyOnAirRequestId

func (*BuddyManagementServiceClient) GetUpdateBuddyProfileResult_

func (p *BuddyManagementServiceClient) GetUpdateBuddyProfileResult_(ctx context.Context, updateBuddyProfileRequestId string) (r *UpdateBuddyProfileResult_, err error)

Parameters:

  • UpdateBuddyProfileRequestId

func (*BuddyManagementServiceClient) IsBuddyOnAirByMid

func (p *BuddyManagementServiceClient) IsBuddyOnAirByMid(ctx context.Context, buddyMid string) (r bool, err error)

Parameters:

  • BuddyMid

func (*BuddyManagementServiceClient) LinkAndSendBuddyContentMessageToAllAsync

func (p *BuddyManagementServiceClient) LinkAndSendBuddyContentMessageToAllAsync(ctx context.Context, requestId string, msg *Message, sourceContentId string) (r string, err error)

Parameters:

  • RequestId
  • Msg
  • SourceContentId

func (*BuddyManagementServiceClient) LinkAndSendBuddyContentMessageToMids

func (p *BuddyManagementServiceClient) LinkAndSendBuddyContentMessageToMids(ctx context.Context, requestId string, msg *Message, sourceContentId string, mids []string) (r *SendBuddyMessageResult_, err error)

Parameters:

  • RequestId
  • Msg
  • SourceContentId
  • Mids

func (*BuddyManagementServiceClient) NotifyBuddyBlocked

func (p *BuddyManagementServiceClient) NotifyBuddyBlocked(ctx context.Context, buddyMid string, blockerMid string) (err error)

Parameters:

  • BuddyMid
  • BlockerMid

func (*BuddyManagementServiceClient) NotifyBuddyUnblocked

func (p *BuddyManagementServiceClient) NotifyBuddyUnblocked(ctx context.Context, buddyMid string, blockerMid string) (err error)

Parameters:

  • BuddyMid
  • BlockerMid

func (*BuddyManagementServiceClient) RegisterBuddy

func (p *BuddyManagementServiceClient) RegisterBuddy(ctx context.Context, buddyId string, searchId string, displayName string, statusMeessage string, picture []byte, settings map[string]string) (r string, err error)

Parameters:

  • BuddyId
  • SearchId
  • DisplayName
  • StatusMeessage
  • Picture
  • Settings

func (*BuddyManagementServiceClient) RegisterBuddyAdmin

func (p *BuddyManagementServiceClient) RegisterBuddyAdmin(ctx context.Context, buddyId string, searchId string, displayName string, statusMessage string, picture []byte) (r string, err error)

Parameters:

  • BuddyId
  • SearchId
  • DisplayName
  • StatusMessage
  • Picture

func (*BuddyManagementServiceClient) ReissueContactTicket

func (p *BuddyManagementServiceClient) ReissueContactTicket(ctx context.Context, expirationTime int64, maxUseCount int32) (r string, err error)

Parameters:

  • ExpirationTime
  • MaxUseCount

func (*BuddyManagementServiceClient) RemoveBuddyMember

func (p *BuddyManagementServiceClient) RemoveBuddyMember(ctx context.Context, requestId string, userMid string) (err error)

Parameters:

  • RequestId
  • UserMid

func (*BuddyManagementServiceClient) RemoveBuddyMembers

func (p *BuddyManagementServiceClient) RemoveBuddyMembers(ctx context.Context, requestId string, userMids []string) (err error)

Parameters:

  • RequestId
  • UserMids

func (*BuddyManagementServiceClient) SendBuddyContentMessageToAll

func (p *BuddyManagementServiceClient) SendBuddyContentMessageToAll(ctx context.Context, requestId string, msg *Message, content []byte) (r *SendBuddyMessageResult_, err error)

Parameters:

  • RequestId
  • Msg
  • Content

func (*BuddyManagementServiceClient) SendBuddyContentMessageToAllAsync

func (p *BuddyManagementServiceClient) SendBuddyContentMessageToAllAsync(ctx context.Context, requestId string, msg *Message, content []byte) (r string, err error)

Parameters:

  • RequestId
  • Msg
  • Content

func (*BuddyManagementServiceClient) SendBuddyContentMessageToMids

func (p *BuddyManagementServiceClient) SendBuddyContentMessageToMids(ctx context.Context, requestId string, msg *Message, content []byte, mids []string) (r *SendBuddyMessageResult_, err error)

Parameters:

  • RequestId
  • Msg
  • Content
  • Mids

func (*BuddyManagementServiceClient) SendBuddyContentMessageToMidsAsync

func (p *BuddyManagementServiceClient) SendBuddyContentMessageToMidsAsync(ctx context.Context, requestId string, msg *Message, content []byte, mids []string) (r string, err error)

Parameters:

  • RequestId
  • Msg
  • Content
  • Mids

func (*BuddyManagementServiceClient) SendBuddyMessageToAll

func (p *BuddyManagementServiceClient) SendBuddyMessageToAll(ctx context.Context, requestId string, msg *Message) (r *SendBuddyMessageResult_, err error)

Parameters:

  • RequestId
  • Msg

func (*BuddyManagementServiceClient) SendBuddyMessageToAllAsync

func (p *BuddyManagementServiceClient) SendBuddyMessageToAllAsync(ctx context.Context, requestId string, msg *Message) (r string, err error)

Parameters:

  • RequestId
  • Msg

func (*BuddyManagementServiceClient) SendBuddyMessageToMids

func (p *BuddyManagementServiceClient) SendBuddyMessageToMids(ctx context.Context, requestId string, msg *Message, mids []string) (r *SendBuddyMessageResult_, err error)

Parameters:

  • RequestId
  • Msg
  • Mids

func (*BuddyManagementServiceClient) SendBuddyMessageToMidsAsync

func (p *BuddyManagementServiceClient) SendBuddyMessageToMidsAsync(ctx context.Context, requestId string, msg *Message, mids []string) (r string, err error)

Parameters:

  • RequestId
  • Msg
  • Mids

func (*BuddyManagementServiceClient) SendIndividualEventToAllAsync

func (p *BuddyManagementServiceClient) SendIndividualEventToAllAsync(ctx context.Context, requestId string, buddyMid string, notificationStatus NotificationStatus) (err error)

Parameters:

  • RequestId
  • BuddyMid
  • NotificationStatus

func (*BuddyManagementServiceClient) SetBuddyOnAir

func (p *BuddyManagementServiceClient) SetBuddyOnAir(ctx context.Context, requestId string, onAir bool) (r *SetBuddyOnAirResult_, err error)

Parameters:

  • RequestId
  • OnAir

func (*BuddyManagementServiceClient) SetBuddyOnAirAsync

func (p *BuddyManagementServiceClient) SetBuddyOnAirAsync(ctx context.Context, requestId string, onAir bool) (r string, err error)

Parameters:

  • RequestId
  • OnAir

func (*BuddyManagementServiceClient) StoreMessage

func (p *BuddyManagementServiceClient) StoreMessage(ctx context.Context, requestId string, messageRequest *BuddyMessageRequest) (r *SendBuddyMessageResult_, err error)

Parameters:

  • RequestId
  • MessageRequest

func (*BuddyManagementServiceClient) UnblockBuddyMember

func (p *BuddyManagementServiceClient) UnblockBuddyMember(ctx context.Context, requestId string, mid string) (err error)

Parameters:

  • RequestId
  • Mid

func (*BuddyManagementServiceClient) UnregisterBuddy

func (p *BuddyManagementServiceClient) UnregisterBuddy(ctx context.Context, requestId string) (err error)

Parameters:

  • RequestId

func (*BuddyManagementServiceClient) UnregisterBuddyAdmin

func (p *BuddyManagementServiceClient) UnregisterBuddyAdmin(ctx context.Context, requestId string) (err error)

Parameters:

  • RequestId

func (*BuddyManagementServiceClient) UpdateBuddyAdminProfileAttribute

func (p *BuddyManagementServiceClient) UpdateBuddyAdminProfileAttribute(ctx context.Context, requestId string, attributes map[string]string) (err error)

Parameters:

  • RequestId
  • Attributes

func (*BuddyManagementServiceClient) UpdateBuddyAdminProfileImage

func (p *BuddyManagementServiceClient) UpdateBuddyAdminProfileImage(ctx context.Context, requestId string, picture []byte) (err error)

Parameters:

  • RequestId
  • Picture

func (*BuddyManagementServiceClient) UpdateBuddyProfileAttributes

func (p *BuddyManagementServiceClient) UpdateBuddyProfileAttributes(ctx context.Context, requestId string, attributes map[string]string) (r *UpdateBuddyProfileResult_, err error)

Parameters:

  • RequestId
  • Attributes

func (*BuddyManagementServiceClient) UpdateBuddyProfileAttributesAsync

func (p *BuddyManagementServiceClient) UpdateBuddyProfileAttributesAsync(ctx context.Context, requestId string, attributes map[string]string) (r string, err error)

Parameters:

  • RequestId
  • Attributes

func (*BuddyManagementServiceClient) UpdateBuddyProfileImage

func (p *BuddyManagementServiceClient) UpdateBuddyProfileImage(ctx context.Context, requestId string, image []byte) (r *UpdateBuddyProfileResult_, err error)

Parameters:

  • RequestId
  • Image

func (*BuddyManagementServiceClient) UpdateBuddyProfileImageAsync

func (p *BuddyManagementServiceClient) UpdateBuddyProfileImageAsync(ctx context.Context, requestId string, image []byte) (r string, err error)

Parameters:

  • RequestId
  • Image

func (*BuddyManagementServiceClient) UpdateBuddySearchId

func (p *BuddyManagementServiceClient) UpdateBuddySearchId(ctx context.Context, requestId string, searchId string) (err error)

Parameters:

  • RequestId
  • SearchId

func (*BuddyManagementServiceClient) UpdateBuddySettings

func (p *BuddyManagementServiceClient) UpdateBuddySettings(ctx context.Context, settings map[string]string) (err error)

Parameters:

  • Settings

func (*BuddyManagementServiceClient) UploadBuddyContent

func (p *BuddyManagementServiceClient) UploadBuddyContent(ctx context.Context, contentType ContentType, content []byte) (r string, err error)

Parameters:

  • ContentType
  • Content

type BuddyManagementServiceCommitSendMessagesToAllArgs

type BuddyManagementServiceCommitSendMessagesToAllArgs struct {
	RequestIdList []string `thrift:"requestIdList,1" db:"requestIdList" json:"requestIdList"`
}

Attributes:

  • RequestIdList

func NewBuddyManagementServiceCommitSendMessagesToAllArgs

func NewBuddyManagementServiceCommitSendMessagesToAllArgs() *BuddyManagementServiceCommitSendMessagesToAllArgs

func (*BuddyManagementServiceCommitSendMessagesToAllArgs) GetRequestIdList

func (*BuddyManagementServiceCommitSendMessagesToAllArgs) Read

func (*BuddyManagementServiceCommitSendMessagesToAllArgs) ReadField1

func (*BuddyManagementServiceCommitSendMessagesToAllArgs) String

func (*BuddyManagementServiceCommitSendMessagesToAllArgs) Write

type BuddyManagementServiceCommitSendMessagesToAllResult

type BuddyManagementServiceCommitSendMessagesToAllResult struct {
	Success []*SendBuddyMessageResult_ `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException             `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewBuddyManagementServiceCommitSendMessagesToAllResult

func NewBuddyManagementServiceCommitSendMessagesToAllResult() *BuddyManagementServiceCommitSendMessagesToAllResult

func (*BuddyManagementServiceCommitSendMessagesToAllResult) GetE

func (*BuddyManagementServiceCommitSendMessagesToAllResult) GetSuccess

func (*BuddyManagementServiceCommitSendMessagesToAllResult) IsSetE

func (*BuddyManagementServiceCommitSendMessagesToAllResult) IsSetSuccess

func (*BuddyManagementServiceCommitSendMessagesToAllResult) Read

func (*BuddyManagementServiceCommitSendMessagesToAllResult) ReadField0

func (*BuddyManagementServiceCommitSendMessagesToAllResult) ReadField1

func (*BuddyManagementServiceCommitSendMessagesToAllResult) String

func (*BuddyManagementServiceCommitSendMessagesToAllResult) Write

type BuddyManagementServiceCommitSendMessagesToMidsArgs

type BuddyManagementServiceCommitSendMessagesToMidsArgs struct {
	RequestIdList []string `thrift:"requestIdList,1" db:"requestIdList" json:"requestIdList"`
	Mids          []string `thrift:"mids,2" db:"mids" json:"mids"`
}

Attributes:

  • RequestIdList
  • Mids

func NewBuddyManagementServiceCommitSendMessagesToMidsArgs

func NewBuddyManagementServiceCommitSendMessagesToMidsArgs() *BuddyManagementServiceCommitSendMessagesToMidsArgs

func (*BuddyManagementServiceCommitSendMessagesToMidsArgs) GetMids

func (*BuddyManagementServiceCommitSendMessagesToMidsArgs) GetRequestIdList

func (*BuddyManagementServiceCommitSendMessagesToMidsArgs) Read

func (*BuddyManagementServiceCommitSendMessagesToMidsArgs) ReadField1

func (*BuddyManagementServiceCommitSendMessagesToMidsArgs) ReadField2

func (*BuddyManagementServiceCommitSendMessagesToMidsArgs) String

func (*BuddyManagementServiceCommitSendMessagesToMidsArgs) Write

type BuddyManagementServiceCommitSendMessagesToMidsResult

type BuddyManagementServiceCommitSendMessagesToMidsResult struct {
	Success []*SendBuddyMessageResult_ `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException             `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewBuddyManagementServiceCommitSendMessagesToMidsResult

func NewBuddyManagementServiceCommitSendMessagesToMidsResult() *BuddyManagementServiceCommitSendMessagesToMidsResult

func (*BuddyManagementServiceCommitSendMessagesToMidsResult) GetE

func (*BuddyManagementServiceCommitSendMessagesToMidsResult) GetSuccess

func (*BuddyManagementServiceCommitSendMessagesToMidsResult) IsSetE

func (*BuddyManagementServiceCommitSendMessagesToMidsResult) IsSetSuccess

func (*BuddyManagementServiceCommitSendMessagesToMidsResult) Read

func (*BuddyManagementServiceCommitSendMessagesToMidsResult) ReadField0

func (*BuddyManagementServiceCommitSendMessagesToMidsResult) ReadField1

func (*BuddyManagementServiceCommitSendMessagesToMidsResult) String

func (*BuddyManagementServiceCommitSendMessagesToMidsResult) Write

type BuddyManagementServiceContainsBuddyMemberArgs

type BuddyManagementServiceContainsBuddyMemberArgs struct {
	RequestId string `thrift:"requestId,1" db:"requestId" json:"requestId"`
	UserMid   string `thrift:"userMid,2" db:"userMid" json:"userMid"`
}

Attributes:

  • RequestId
  • UserMid

func NewBuddyManagementServiceContainsBuddyMemberArgs

func NewBuddyManagementServiceContainsBuddyMemberArgs() *BuddyManagementServiceContainsBuddyMemberArgs

func (*BuddyManagementServiceContainsBuddyMemberArgs) GetRequestId

func (*BuddyManagementServiceContainsBuddyMemberArgs) GetUserMid

func (*BuddyManagementServiceContainsBuddyMemberArgs) Read

func (*BuddyManagementServiceContainsBuddyMemberArgs) ReadField1

func (*BuddyManagementServiceContainsBuddyMemberArgs) ReadField2

func (*BuddyManagementServiceContainsBuddyMemberArgs) String

func (*BuddyManagementServiceContainsBuddyMemberArgs) Write

type BuddyManagementServiceContainsBuddyMemberResult

type BuddyManagementServiceContainsBuddyMemberResult struct {
	Success *bool          `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewBuddyManagementServiceContainsBuddyMemberResult

func NewBuddyManagementServiceContainsBuddyMemberResult() *BuddyManagementServiceContainsBuddyMemberResult

func (*BuddyManagementServiceContainsBuddyMemberResult) GetE

func (*BuddyManagementServiceContainsBuddyMemberResult) GetSuccess

func (*BuddyManagementServiceContainsBuddyMemberResult) IsSetE

func (*BuddyManagementServiceContainsBuddyMemberResult) IsSetSuccess

func (*BuddyManagementServiceContainsBuddyMemberResult) Read

func (*BuddyManagementServiceContainsBuddyMemberResult) ReadField0

func (*BuddyManagementServiceContainsBuddyMemberResult) ReadField1

func (*BuddyManagementServiceContainsBuddyMemberResult) String

func (*BuddyManagementServiceContainsBuddyMemberResult) Write

type BuddyManagementServiceDownloadMessageContentArgs

type BuddyManagementServiceDownloadMessageContentArgs struct {
	RequestId string `thrift:"requestId,1" db:"requestId" json:"requestId"`
	MessageId string `thrift:"messageId,2" db:"messageId" json:"messageId"`
}

Attributes:

  • RequestId
  • MessageId

func NewBuddyManagementServiceDownloadMessageContentArgs

func NewBuddyManagementServiceDownloadMessageContentArgs() *BuddyManagementServiceDownloadMessageContentArgs

func (*BuddyManagementServiceDownloadMessageContentArgs) GetMessageId

func (*BuddyManagementServiceDownloadMessageContentArgs) GetRequestId

func (*BuddyManagementServiceDownloadMessageContentArgs) Read

func (*BuddyManagementServiceDownloadMessageContentArgs) ReadField1

func (*BuddyManagementServiceDownloadMessageContentArgs) ReadField2

func (*BuddyManagementServiceDownloadMessageContentArgs) String

func (*BuddyManagementServiceDownloadMessageContentArgs) Write

type BuddyManagementServiceDownloadMessageContentPreviewArgs

type BuddyManagementServiceDownloadMessageContentPreviewArgs struct {
	RequestId string `thrift:"requestId,1" db:"requestId" json:"requestId"`
	MessageId string `thrift:"messageId,2" db:"messageId" json:"messageId"`
}

Attributes:

  • RequestId
  • MessageId

func (*BuddyManagementServiceDownloadMessageContentPreviewArgs) GetMessageId

func (*BuddyManagementServiceDownloadMessageContentPreviewArgs) GetRequestId

func (*BuddyManagementServiceDownloadMessageContentPreviewArgs) Read

func (*BuddyManagementServiceDownloadMessageContentPreviewArgs) ReadField1

func (*BuddyManagementServiceDownloadMessageContentPreviewArgs) ReadField2

func (*BuddyManagementServiceDownloadMessageContentPreviewArgs) String

func (*BuddyManagementServiceDownloadMessageContentPreviewArgs) Write

type BuddyManagementServiceDownloadMessageContentPreviewResult

type BuddyManagementServiceDownloadMessageContentPreviewResult struct {
	Success []byte         `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func (*BuddyManagementServiceDownloadMessageContentPreviewResult) GetE

func (*BuddyManagementServiceDownloadMessageContentPreviewResult) GetSuccess

func (*BuddyManagementServiceDownloadMessageContentPreviewResult) IsSetE

func (*BuddyManagementServiceDownloadMessageContentPreviewResult) IsSetSuccess

func (*BuddyManagementServiceDownloadMessageContentPreviewResult) Read

func (*BuddyManagementServiceDownloadMessageContentPreviewResult) ReadField0

func (*BuddyManagementServiceDownloadMessageContentPreviewResult) ReadField1

func (*BuddyManagementServiceDownloadMessageContentPreviewResult) String

func (*BuddyManagementServiceDownloadMessageContentPreviewResult) Write

type BuddyManagementServiceDownloadMessageContentResult

type BuddyManagementServiceDownloadMessageContentResult struct {
	Success []byte         `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewBuddyManagementServiceDownloadMessageContentResult

func NewBuddyManagementServiceDownloadMessageContentResult() *BuddyManagementServiceDownloadMessageContentResult

func (*BuddyManagementServiceDownloadMessageContentResult) GetE

func (*BuddyManagementServiceDownloadMessageContentResult) GetSuccess

func (*BuddyManagementServiceDownloadMessageContentResult) IsSetE

func (*BuddyManagementServiceDownloadMessageContentResult) IsSetSuccess

func (*BuddyManagementServiceDownloadMessageContentResult) Read

func (*BuddyManagementServiceDownloadMessageContentResult) ReadField0

func (*BuddyManagementServiceDownloadMessageContentResult) ReadField1

func (*BuddyManagementServiceDownloadMessageContentResult) String

func (*BuddyManagementServiceDownloadMessageContentResult) Write

type BuddyManagementServiceDownloadProfileImageArgs

type BuddyManagementServiceDownloadProfileImageArgs struct {
	RequestId string `thrift:"requestId,1" db:"requestId" json:"requestId"`
}

Attributes:

  • RequestId

func NewBuddyManagementServiceDownloadProfileImageArgs

func NewBuddyManagementServiceDownloadProfileImageArgs() *BuddyManagementServiceDownloadProfileImageArgs

func (*BuddyManagementServiceDownloadProfileImageArgs) GetRequestId

func (*BuddyManagementServiceDownloadProfileImageArgs) Read

func (*BuddyManagementServiceDownloadProfileImageArgs) ReadField1

func (*BuddyManagementServiceDownloadProfileImageArgs) String

func (*BuddyManagementServiceDownloadProfileImageArgs) Write

type BuddyManagementServiceDownloadProfileImagePreviewArgs

type BuddyManagementServiceDownloadProfileImagePreviewArgs struct {
	RequestId string `thrift:"requestId,1" db:"requestId" json:"requestId"`
}

Attributes:

  • RequestId

func NewBuddyManagementServiceDownloadProfileImagePreviewArgs

func NewBuddyManagementServiceDownloadProfileImagePreviewArgs() *BuddyManagementServiceDownloadProfileImagePreviewArgs

func (*BuddyManagementServiceDownloadProfileImagePreviewArgs) GetRequestId

func (*BuddyManagementServiceDownloadProfileImagePreviewArgs) Read

func (*BuddyManagementServiceDownloadProfileImagePreviewArgs) ReadField1

func (*BuddyManagementServiceDownloadProfileImagePreviewArgs) String

func (*BuddyManagementServiceDownloadProfileImagePreviewArgs) Write

type BuddyManagementServiceDownloadProfileImagePreviewResult

type BuddyManagementServiceDownloadProfileImagePreviewResult struct {
	Success []byte         `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func (*BuddyManagementServiceDownloadProfileImagePreviewResult) GetE

func (*BuddyManagementServiceDownloadProfileImagePreviewResult) GetSuccess

func (*BuddyManagementServiceDownloadProfileImagePreviewResult) IsSetE

func (*BuddyManagementServiceDownloadProfileImagePreviewResult) IsSetSuccess

func (*BuddyManagementServiceDownloadProfileImagePreviewResult) Read

func (*BuddyManagementServiceDownloadProfileImagePreviewResult) ReadField0

func (*BuddyManagementServiceDownloadProfileImagePreviewResult) ReadField1

func (*BuddyManagementServiceDownloadProfileImagePreviewResult) String

func (*BuddyManagementServiceDownloadProfileImagePreviewResult) Write

type BuddyManagementServiceDownloadProfileImageResult

type BuddyManagementServiceDownloadProfileImageResult struct {
	Success []byte         `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewBuddyManagementServiceDownloadProfileImageResult

func NewBuddyManagementServiceDownloadProfileImageResult() *BuddyManagementServiceDownloadProfileImageResult

func (*BuddyManagementServiceDownloadProfileImageResult) GetE

func (*BuddyManagementServiceDownloadProfileImageResult) GetSuccess

func (*BuddyManagementServiceDownloadProfileImageResult) IsSetE

func (*BuddyManagementServiceDownloadProfileImageResult) IsSetSuccess

func (*BuddyManagementServiceDownloadProfileImageResult) Read

func (*BuddyManagementServiceDownloadProfileImageResult) ReadField0

func (*BuddyManagementServiceDownloadProfileImageResult) ReadField1

func (*BuddyManagementServiceDownloadProfileImageResult) String

func (*BuddyManagementServiceDownloadProfileImageResult) Write

type BuddyManagementServiceGetActiveMemberCountByBuddyMidArgs

type BuddyManagementServiceGetActiveMemberCountByBuddyMidArgs struct {
	// unused field # 1
	BuddyMid string `thrift:"buddyMid,2" db:"buddyMid" json:"buddyMid"`
}

Attributes:

  • BuddyMid

func (*BuddyManagementServiceGetActiveMemberCountByBuddyMidArgs) GetBuddyMid

func (*BuddyManagementServiceGetActiveMemberCountByBuddyMidArgs) Read

func (*BuddyManagementServiceGetActiveMemberCountByBuddyMidArgs) ReadField2

func (*BuddyManagementServiceGetActiveMemberCountByBuddyMidArgs) String

func (*BuddyManagementServiceGetActiveMemberCountByBuddyMidArgs) Write

type BuddyManagementServiceGetActiveMemberCountByBuddyMidResult

type BuddyManagementServiceGetActiveMemberCountByBuddyMidResult struct {
	Success *int64         `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func (*BuddyManagementServiceGetActiveMemberCountByBuddyMidResult) GetE

func (*BuddyManagementServiceGetActiveMemberCountByBuddyMidResult) GetSuccess

func (*BuddyManagementServiceGetActiveMemberCountByBuddyMidResult) IsSetE

func (*BuddyManagementServiceGetActiveMemberCountByBuddyMidResult) IsSetSuccess

func (*BuddyManagementServiceGetActiveMemberCountByBuddyMidResult) Read

func (*BuddyManagementServiceGetActiveMemberCountByBuddyMidResult) ReadField0

func (*BuddyManagementServiceGetActiveMemberCountByBuddyMidResult) ReadField1

func (*BuddyManagementServiceGetActiveMemberCountByBuddyMidResult) String

func (*BuddyManagementServiceGetActiveMemberCountByBuddyMidResult) Write

type BuddyManagementServiceGetActiveMemberMidsByBuddyMidArgs

type BuddyManagementServiceGetActiveMemberMidsByBuddyMidArgs struct {
	// unused field # 1
	BuddyMid string `thrift:"buddyMid,2" db:"buddyMid" json:"buddyMid"`
}

Attributes:

  • BuddyMid

func (*BuddyManagementServiceGetActiveMemberMidsByBuddyMidArgs) GetBuddyMid

func (*BuddyManagementServiceGetActiveMemberMidsByBuddyMidArgs) Read

func (*BuddyManagementServiceGetActiveMemberMidsByBuddyMidArgs) ReadField2

func (*BuddyManagementServiceGetActiveMemberMidsByBuddyMidArgs) String

func (*BuddyManagementServiceGetActiveMemberMidsByBuddyMidArgs) Write

type BuddyManagementServiceGetActiveMemberMidsByBuddyMidResult

type BuddyManagementServiceGetActiveMemberMidsByBuddyMidResult struct {
	Success []string       `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func (*BuddyManagementServiceGetActiveMemberMidsByBuddyMidResult) GetE

func (*BuddyManagementServiceGetActiveMemberMidsByBuddyMidResult) GetSuccess

func (*BuddyManagementServiceGetActiveMemberMidsByBuddyMidResult) IsSetE

func (*BuddyManagementServiceGetActiveMemberMidsByBuddyMidResult) IsSetSuccess

func (*BuddyManagementServiceGetActiveMemberMidsByBuddyMidResult) Read

func (*BuddyManagementServiceGetActiveMemberMidsByBuddyMidResult) ReadField0

func (*BuddyManagementServiceGetActiveMemberMidsByBuddyMidResult) ReadField1

func (*BuddyManagementServiceGetActiveMemberMidsByBuddyMidResult) String

func (*BuddyManagementServiceGetActiveMemberMidsByBuddyMidResult) Write

type BuddyManagementServiceGetAllBuddyMembersArgs

type BuddyManagementServiceGetAllBuddyMembersArgs struct {
}

func NewBuddyManagementServiceGetAllBuddyMembersArgs

func NewBuddyManagementServiceGetAllBuddyMembersArgs() *BuddyManagementServiceGetAllBuddyMembersArgs

func (*BuddyManagementServiceGetAllBuddyMembersArgs) Read

func (*BuddyManagementServiceGetAllBuddyMembersArgs) String

func (*BuddyManagementServiceGetAllBuddyMembersArgs) Write

type BuddyManagementServiceGetAllBuddyMembersResult

type BuddyManagementServiceGetAllBuddyMembersResult struct {
	Success []string       `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewBuddyManagementServiceGetAllBuddyMembersResult

func NewBuddyManagementServiceGetAllBuddyMembersResult() *BuddyManagementServiceGetAllBuddyMembersResult

func (*BuddyManagementServiceGetAllBuddyMembersResult) GetE

func (*BuddyManagementServiceGetAllBuddyMembersResult) GetSuccess

func (*BuddyManagementServiceGetAllBuddyMembersResult) IsSetE

func (*BuddyManagementServiceGetAllBuddyMembersResult) IsSetSuccess

func (*BuddyManagementServiceGetAllBuddyMembersResult) Read

func (*BuddyManagementServiceGetAllBuddyMembersResult) ReadField0

func (*BuddyManagementServiceGetAllBuddyMembersResult) ReadField1

func (*BuddyManagementServiceGetAllBuddyMembersResult) String

func (*BuddyManagementServiceGetAllBuddyMembersResult) Write

type BuddyManagementServiceGetBlockedBuddyMembersArgs

type BuddyManagementServiceGetBlockedBuddyMembersArgs struct {
}

func NewBuddyManagementServiceGetBlockedBuddyMembersArgs

func NewBuddyManagementServiceGetBlockedBuddyMembersArgs() *BuddyManagementServiceGetBlockedBuddyMembersArgs

func (*BuddyManagementServiceGetBlockedBuddyMembersArgs) Read

func (*BuddyManagementServiceGetBlockedBuddyMembersArgs) String

func (*BuddyManagementServiceGetBlockedBuddyMembersArgs) Write

type BuddyManagementServiceGetBlockedBuddyMembersResult

type BuddyManagementServiceGetBlockedBuddyMembersResult struct {
	Success []string       `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewBuddyManagementServiceGetBlockedBuddyMembersResult

func NewBuddyManagementServiceGetBlockedBuddyMembersResult() *BuddyManagementServiceGetBlockedBuddyMembersResult

func (*BuddyManagementServiceGetBlockedBuddyMembersResult) GetE

func (*BuddyManagementServiceGetBlockedBuddyMembersResult) GetSuccess

func (*BuddyManagementServiceGetBlockedBuddyMembersResult) IsSetE

func (*BuddyManagementServiceGetBlockedBuddyMembersResult) IsSetSuccess

func (*BuddyManagementServiceGetBlockedBuddyMembersResult) Read

func (*BuddyManagementServiceGetBlockedBuddyMembersResult) ReadField0

func (*BuddyManagementServiceGetBlockedBuddyMembersResult) ReadField1

func (*BuddyManagementServiceGetBlockedBuddyMembersResult) String

func (*BuddyManagementServiceGetBlockedBuddyMembersResult) Write

type BuddyManagementServiceGetBlockerCountByBuddyMidArgs

type BuddyManagementServiceGetBlockerCountByBuddyMidArgs struct {
	// unused field # 1
	BuddyMid string `thrift:"buddyMid,2" db:"buddyMid" json:"buddyMid"`
}

Attributes:

  • BuddyMid

func NewBuddyManagementServiceGetBlockerCountByBuddyMidArgs

func NewBuddyManagementServiceGetBlockerCountByBuddyMidArgs() *BuddyManagementServiceGetBlockerCountByBuddyMidArgs

func (*BuddyManagementServiceGetBlockerCountByBuddyMidArgs) GetBuddyMid

func (*BuddyManagementServiceGetBlockerCountByBuddyMidArgs) Read

func (*BuddyManagementServiceGetBlockerCountByBuddyMidArgs) ReadField2

func (*BuddyManagementServiceGetBlockerCountByBuddyMidArgs) String

func (*BuddyManagementServiceGetBlockerCountByBuddyMidArgs) Write

type BuddyManagementServiceGetBlockerCountByBuddyMidResult

type BuddyManagementServiceGetBlockerCountByBuddyMidResult struct {
	Success *int64         `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewBuddyManagementServiceGetBlockerCountByBuddyMidResult

func NewBuddyManagementServiceGetBlockerCountByBuddyMidResult() *BuddyManagementServiceGetBlockerCountByBuddyMidResult

func (*BuddyManagementServiceGetBlockerCountByBuddyMidResult) GetE

func (*BuddyManagementServiceGetBlockerCountByBuddyMidResult) GetSuccess

func (*BuddyManagementServiceGetBlockerCountByBuddyMidResult) IsSetE

func (*BuddyManagementServiceGetBlockerCountByBuddyMidResult) IsSetSuccess

func (*BuddyManagementServiceGetBlockerCountByBuddyMidResult) Read

func (*BuddyManagementServiceGetBlockerCountByBuddyMidResult) ReadField0

func (*BuddyManagementServiceGetBlockerCountByBuddyMidResult) ReadField1

func (*BuddyManagementServiceGetBlockerCountByBuddyMidResult) String

func (*BuddyManagementServiceGetBlockerCountByBuddyMidResult) Write

type BuddyManagementServiceGetBuddyDetailByMidArgs

type BuddyManagementServiceGetBuddyDetailByMidArgs struct {
	// unused field # 1
	BuddyMid string `thrift:"buddyMid,2" db:"buddyMid" json:"buddyMid"`
}

Attributes:

  • BuddyMid

func NewBuddyManagementServiceGetBuddyDetailByMidArgs

func NewBuddyManagementServiceGetBuddyDetailByMidArgs() *BuddyManagementServiceGetBuddyDetailByMidArgs

func (*BuddyManagementServiceGetBuddyDetailByMidArgs) GetBuddyMid

func (*BuddyManagementServiceGetBuddyDetailByMidArgs) Read

func (*BuddyManagementServiceGetBuddyDetailByMidArgs) ReadField2

func (*BuddyManagementServiceGetBuddyDetailByMidArgs) String

func (*BuddyManagementServiceGetBuddyDetailByMidArgs) Write

type BuddyManagementServiceGetBuddyDetailByMidResult

type BuddyManagementServiceGetBuddyDetailByMidResult struct {
	Success *BuddyDetail   `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewBuddyManagementServiceGetBuddyDetailByMidResult

func NewBuddyManagementServiceGetBuddyDetailByMidResult() *BuddyManagementServiceGetBuddyDetailByMidResult

func (*BuddyManagementServiceGetBuddyDetailByMidResult) GetE

func (*BuddyManagementServiceGetBuddyDetailByMidResult) GetSuccess

func (*BuddyManagementServiceGetBuddyDetailByMidResult) IsSetE

func (*BuddyManagementServiceGetBuddyDetailByMidResult) IsSetSuccess

func (*BuddyManagementServiceGetBuddyDetailByMidResult) Read

func (*BuddyManagementServiceGetBuddyDetailByMidResult) ReadField0

func (*BuddyManagementServiceGetBuddyDetailByMidResult) ReadField1

func (*BuddyManagementServiceGetBuddyDetailByMidResult) String

func (*BuddyManagementServiceGetBuddyDetailByMidResult) Write

type BuddyManagementServiceGetBuddyProfileArgs

type BuddyManagementServiceGetBuddyProfileArgs struct {
}

func NewBuddyManagementServiceGetBuddyProfileArgs

func NewBuddyManagementServiceGetBuddyProfileArgs() *BuddyManagementServiceGetBuddyProfileArgs

func (*BuddyManagementServiceGetBuddyProfileArgs) Read

func (*BuddyManagementServiceGetBuddyProfileArgs) String

func (*BuddyManagementServiceGetBuddyProfileArgs) Write

type BuddyManagementServiceGetBuddyProfileResult

type BuddyManagementServiceGetBuddyProfileResult struct {
	Success *BuddyProfile  `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewBuddyManagementServiceGetBuddyProfileResult

func NewBuddyManagementServiceGetBuddyProfileResult() *BuddyManagementServiceGetBuddyProfileResult

func (*BuddyManagementServiceGetBuddyProfileResult) GetE

func (*BuddyManagementServiceGetBuddyProfileResult) GetSuccess

func (*BuddyManagementServiceGetBuddyProfileResult) IsSetE

func (*BuddyManagementServiceGetBuddyProfileResult) IsSetSuccess

func (*BuddyManagementServiceGetBuddyProfileResult) Read

func (*BuddyManagementServiceGetBuddyProfileResult) ReadField0

func (*BuddyManagementServiceGetBuddyProfileResult) ReadField1

func (*BuddyManagementServiceGetBuddyProfileResult) String

func (*BuddyManagementServiceGetBuddyProfileResult) Write

type BuddyManagementServiceGetContactTicketArgs

type BuddyManagementServiceGetContactTicketArgs struct {
}

func NewBuddyManagementServiceGetContactTicketArgs

func NewBuddyManagementServiceGetContactTicketArgs() *BuddyManagementServiceGetContactTicketArgs

func (*BuddyManagementServiceGetContactTicketArgs) Read

func (*BuddyManagementServiceGetContactTicketArgs) String

func (*BuddyManagementServiceGetContactTicketArgs) Write

type BuddyManagementServiceGetContactTicketResult

type BuddyManagementServiceGetContactTicketResult struct {
	Success *Ticket        `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewBuddyManagementServiceGetContactTicketResult

func NewBuddyManagementServiceGetContactTicketResult() *BuddyManagementServiceGetContactTicketResult

func (*BuddyManagementServiceGetContactTicketResult) GetE

func (*BuddyManagementServiceGetContactTicketResult) GetSuccess

func (*BuddyManagementServiceGetContactTicketResult) IsSetE

func (*BuddyManagementServiceGetContactTicketResult) IsSetSuccess

func (*BuddyManagementServiceGetContactTicketResult) Read

func (*BuddyManagementServiceGetContactTicketResult) ReadField0

func (*BuddyManagementServiceGetContactTicketResult) ReadField1

func (*BuddyManagementServiceGetContactTicketResult) String

func (*BuddyManagementServiceGetContactTicketResult) Write

type BuddyManagementServiceGetMemberCountByBuddyMidArgs

type BuddyManagementServiceGetMemberCountByBuddyMidArgs struct {
	// unused field # 1
	BuddyMid string `thrift:"buddyMid,2" db:"buddyMid" json:"buddyMid"`
}

Attributes:

  • BuddyMid

func NewBuddyManagementServiceGetMemberCountByBuddyMidArgs

func NewBuddyManagementServiceGetMemberCountByBuddyMidArgs() *BuddyManagementServiceGetMemberCountByBuddyMidArgs

func (*BuddyManagementServiceGetMemberCountByBuddyMidArgs) GetBuddyMid

func (*BuddyManagementServiceGetMemberCountByBuddyMidArgs) Read

func (*BuddyManagementServiceGetMemberCountByBuddyMidArgs) ReadField2

func (*BuddyManagementServiceGetMemberCountByBuddyMidArgs) String

func (*BuddyManagementServiceGetMemberCountByBuddyMidArgs) Write

type BuddyManagementServiceGetMemberCountByBuddyMidResult

type BuddyManagementServiceGetMemberCountByBuddyMidResult struct {
	Success *int64         `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewBuddyManagementServiceGetMemberCountByBuddyMidResult

func NewBuddyManagementServiceGetMemberCountByBuddyMidResult() *BuddyManagementServiceGetMemberCountByBuddyMidResult

func (*BuddyManagementServiceGetMemberCountByBuddyMidResult) GetE

func (*BuddyManagementServiceGetMemberCountByBuddyMidResult) GetSuccess

func (*BuddyManagementServiceGetMemberCountByBuddyMidResult) IsSetE

func (*BuddyManagementServiceGetMemberCountByBuddyMidResult) IsSetSuccess

func (*BuddyManagementServiceGetMemberCountByBuddyMidResult) Read

func (*BuddyManagementServiceGetMemberCountByBuddyMidResult) ReadField0

func (*BuddyManagementServiceGetMemberCountByBuddyMidResult) ReadField1

func (*BuddyManagementServiceGetMemberCountByBuddyMidResult) String

func (*BuddyManagementServiceGetMemberCountByBuddyMidResult) Write

type BuddyManagementServiceGetSendBuddyMessageResultArgs

type BuddyManagementServiceGetSendBuddyMessageResultArgs struct {
	SendBuddyMessageRequestId string `thrift:"sendBuddyMessageRequestId,1" db:"sendBuddyMessageRequestId" json:"sendBuddyMessageRequestId"`
}

Attributes:

  • SendBuddyMessageRequestId

func NewBuddyManagementServiceGetSendBuddyMessageResultArgs

func NewBuddyManagementServiceGetSendBuddyMessageResultArgs() *BuddyManagementServiceGetSendBuddyMessageResultArgs

func (*BuddyManagementServiceGetSendBuddyMessageResultArgs) GetSendBuddyMessageRequestId

func (p *BuddyManagementServiceGetSendBuddyMessageResultArgs) GetSendBuddyMessageRequestId() string

func (*BuddyManagementServiceGetSendBuddyMessageResultArgs) Read

func (*BuddyManagementServiceGetSendBuddyMessageResultArgs) ReadField1

func (*BuddyManagementServiceGetSendBuddyMessageResultArgs) String

func (*BuddyManagementServiceGetSendBuddyMessageResultArgs) Write

type BuddyManagementServiceGetSendBuddyMessageResultResult

type BuddyManagementServiceGetSendBuddyMessageResultResult struct {
	Success *SendBuddyMessageResult_ `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException           `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewBuddyManagementServiceGetSendBuddyMessageResultResult

func NewBuddyManagementServiceGetSendBuddyMessageResultResult() *BuddyManagementServiceGetSendBuddyMessageResultResult

func (*BuddyManagementServiceGetSendBuddyMessageResultResult) GetE

func (*BuddyManagementServiceGetSendBuddyMessageResultResult) GetSuccess

func (*BuddyManagementServiceGetSendBuddyMessageResultResult) IsSetE

func (*BuddyManagementServiceGetSendBuddyMessageResultResult) IsSetSuccess

func (*BuddyManagementServiceGetSendBuddyMessageResultResult) Read

func (*BuddyManagementServiceGetSendBuddyMessageResultResult) ReadField0

func (*BuddyManagementServiceGetSendBuddyMessageResultResult) ReadField1

func (*BuddyManagementServiceGetSendBuddyMessageResultResult) String

func (*BuddyManagementServiceGetSendBuddyMessageResultResult) Write

type BuddyManagementServiceGetSetBuddyOnAirResultArgs

type BuddyManagementServiceGetSetBuddyOnAirResultArgs struct {
	SetBuddyOnAirRequestId string `thrift:"setBuddyOnAirRequestId,1" db:"setBuddyOnAirRequestId" json:"setBuddyOnAirRequestId"`
}

Attributes:

  • SetBuddyOnAirRequestId

func NewBuddyManagementServiceGetSetBuddyOnAirResultArgs

func NewBuddyManagementServiceGetSetBuddyOnAirResultArgs() *BuddyManagementServiceGetSetBuddyOnAirResultArgs

func (*BuddyManagementServiceGetSetBuddyOnAirResultArgs) GetSetBuddyOnAirRequestId

func (p *BuddyManagementServiceGetSetBuddyOnAirResultArgs) GetSetBuddyOnAirRequestId() string

func (*BuddyManagementServiceGetSetBuddyOnAirResultArgs) Read

func (*BuddyManagementServiceGetSetBuddyOnAirResultArgs) ReadField1

func (*BuddyManagementServiceGetSetBuddyOnAirResultArgs) String

func (*BuddyManagementServiceGetSetBuddyOnAirResultArgs) Write

type BuddyManagementServiceGetSetBuddyOnAirResultResult

type BuddyManagementServiceGetSetBuddyOnAirResultResult struct {
	Success *SetBuddyOnAirResult_ `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException        `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewBuddyManagementServiceGetSetBuddyOnAirResultResult

func NewBuddyManagementServiceGetSetBuddyOnAirResultResult() *BuddyManagementServiceGetSetBuddyOnAirResultResult

func (*BuddyManagementServiceGetSetBuddyOnAirResultResult) GetE

func (*BuddyManagementServiceGetSetBuddyOnAirResultResult) GetSuccess

func (*BuddyManagementServiceGetSetBuddyOnAirResultResult) IsSetE

func (*BuddyManagementServiceGetSetBuddyOnAirResultResult) IsSetSuccess

func (*BuddyManagementServiceGetSetBuddyOnAirResultResult) Read

func (*BuddyManagementServiceGetSetBuddyOnAirResultResult) ReadField0

func (*BuddyManagementServiceGetSetBuddyOnAirResultResult) ReadField1

func (*BuddyManagementServiceGetSetBuddyOnAirResultResult) String

func (*BuddyManagementServiceGetSetBuddyOnAirResultResult) Write

type BuddyManagementServiceGetUpdateBuddyProfileResultArgs

type BuddyManagementServiceGetUpdateBuddyProfileResultArgs struct {
	UpdateBuddyProfileRequestId string `thrift:"updateBuddyProfileRequestId,1" db:"updateBuddyProfileRequestId" json:"updateBuddyProfileRequestId"`
}

Attributes:

  • UpdateBuddyProfileRequestId

func NewBuddyManagementServiceGetUpdateBuddyProfileResultArgs

func NewBuddyManagementServiceGetUpdateBuddyProfileResultArgs() *BuddyManagementServiceGetUpdateBuddyProfileResultArgs

func (*BuddyManagementServiceGetUpdateBuddyProfileResultArgs) GetUpdateBuddyProfileRequestId

func (p *BuddyManagementServiceGetUpdateBuddyProfileResultArgs) GetUpdateBuddyProfileRequestId() string

func (*BuddyManagementServiceGetUpdateBuddyProfileResultArgs) Read

func (*BuddyManagementServiceGetUpdateBuddyProfileResultArgs) ReadField1

func (*BuddyManagementServiceGetUpdateBuddyProfileResultArgs) String

func (*BuddyManagementServiceGetUpdateBuddyProfileResultArgs) Write

type BuddyManagementServiceGetUpdateBuddyProfileResultResult

type BuddyManagementServiceGetUpdateBuddyProfileResultResult struct {
	Success *UpdateBuddyProfileResult_ `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException             `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func (*BuddyManagementServiceGetUpdateBuddyProfileResultResult) GetE

func (*BuddyManagementServiceGetUpdateBuddyProfileResultResult) GetSuccess

func (*BuddyManagementServiceGetUpdateBuddyProfileResultResult) IsSetE

func (*BuddyManagementServiceGetUpdateBuddyProfileResultResult) IsSetSuccess

func (*BuddyManagementServiceGetUpdateBuddyProfileResultResult) Read

func (*BuddyManagementServiceGetUpdateBuddyProfileResultResult) ReadField0

func (*BuddyManagementServiceGetUpdateBuddyProfileResultResult) ReadField1

func (*BuddyManagementServiceGetUpdateBuddyProfileResultResult) String

func (*BuddyManagementServiceGetUpdateBuddyProfileResultResult) Write

type BuddyManagementServiceIsBuddyOnAirByMidArgs

type BuddyManagementServiceIsBuddyOnAirByMidArgs struct {
	// unused field # 1
	BuddyMid string `thrift:"buddyMid,2" db:"buddyMid" json:"buddyMid"`
}

Attributes:

  • BuddyMid

func NewBuddyManagementServiceIsBuddyOnAirByMidArgs

func NewBuddyManagementServiceIsBuddyOnAirByMidArgs() *BuddyManagementServiceIsBuddyOnAirByMidArgs

func (*BuddyManagementServiceIsBuddyOnAirByMidArgs) GetBuddyMid

func (*BuddyManagementServiceIsBuddyOnAirByMidArgs) Read

func (*BuddyManagementServiceIsBuddyOnAirByMidArgs) ReadField2

func (*BuddyManagementServiceIsBuddyOnAirByMidArgs) String

func (*BuddyManagementServiceIsBuddyOnAirByMidArgs) Write

type BuddyManagementServiceIsBuddyOnAirByMidResult

type BuddyManagementServiceIsBuddyOnAirByMidResult struct {
	Success *bool          `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewBuddyManagementServiceIsBuddyOnAirByMidResult

func NewBuddyManagementServiceIsBuddyOnAirByMidResult() *BuddyManagementServiceIsBuddyOnAirByMidResult

func (*BuddyManagementServiceIsBuddyOnAirByMidResult) GetE

func (*BuddyManagementServiceIsBuddyOnAirByMidResult) GetSuccess

func (*BuddyManagementServiceIsBuddyOnAirByMidResult) IsSetE

func (*BuddyManagementServiceIsBuddyOnAirByMidResult) IsSetSuccess

func (*BuddyManagementServiceIsBuddyOnAirByMidResult) Read

func (*BuddyManagementServiceIsBuddyOnAirByMidResult) ReadField0

func (*BuddyManagementServiceIsBuddyOnAirByMidResult) ReadField1

func (*BuddyManagementServiceIsBuddyOnAirByMidResult) String

func (*BuddyManagementServiceIsBuddyOnAirByMidResult) Write

type BuddyManagementServiceLinkAndSendBuddyContentMessageToAllAsyncArgs

type BuddyManagementServiceLinkAndSendBuddyContentMessageToAllAsyncArgs struct {
	RequestId       string   `thrift:"requestId,1" db:"requestId" json:"requestId"`
	Msg             *Message `thrift:"msg,2" db:"msg" json:"msg"`
	SourceContentId string   `thrift:"sourceContentId,3" db:"sourceContentId" json:"sourceContentId"`
}

Attributes:

  • RequestId
  • Msg
  • SourceContentId

func (*BuddyManagementServiceLinkAndSendBuddyContentMessageToAllAsyncArgs) GetMsg

func (*BuddyManagementServiceLinkAndSendBuddyContentMessageToAllAsyncArgs) GetRequestId

func (*BuddyManagementServiceLinkAndSendBuddyContentMessageToAllAsyncArgs) GetSourceContentId

func (*BuddyManagementServiceLinkAndSendBuddyContentMessageToAllAsyncArgs) IsSetMsg

func (*BuddyManagementServiceLinkAndSendBuddyContentMessageToAllAsyncArgs) Read

func (*BuddyManagementServiceLinkAndSendBuddyContentMessageToAllAsyncArgs) ReadField1

func (*BuddyManagementServiceLinkAndSendBuddyContentMessageToAllAsyncArgs) ReadField2

func (*BuddyManagementServiceLinkAndSendBuddyContentMessageToAllAsyncArgs) ReadField3

func (*BuddyManagementServiceLinkAndSendBuddyContentMessageToAllAsyncArgs) String

func (*BuddyManagementServiceLinkAndSendBuddyContentMessageToAllAsyncArgs) Write

type BuddyManagementServiceLinkAndSendBuddyContentMessageToAllAsyncResult

type BuddyManagementServiceLinkAndSendBuddyContentMessageToAllAsyncResult struct {
	Success *string        `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func (*BuddyManagementServiceLinkAndSendBuddyContentMessageToAllAsyncResult) GetE

func (*BuddyManagementServiceLinkAndSendBuddyContentMessageToAllAsyncResult) GetSuccess

func (*BuddyManagementServiceLinkAndSendBuddyContentMessageToAllAsyncResult) IsSetE

func (*BuddyManagementServiceLinkAndSendBuddyContentMessageToAllAsyncResult) IsSetSuccess

func (*BuddyManagementServiceLinkAndSendBuddyContentMessageToAllAsyncResult) Read

func (*BuddyManagementServiceLinkAndSendBuddyContentMessageToAllAsyncResult) ReadField0

func (*BuddyManagementServiceLinkAndSendBuddyContentMessageToAllAsyncResult) ReadField1

func (*BuddyManagementServiceLinkAndSendBuddyContentMessageToAllAsyncResult) String

func (*BuddyManagementServiceLinkAndSendBuddyContentMessageToAllAsyncResult) Write

type BuddyManagementServiceLinkAndSendBuddyContentMessageToMidsArgs

type BuddyManagementServiceLinkAndSendBuddyContentMessageToMidsArgs struct {
	RequestId       string   `thrift:"requestId,1" db:"requestId" json:"requestId"`
	Msg             *Message `thrift:"msg,2" db:"msg" json:"msg"`
	SourceContentId string   `thrift:"sourceContentId,3" db:"sourceContentId" json:"sourceContentId"`
	Mids            []string `thrift:"mids,4" db:"mids" json:"mids"`
}

Attributes:

  • RequestId
  • Msg
  • SourceContentId
  • Mids

func (*BuddyManagementServiceLinkAndSendBuddyContentMessageToMidsArgs) GetMids

func (*BuddyManagementServiceLinkAndSendBuddyContentMessageToMidsArgs) GetMsg

func (*BuddyManagementServiceLinkAndSendBuddyContentMessageToMidsArgs) GetRequestId

func (*BuddyManagementServiceLinkAndSendBuddyContentMessageToMidsArgs) GetSourceContentId

func (*BuddyManagementServiceLinkAndSendBuddyContentMessageToMidsArgs) IsSetMsg

func (*BuddyManagementServiceLinkAndSendBuddyContentMessageToMidsArgs) Read

func (*BuddyManagementServiceLinkAndSendBuddyContentMessageToMidsArgs) ReadField1

func (*BuddyManagementServiceLinkAndSendBuddyContentMessageToMidsArgs) ReadField2

func (*BuddyManagementServiceLinkAndSendBuddyContentMessageToMidsArgs) ReadField3

func (*BuddyManagementServiceLinkAndSendBuddyContentMessageToMidsArgs) ReadField4

func (*BuddyManagementServiceLinkAndSendBuddyContentMessageToMidsArgs) String

func (*BuddyManagementServiceLinkAndSendBuddyContentMessageToMidsArgs) Write

type BuddyManagementServiceLinkAndSendBuddyContentMessageToMidsResult

type BuddyManagementServiceLinkAndSendBuddyContentMessageToMidsResult struct {
	Success *SendBuddyMessageResult_ `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException           `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func (*BuddyManagementServiceLinkAndSendBuddyContentMessageToMidsResult) GetE

func (*BuddyManagementServiceLinkAndSendBuddyContentMessageToMidsResult) GetSuccess

func (*BuddyManagementServiceLinkAndSendBuddyContentMessageToMidsResult) IsSetE

func (*BuddyManagementServiceLinkAndSendBuddyContentMessageToMidsResult) IsSetSuccess

func (*BuddyManagementServiceLinkAndSendBuddyContentMessageToMidsResult) Read

func (*BuddyManagementServiceLinkAndSendBuddyContentMessageToMidsResult) ReadField0

func (*BuddyManagementServiceLinkAndSendBuddyContentMessageToMidsResult) ReadField1

func (*BuddyManagementServiceLinkAndSendBuddyContentMessageToMidsResult) String

func (*BuddyManagementServiceLinkAndSendBuddyContentMessageToMidsResult) Write

type BuddyManagementServiceNotifyBuddyBlockedArgs

type BuddyManagementServiceNotifyBuddyBlockedArgs struct {
	BuddyMid   string `thrift:"buddyMid,1" db:"buddyMid" json:"buddyMid"`
	BlockerMid string `thrift:"blockerMid,2" db:"blockerMid" json:"blockerMid"`
}

Attributes:

  • BuddyMid
  • BlockerMid

func NewBuddyManagementServiceNotifyBuddyBlockedArgs

func NewBuddyManagementServiceNotifyBuddyBlockedArgs() *BuddyManagementServiceNotifyBuddyBlockedArgs

func (*BuddyManagementServiceNotifyBuddyBlockedArgs) GetBlockerMid

func (*BuddyManagementServiceNotifyBuddyBlockedArgs) GetBuddyMid

func (*BuddyManagementServiceNotifyBuddyBlockedArgs) Read

func (*BuddyManagementServiceNotifyBuddyBlockedArgs) ReadField1

func (*BuddyManagementServiceNotifyBuddyBlockedArgs) ReadField2

func (*BuddyManagementServiceNotifyBuddyBlockedArgs) String

func (*BuddyManagementServiceNotifyBuddyBlockedArgs) Write

type BuddyManagementServiceNotifyBuddyBlockedResult

type BuddyManagementServiceNotifyBuddyBlockedResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewBuddyManagementServiceNotifyBuddyBlockedResult

func NewBuddyManagementServiceNotifyBuddyBlockedResult() *BuddyManagementServiceNotifyBuddyBlockedResult

func (*BuddyManagementServiceNotifyBuddyBlockedResult) GetE

func (*BuddyManagementServiceNotifyBuddyBlockedResult) IsSetE

func (*BuddyManagementServiceNotifyBuddyBlockedResult) Read

func (*BuddyManagementServiceNotifyBuddyBlockedResult) ReadField1

func (*BuddyManagementServiceNotifyBuddyBlockedResult) String

func (*BuddyManagementServiceNotifyBuddyBlockedResult) Write

type BuddyManagementServiceNotifyBuddyUnblockedArgs

type BuddyManagementServiceNotifyBuddyUnblockedArgs struct {
	BuddyMid   string `thrift:"buddyMid,1" db:"buddyMid" json:"buddyMid"`
	BlockerMid string `thrift:"blockerMid,2" db:"blockerMid" json:"blockerMid"`
}

Attributes:

  • BuddyMid
  • BlockerMid

func NewBuddyManagementServiceNotifyBuddyUnblockedArgs

func NewBuddyManagementServiceNotifyBuddyUnblockedArgs() *BuddyManagementServiceNotifyBuddyUnblockedArgs

func (*BuddyManagementServiceNotifyBuddyUnblockedArgs) GetBlockerMid

func (*BuddyManagementServiceNotifyBuddyUnblockedArgs) GetBuddyMid

func (*BuddyManagementServiceNotifyBuddyUnblockedArgs) Read

func (*BuddyManagementServiceNotifyBuddyUnblockedArgs) ReadField1

func (*BuddyManagementServiceNotifyBuddyUnblockedArgs) ReadField2

func (*BuddyManagementServiceNotifyBuddyUnblockedArgs) String

func (*BuddyManagementServiceNotifyBuddyUnblockedArgs) Write

type BuddyManagementServiceNotifyBuddyUnblockedResult

type BuddyManagementServiceNotifyBuddyUnblockedResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewBuddyManagementServiceNotifyBuddyUnblockedResult

func NewBuddyManagementServiceNotifyBuddyUnblockedResult() *BuddyManagementServiceNotifyBuddyUnblockedResult

func (*BuddyManagementServiceNotifyBuddyUnblockedResult) GetE

func (*BuddyManagementServiceNotifyBuddyUnblockedResult) IsSetE

func (*BuddyManagementServiceNotifyBuddyUnblockedResult) Read

func (*BuddyManagementServiceNotifyBuddyUnblockedResult) ReadField1

func (*BuddyManagementServiceNotifyBuddyUnblockedResult) String

func (*BuddyManagementServiceNotifyBuddyUnblockedResult) Write

type BuddyManagementServiceProcessor

type BuddyManagementServiceProcessor struct {
	// contains filtered or unexported fields
}

func NewBuddyManagementServiceProcessor

func NewBuddyManagementServiceProcessor(handler BuddyManagementService) *BuddyManagementServiceProcessor

func (*BuddyManagementServiceProcessor) AddToProcessorMap

func (p *BuddyManagementServiceProcessor) AddToProcessorMap(key string, processor TProcessorFunction)

func (*BuddyManagementServiceProcessor) GetProcessorFunction

func (p *BuddyManagementServiceProcessor) GetProcessorFunction(key string) (processor TProcessorFunction, ok bool)

func (*BuddyManagementServiceProcessor) Process

func (p *BuddyManagementServiceProcessor) Process(ctx context.Context, iprot, oprot TProtocol) (success bool, err TException)

func (*BuddyManagementServiceProcessor) ProcessorMap

type BuddyManagementServiceRegisterBuddyAdminArgs

type BuddyManagementServiceRegisterBuddyAdminArgs struct {
	// unused field # 1
	BuddyId       string `thrift:"buddyId,2" db:"buddyId" json:"buddyId"`
	SearchId      string `thrift:"searchId,3" db:"searchId" json:"searchId"`
	DisplayName   string `thrift:"displayName,4" db:"displayName" json:"displayName"`
	StatusMessage string `thrift:"statusMessage,5" db:"statusMessage" json:"statusMessage"`
	Picture       []byte `thrift:"picture,6" db:"picture" json:"picture"`
}

Attributes:

  • BuddyId
  • SearchId
  • DisplayName
  • StatusMessage
  • Picture

func NewBuddyManagementServiceRegisterBuddyAdminArgs

func NewBuddyManagementServiceRegisterBuddyAdminArgs() *BuddyManagementServiceRegisterBuddyAdminArgs

func (*BuddyManagementServiceRegisterBuddyAdminArgs) GetBuddyId

func (*BuddyManagementServiceRegisterBuddyAdminArgs) GetDisplayName

func (*BuddyManagementServiceRegisterBuddyAdminArgs) GetPicture

func (*BuddyManagementServiceRegisterBuddyAdminArgs) GetSearchId

func (*BuddyManagementServiceRegisterBuddyAdminArgs) GetStatusMessage

func (*BuddyManagementServiceRegisterBuddyAdminArgs) Read

func (*BuddyManagementServiceRegisterBuddyAdminArgs) ReadField2

func (*BuddyManagementServiceRegisterBuddyAdminArgs) ReadField3

func (*BuddyManagementServiceRegisterBuddyAdminArgs) ReadField4

func (*BuddyManagementServiceRegisterBuddyAdminArgs) ReadField5

func (*BuddyManagementServiceRegisterBuddyAdminArgs) ReadField6

func (*BuddyManagementServiceRegisterBuddyAdminArgs) String

func (*BuddyManagementServiceRegisterBuddyAdminArgs) Write

type BuddyManagementServiceRegisterBuddyAdminResult

type BuddyManagementServiceRegisterBuddyAdminResult struct {
	Success *string        `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewBuddyManagementServiceRegisterBuddyAdminResult

func NewBuddyManagementServiceRegisterBuddyAdminResult() *BuddyManagementServiceRegisterBuddyAdminResult

func (*BuddyManagementServiceRegisterBuddyAdminResult) GetE

func (*BuddyManagementServiceRegisterBuddyAdminResult) GetSuccess

func (*BuddyManagementServiceRegisterBuddyAdminResult) IsSetE

func (*BuddyManagementServiceRegisterBuddyAdminResult) IsSetSuccess

func (*BuddyManagementServiceRegisterBuddyAdminResult) Read

func (*BuddyManagementServiceRegisterBuddyAdminResult) ReadField0

func (*BuddyManagementServiceRegisterBuddyAdminResult) ReadField1

func (*BuddyManagementServiceRegisterBuddyAdminResult) String

func (*BuddyManagementServiceRegisterBuddyAdminResult) Write

type BuddyManagementServiceRegisterBuddyArgs

type BuddyManagementServiceRegisterBuddyArgs struct {
	// unused field # 1
	BuddyId        string            `thrift:"buddyId,2" db:"buddyId" json:"buddyId"`
	SearchId       string            `thrift:"searchId,3" db:"searchId" json:"searchId"`
	DisplayName    string            `thrift:"displayName,4" db:"displayName" json:"displayName"`
	StatusMeessage string            `thrift:"statusMeessage,5" db:"statusMeessage" json:"statusMeessage"`
	Picture        []byte            `thrift:"picture,6" db:"picture" json:"picture"`
	Settings       map[string]string `thrift:"settings,7" db:"settings" json:"settings"`
}

Attributes:

  • BuddyId
  • SearchId
  • DisplayName
  • StatusMeessage
  • Picture
  • Settings

func NewBuddyManagementServiceRegisterBuddyArgs

func NewBuddyManagementServiceRegisterBuddyArgs() *BuddyManagementServiceRegisterBuddyArgs

func (*BuddyManagementServiceRegisterBuddyArgs) GetBuddyId

func (*BuddyManagementServiceRegisterBuddyArgs) GetDisplayName

func (p *BuddyManagementServiceRegisterBuddyArgs) GetDisplayName() string

func (*BuddyManagementServiceRegisterBuddyArgs) GetPicture

func (*BuddyManagementServiceRegisterBuddyArgs) GetSearchId

func (*BuddyManagementServiceRegisterBuddyArgs) GetSettings

func (*BuddyManagementServiceRegisterBuddyArgs) GetStatusMeessage

func (p *BuddyManagementServiceRegisterBuddyArgs) GetStatusMeessage() string

func (*BuddyManagementServiceRegisterBuddyArgs) Read

func (*BuddyManagementServiceRegisterBuddyArgs) ReadField2

func (*BuddyManagementServiceRegisterBuddyArgs) ReadField3

func (*BuddyManagementServiceRegisterBuddyArgs) ReadField4

func (*BuddyManagementServiceRegisterBuddyArgs) ReadField5

func (*BuddyManagementServiceRegisterBuddyArgs) ReadField6

func (*BuddyManagementServiceRegisterBuddyArgs) ReadField7

func (*BuddyManagementServiceRegisterBuddyArgs) String

func (*BuddyManagementServiceRegisterBuddyArgs) Write

type BuddyManagementServiceRegisterBuddyResult

type BuddyManagementServiceRegisterBuddyResult struct {
	Success *string        `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewBuddyManagementServiceRegisterBuddyResult

func NewBuddyManagementServiceRegisterBuddyResult() *BuddyManagementServiceRegisterBuddyResult

func (*BuddyManagementServiceRegisterBuddyResult) GetE

func (*BuddyManagementServiceRegisterBuddyResult) GetSuccess

func (*BuddyManagementServiceRegisterBuddyResult) IsSetE

func (*BuddyManagementServiceRegisterBuddyResult) IsSetSuccess

func (*BuddyManagementServiceRegisterBuddyResult) Read

func (*BuddyManagementServiceRegisterBuddyResult) ReadField0

func (*BuddyManagementServiceRegisterBuddyResult) ReadField1

func (*BuddyManagementServiceRegisterBuddyResult) String

func (*BuddyManagementServiceRegisterBuddyResult) Write

type BuddyManagementServiceReissueContactTicketArgs

type BuddyManagementServiceReissueContactTicketArgs struct {
	// unused fields # 1 to 2
	ExpirationTime int64 `thrift:"expirationTime,3" db:"expirationTime" json:"expirationTime"`
	MaxUseCount    int32 `thrift:"maxUseCount,4" db:"maxUseCount" json:"maxUseCount"`
}

Attributes:

  • ExpirationTime
  • MaxUseCount

func NewBuddyManagementServiceReissueContactTicketArgs

func NewBuddyManagementServiceReissueContactTicketArgs() *BuddyManagementServiceReissueContactTicketArgs

func (*BuddyManagementServiceReissueContactTicketArgs) GetExpirationTime

func (*BuddyManagementServiceReissueContactTicketArgs) GetMaxUseCount

func (*BuddyManagementServiceReissueContactTicketArgs) Read

func (*BuddyManagementServiceReissueContactTicketArgs) ReadField3

func (*BuddyManagementServiceReissueContactTicketArgs) ReadField4

func (*BuddyManagementServiceReissueContactTicketArgs) String

func (*BuddyManagementServiceReissueContactTicketArgs) Write

type BuddyManagementServiceReissueContactTicketResult

type BuddyManagementServiceReissueContactTicketResult struct {
	Success *string        `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewBuddyManagementServiceReissueContactTicketResult

func NewBuddyManagementServiceReissueContactTicketResult() *BuddyManagementServiceReissueContactTicketResult

func (*BuddyManagementServiceReissueContactTicketResult) GetE

func (*BuddyManagementServiceReissueContactTicketResult) GetSuccess

func (*BuddyManagementServiceReissueContactTicketResult) IsSetE

func (*BuddyManagementServiceReissueContactTicketResult) IsSetSuccess

func (*BuddyManagementServiceReissueContactTicketResult) Read

func (*BuddyManagementServiceReissueContactTicketResult) ReadField0

func (*BuddyManagementServiceReissueContactTicketResult) ReadField1

func (*BuddyManagementServiceReissueContactTicketResult) String

func (*BuddyManagementServiceReissueContactTicketResult) Write

type BuddyManagementServiceRemoveBuddyMemberArgs

type BuddyManagementServiceRemoveBuddyMemberArgs struct {
	RequestId string `thrift:"requestId,1" db:"requestId" json:"requestId"`
	UserMid   string `thrift:"userMid,2" db:"userMid" json:"userMid"`
}

Attributes:

  • RequestId
  • UserMid

func NewBuddyManagementServiceRemoveBuddyMemberArgs

func NewBuddyManagementServiceRemoveBuddyMemberArgs() *BuddyManagementServiceRemoveBuddyMemberArgs

func (*BuddyManagementServiceRemoveBuddyMemberArgs) GetRequestId

func (*BuddyManagementServiceRemoveBuddyMemberArgs) GetUserMid

func (*BuddyManagementServiceRemoveBuddyMemberArgs) Read

func (*BuddyManagementServiceRemoveBuddyMemberArgs) ReadField1

func (*BuddyManagementServiceRemoveBuddyMemberArgs) ReadField2

func (*BuddyManagementServiceRemoveBuddyMemberArgs) String

func (*BuddyManagementServiceRemoveBuddyMemberArgs) Write

type BuddyManagementServiceRemoveBuddyMemberResult

type BuddyManagementServiceRemoveBuddyMemberResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewBuddyManagementServiceRemoveBuddyMemberResult

func NewBuddyManagementServiceRemoveBuddyMemberResult() *BuddyManagementServiceRemoveBuddyMemberResult

func (*BuddyManagementServiceRemoveBuddyMemberResult) GetE

func (*BuddyManagementServiceRemoveBuddyMemberResult) IsSetE

func (*BuddyManagementServiceRemoveBuddyMemberResult) Read

func (*BuddyManagementServiceRemoveBuddyMemberResult) ReadField1

func (*BuddyManagementServiceRemoveBuddyMemberResult) String

func (*BuddyManagementServiceRemoveBuddyMemberResult) Write

type BuddyManagementServiceRemoveBuddyMembersArgs

type BuddyManagementServiceRemoveBuddyMembersArgs struct {
	RequestId string   `thrift:"requestId,1" db:"requestId" json:"requestId"`
	UserMids  []string `thrift:"userMids,2" db:"userMids" json:"userMids"`
}

Attributes:

  • RequestId
  • UserMids

func NewBuddyManagementServiceRemoveBuddyMembersArgs

func NewBuddyManagementServiceRemoveBuddyMembersArgs() *BuddyManagementServiceRemoveBuddyMembersArgs

func (*BuddyManagementServiceRemoveBuddyMembersArgs) GetRequestId

func (*BuddyManagementServiceRemoveBuddyMembersArgs) GetUserMids

func (*BuddyManagementServiceRemoveBuddyMembersArgs) Read

func (*BuddyManagementServiceRemoveBuddyMembersArgs) ReadField1

func (*BuddyManagementServiceRemoveBuddyMembersArgs) ReadField2

func (*BuddyManagementServiceRemoveBuddyMembersArgs) String

func (*BuddyManagementServiceRemoveBuddyMembersArgs) Write

type BuddyManagementServiceRemoveBuddyMembersResult

type BuddyManagementServiceRemoveBuddyMembersResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewBuddyManagementServiceRemoveBuddyMembersResult

func NewBuddyManagementServiceRemoveBuddyMembersResult() *BuddyManagementServiceRemoveBuddyMembersResult

func (*BuddyManagementServiceRemoveBuddyMembersResult) GetE

func (*BuddyManagementServiceRemoveBuddyMembersResult) IsSetE

func (*BuddyManagementServiceRemoveBuddyMembersResult) Read

func (*BuddyManagementServiceRemoveBuddyMembersResult) ReadField1

func (*BuddyManagementServiceRemoveBuddyMembersResult) String

func (*BuddyManagementServiceRemoveBuddyMembersResult) Write

type BuddyManagementServiceSendBuddyContentMessageToAllArgs

type BuddyManagementServiceSendBuddyContentMessageToAllArgs struct {
	RequestId string   `thrift:"requestId,1" db:"requestId" json:"requestId"`
	Msg       *Message `thrift:"msg,2" db:"msg" json:"msg"`
	Content   []byte   `thrift:"content,3" db:"content" json:"content"`
}

Attributes:

  • RequestId
  • Msg
  • Content

func (*BuddyManagementServiceSendBuddyContentMessageToAllArgs) GetContent

func (*BuddyManagementServiceSendBuddyContentMessageToAllArgs) GetMsg

func (*BuddyManagementServiceSendBuddyContentMessageToAllArgs) GetRequestId

func (*BuddyManagementServiceSendBuddyContentMessageToAllArgs) IsSetMsg

func (*BuddyManagementServiceSendBuddyContentMessageToAllArgs) Read

func (*BuddyManagementServiceSendBuddyContentMessageToAllArgs) ReadField1

func (*BuddyManagementServiceSendBuddyContentMessageToAllArgs) ReadField2

func (*BuddyManagementServiceSendBuddyContentMessageToAllArgs) ReadField3

func (*BuddyManagementServiceSendBuddyContentMessageToAllArgs) String

func (*BuddyManagementServiceSendBuddyContentMessageToAllArgs) Write

type BuddyManagementServiceSendBuddyContentMessageToAllAsyncArgs

type BuddyManagementServiceSendBuddyContentMessageToAllAsyncArgs struct {
	RequestId string   `thrift:"requestId,1" db:"requestId" json:"requestId"`
	Msg       *Message `thrift:"msg,2" db:"msg" json:"msg"`
	Content   []byte   `thrift:"content,3" db:"content" json:"content"`
}

Attributes:

  • RequestId
  • Msg
  • Content

func (*BuddyManagementServiceSendBuddyContentMessageToAllAsyncArgs) GetContent

func (*BuddyManagementServiceSendBuddyContentMessageToAllAsyncArgs) GetMsg

func (*BuddyManagementServiceSendBuddyContentMessageToAllAsyncArgs) GetRequestId

func (*BuddyManagementServiceSendBuddyContentMessageToAllAsyncArgs) IsSetMsg

func (*BuddyManagementServiceSendBuddyContentMessageToAllAsyncArgs) Read

func (*BuddyManagementServiceSendBuddyContentMessageToAllAsyncArgs) ReadField1

func (*BuddyManagementServiceSendBuddyContentMessageToAllAsyncArgs) ReadField2

func (*BuddyManagementServiceSendBuddyContentMessageToAllAsyncArgs) ReadField3

func (*BuddyManagementServiceSendBuddyContentMessageToAllAsyncArgs) String

func (*BuddyManagementServiceSendBuddyContentMessageToAllAsyncArgs) Write

type BuddyManagementServiceSendBuddyContentMessageToAllAsyncResult

type BuddyManagementServiceSendBuddyContentMessageToAllAsyncResult struct {
	Success *string        `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func (*BuddyManagementServiceSendBuddyContentMessageToAllAsyncResult) GetE

func (*BuddyManagementServiceSendBuddyContentMessageToAllAsyncResult) GetSuccess

func (*BuddyManagementServiceSendBuddyContentMessageToAllAsyncResult) IsSetE

func (*BuddyManagementServiceSendBuddyContentMessageToAllAsyncResult) IsSetSuccess

func (*BuddyManagementServiceSendBuddyContentMessageToAllAsyncResult) Read

func (*BuddyManagementServiceSendBuddyContentMessageToAllAsyncResult) ReadField0

func (*BuddyManagementServiceSendBuddyContentMessageToAllAsyncResult) ReadField1

func (*BuddyManagementServiceSendBuddyContentMessageToAllAsyncResult) String

func (*BuddyManagementServiceSendBuddyContentMessageToAllAsyncResult) Write

type BuddyManagementServiceSendBuddyContentMessageToAllResult

type BuddyManagementServiceSendBuddyContentMessageToAllResult struct {
	Success *SendBuddyMessageResult_ `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException           `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func (*BuddyManagementServiceSendBuddyContentMessageToAllResult) GetE

func (*BuddyManagementServiceSendBuddyContentMessageToAllResult) GetSuccess

func (*BuddyManagementServiceSendBuddyContentMessageToAllResult) IsSetE

func (*BuddyManagementServiceSendBuddyContentMessageToAllResult) IsSetSuccess

func (*BuddyManagementServiceSendBuddyContentMessageToAllResult) Read

func (*BuddyManagementServiceSendBuddyContentMessageToAllResult) ReadField0

func (*BuddyManagementServiceSendBuddyContentMessageToAllResult) ReadField1

func (*BuddyManagementServiceSendBuddyContentMessageToAllResult) String

func (*BuddyManagementServiceSendBuddyContentMessageToAllResult) Write

type BuddyManagementServiceSendBuddyContentMessageToMidsArgs

type BuddyManagementServiceSendBuddyContentMessageToMidsArgs struct {
	RequestId string   `thrift:"requestId,1" db:"requestId" json:"requestId"`
	Msg       *Message `thrift:"msg,2" db:"msg" json:"msg"`
	Content   []byte   `thrift:"content,3" db:"content" json:"content"`
	Mids      []string `thrift:"mids,4" db:"mids" json:"mids"`
}

Attributes:

  • RequestId
  • Msg
  • Content
  • Mids

func (*BuddyManagementServiceSendBuddyContentMessageToMidsArgs) GetContent

func (*BuddyManagementServiceSendBuddyContentMessageToMidsArgs) GetMids

func (*BuddyManagementServiceSendBuddyContentMessageToMidsArgs) GetMsg

func (*BuddyManagementServiceSendBuddyContentMessageToMidsArgs) GetRequestId

func (*BuddyManagementServiceSendBuddyContentMessageToMidsArgs) IsSetMsg

func (*BuddyManagementServiceSendBuddyContentMessageToMidsArgs) Read

func (*BuddyManagementServiceSendBuddyContentMessageToMidsArgs) ReadField1

func (*BuddyManagementServiceSendBuddyContentMessageToMidsArgs) ReadField2

func (*BuddyManagementServiceSendBuddyContentMessageToMidsArgs) ReadField3

func (*BuddyManagementServiceSendBuddyContentMessageToMidsArgs) ReadField4

func (*BuddyManagementServiceSendBuddyContentMessageToMidsArgs) String

func (*BuddyManagementServiceSendBuddyContentMessageToMidsArgs) Write

type BuddyManagementServiceSendBuddyContentMessageToMidsAsyncArgs

type BuddyManagementServiceSendBuddyContentMessageToMidsAsyncArgs struct {
	RequestId string   `thrift:"requestId,1" db:"requestId" json:"requestId"`
	Msg       *Message `thrift:"msg,2" db:"msg" json:"msg"`
	Content   []byte   `thrift:"content,3" db:"content" json:"content"`
	Mids      []string `thrift:"mids,4" db:"mids" json:"mids"`
}

Attributes:

  • RequestId
  • Msg
  • Content
  • Mids

func (*BuddyManagementServiceSendBuddyContentMessageToMidsAsyncArgs) GetContent

func (*BuddyManagementServiceSendBuddyContentMessageToMidsAsyncArgs) GetMids

func (*BuddyManagementServiceSendBuddyContentMessageToMidsAsyncArgs) GetMsg

func (*BuddyManagementServiceSendBuddyContentMessageToMidsAsyncArgs) GetRequestId

func (*BuddyManagementServiceSendBuddyContentMessageToMidsAsyncArgs) IsSetMsg

func (*BuddyManagementServiceSendBuddyContentMessageToMidsAsyncArgs) Read

func (*BuddyManagementServiceSendBuddyContentMessageToMidsAsyncArgs) ReadField1

func (*BuddyManagementServiceSendBuddyContentMessageToMidsAsyncArgs) ReadField2

func (*BuddyManagementServiceSendBuddyContentMessageToMidsAsyncArgs) ReadField3

func (*BuddyManagementServiceSendBuddyContentMessageToMidsAsyncArgs) ReadField4

func (*BuddyManagementServiceSendBuddyContentMessageToMidsAsyncArgs) String

func (*BuddyManagementServiceSendBuddyContentMessageToMidsAsyncArgs) Write

type BuddyManagementServiceSendBuddyContentMessageToMidsAsyncResult

type BuddyManagementServiceSendBuddyContentMessageToMidsAsyncResult struct {
	Success *string        `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func (*BuddyManagementServiceSendBuddyContentMessageToMidsAsyncResult) GetE

func (*BuddyManagementServiceSendBuddyContentMessageToMidsAsyncResult) GetSuccess

func (*BuddyManagementServiceSendBuddyContentMessageToMidsAsyncResult) IsSetE

func (*BuddyManagementServiceSendBuddyContentMessageToMidsAsyncResult) IsSetSuccess

func (*BuddyManagementServiceSendBuddyContentMessageToMidsAsyncResult) Read

func (*BuddyManagementServiceSendBuddyContentMessageToMidsAsyncResult) ReadField0

func (*BuddyManagementServiceSendBuddyContentMessageToMidsAsyncResult) ReadField1

func (*BuddyManagementServiceSendBuddyContentMessageToMidsAsyncResult) String

func (*BuddyManagementServiceSendBuddyContentMessageToMidsAsyncResult) Write

type BuddyManagementServiceSendBuddyContentMessageToMidsResult

type BuddyManagementServiceSendBuddyContentMessageToMidsResult struct {
	Success *SendBuddyMessageResult_ `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException           `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func (*BuddyManagementServiceSendBuddyContentMessageToMidsResult) GetE

func (*BuddyManagementServiceSendBuddyContentMessageToMidsResult) GetSuccess

func (*BuddyManagementServiceSendBuddyContentMessageToMidsResult) IsSetE

func (*BuddyManagementServiceSendBuddyContentMessageToMidsResult) IsSetSuccess

func (*BuddyManagementServiceSendBuddyContentMessageToMidsResult) Read

func (*BuddyManagementServiceSendBuddyContentMessageToMidsResult) ReadField0

func (*BuddyManagementServiceSendBuddyContentMessageToMidsResult) ReadField1

func (*BuddyManagementServiceSendBuddyContentMessageToMidsResult) String

func (*BuddyManagementServiceSendBuddyContentMessageToMidsResult) Write

type BuddyManagementServiceSendBuddyMessageToAllArgs

type BuddyManagementServiceSendBuddyMessageToAllArgs struct {
	RequestId string   `thrift:"requestId,1" db:"requestId" json:"requestId"`
	Msg       *Message `thrift:"msg,2" db:"msg" json:"msg"`
}

Attributes:

  • RequestId
  • Msg

func NewBuddyManagementServiceSendBuddyMessageToAllArgs

func NewBuddyManagementServiceSendBuddyMessageToAllArgs() *BuddyManagementServiceSendBuddyMessageToAllArgs

func (*BuddyManagementServiceSendBuddyMessageToAllArgs) GetMsg

func (*BuddyManagementServiceSendBuddyMessageToAllArgs) GetRequestId

func (*BuddyManagementServiceSendBuddyMessageToAllArgs) IsSetMsg

func (*BuddyManagementServiceSendBuddyMessageToAllArgs) Read

func (*BuddyManagementServiceSendBuddyMessageToAllArgs) ReadField1

func (*BuddyManagementServiceSendBuddyMessageToAllArgs) ReadField2

func (*BuddyManagementServiceSendBuddyMessageToAllArgs) String

func (*BuddyManagementServiceSendBuddyMessageToAllArgs) Write

type BuddyManagementServiceSendBuddyMessageToAllAsyncArgs

type BuddyManagementServiceSendBuddyMessageToAllAsyncArgs struct {
	RequestId string   `thrift:"requestId,1" db:"requestId" json:"requestId"`
	Msg       *Message `thrift:"msg,2" db:"msg" json:"msg"`
}

Attributes:

  • RequestId
  • Msg

func NewBuddyManagementServiceSendBuddyMessageToAllAsyncArgs

func NewBuddyManagementServiceSendBuddyMessageToAllAsyncArgs() *BuddyManagementServiceSendBuddyMessageToAllAsyncArgs

func (*BuddyManagementServiceSendBuddyMessageToAllAsyncArgs) GetMsg

func (*BuddyManagementServiceSendBuddyMessageToAllAsyncArgs) GetRequestId

func (*BuddyManagementServiceSendBuddyMessageToAllAsyncArgs) IsSetMsg

func (*BuddyManagementServiceSendBuddyMessageToAllAsyncArgs) Read

func (*BuddyManagementServiceSendBuddyMessageToAllAsyncArgs) ReadField1

func (*BuddyManagementServiceSendBuddyMessageToAllAsyncArgs) ReadField2

func (*BuddyManagementServiceSendBuddyMessageToAllAsyncArgs) String

func (*BuddyManagementServiceSendBuddyMessageToAllAsyncArgs) Write

type BuddyManagementServiceSendBuddyMessageToAllAsyncResult

type BuddyManagementServiceSendBuddyMessageToAllAsyncResult struct {
	Success *string        `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func (*BuddyManagementServiceSendBuddyMessageToAllAsyncResult) GetE

func (*BuddyManagementServiceSendBuddyMessageToAllAsyncResult) GetSuccess

func (*BuddyManagementServiceSendBuddyMessageToAllAsyncResult) IsSetE

func (*BuddyManagementServiceSendBuddyMessageToAllAsyncResult) IsSetSuccess

func (*BuddyManagementServiceSendBuddyMessageToAllAsyncResult) Read

func (*BuddyManagementServiceSendBuddyMessageToAllAsyncResult) ReadField0

func (*BuddyManagementServiceSendBuddyMessageToAllAsyncResult) ReadField1

func (*BuddyManagementServiceSendBuddyMessageToAllAsyncResult) String

func (*BuddyManagementServiceSendBuddyMessageToAllAsyncResult) Write

type BuddyManagementServiceSendBuddyMessageToAllResult

type BuddyManagementServiceSendBuddyMessageToAllResult struct {
	Success *SendBuddyMessageResult_ `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException           `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewBuddyManagementServiceSendBuddyMessageToAllResult

func NewBuddyManagementServiceSendBuddyMessageToAllResult() *BuddyManagementServiceSendBuddyMessageToAllResult

func (*BuddyManagementServiceSendBuddyMessageToAllResult) GetE

func (*BuddyManagementServiceSendBuddyMessageToAllResult) GetSuccess

func (*BuddyManagementServiceSendBuddyMessageToAllResult) IsSetE

func (*BuddyManagementServiceSendBuddyMessageToAllResult) IsSetSuccess

func (*BuddyManagementServiceSendBuddyMessageToAllResult) Read

func (*BuddyManagementServiceSendBuddyMessageToAllResult) ReadField0

func (*BuddyManagementServiceSendBuddyMessageToAllResult) ReadField1

func (*BuddyManagementServiceSendBuddyMessageToAllResult) String

func (*BuddyManagementServiceSendBuddyMessageToAllResult) Write

type BuddyManagementServiceSendBuddyMessageToMidsArgs

type BuddyManagementServiceSendBuddyMessageToMidsArgs struct {
	RequestId string   `thrift:"requestId,1" db:"requestId" json:"requestId"`
	Msg       *Message `thrift:"msg,2" db:"msg" json:"msg"`
	Mids      []string `thrift:"mids,3" db:"mids" json:"mids"`
}

Attributes:

  • RequestId
  • Msg
  • Mids

func NewBuddyManagementServiceSendBuddyMessageToMidsArgs

func NewBuddyManagementServiceSendBuddyMessageToMidsArgs() *BuddyManagementServiceSendBuddyMessageToMidsArgs

func (*BuddyManagementServiceSendBuddyMessageToMidsArgs) GetMids

func (*BuddyManagementServiceSendBuddyMessageToMidsArgs) GetMsg

func (*BuddyManagementServiceSendBuddyMessageToMidsArgs) GetRequestId

func (*BuddyManagementServiceSendBuddyMessageToMidsArgs) IsSetMsg

func (*BuddyManagementServiceSendBuddyMessageToMidsArgs) Read

func (*BuddyManagementServiceSendBuddyMessageToMidsArgs) ReadField1

func (*BuddyManagementServiceSendBuddyMessageToMidsArgs) ReadField2

func (*BuddyManagementServiceSendBuddyMessageToMidsArgs) ReadField3

func (*BuddyManagementServiceSendBuddyMessageToMidsArgs) String

func (*BuddyManagementServiceSendBuddyMessageToMidsArgs) Write

type BuddyManagementServiceSendBuddyMessageToMidsAsyncArgs

type BuddyManagementServiceSendBuddyMessageToMidsAsyncArgs struct {
	RequestId string   `thrift:"requestId,1" db:"requestId" json:"requestId"`
	Msg       *Message `thrift:"msg,2" db:"msg" json:"msg"`
	Mids      []string `thrift:"mids,3" db:"mids" json:"mids"`
}

Attributes:

  • RequestId
  • Msg
  • Mids

func NewBuddyManagementServiceSendBuddyMessageToMidsAsyncArgs

func NewBuddyManagementServiceSendBuddyMessageToMidsAsyncArgs() *BuddyManagementServiceSendBuddyMessageToMidsAsyncArgs

func (*BuddyManagementServiceSendBuddyMessageToMidsAsyncArgs) GetMids

func (*BuddyManagementServiceSendBuddyMessageToMidsAsyncArgs) GetMsg

func (*BuddyManagementServiceSendBuddyMessageToMidsAsyncArgs) GetRequestId

func (*BuddyManagementServiceSendBuddyMessageToMidsAsyncArgs) IsSetMsg

func (*BuddyManagementServiceSendBuddyMessageToMidsAsyncArgs) Read

func (*BuddyManagementServiceSendBuddyMessageToMidsAsyncArgs) ReadField1

func (*BuddyManagementServiceSendBuddyMessageToMidsAsyncArgs) ReadField2

func (*BuddyManagementServiceSendBuddyMessageToMidsAsyncArgs) ReadField3

func (*BuddyManagementServiceSendBuddyMessageToMidsAsyncArgs) String

func (*BuddyManagementServiceSendBuddyMessageToMidsAsyncArgs) Write

type BuddyManagementServiceSendBuddyMessageToMidsAsyncResult

type BuddyManagementServiceSendBuddyMessageToMidsAsyncResult struct {
	Success *string        `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func (*BuddyManagementServiceSendBuddyMessageToMidsAsyncResult) GetE

func (*BuddyManagementServiceSendBuddyMessageToMidsAsyncResult) GetSuccess

func (*BuddyManagementServiceSendBuddyMessageToMidsAsyncResult) IsSetE

func (*BuddyManagementServiceSendBuddyMessageToMidsAsyncResult) IsSetSuccess

func (*BuddyManagementServiceSendBuddyMessageToMidsAsyncResult) Read

func (*BuddyManagementServiceSendBuddyMessageToMidsAsyncResult) ReadField0

func (*BuddyManagementServiceSendBuddyMessageToMidsAsyncResult) ReadField1

func (*BuddyManagementServiceSendBuddyMessageToMidsAsyncResult) String

func (*BuddyManagementServiceSendBuddyMessageToMidsAsyncResult) Write

type BuddyManagementServiceSendBuddyMessageToMidsResult

type BuddyManagementServiceSendBuddyMessageToMidsResult struct {
	Success *SendBuddyMessageResult_ `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException           `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewBuddyManagementServiceSendBuddyMessageToMidsResult

func NewBuddyManagementServiceSendBuddyMessageToMidsResult() *BuddyManagementServiceSendBuddyMessageToMidsResult

func (*BuddyManagementServiceSendBuddyMessageToMidsResult) GetE

func (*BuddyManagementServiceSendBuddyMessageToMidsResult) GetSuccess

func (*BuddyManagementServiceSendBuddyMessageToMidsResult) IsSetE

func (*BuddyManagementServiceSendBuddyMessageToMidsResult) IsSetSuccess

func (*BuddyManagementServiceSendBuddyMessageToMidsResult) Read

func (*BuddyManagementServiceSendBuddyMessageToMidsResult) ReadField0

func (*BuddyManagementServiceSendBuddyMessageToMidsResult) ReadField1

func (*BuddyManagementServiceSendBuddyMessageToMidsResult) String

func (*BuddyManagementServiceSendBuddyMessageToMidsResult) Write

type BuddyManagementServiceSendIndividualEventToAllAsyncArgs

type BuddyManagementServiceSendIndividualEventToAllAsyncArgs struct {
	RequestId          string             `thrift:"requestId,1" db:"requestId" json:"requestId"`
	BuddyMid           string             `thrift:"buddyMid,2" db:"buddyMid" json:"buddyMid"`
	NotificationStatus NotificationStatus `thrift:"notificationStatus,3" db:"notificationStatus" json:"notificationStatus"`
}

Attributes:

  • RequestId
  • BuddyMid
  • NotificationStatus

func (*BuddyManagementServiceSendIndividualEventToAllAsyncArgs) GetBuddyMid

func (*BuddyManagementServiceSendIndividualEventToAllAsyncArgs) GetNotificationStatus

func (*BuddyManagementServiceSendIndividualEventToAllAsyncArgs) GetRequestId

func (*BuddyManagementServiceSendIndividualEventToAllAsyncArgs) Read

func (*BuddyManagementServiceSendIndividualEventToAllAsyncArgs) ReadField1

func (*BuddyManagementServiceSendIndividualEventToAllAsyncArgs) ReadField2

func (*BuddyManagementServiceSendIndividualEventToAllAsyncArgs) ReadField3

func (*BuddyManagementServiceSendIndividualEventToAllAsyncArgs) String

func (*BuddyManagementServiceSendIndividualEventToAllAsyncArgs) Write

type BuddyManagementServiceSendIndividualEventToAllAsyncResult

type BuddyManagementServiceSendIndividualEventToAllAsyncResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func (*BuddyManagementServiceSendIndividualEventToAllAsyncResult) GetE

func (*BuddyManagementServiceSendIndividualEventToAllAsyncResult) IsSetE

func (*BuddyManagementServiceSendIndividualEventToAllAsyncResult) Read

func (*BuddyManagementServiceSendIndividualEventToAllAsyncResult) ReadField1

func (*BuddyManagementServiceSendIndividualEventToAllAsyncResult) String

func (*BuddyManagementServiceSendIndividualEventToAllAsyncResult) Write

type BuddyManagementServiceSetBuddyOnAirArgs

type BuddyManagementServiceSetBuddyOnAirArgs struct {
	RequestId string `thrift:"requestId,1" db:"requestId" json:"requestId"`
	OnAir     bool   `thrift:"onAir,2" db:"onAir" json:"onAir"`
}

Attributes:

  • RequestId
  • OnAir

func NewBuddyManagementServiceSetBuddyOnAirArgs

func NewBuddyManagementServiceSetBuddyOnAirArgs() *BuddyManagementServiceSetBuddyOnAirArgs

func (*BuddyManagementServiceSetBuddyOnAirArgs) GetOnAir

func (*BuddyManagementServiceSetBuddyOnAirArgs) GetRequestId

func (*BuddyManagementServiceSetBuddyOnAirArgs) Read

func (*BuddyManagementServiceSetBuddyOnAirArgs) ReadField1

func (*BuddyManagementServiceSetBuddyOnAirArgs) ReadField2

func (*BuddyManagementServiceSetBuddyOnAirArgs) String

func (*BuddyManagementServiceSetBuddyOnAirArgs) Write

type BuddyManagementServiceSetBuddyOnAirAsyncArgs

type BuddyManagementServiceSetBuddyOnAirAsyncArgs struct {
	RequestId string `thrift:"requestId,1" db:"requestId" json:"requestId"`
	OnAir     bool   `thrift:"onAir,2" db:"onAir" json:"onAir"`
}

Attributes:

  • RequestId
  • OnAir

func NewBuddyManagementServiceSetBuddyOnAirAsyncArgs

func NewBuddyManagementServiceSetBuddyOnAirAsyncArgs() *BuddyManagementServiceSetBuddyOnAirAsyncArgs

func (*BuddyManagementServiceSetBuddyOnAirAsyncArgs) GetOnAir

func (*BuddyManagementServiceSetBuddyOnAirAsyncArgs) GetRequestId

func (*BuddyManagementServiceSetBuddyOnAirAsyncArgs) Read

func (*BuddyManagementServiceSetBuddyOnAirAsyncArgs) ReadField1

func (*BuddyManagementServiceSetBuddyOnAirAsyncArgs) ReadField2

func (*BuddyManagementServiceSetBuddyOnAirAsyncArgs) String

func (*BuddyManagementServiceSetBuddyOnAirAsyncArgs) Write

type BuddyManagementServiceSetBuddyOnAirAsyncResult

type BuddyManagementServiceSetBuddyOnAirAsyncResult struct {
	Success *string        `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewBuddyManagementServiceSetBuddyOnAirAsyncResult

func NewBuddyManagementServiceSetBuddyOnAirAsyncResult() *BuddyManagementServiceSetBuddyOnAirAsyncResult

func (*BuddyManagementServiceSetBuddyOnAirAsyncResult) GetE

func (*BuddyManagementServiceSetBuddyOnAirAsyncResult) GetSuccess

func (*BuddyManagementServiceSetBuddyOnAirAsyncResult) IsSetE

func (*BuddyManagementServiceSetBuddyOnAirAsyncResult) IsSetSuccess

func (*BuddyManagementServiceSetBuddyOnAirAsyncResult) Read

func (*BuddyManagementServiceSetBuddyOnAirAsyncResult) ReadField0

func (*BuddyManagementServiceSetBuddyOnAirAsyncResult) ReadField1

func (*BuddyManagementServiceSetBuddyOnAirAsyncResult) String

func (*BuddyManagementServiceSetBuddyOnAirAsyncResult) Write

type BuddyManagementServiceSetBuddyOnAirResult

type BuddyManagementServiceSetBuddyOnAirResult struct {
	Success *SetBuddyOnAirResult_ `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException        `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewBuddyManagementServiceSetBuddyOnAirResult

func NewBuddyManagementServiceSetBuddyOnAirResult() *BuddyManagementServiceSetBuddyOnAirResult

func (*BuddyManagementServiceSetBuddyOnAirResult) GetE

func (*BuddyManagementServiceSetBuddyOnAirResult) GetSuccess

func (*BuddyManagementServiceSetBuddyOnAirResult) IsSetE

func (*BuddyManagementServiceSetBuddyOnAirResult) IsSetSuccess

func (*BuddyManagementServiceSetBuddyOnAirResult) Read

func (*BuddyManagementServiceSetBuddyOnAirResult) ReadField0

func (*BuddyManagementServiceSetBuddyOnAirResult) ReadField1

func (*BuddyManagementServiceSetBuddyOnAirResult) String

func (*BuddyManagementServiceSetBuddyOnAirResult) Write

type BuddyManagementServiceStoreMessageArgs

type BuddyManagementServiceStoreMessageArgs struct {
	RequestId      string               `thrift:"requestId,1" db:"requestId" json:"requestId"`
	MessageRequest *BuddyMessageRequest `thrift:"messageRequest,2" db:"messageRequest" json:"messageRequest"`
}

Attributes:

  • RequestId
  • MessageRequest

func NewBuddyManagementServiceStoreMessageArgs

func NewBuddyManagementServiceStoreMessageArgs() *BuddyManagementServiceStoreMessageArgs

func (*BuddyManagementServiceStoreMessageArgs) GetMessageRequest

func (*BuddyManagementServiceStoreMessageArgs) GetRequestId

func (*BuddyManagementServiceStoreMessageArgs) IsSetMessageRequest

func (p *BuddyManagementServiceStoreMessageArgs) IsSetMessageRequest() bool

func (*BuddyManagementServiceStoreMessageArgs) Read

func (*BuddyManagementServiceStoreMessageArgs) ReadField1

func (*BuddyManagementServiceStoreMessageArgs) ReadField2

func (*BuddyManagementServiceStoreMessageArgs) String

func (*BuddyManagementServiceStoreMessageArgs) Write

type BuddyManagementServiceStoreMessageResult

type BuddyManagementServiceStoreMessageResult struct {
	Success *SendBuddyMessageResult_ `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException           `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewBuddyManagementServiceStoreMessageResult

func NewBuddyManagementServiceStoreMessageResult() *BuddyManagementServiceStoreMessageResult

func (*BuddyManagementServiceStoreMessageResult) GetE

func (*BuddyManagementServiceStoreMessageResult) GetSuccess

func (*BuddyManagementServiceStoreMessageResult) IsSetE

func (*BuddyManagementServiceStoreMessageResult) IsSetSuccess

func (*BuddyManagementServiceStoreMessageResult) Read

func (*BuddyManagementServiceStoreMessageResult) ReadField0

func (*BuddyManagementServiceStoreMessageResult) ReadField1

func (*BuddyManagementServiceStoreMessageResult) String

func (*BuddyManagementServiceStoreMessageResult) Write

type BuddyManagementServiceUnblockBuddyMemberArgs

type BuddyManagementServiceUnblockBuddyMemberArgs struct {
	RequestId string `thrift:"requestId,1" db:"requestId" json:"requestId"`
	Mid       string `thrift:"mid,2" db:"mid" json:"mid"`
}

Attributes:

  • RequestId
  • Mid

func NewBuddyManagementServiceUnblockBuddyMemberArgs

func NewBuddyManagementServiceUnblockBuddyMemberArgs() *BuddyManagementServiceUnblockBuddyMemberArgs

func (*BuddyManagementServiceUnblockBuddyMemberArgs) GetMid

func (*BuddyManagementServiceUnblockBuddyMemberArgs) GetRequestId

func (*BuddyManagementServiceUnblockBuddyMemberArgs) Read

func (*BuddyManagementServiceUnblockBuddyMemberArgs) ReadField1

func (*BuddyManagementServiceUnblockBuddyMemberArgs) ReadField2

func (*BuddyManagementServiceUnblockBuddyMemberArgs) String

func (*BuddyManagementServiceUnblockBuddyMemberArgs) Write

type BuddyManagementServiceUnblockBuddyMemberResult

type BuddyManagementServiceUnblockBuddyMemberResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewBuddyManagementServiceUnblockBuddyMemberResult

func NewBuddyManagementServiceUnblockBuddyMemberResult() *BuddyManagementServiceUnblockBuddyMemberResult

func (*BuddyManagementServiceUnblockBuddyMemberResult) GetE

func (*BuddyManagementServiceUnblockBuddyMemberResult) IsSetE

func (*BuddyManagementServiceUnblockBuddyMemberResult) Read

func (*BuddyManagementServiceUnblockBuddyMemberResult) ReadField1

func (*BuddyManagementServiceUnblockBuddyMemberResult) String

func (*BuddyManagementServiceUnblockBuddyMemberResult) Write

type BuddyManagementServiceUnregisterBuddyAdminArgs

type BuddyManagementServiceUnregisterBuddyAdminArgs struct {
	RequestId string `thrift:"requestId,1" db:"requestId" json:"requestId"`
}

Attributes:

  • RequestId

func NewBuddyManagementServiceUnregisterBuddyAdminArgs

func NewBuddyManagementServiceUnregisterBuddyAdminArgs() *BuddyManagementServiceUnregisterBuddyAdminArgs

func (*BuddyManagementServiceUnregisterBuddyAdminArgs) GetRequestId

func (*BuddyManagementServiceUnregisterBuddyAdminArgs) Read

func (*BuddyManagementServiceUnregisterBuddyAdminArgs) ReadField1

func (*BuddyManagementServiceUnregisterBuddyAdminArgs) String

func (*BuddyManagementServiceUnregisterBuddyAdminArgs) Write

type BuddyManagementServiceUnregisterBuddyAdminResult

type BuddyManagementServiceUnregisterBuddyAdminResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewBuddyManagementServiceUnregisterBuddyAdminResult

func NewBuddyManagementServiceUnregisterBuddyAdminResult() *BuddyManagementServiceUnregisterBuddyAdminResult

func (*BuddyManagementServiceUnregisterBuddyAdminResult) GetE

func (*BuddyManagementServiceUnregisterBuddyAdminResult) IsSetE

func (*BuddyManagementServiceUnregisterBuddyAdminResult) Read

func (*BuddyManagementServiceUnregisterBuddyAdminResult) ReadField1

func (*BuddyManagementServiceUnregisterBuddyAdminResult) String

func (*BuddyManagementServiceUnregisterBuddyAdminResult) Write

type BuddyManagementServiceUnregisterBuddyArgs

type BuddyManagementServiceUnregisterBuddyArgs struct {
	RequestId string `thrift:"requestId,1" db:"requestId" json:"requestId"`
}

Attributes:

  • RequestId

func NewBuddyManagementServiceUnregisterBuddyArgs

func NewBuddyManagementServiceUnregisterBuddyArgs() *BuddyManagementServiceUnregisterBuddyArgs

func (*BuddyManagementServiceUnregisterBuddyArgs) GetRequestId

func (*BuddyManagementServiceUnregisterBuddyArgs) Read

func (*BuddyManagementServiceUnregisterBuddyArgs) ReadField1

func (*BuddyManagementServiceUnregisterBuddyArgs) String

func (*BuddyManagementServiceUnregisterBuddyArgs) Write

type BuddyManagementServiceUnregisterBuddyResult

type BuddyManagementServiceUnregisterBuddyResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewBuddyManagementServiceUnregisterBuddyResult

func NewBuddyManagementServiceUnregisterBuddyResult() *BuddyManagementServiceUnregisterBuddyResult

func (*BuddyManagementServiceUnregisterBuddyResult) GetE

func (*BuddyManagementServiceUnregisterBuddyResult) IsSetE

func (*BuddyManagementServiceUnregisterBuddyResult) Read

func (*BuddyManagementServiceUnregisterBuddyResult) ReadField1

func (*BuddyManagementServiceUnregisterBuddyResult) String

func (*BuddyManagementServiceUnregisterBuddyResult) Write

type BuddyManagementServiceUpdateBuddyAdminProfileAttributeArgs

type BuddyManagementServiceUpdateBuddyAdminProfileAttributeArgs struct {
	RequestId  string            `thrift:"requestId,1" db:"requestId" json:"requestId"`
	Attributes map[string]string `thrift:"attributes,2" db:"attributes" json:"attributes"`
}

Attributes:

  • RequestId
  • Attributes

func (*BuddyManagementServiceUpdateBuddyAdminProfileAttributeArgs) GetAttributes

func (*BuddyManagementServiceUpdateBuddyAdminProfileAttributeArgs) GetRequestId

func (*BuddyManagementServiceUpdateBuddyAdminProfileAttributeArgs) Read

func (*BuddyManagementServiceUpdateBuddyAdminProfileAttributeArgs) ReadField1

func (*BuddyManagementServiceUpdateBuddyAdminProfileAttributeArgs) ReadField2

func (*BuddyManagementServiceUpdateBuddyAdminProfileAttributeArgs) String

func (*BuddyManagementServiceUpdateBuddyAdminProfileAttributeArgs) Write

type BuddyManagementServiceUpdateBuddyAdminProfileAttributeResult

type BuddyManagementServiceUpdateBuddyAdminProfileAttributeResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func (*BuddyManagementServiceUpdateBuddyAdminProfileAttributeResult) GetE

func (*BuddyManagementServiceUpdateBuddyAdminProfileAttributeResult) IsSetE

func (*BuddyManagementServiceUpdateBuddyAdminProfileAttributeResult) Read

func (*BuddyManagementServiceUpdateBuddyAdminProfileAttributeResult) ReadField1

func (*BuddyManagementServiceUpdateBuddyAdminProfileAttributeResult) String

func (*BuddyManagementServiceUpdateBuddyAdminProfileAttributeResult) Write

type BuddyManagementServiceUpdateBuddyAdminProfileImageArgs

type BuddyManagementServiceUpdateBuddyAdminProfileImageArgs struct {
	RequestId string `thrift:"requestId,1" db:"requestId" json:"requestId"`
	Picture   []byte `thrift:"picture,2" db:"picture" json:"picture"`
}

Attributes:

  • RequestId
  • Picture

func (*BuddyManagementServiceUpdateBuddyAdminProfileImageArgs) GetPicture

func (*BuddyManagementServiceUpdateBuddyAdminProfileImageArgs) GetRequestId

func (*BuddyManagementServiceUpdateBuddyAdminProfileImageArgs) Read

func (*BuddyManagementServiceUpdateBuddyAdminProfileImageArgs) ReadField1

func (*BuddyManagementServiceUpdateBuddyAdminProfileImageArgs) ReadField2

func (*BuddyManagementServiceUpdateBuddyAdminProfileImageArgs) String

func (*BuddyManagementServiceUpdateBuddyAdminProfileImageArgs) Write

type BuddyManagementServiceUpdateBuddyAdminProfileImageResult

type BuddyManagementServiceUpdateBuddyAdminProfileImageResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func (*BuddyManagementServiceUpdateBuddyAdminProfileImageResult) GetE

func (*BuddyManagementServiceUpdateBuddyAdminProfileImageResult) IsSetE

func (*BuddyManagementServiceUpdateBuddyAdminProfileImageResult) Read

func (*BuddyManagementServiceUpdateBuddyAdminProfileImageResult) ReadField1

func (*BuddyManagementServiceUpdateBuddyAdminProfileImageResult) String

func (*BuddyManagementServiceUpdateBuddyAdminProfileImageResult) Write

type BuddyManagementServiceUpdateBuddyProfileAttributesArgs

type BuddyManagementServiceUpdateBuddyProfileAttributesArgs struct {
	RequestId  string            `thrift:"requestId,1" db:"requestId" json:"requestId"`
	Attributes map[string]string `thrift:"attributes,2" db:"attributes" json:"attributes"`
}

Attributes:

  • RequestId
  • Attributes

func (*BuddyManagementServiceUpdateBuddyProfileAttributesArgs) GetAttributes

func (*BuddyManagementServiceUpdateBuddyProfileAttributesArgs) GetRequestId

func (*BuddyManagementServiceUpdateBuddyProfileAttributesArgs) Read

func (*BuddyManagementServiceUpdateBuddyProfileAttributesArgs) ReadField1

func (*BuddyManagementServiceUpdateBuddyProfileAttributesArgs) ReadField2

func (*BuddyManagementServiceUpdateBuddyProfileAttributesArgs) String

func (*BuddyManagementServiceUpdateBuddyProfileAttributesArgs) Write

type BuddyManagementServiceUpdateBuddyProfileAttributesAsyncArgs

type BuddyManagementServiceUpdateBuddyProfileAttributesAsyncArgs struct {
	RequestId  string            `thrift:"requestId,1" db:"requestId" json:"requestId"`
	Attributes map[string]string `thrift:"attributes,2" db:"attributes" json:"attributes"`
}

Attributes:

  • RequestId
  • Attributes

func (*BuddyManagementServiceUpdateBuddyProfileAttributesAsyncArgs) GetAttributes

func (*BuddyManagementServiceUpdateBuddyProfileAttributesAsyncArgs) GetRequestId

func (*BuddyManagementServiceUpdateBuddyProfileAttributesAsyncArgs) Read

func (*BuddyManagementServiceUpdateBuddyProfileAttributesAsyncArgs) ReadField1

func (*BuddyManagementServiceUpdateBuddyProfileAttributesAsyncArgs) ReadField2

func (*BuddyManagementServiceUpdateBuddyProfileAttributesAsyncArgs) String

func (*BuddyManagementServiceUpdateBuddyProfileAttributesAsyncArgs) Write

type BuddyManagementServiceUpdateBuddyProfileAttributesAsyncResult

type BuddyManagementServiceUpdateBuddyProfileAttributesAsyncResult struct {
	Success *string        `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func (*BuddyManagementServiceUpdateBuddyProfileAttributesAsyncResult) GetE

func (*BuddyManagementServiceUpdateBuddyProfileAttributesAsyncResult) GetSuccess

func (*BuddyManagementServiceUpdateBuddyProfileAttributesAsyncResult) IsSetE

func (*BuddyManagementServiceUpdateBuddyProfileAttributesAsyncResult) IsSetSuccess

func (*BuddyManagementServiceUpdateBuddyProfileAttributesAsyncResult) Read

func (*BuddyManagementServiceUpdateBuddyProfileAttributesAsyncResult) ReadField0

func (*BuddyManagementServiceUpdateBuddyProfileAttributesAsyncResult) ReadField1

func (*BuddyManagementServiceUpdateBuddyProfileAttributesAsyncResult) String

func (*BuddyManagementServiceUpdateBuddyProfileAttributesAsyncResult) Write

type BuddyManagementServiceUpdateBuddyProfileAttributesResult

type BuddyManagementServiceUpdateBuddyProfileAttributesResult struct {
	Success *UpdateBuddyProfileResult_ `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException             `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func (*BuddyManagementServiceUpdateBuddyProfileAttributesResult) GetE

func (*BuddyManagementServiceUpdateBuddyProfileAttributesResult) GetSuccess

func (*BuddyManagementServiceUpdateBuddyProfileAttributesResult) IsSetE

func (*BuddyManagementServiceUpdateBuddyProfileAttributesResult) IsSetSuccess

func (*BuddyManagementServiceUpdateBuddyProfileAttributesResult) Read

func (*BuddyManagementServiceUpdateBuddyProfileAttributesResult) ReadField0

func (*BuddyManagementServiceUpdateBuddyProfileAttributesResult) ReadField1

func (*BuddyManagementServiceUpdateBuddyProfileAttributesResult) String

func (*BuddyManagementServiceUpdateBuddyProfileAttributesResult) Write

type BuddyManagementServiceUpdateBuddyProfileImageArgs

type BuddyManagementServiceUpdateBuddyProfileImageArgs struct {
	RequestId string `thrift:"requestId,1" db:"requestId" json:"requestId"`
	Image     []byte `thrift:"image,2" db:"image" json:"image"`
}

Attributes:

  • RequestId
  • Image

func NewBuddyManagementServiceUpdateBuddyProfileImageArgs

func NewBuddyManagementServiceUpdateBuddyProfileImageArgs() *BuddyManagementServiceUpdateBuddyProfileImageArgs

func (*BuddyManagementServiceUpdateBuddyProfileImageArgs) GetImage

func (*BuddyManagementServiceUpdateBuddyProfileImageArgs) GetRequestId

func (*BuddyManagementServiceUpdateBuddyProfileImageArgs) Read

func (*BuddyManagementServiceUpdateBuddyProfileImageArgs) ReadField1

func (*BuddyManagementServiceUpdateBuddyProfileImageArgs) ReadField2

func (*BuddyManagementServiceUpdateBuddyProfileImageArgs) String

func (*BuddyManagementServiceUpdateBuddyProfileImageArgs) Write

type BuddyManagementServiceUpdateBuddyProfileImageAsyncArgs

type BuddyManagementServiceUpdateBuddyProfileImageAsyncArgs struct {
	RequestId string `thrift:"requestId,1" db:"requestId" json:"requestId"`
	Image     []byte `thrift:"image,2" db:"image" json:"image"`
}

Attributes:

  • RequestId
  • Image

func (*BuddyManagementServiceUpdateBuddyProfileImageAsyncArgs) GetImage

func (*BuddyManagementServiceUpdateBuddyProfileImageAsyncArgs) GetRequestId

func (*BuddyManagementServiceUpdateBuddyProfileImageAsyncArgs) Read

func (*BuddyManagementServiceUpdateBuddyProfileImageAsyncArgs) ReadField1

func (*BuddyManagementServiceUpdateBuddyProfileImageAsyncArgs) ReadField2

func (*BuddyManagementServiceUpdateBuddyProfileImageAsyncArgs) String

func (*BuddyManagementServiceUpdateBuddyProfileImageAsyncArgs) Write

type BuddyManagementServiceUpdateBuddyProfileImageAsyncResult

type BuddyManagementServiceUpdateBuddyProfileImageAsyncResult struct {
	Success *string        `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func (*BuddyManagementServiceUpdateBuddyProfileImageAsyncResult) GetE

func (*BuddyManagementServiceUpdateBuddyProfileImageAsyncResult) GetSuccess

func (*BuddyManagementServiceUpdateBuddyProfileImageAsyncResult) IsSetE

func (*BuddyManagementServiceUpdateBuddyProfileImageAsyncResult) IsSetSuccess

func (*BuddyManagementServiceUpdateBuddyProfileImageAsyncResult) Read

func (*BuddyManagementServiceUpdateBuddyProfileImageAsyncResult) ReadField0

func (*BuddyManagementServiceUpdateBuddyProfileImageAsyncResult) ReadField1

func (*BuddyManagementServiceUpdateBuddyProfileImageAsyncResult) String

func (*BuddyManagementServiceUpdateBuddyProfileImageAsyncResult) Write

type BuddyManagementServiceUpdateBuddyProfileImageResult

type BuddyManagementServiceUpdateBuddyProfileImageResult struct {
	Success *UpdateBuddyProfileResult_ `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException             `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewBuddyManagementServiceUpdateBuddyProfileImageResult

func NewBuddyManagementServiceUpdateBuddyProfileImageResult() *BuddyManagementServiceUpdateBuddyProfileImageResult

func (*BuddyManagementServiceUpdateBuddyProfileImageResult) GetE

func (*BuddyManagementServiceUpdateBuddyProfileImageResult) GetSuccess

func (*BuddyManagementServiceUpdateBuddyProfileImageResult) IsSetE

func (*BuddyManagementServiceUpdateBuddyProfileImageResult) IsSetSuccess

func (*BuddyManagementServiceUpdateBuddyProfileImageResult) Read

func (*BuddyManagementServiceUpdateBuddyProfileImageResult) ReadField0

func (*BuddyManagementServiceUpdateBuddyProfileImageResult) ReadField1

func (*BuddyManagementServiceUpdateBuddyProfileImageResult) String

func (*BuddyManagementServiceUpdateBuddyProfileImageResult) Write

type BuddyManagementServiceUpdateBuddySearchIdArgs

type BuddyManagementServiceUpdateBuddySearchIdArgs struct {
	RequestId string `thrift:"requestId,1" db:"requestId" json:"requestId"`
	SearchId  string `thrift:"searchId,2" db:"searchId" json:"searchId"`
}

Attributes:

  • RequestId
  • SearchId

func NewBuddyManagementServiceUpdateBuddySearchIdArgs

func NewBuddyManagementServiceUpdateBuddySearchIdArgs() *BuddyManagementServiceUpdateBuddySearchIdArgs

func (*BuddyManagementServiceUpdateBuddySearchIdArgs) GetRequestId

func (*BuddyManagementServiceUpdateBuddySearchIdArgs) GetSearchId

func (*BuddyManagementServiceUpdateBuddySearchIdArgs) Read

func (*BuddyManagementServiceUpdateBuddySearchIdArgs) ReadField1

func (*BuddyManagementServiceUpdateBuddySearchIdArgs) ReadField2

func (*BuddyManagementServiceUpdateBuddySearchIdArgs) String

func (*BuddyManagementServiceUpdateBuddySearchIdArgs) Write

type BuddyManagementServiceUpdateBuddySearchIdResult

type BuddyManagementServiceUpdateBuddySearchIdResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewBuddyManagementServiceUpdateBuddySearchIdResult

func NewBuddyManagementServiceUpdateBuddySearchIdResult() *BuddyManagementServiceUpdateBuddySearchIdResult

func (*BuddyManagementServiceUpdateBuddySearchIdResult) GetE

func (*BuddyManagementServiceUpdateBuddySearchIdResult) IsSetE

func (*BuddyManagementServiceUpdateBuddySearchIdResult) Read

func (*BuddyManagementServiceUpdateBuddySearchIdResult) ReadField1

func (*BuddyManagementServiceUpdateBuddySearchIdResult) String

func (*BuddyManagementServiceUpdateBuddySearchIdResult) Write

type BuddyManagementServiceUpdateBuddySettingsArgs

type BuddyManagementServiceUpdateBuddySettingsArgs struct {
	// unused field # 1
	Settings map[string]string `thrift:"settings,2" db:"settings" json:"settings"`
}

Attributes:

  • Settings

func NewBuddyManagementServiceUpdateBuddySettingsArgs

func NewBuddyManagementServiceUpdateBuddySettingsArgs() *BuddyManagementServiceUpdateBuddySettingsArgs

func (*BuddyManagementServiceUpdateBuddySettingsArgs) GetSettings

func (*BuddyManagementServiceUpdateBuddySettingsArgs) Read

func (*BuddyManagementServiceUpdateBuddySettingsArgs) ReadField2

func (*BuddyManagementServiceUpdateBuddySettingsArgs) String

func (*BuddyManagementServiceUpdateBuddySettingsArgs) Write

type BuddyManagementServiceUpdateBuddySettingsResult

type BuddyManagementServiceUpdateBuddySettingsResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewBuddyManagementServiceUpdateBuddySettingsResult

func NewBuddyManagementServiceUpdateBuddySettingsResult() *BuddyManagementServiceUpdateBuddySettingsResult

func (*BuddyManagementServiceUpdateBuddySettingsResult) GetE

func (*BuddyManagementServiceUpdateBuddySettingsResult) IsSetE

func (*BuddyManagementServiceUpdateBuddySettingsResult) Read

func (*BuddyManagementServiceUpdateBuddySettingsResult) ReadField1

func (*BuddyManagementServiceUpdateBuddySettingsResult) String

func (*BuddyManagementServiceUpdateBuddySettingsResult) Write

type BuddyManagementServiceUploadBuddyContentArgs

type BuddyManagementServiceUploadBuddyContentArgs struct {
	// unused field # 1
	ContentType ContentType `thrift:"contentType,2" db:"contentType" json:"contentType"`
	Content     []byte      `thrift:"content,3" db:"content" json:"content"`
}

Attributes:

  • ContentType
  • Content

func NewBuddyManagementServiceUploadBuddyContentArgs

func NewBuddyManagementServiceUploadBuddyContentArgs() *BuddyManagementServiceUploadBuddyContentArgs

func (*BuddyManagementServiceUploadBuddyContentArgs) GetContent

func (*BuddyManagementServiceUploadBuddyContentArgs) GetContentType

func (*BuddyManagementServiceUploadBuddyContentArgs) Read

func (*BuddyManagementServiceUploadBuddyContentArgs) ReadField2

func (*BuddyManagementServiceUploadBuddyContentArgs) ReadField3

func (*BuddyManagementServiceUploadBuddyContentArgs) String

func (*BuddyManagementServiceUploadBuddyContentArgs) Write

type BuddyManagementServiceUploadBuddyContentResult

type BuddyManagementServiceUploadBuddyContentResult struct {
	Success *string        `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewBuddyManagementServiceUploadBuddyContentResult

func NewBuddyManagementServiceUploadBuddyContentResult() *BuddyManagementServiceUploadBuddyContentResult

func (*BuddyManagementServiceUploadBuddyContentResult) GetE

func (*BuddyManagementServiceUploadBuddyContentResult) GetSuccess

func (*BuddyManagementServiceUploadBuddyContentResult) IsSetE

func (*BuddyManagementServiceUploadBuddyContentResult) IsSetSuccess

func (*BuddyManagementServiceUploadBuddyContentResult) Read

func (*BuddyManagementServiceUploadBuddyContentResult) ReadField0

func (*BuddyManagementServiceUploadBuddyContentResult) ReadField1

func (*BuddyManagementServiceUploadBuddyContentResult) String

func (*BuddyManagementServiceUploadBuddyContentResult) Write

type BuddyMessageRequest

type BuddyMessageRequest struct {
	ContentType     ContentType       `thrift:"contentType,1" db:"contentType" json:"contentType"`
	Text            string            `thrift:"text,2" db:"text" json:"text"`
	Location        *Location         `thrift:"location,3" db:"location" json:"location"`
	Content         []byte            `thrift:"content,4" db:"content" json:"content"`
	ContentMetadata map[string]string `thrift:"contentMetadata,5" db:"contentMetadata" json:"contentMetadata"`
}

Attributes:

  • ContentType
  • Text
  • Location
  • Content
  • ContentMetadata
var BuddyManagementServiceStoreMessageArgs_MessageRequest_DEFAULT *BuddyMessageRequest

func NewBuddyMessageRequest

func NewBuddyMessageRequest() *BuddyMessageRequest

func (*BuddyMessageRequest) GetContent

func (p *BuddyMessageRequest) GetContent() []byte

func (*BuddyMessageRequest) GetContentMetadata

func (p *BuddyMessageRequest) GetContentMetadata() map[string]string

func (*BuddyMessageRequest) GetContentType

func (p *BuddyMessageRequest) GetContentType() ContentType

func (*BuddyMessageRequest) GetLocation

func (p *BuddyMessageRequest) GetLocation() *Location

func (*BuddyMessageRequest) GetText

func (p *BuddyMessageRequest) GetText() string

func (*BuddyMessageRequest) IsSetLocation

func (p *BuddyMessageRequest) IsSetLocation() bool

func (*BuddyMessageRequest) Read

func (p *BuddyMessageRequest) Read(iprot TProtocol) error

func (*BuddyMessageRequest) ReadField1

func (p *BuddyMessageRequest) ReadField1(iprot TProtocol) error

func (*BuddyMessageRequest) ReadField2

func (p *BuddyMessageRequest) ReadField2(iprot TProtocol) error

func (*BuddyMessageRequest) ReadField3

func (p *BuddyMessageRequest) ReadField3(iprot TProtocol) error

func (*BuddyMessageRequest) ReadField4

func (p *BuddyMessageRequest) ReadField4(iprot TProtocol) error

func (*BuddyMessageRequest) ReadField5

func (p *BuddyMessageRequest) ReadField5(iprot TProtocol) error

func (*BuddyMessageRequest) String

func (p *BuddyMessageRequest) String() string

func (*BuddyMessageRequest) Write

func (p *BuddyMessageRequest) Write(oprot TProtocol) error

type BuddyOnAir

type BuddyOnAir struct {
	Mid string `thrift:"mid,1" db:"mid" json:"mid"`
	// unused field # 2
	FreshnessLifetime int64  `thrift:"freshnessLifetime,3" db:"freshnessLifetime" json:"freshnessLifetime"`
	OnAirId           string `thrift:"onAirId,4" db:"onAirId" json:"onAirId"`
	OnAir             bool   `thrift:"onAir,5" db:"onAir" json:"onAir"`
	// unused fields # 6 to 10
	Text        string `thrift:"text,11" db:"text" json:"text"`
	ViewerCount int64  `thrift:"viewerCount,12" db:"viewerCount" json:"viewerCount"`
	TargetCount int64  `thrift:"targetCount,13" db:"targetCount" json:"targetCount"`
	// unused fields # 14 to 30
	OnAirType BuddyOnAirType  `thrift:"onAirType,31" db:"onAirType" json:"onAirType"`
	OnAirUrls *BuddyOnAirUrls `thrift:"onAirUrls,32" db:"onAirUrls" json:"onAirUrls"`
}

Attributes:

  • Mid
  • FreshnessLifetime
  • OnAirId
  • OnAir
  • Text
  • ViewerCount
  • TargetCount
  • OnAirType
  • OnAirUrls
var BuddyServiceGetBuddyOnAirResult_Success_DEFAULT *BuddyOnAir

func NewBuddyOnAir

func NewBuddyOnAir() *BuddyOnAir

func (*BuddyOnAir) GetFreshnessLifetime

func (p *BuddyOnAir) GetFreshnessLifetime() int64

func (*BuddyOnAir) GetMid

func (p *BuddyOnAir) GetMid() string

func (*BuddyOnAir) GetOnAir

func (p *BuddyOnAir) GetOnAir() bool

func (*BuddyOnAir) GetOnAirId

func (p *BuddyOnAir) GetOnAirId() string

func (*BuddyOnAir) GetOnAirType

func (p *BuddyOnAir) GetOnAirType() BuddyOnAirType

func (*BuddyOnAir) GetOnAirUrls

func (p *BuddyOnAir) GetOnAirUrls() *BuddyOnAirUrls

func (*BuddyOnAir) GetTargetCount

func (p *BuddyOnAir) GetTargetCount() int64

func (*BuddyOnAir) GetText

func (p *BuddyOnAir) GetText() string

func (*BuddyOnAir) GetViewerCount

func (p *BuddyOnAir) GetViewerCount() int64

func (*BuddyOnAir) IsSetOnAirUrls

func (p *BuddyOnAir) IsSetOnAirUrls() bool

func (*BuddyOnAir) Read

func (p *BuddyOnAir) Read(iprot TProtocol) error

func (*BuddyOnAir) ReadField1

func (p *BuddyOnAir) ReadField1(iprot TProtocol) error

func (*BuddyOnAir) ReadField11

func (p *BuddyOnAir) ReadField11(iprot TProtocol) error

func (*BuddyOnAir) ReadField12

func (p *BuddyOnAir) ReadField12(iprot TProtocol) error

func (*BuddyOnAir) ReadField13

func (p *BuddyOnAir) ReadField13(iprot TProtocol) error

func (*BuddyOnAir) ReadField3

func (p *BuddyOnAir) ReadField3(iprot TProtocol) error

func (*BuddyOnAir) ReadField31

func (p *BuddyOnAir) ReadField31(iprot TProtocol) error

func (*BuddyOnAir) ReadField32

func (p *BuddyOnAir) ReadField32(iprot TProtocol) error

func (*BuddyOnAir) ReadField4

func (p *BuddyOnAir) ReadField4(iprot TProtocol) error

func (*BuddyOnAir) ReadField5

func (p *BuddyOnAir) ReadField5(iprot TProtocol) error

func (*BuddyOnAir) String

func (p *BuddyOnAir) String() string

func (*BuddyOnAir) Write

func (p *BuddyOnAir) Write(oprot TProtocol) error

type BuddyOnAirType

type BuddyOnAirType int64
const (
	BuddyOnAirType_NORMAL BuddyOnAirType = 0
	BuddyOnAirType_LIVE   BuddyOnAirType = 1
	BuddyOnAirType_VOIP   BuddyOnAirType = 2
)

func BuddyOnAirTypeFromString

func BuddyOnAirTypeFromString(s string) (BuddyOnAirType, error)

func BuddyOnAirTypePtr

func BuddyOnAirTypePtr(v BuddyOnAirType) *BuddyOnAirType

func (BuddyOnAirType) MarshalText

func (p BuddyOnAirType) MarshalText() ([]byte, error)

func (*BuddyOnAirType) Scan

func (p *BuddyOnAirType) Scan(value interface{}) error

func (BuddyOnAirType) String

func (p BuddyOnAirType) String() string

func (*BuddyOnAirType) UnmarshalText

func (p *BuddyOnAirType) UnmarshalText(text []byte) error

func (*BuddyOnAirType) Value

func (p *BuddyOnAirType) Value() (driver.Value, error)

type BuddyOnAirUrls

type BuddyOnAirUrls struct {
	Hls             map[string]string `thrift:"hls,1" db:"hls" json:"hls"`
	SmoothStreaming map[string]string `thrift:"smoothStreaming,2" db:"smoothStreaming" json:"smoothStreaming"`
}

Attributes:

  • Hls
  • SmoothStreaming
var BuddyOnAir_OnAirUrls_DEFAULT *BuddyOnAirUrls

func NewBuddyOnAirUrls

func NewBuddyOnAirUrls() *BuddyOnAirUrls

func (*BuddyOnAirUrls) GetHls

func (p *BuddyOnAirUrls) GetHls() map[string]string

func (*BuddyOnAirUrls) GetSmoothStreaming

func (p *BuddyOnAirUrls) GetSmoothStreaming() map[string]string

func (*BuddyOnAirUrls) Read

func (p *BuddyOnAirUrls) Read(iprot TProtocol) error

func (*BuddyOnAirUrls) ReadField1

func (p *BuddyOnAirUrls) ReadField1(iprot TProtocol) error

func (*BuddyOnAirUrls) ReadField2

func (p *BuddyOnAirUrls) ReadField2(iprot TProtocol) error

func (*BuddyOnAirUrls) String

func (p *BuddyOnAirUrls) String() string

func (*BuddyOnAirUrls) Write

func (p *BuddyOnAirUrls) Write(oprot TProtocol) error

type BuddyProfile

type BuddyProfile struct {
	BuddyId       string `thrift:"buddyId,1" db:"buddyId" json:"buddyId"`
	Mid           string `thrift:"mid,2" db:"mid" json:"mid"`
	SearchId      string `thrift:"searchId,3" db:"searchId" json:"searchId"`
	DisplayName   string `thrift:"displayName,4" db:"displayName" json:"displayName"`
	StatusMessage string `thrift:"statusMessage,5" db:"statusMessage" json:"statusMessage"`
	// unused fields # 6 to 10
	ContactCount int64 `thrift:"contactCount,11" db:"contactCount" json:"contactCount"`
}

Attributes:

  • BuddyId
  • Mid
  • SearchId
  • DisplayName
  • StatusMessage
  • ContactCount
var BuddyManagementServiceGetBuddyProfileResult_Success_DEFAULT *BuddyProfile

func NewBuddyProfile

func NewBuddyProfile() *BuddyProfile

func (*BuddyProfile) GetBuddyId

func (p *BuddyProfile) GetBuddyId() string

func (*BuddyProfile) GetContactCount

func (p *BuddyProfile) GetContactCount() int64

func (*BuddyProfile) GetDisplayName

func (p *BuddyProfile) GetDisplayName() string

func (*BuddyProfile) GetMid

func (p *BuddyProfile) GetMid() string

func (*BuddyProfile) GetSearchId

func (p *BuddyProfile) GetSearchId() string

func (*BuddyProfile) GetStatusMessage

func (p *BuddyProfile) GetStatusMessage() string

func (*BuddyProfile) Read

func (p *BuddyProfile) Read(iprot TProtocol) error

func (*BuddyProfile) ReadField1

func (p *BuddyProfile) ReadField1(iprot TProtocol) error

func (*BuddyProfile) ReadField11

func (p *BuddyProfile) ReadField11(iprot TProtocol) error

func (*BuddyProfile) ReadField2

func (p *BuddyProfile) ReadField2(iprot TProtocol) error

func (*BuddyProfile) ReadField3

func (p *BuddyProfile) ReadField3(iprot TProtocol) error

func (*BuddyProfile) ReadField4

func (p *BuddyProfile) ReadField4(iprot TProtocol) error

func (*BuddyProfile) ReadField5

func (p *BuddyProfile) ReadField5(iprot TProtocol) error

func (*BuddyProfile) String

func (p *BuddyProfile) String() string

func (*BuddyProfile) Write

func (p *BuddyProfile) Write(oprot TProtocol) error

type BuddyResultState

type BuddyResultState int64
const (
	BuddyResultState_ACCEPTED      BuddyResultState = 1
	BuddyResultState_SUCCEEDED     BuddyResultState = 2
	BuddyResultState_FAILED        BuddyResultState = 3
	BuddyResultState_CANCELLED     BuddyResultState = 4
	BuddyResultState_NOTIFY_FAILED BuddyResultState = 5
	BuddyResultState_STORING       BuddyResultState = 11
	BuddyResultState_UPLOADING     BuddyResultState = 21
	BuddyResultState_NOTIFYING     BuddyResultState = 31
)

func BuddyResultStateFromString

func BuddyResultStateFromString(s string) (BuddyResultState, error)

func BuddyResultStatePtr

func BuddyResultStatePtr(v BuddyResultState) *BuddyResultState

func (BuddyResultState) MarshalText

func (p BuddyResultState) MarshalText() ([]byte, error)

func (*BuddyResultState) Scan

func (p *BuddyResultState) Scan(value interface{}) error

func (BuddyResultState) String

func (p BuddyResultState) String() string

func (*BuddyResultState) UnmarshalText

func (p *BuddyResultState) UnmarshalText(text []byte) error

func (*BuddyResultState) Value

func (p *BuddyResultState) Value() (driver.Value, error)

type BuddySearchRequestSource

type BuddySearchRequestSource int64
const (
	BuddySearchRequestSource_NA                    BuddySearchRequestSource = 0
	BuddySearchRequestSource_FRIEND_VIEW           BuddySearchRequestSource = 1
	BuddySearchRequestSource_OFFICIAL_ACCOUNT_VIEW BuddySearchRequestSource = 2
)

func BuddySearchRequestSourceFromString

func BuddySearchRequestSourceFromString(s string) (BuddySearchRequestSource, error)

func (BuddySearchRequestSource) MarshalText

func (p BuddySearchRequestSource) MarshalText() ([]byte, error)

func (*BuddySearchRequestSource) Scan

func (p *BuddySearchRequestSource) Scan(value interface{}) error

func (BuddySearchRequestSource) String

func (p BuddySearchRequestSource) String() string

func (*BuddySearchRequestSource) UnmarshalText

func (p *BuddySearchRequestSource) UnmarshalText(text []byte) error

func (*BuddySearchRequestSource) Value

type BuddySearchResult_

type BuddySearchResult_ struct {
	Mid             string `thrift:"mid,1" db:"mid" json:"mid"`
	DisplayName     string `thrift:"displayName,2" db:"displayName" json:"displayName"`
	PictureStatus   string `thrift:"pictureStatus,3" db:"pictureStatus" json:"pictureStatus"`
	PicturePath     string `thrift:"picturePath,4" db:"picturePath" json:"picturePath"`
	StatusMessage   string `thrift:"statusMessage,5" db:"statusMessage" json:"statusMessage"`
	BusinessAccount bool   `thrift:"businessAccount,6" db:"businessAccount" json:"businessAccount"`
}

Attributes:

  • Mid
  • DisplayName
  • PictureStatus
  • PicturePath
  • StatusMessage
  • BusinessAccount

func NewBuddySearchResult_

func NewBuddySearchResult_() *BuddySearchResult_

func (*BuddySearchResult_) GetBusinessAccount

func (p *BuddySearchResult_) GetBusinessAccount() bool

func (*BuddySearchResult_) GetDisplayName

func (p *BuddySearchResult_) GetDisplayName() string

func (*BuddySearchResult_) GetMid

func (p *BuddySearchResult_) GetMid() string

func (*BuddySearchResult_) GetPicturePath

func (p *BuddySearchResult_) GetPicturePath() string

func (*BuddySearchResult_) GetPictureStatus

func (p *BuddySearchResult_) GetPictureStatus() string

func (*BuddySearchResult_) GetStatusMessage

func (p *BuddySearchResult_) GetStatusMessage() string

func (*BuddySearchResult_) Read

func (p *BuddySearchResult_) Read(iprot TProtocol) error

func (*BuddySearchResult_) ReadField1

func (p *BuddySearchResult_) ReadField1(iprot TProtocol) error

func (*BuddySearchResult_) ReadField2

func (p *BuddySearchResult_) ReadField2(iprot TProtocol) error

func (*BuddySearchResult_) ReadField3

func (p *BuddySearchResult_) ReadField3(iprot TProtocol) error

func (*BuddySearchResult_) ReadField4

func (p *BuddySearchResult_) ReadField4(iprot TProtocol) error

func (*BuddySearchResult_) ReadField5

func (p *BuddySearchResult_) ReadField5(iprot TProtocol) error

func (*BuddySearchResult_) ReadField6

func (p *BuddySearchResult_) ReadField6(iprot TProtocol) error

func (*BuddySearchResult_) String

func (p *BuddySearchResult_) String() string

func (*BuddySearchResult_) Write

func (p *BuddySearchResult_) Write(oprot TProtocol) error

type BuddyService

type BuddyService interface {
	// Parameters:
	//  - Language
	//  - Country
	//  - Query
	//  - FromIndex
	//  - Count
	//  - RequestSource
	FindBuddyContactsByQuery(ctx context.Context, language string, country string, query string, fromIndex int32, count int32, requestSource BuddySearchRequestSource) (r []*BuddySearchResult_, err error)
	// Parameters:
	//  - Language
	//  - Country
	//  - Classification
	//  - FromIndex
	//  - Count
	GetBuddyContacts(ctx context.Context, language string, country string, classification string, fromIndex int32, count int32) (r []*Contact, err error)
	// Parameters:
	//  - BuddyMid
	GetBuddyDetail(ctx context.Context, buddyMid string) (r *BuddyDetail, err error)
	// Parameters:
	//  - BuddyMid
	GetBuddyOnAir(ctx context.Context, buddyMid string) (r *BuddyOnAir, err error)
	GetCountriesHavingBuddy(ctx context.Context) (r []string, err error)
	// Parameters:
	//  - Country
	GetNewlyReleasedBuddyIds(ctx context.Context, country string) (r map[string]int64, err error)
	// Parameters:
	//  - Language
	//  - Country
	//  - ApplicationType
	//  - ResourceSpecification
	GetPopularBuddyBanner(ctx context.Context, language string, country string, applicationType ApplicationType, resourceSpecification string) (r *BuddyBanner, err error)
	// Parameters:
	//  - Language
	//  - Country
	GetPopularBuddyLists(ctx context.Context, language string, country string) (r []*BuddyList, err error)
	// Parameters:
	//  - Language
	//  - Country
	GetPromotedBuddyContacts(ctx context.Context, language string, country string) (r []*Contact, err error)
}

type BuddyServiceClient

type BuddyServiceClient struct {
	// contains filtered or unexported fields
}

func NewBuddyServiceClient

func NewBuddyServiceClient(c TClient) *BuddyServiceClient

func NewBuddyServiceClientFactory

func NewBuddyServiceClientFactory(t TTransport, f TProtocolFactory) *BuddyServiceClient

func NewBuddyServiceClientProtocol

func NewBuddyServiceClientProtocol(t TTransport, iprot TProtocol, oprot TProtocol) *BuddyServiceClient

func (*BuddyServiceClient) Client_

func (p *BuddyServiceClient) Client_() TClient

func (*BuddyServiceClient) FindBuddyContactsByQuery

func (p *BuddyServiceClient) FindBuddyContactsByQuery(ctx context.Context, language string, country string, query string, fromIndex int32, count int32, requestSource BuddySearchRequestSource) (r []*BuddySearchResult_, err error)

Parameters:

  • Language
  • Country
  • Query
  • FromIndex
  • Count
  • RequestSource

func (*BuddyServiceClient) GetBuddyContacts

func (p *BuddyServiceClient) GetBuddyContacts(ctx context.Context, language string, country string, classification string, fromIndex int32, count int32) (r []*Contact, err error)

Parameters:

  • Language
  • Country
  • Classification
  • FromIndex
  • Count

func (*BuddyServiceClient) GetBuddyDetail

func (p *BuddyServiceClient) GetBuddyDetail(ctx context.Context, buddyMid string) (r *BuddyDetail, err error)

Parameters:

  • BuddyMid

func (*BuddyServiceClient) GetBuddyOnAir

func (p *BuddyServiceClient) GetBuddyOnAir(ctx context.Context, buddyMid string) (r *BuddyOnAir, err error)

Parameters:

  • BuddyMid

func (*BuddyServiceClient) GetCountriesHavingBuddy

func (p *BuddyServiceClient) GetCountriesHavingBuddy(ctx context.Context) (r []string, err error)

func (*BuddyServiceClient) GetNewlyReleasedBuddyIds

func (p *BuddyServiceClient) GetNewlyReleasedBuddyIds(ctx context.Context, country string) (r map[string]int64, err error)

Parameters:

  • Country

func (*BuddyServiceClient) GetPopularBuddyBanner

func (p *BuddyServiceClient) GetPopularBuddyBanner(ctx context.Context, language string, country string, applicationType ApplicationType, resourceSpecification string) (r *BuddyBanner, err error)

Parameters:

  • Language
  • Country
  • ApplicationType
  • ResourceSpecification

func (*BuddyServiceClient) GetPopularBuddyLists

func (p *BuddyServiceClient) GetPopularBuddyLists(ctx context.Context, language string, country string) (r []*BuddyList, err error)

Parameters:

  • Language
  • Country

func (*BuddyServiceClient) GetPromotedBuddyContacts

func (p *BuddyServiceClient) GetPromotedBuddyContacts(ctx context.Context, language string, country string) (r []*Contact, err error)

Parameters:

  • Language
  • Country

type BuddyServiceFindBuddyContactsByQueryArgs

type BuddyServiceFindBuddyContactsByQueryArgs struct {
	// unused field # 1
	Language      string                   `thrift:"language,2" db:"language" json:"language"`
	Country       string                   `thrift:"country,3" db:"country" json:"country"`
	Query         string                   `thrift:"query,4" db:"query" json:"query"`
	FromIndex     int32                    `thrift:"fromIndex,5" db:"fromIndex" json:"fromIndex"`
	Count         int32                    `thrift:"count,6" db:"count" json:"count"`
	RequestSource BuddySearchRequestSource `thrift:"requestSource,7" db:"requestSource" json:"requestSource"`
}

Attributes:

  • Language
  • Country
  • Query
  • FromIndex
  • Count
  • RequestSource

func NewBuddyServiceFindBuddyContactsByQueryArgs

func NewBuddyServiceFindBuddyContactsByQueryArgs() *BuddyServiceFindBuddyContactsByQueryArgs

func (*BuddyServiceFindBuddyContactsByQueryArgs) GetCount

func (*BuddyServiceFindBuddyContactsByQueryArgs) GetCountry

func (*BuddyServiceFindBuddyContactsByQueryArgs) GetFromIndex

func (*BuddyServiceFindBuddyContactsByQueryArgs) GetLanguage

func (*BuddyServiceFindBuddyContactsByQueryArgs) GetQuery

func (*BuddyServiceFindBuddyContactsByQueryArgs) GetRequestSource

func (*BuddyServiceFindBuddyContactsByQueryArgs) Read

func (*BuddyServiceFindBuddyContactsByQueryArgs) ReadField2

func (*BuddyServiceFindBuddyContactsByQueryArgs) ReadField3

func (*BuddyServiceFindBuddyContactsByQueryArgs) ReadField4

func (*BuddyServiceFindBuddyContactsByQueryArgs) ReadField5

func (*BuddyServiceFindBuddyContactsByQueryArgs) ReadField6

func (*BuddyServiceFindBuddyContactsByQueryArgs) ReadField7

func (*BuddyServiceFindBuddyContactsByQueryArgs) String

func (*BuddyServiceFindBuddyContactsByQueryArgs) Write

type BuddyServiceFindBuddyContactsByQueryResult

type BuddyServiceFindBuddyContactsByQueryResult struct {
	Success []*BuddySearchResult_ `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException        `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewBuddyServiceFindBuddyContactsByQueryResult

func NewBuddyServiceFindBuddyContactsByQueryResult() *BuddyServiceFindBuddyContactsByQueryResult

func (*BuddyServiceFindBuddyContactsByQueryResult) GetE

func (*BuddyServiceFindBuddyContactsByQueryResult) GetSuccess

func (*BuddyServiceFindBuddyContactsByQueryResult) IsSetE

func (*BuddyServiceFindBuddyContactsByQueryResult) IsSetSuccess

func (*BuddyServiceFindBuddyContactsByQueryResult) Read

func (*BuddyServiceFindBuddyContactsByQueryResult) ReadField0

func (*BuddyServiceFindBuddyContactsByQueryResult) ReadField1

func (*BuddyServiceFindBuddyContactsByQueryResult) String

func (*BuddyServiceFindBuddyContactsByQueryResult) Write

type BuddyServiceGetBuddyContactsArgs

type BuddyServiceGetBuddyContactsArgs struct {
	// unused field # 1
	Language       string `thrift:"language,2" db:"language" json:"language"`
	Country        string `thrift:"country,3" db:"country" json:"country"`
	Classification string `thrift:"classification,4" db:"classification" json:"classification"`
	FromIndex      int32  `thrift:"fromIndex,5" db:"fromIndex" json:"fromIndex"`
	Count          int32  `thrift:"count,6" db:"count" json:"count"`
}

Attributes:

  • Language
  • Country
  • Classification
  • FromIndex
  • Count

func NewBuddyServiceGetBuddyContactsArgs

func NewBuddyServiceGetBuddyContactsArgs() *BuddyServiceGetBuddyContactsArgs

func (*BuddyServiceGetBuddyContactsArgs) GetClassification

func (p *BuddyServiceGetBuddyContactsArgs) GetClassification() string

func (*BuddyServiceGetBuddyContactsArgs) GetCount

func (*BuddyServiceGetBuddyContactsArgs) GetCountry

func (p *BuddyServiceGetBuddyContactsArgs) GetCountry() string

func (*BuddyServiceGetBuddyContactsArgs) GetFromIndex

func (p *BuddyServiceGetBuddyContactsArgs) GetFromIndex() int32

func (*BuddyServiceGetBuddyContactsArgs) GetLanguage

func (p *BuddyServiceGetBuddyContactsArgs) GetLanguage() string

func (*BuddyServiceGetBuddyContactsArgs) Read

func (*BuddyServiceGetBuddyContactsArgs) ReadField2

func (p *BuddyServiceGetBuddyContactsArgs) ReadField2(iprot TProtocol) error

func (*BuddyServiceGetBuddyContactsArgs) ReadField3

func (p *BuddyServiceGetBuddyContactsArgs) ReadField3(iprot TProtocol) error

func (*BuddyServiceGetBuddyContactsArgs) ReadField4

func (p *BuddyServiceGetBuddyContactsArgs) ReadField4(iprot TProtocol) error

func (*BuddyServiceGetBuddyContactsArgs) ReadField5

func (p *BuddyServiceGetBuddyContactsArgs) ReadField5(iprot TProtocol) error

func (*BuddyServiceGetBuddyContactsArgs) ReadField6

func (p *BuddyServiceGetBuddyContactsArgs) ReadField6(iprot TProtocol) error

func (*BuddyServiceGetBuddyContactsArgs) String

func (*BuddyServiceGetBuddyContactsArgs) Write

type BuddyServiceGetBuddyContactsResult

type BuddyServiceGetBuddyContactsResult struct {
	Success []*Contact     `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewBuddyServiceGetBuddyContactsResult

func NewBuddyServiceGetBuddyContactsResult() *BuddyServiceGetBuddyContactsResult

func (*BuddyServiceGetBuddyContactsResult) GetE

func (*BuddyServiceGetBuddyContactsResult) GetSuccess

func (p *BuddyServiceGetBuddyContactsResult) GetSuccess() []*Contact

func (*BuddyServiceGetBuddyContactsResult) IsSetE

func (*BuddyServiceGetBuddyContactsResult) IsSetSuccess

func (p *BuddyServiceGetBuddyContactsResult) IsSetSuccess() bool

func (*BuddyServiceGetBuddyContactsResult) Read

func (*BuddyServiceGetBuddyContactsResult) ReadField0

func (p *BuddyServiceGetBuddyContactsResult) ReadField0(iprot TProtocol) error

func (*BuddyServiceGetBuddyContactsResult) ReadField1

func (p *BuddyServiceGetBuddyContactsResult) ReadField1(iprot TProtocol) error

func (*BuddyServiceGetBuddyContactsResult) String

func (*BuddyServiceGetBuddyContactsResult) Write

type BuddyServiceGetBuddyDetailArgs

type BuddyServiceGetBuddyDetailArgs struct {
	// unused fields # 1 to 3
	BuddyMid string `thrift:"buddyMid,4" db:"buddyMid" json:"buddyMid"`
}

Attributes:

  • BuddyMid

func NewBuddyServiceGetBuddyDetailArgs

func NewBuddyServiceGetBuddyDetailArgs() *BuddyServiceGetBuddyDetailArgs

func (*BuddyServiceGetBuddyDetailArgs) GetBuddyMid

func (p *BuddyServiceGetBuddyDetailArgs) GetBuddyMid() string

func (*BuddyServiceGetBuddyDetailArgs) Read

func (*BuddyServiceGetBuddyDetailArgs) ReadField4

func (p *BuddyServiceGetBuddyDetailArgs) ReadField4(iprot TProtocol) error

func (*BuddyServiceGetBuddyDetailArgs) String

func (*BuddyServiceGetBuddyDetailArgs) Write

type BuddyServiceGetBuddyDetailResult

type BuddyServiceGetBuddyDetailResult struct {
	Success *BuddyDetail   `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewBuddyServiceGetBuddyDetailResult

func NewBuddyServiceGetBuddyDetailResult() *BuddyServiceGetBuddyDetailResult

func (*BuddyServiceGetBuddyDetailResult) GetE

func (*BuddyServiceGetBuddyDetailResult) GetSuccess

func (*BuddyServiceGetBuddyDetailResult) IsSetE

func (*BuddyServiceGetBuddyDetailResult) IsSetSuccess

func (p *BuddyServiceGetBuddyDetailResult) IsSetSuccess() bool

func (*BuddyServiceGetBuddyDetailResult) Read

func (*BuddyServiceGetBuddyDetailResult) ReadField0

func (p *BuddyServiceGetBuddyDetailResult) ReadField0(iprot TProtocol) error

func (*BuddyServiceGetBuddyDetailResult) ReadField1

func (p *BuddyServiceGetBuddyDetailResult) ReadField1(iprot TProtocol) error

func (*BuddyServiceGetBuddyDetailResult) String

func (*BuddyServiceGetBuddyDetailResult) Write

type BuddyServiceGetBuddyOnAirArgs

type BuddyServiceGetBuddyOnAirArgs struct {
	// unused fields # 1 to 3
	BuddyMid string `thrift:"buddyMid,4" db:"buddyMid" json:"buddyMid"`
}

Attributes:

  • BuddyMid

func NewBuddyServiceGetBuddyOnAirArgs

func NewBuddyServiceGetBuddyOnAirArgs() *BuddyServiceGetBuddyOnAirArgs

func (*BuddyServiceGetBuddyOnAirArgs) GetBuddyMid

func (p *BuddyServiceGetBuddyOnAirArgs) GetBuddyMid() string

func (*BuddyServiceGetBuddyOnAirArgs) Read

func (*BuddyServiceGetBuddyOnAirArgs) ReadField4

func (p *BuddyServiceGetBuddyOnAirArgs) ReadField4(iprot TProtocol) error

func (*BuddyServiceGetBuddyOnAirArgs) String

func (*BuddyServiceGetBuddyOnAirArgs) Write

type BuddyServiceGetBuddyOnAirResult

type BuddyServiceGetBuddyOnAirResult struct {
	Success *BuddyOnAir    `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewBuddyServiceGetBuddyOnAirResult

func NewBuddyServiceGetBuddyOnAirResult() *BuddyServiceGetBuddyOnAirResult

func (*BuddyServiceGetBuddyOnAirResult) GetE

func (*BuddyServiceGetBuddyOnAirResult) GetSuccess

func (*BuddyServiceGetBuddyOnAirResult) IsSetE

func (*BuddyServiceGetBuddyOnAirResult) IsSetSuccess

func (p *BuddyServiceGetBuddyOnAirResult) IsSetSuccess() bool

func (*BuddyServiceGetBuddyOnAirResult) Read

func (*BuddyServiceGetBuddyOnAirResult) ReadField0

func (p *BuddyServiceGetBuddyOnAirResult) ReadField0(iprot TProtocol) error

func (*BuddyServiceGetBuddyOnAirResult) ReadField1

func (p *BuddyServiceGetBuddyOnAirResult) ReadField1(iprot TProtocol) error

func (*BuddyServiceGetBuddyOnAirResult) String

func (*BuddyServiceGetBuddyOnAirResult) Write

type BuddyServiceGetCountriesHavingBuddyArgs

type BuddyServiceGetCountriesHavingBuddyArgs struct {
}

func NewBuddyServiceGetCountriesHavingBuddyArgs

func NewBuddyServiceGetCountriesHavingBuddyArgs() *BuddyServiceGetCountriesHavingBuddyArgs

func (*BuddyServiceGetCountriesHavingBuddyArgs) Read

func (*BuddyServiceGetCountriesHavingBuddyArgs) String

func (*BuddyServiceGetCountriesHavingBuddyArgs) Write

type BuddyServiceGetCountriesHavingBuddyResult

type BuddyServiceGetCountriesHavingBuddyResult struct {
	Success []string       `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewBuddyServiceGetCountriesHavingBuddyResult

func NewBuddyServiceGetCountriesHavingBuddyResult() *BuddyServiceGetCountriesHavingBuddyResult

func (*BuddyServiceGetCountriesHavingBuddyResult) GetE

func (*BuddyServiceGetCountriesHavingBuddyResult) GetSuccess

func (*BuddyServiceGetCountriesHavingBuddyResult) IsSetE

func (*BuddyServiceGetCountriesHavingBuddyResult) IsSetSuccess

func (*BuddyServiceGetCountriesHavingBuddyResult) Read

func (*BuddyServiceGetCountriesHavingBuddyResult) ReadField0

func (*BuddyServiceGetCountriesHavingBuddyResult) ReadField1

func (*BuddyServiceGetCountriesHavingBuddyResult) String

func (*BuddyServiceGetCountriesHavingBuddyResult) Write

type BuddyServiceGetNewlyReleasedBuddyIdsArgs

type BuddyServiceGetNewlyReleasedBuddyIdsArgs struct {
	// unused fields # 1 to 2
	Country string `thrift:"country,3" db:"country" json:"country"`
}

Attributes:

  • Country

func NewBuddyServiceGetNewlyReleasedBuddyIdsArgs

func NewBuddyServiceGetNewlyReleasedBuddyIdsArgs() *BuddyServiceGetNewlyReleasedBuddyIdsArgs

func (*BuddyServiceGetNewlyReleasedBuddyIdsArgs) GetCountry

func (*BuddyServiceGetNewlyReleasedBuddyIdsArgs) Read

func (*BuddyServiceGetNewlyReleasedBuddyIdsArgs) ReadField3

func (*BuddyServiceGetNewlyReleasedBuddyIdsArgs) String

func (*BuddyServiceGetNewlyReleasedBuddyIdsArgs) Write

type BuddyServiceGetNewlyReleasedBuddyIdsResult

type BuddyServiceGetNewlyReleasedBuddyIdsResult struct {
	Success map[string]int64 `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException   `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewBuddyServiceGetNewlyReleasedBuddyIdsResult

func NewBuddyServiceGetNewlyReleasedBuddyIdsResult() *BuddyServiceGetNewlyReleasedBuddyIdsResult

func (*BuddyServiceGetNewlyReleasedBuddyIdsResult) GetE

func (*BuddyServiceGetNewlyReleasedBuddyIdsResult) GetSuccess

func (*BuddyServiceGetNewlyReleasedBuddyIdsResult) IsSetE

func (*BuddyServiceGetNewlyReleasedBuddyIdsResult) IsSetSuccess

func (*BuddyServiceGetNewlyReleasedBuddyIdsResult) Read

func (*BuddyServiceGetNewlyReleasedBuddyIdsResult) ReadField0

func (*BuddyServiceGetNewlyReleasedBuddyIdsResult) ReadField1

func (*BuddyServiceGetNewlyReleasedBuddyIdsResult) String

func (*BuddyServiceGetNewlyReleasedBuddyIdsResult) Write

type BuddyServiceGetPopularBuddyBannerArgs

type BuddyServiceGetPopularBuddyBannerArgs struct {
	// unused field # 1
	Language              string          `thrift:"language,2" db:"language" json:"language"`
	Country               string          `thrift:"country,3" db:"country" json:"country"`
	ApplicationType       ApplicationType `thrift:"applicationType,4" db:"applicationType" json:"applicationType"`
	ResourceSpecification string          `thrift:"resourceSpecification,5" db:"resourceSpecification" json:"resourceSpecification"`
}

Attributes:

  • Language
  • Country
  • ApplicationType
  • ResourceSpecification

func NewBuddyServiceGetPopularBuddyBannerArgs

func NewBuddyServiceGetPopularBuddyBannerArgs() *BuddyServiceGetPopularBuddyBannerArgs

func (*BuddyServiceGetPopularBuddyBannerArgs) GetApplicationType

func (*BuddyServiceGetPopularBuddyBannerArgs) GetCountry

func (*BuddyServiceGetPopularBuddyBannerArgs) GetLanguage

func (*BuddyServiceGetPopularBuddyBannerArgs) GetResourceSpecification

func (p *BuddyServiceGetPopularBuddyBannerArgs) GetResourceSpecification() string

func (*BuddyServiceGetPopularBuddyBannerArgs) Read

func (*BuddyServiceGetPopularBuddyBannerArgs) ReadField2

func (*BuddyServiceGetPopularBuddyBannerArgs) ReadField3

func (*BuddyServiceGetPopularBuddyBannerArgs) ReadField4

func (*BuddyServiceGetPopularBuddyBannerArgs) ReadField5

func (*BuddyServiceGetPopularBuddyBannerArgs) String

func (*BuddyServiceGetPopularBuddyBannerArgs) Write

type BuddyServiceGetPopularBuddyBannerResult

type BuddyServiceGetPopularBuddyBannerResult struct {
	Success *BuddyBanner   `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewBuddyServiceGetPopularBuddyBannerResult

func NewBuddyServiceGetPopularBuddyBannerResult() *BuddyServiceGetPopularBuddyBannerResult

func (*BuddyServiceGetPopularBuddyBannerResult) GetE

func (*BuddyServiceGetPopularBuddyBannerResult) GetSuccess

func (*BuddyServiceGetPopularBuddyBannerResult) IsSetE

func (*BuddyServiceGetPopularBuddyBannerResult) IsSetSuccess

func (*BuddyServiceGetPopularBuddyBannerResult) Read

func (*BuddyServiceGetPopularBuddyBannerResult) ReadField0

func (*BuddyServiceGetPopularBuddyBannerResult) ReadField1

func (*BuddyServiceGetPopularBuddyBannerResult) String

func (*BuddyServiceGetPopularBuddyBannerResult) Write

type BuddyServiceGetPopularBuddyListsArgs

type BuddyServiceGetPopularBuddyListsArgs struct {
	// unused field # 1
	Language string `thrift:"language,2" db:"language" json:"language"`
	Country  string `thrift:"country,3" db:"country" json:"country"`
}

Attributes:

  • Language
  • Country

func NewBuddyServiceGetPopularBuddyListsArgs

func NewBuddyServiceGetPopularBuddyListsArgs() *BuddyServiceGetPopularBuddyListsArgs

func (*BuddyServiceGetPopularBuddyListsArgs) GetCountry

func (*BuddyServiceGetPopularBuddyListsArgs) GetLanguage

func (*BuddyServiceGetPopularBuddyListsArgs) Read

func (*BuddyServiceGetPopularBuddyListsArgs) ReadField2

func (*BuddyServiceGetPopularBuddyListsArgs) ReadField3

func (*BuddyServiceGetPopularBuddyListsArgs) String

func (*BuddyServiceGetPopularBuddyListsArgs) Write

type BuddyServiceGetPopularBuddyListsResult

type BuddyServiceGetPopularBuddyListsResult struct {
	Success []*BuddyList   `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewBuddyServiceGetPopularBuddyListsResult

func NewBuddyServiceGetPopularBuddyListsResult() *BuddyServiceGetPopularBuddyListsResult

func (*BuddyServiceGetPopularBuddyListsResult) GetE

func (*BuddyServiceGetPopularBuddyListsResult) GetSuccess

func (*BuddyServiceGetPopularBuddyListsResult) IsSetE

func (*BuddyServiceGetPopularBuddyListsResult) IsSetSuccess

func (p *BuddyServiceGetPopularBuddyListsResult) IsSetSuccess() bool

func (*BuddyServiceGetPopularBuddyListsResult) Read

func (*BuddyServiceGetPopularBuddyListsResult) ReadField0

func (*BuddyServiceGetPopularBuddyListsResult) ReadField1

func (*BuddyServiceGetPopularBuddyListsResult) String

func (*BuddyServiceGetPopularBuddyListsResult) Write

type BuddyServiceGetPromotedBuddyContactsArgs

type BuddyServiceGetPromotedBuddyContactsArgs struct {
	// unused field # 1
	Language string `thrift:"language,2" db:"language" json:"language"`
	Country  string `thrift:"country,3" db:"country" json:"country"`
}

Attributes:

  • Language
  • Country

func NewBuddyServiceGetPromotedBuddyContactsArgs

func NewBuddyServiceGetPromotedBuddyContactsArgs() *BuddyServiceGetPromotedBuddyContactsArgs

func (*BuddyServiceGetPromotedBuddyContactsArgs) GetCountry

func (*BuddyServiceGetPromotedBuddyContactsArgs) GetLanguage

func (*BuddyServiceGetPromotedBuddyContactsArgs) Read

func (*BuddyServiceGetPromotedBuddyContactsArgs) ReadField2

func (*BuddyServiceGetPromotedBuddyContactsArgs) ReadField3

func (*BuddyServiceGetPromotedBuddyContactsArgs) String

func (*BuddyServiceGetPromotedBuddyContactsArgs) Write

type BuddyServiceGetPromotedBuddyContactsResult

type BuddyServiceGetPromotedBuddyContactsResult struct {
	Success []*Contact     `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewBuddyServiceGetPromotedBuddyContactsResult

func NewBuddyServiceGetPromotedBuddyContactsResult() *BuddyServiceGetPromotedBuddyContactsResult

func (*BuddyServiceGetPromotedBuddyContactsResult) GetE

func (*BuddyServiceGetPromotedBuddyContactsResult) GetSuccess

func (*BuddyServiceGetPromotedBuddyContactsResult) IsSetE

func (*BuddyServiceGetPromotedBuddyContactsResult) IsSetSuccess

func (*BuddyServiceGetPromotedBuddyContactsResult) Read

func (*BuddyServiceGetPromotedBuddyContactsResult) ReadField0

func (*BuddyServiceGetPromotedBuddyContactsResult) ReadField1

func (*BuddyServiceGetPromotedBuddyContactsResult) String

func (*BuddyServiceGetPromotedBuddyContactsResult) Write

type BuddyServiceProcessor

type BuddyServiceProcessor struct {
	// contains filtered or unexported fields
}

func NewBuddyServiceProcessor

func NewBuddyServiceProcessor(handler BuddyService) *BuddyServiceProcessor

func (*BuddyServiceProcessor) AddToProcessorMap

func (p *BuddyServiceProcessor) AddToProcessorMap(key string, processor TProcessorFunction)

func (*BuddyServiceProcessor) GetProcessorFunction

func (p *BuddyServiceProcessor) GetProcessorFunction(key string) (processor TProcessorFunction, ok bool)

func (*BuddyServiceProcessor) Process

func (p *BuddyServiceProcessor) Process(ctx context.Context, iprot, oprot TProtocol) (success bool, err TException)

func (*BuddyServiceProcessor) ProcessorMap

func (p *BuddyServiceProcessor) ProcessorMap() map[string]TProcessorFunction

type CancelChatInvitationRequest

type CancelChatInvitationRequest struct {
	ReqSeq         int32    `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"`
	ChatMid        string   `thrift:"chatMid,2" db:"chatMid" json:"chatMid"`
	TargetUserMids []string `thrift:"targetUserMids,3" db:"targetUserMids" json:"targetUserMids"`
}

Attributes:

  • ReqSeq
  • ChatMid
  • TargetUserMids
var TalkServiceCancelChatInvitationArgs_Request_DEFAULT *CancelChatInvitationRequest

func NewCancelChatInvitationRequest

func NewCancelChatInvitationRequest() *CancelChatInvitationRequest

func (*CancelChatInvitationRequest) GetChatMid

func (p *CancelChatInvitationRequest) GetChatMid() string

func (*CancelChatInvitationRequest) GetReqSeq

func (p *CancelChatInvitationRequest) GetReqSeq() int32

func (*CancelChatInvitationRequest) GetTargetUserMids

func (p *CancelChatInvitationRequest) GetTargetUserMids() []string

func (*CancelChatInvitationRequest) Read

func (*CancelChatInvitationRequest) ReadField1

func (p *CancelChatInvitationRequest) ReadField1(iprot TProtocol) error

func (*CancelChatInvitationRequest) ReadField2

func (p *CancelChatInvitationRequest) ReadField2(iprot TProtocol) error

func (*CancelChatInvitationRequest) ReadField3

func (p *CancelChatInvitationRequest) ReadField3(iprot TProtocol) error

func (*CancelChatInvitationRequest) String

func (p *CancelChatInvitationRequest) String() string

func (*CancelChatInvitationRequest) Write

type CancelChatInvitationResponse

type CancelChatInvitationResponse struct {
}
var TalkServiceCancelChatInvitationResult_Success_DEFAULT *CancelChatInvitationResponse

func NewCancelChatInvitationResponse

func NewCancelChatInvitationResponse() *CancelChatInvitationResponse

func (*CancelChatInvitationResponse) Read

func (*CancelChatInvitationResponse) String

func (*CancelChatInvitationResponse) Write

type CarrierCode

type CarrierCode int64
const (
	CarrierCode_NOT_SPECIFIED CarrierCode = 0
	CarrierCode_JP_DOCOMO     CarrierCode = 1
	CarrierCode_JP_AU         CarrierCode = 2
	CarrierCode_JP_SOFTBANK   CarrierCode = 3
	CarrierCode_KR_SKT        CarrierCode = 17
	CarrierCode_KR_KT         CarrierCode = 18
	CarrierCode_KR_LGT        CarrierCode = 19
)

func CarrierCodeFromString

func CarrierCodeFromString(s string) (CarrierCode, error)

func CarrierCodePtr

func CarrierCodePtr(v CarrierCode) *CarrierCode

func (CarrierCode) MarshalText

func (p CarrierCode) MarshalText() ([]byte, error)

func (*CarrierCode) Scan

func (p *CarrierCode) Scan(value interface{}) error

func (CarrierCode) String

func (p CarrierCode) String() string

func (*CarrierCode) UnmarshalText

func (p *CarrierCode) UnmarshalText(text []byte) error

func (*CarrierCode) Value

func (p *CarrierCode) Value() (driver.Value, error)

type Categories

type Categories int64
const (
	Categories_BACKGROUND Categories = 0
	Categories_KEYWORD    Categories = 1
)

func CategoriesFromString

func CategoriesFromString(s string) (Categories, error)

func CategoriesPtr

func CategoriesPtr(v Categories) *Categories

func (Categories) MarshalText

func (p Categories) MarshalText() ([]byte, error)

func (*Categories) Scan

func (p *Categories) Scan(value interface{}) error

func (Categories) String

func (p Categories) String() string

func (*Categories) UnmarshalText

func (p *Categories) UnmarshalText(text []byte) error

func (*Categories) Value

func (p *Categories) Value() (driver.Value, error)

type ChannelApplicationProvidedService

type ChannelApplicationProvidedService interface {
	ActiveBuddySubscriberCount(ctx context.Context) (r int64, err error)
	// Parameters:
	//  - OpType
	//  - Param1
	//  - Param2
	//  - Param3
	AddOperationForChannel(ctx context.Context, opType OpType, param1 string, param2 string, param3 string) (err error)
	DisplayBuddySubscriberCount(ctx context.Context) (r int64, err error)
	// Parameters:
	//  - Userid
	FindContactByUseridWithoutAbuseBlockForChannel(ctx context.Context, userid string) (r *Contact, err error)
	GetAllContactIdsForChannel(ctx context.Context) (r []string, err error)
	// Parameters:
	//  - LastModifiedTimestamp
	GetCompactContacts(ctx context.Context, lastModifiedTimestamp int64) (r []*CompactContact, err error)
	// Parameters:
	//  - Ids
	GetContactsForChannel(ctx context.Context, ids []string) (r []*Contact, err error)
	// Parameters:
	//  - Mid
	GetDisplayName(ctx context.Context, mid string) (r string, err error)
	GetFavoriteMidsForChannel(ctx context.Context) (r []string, err error)
	GetFriendMids(ctx context.Context) (r []string, err error)
	// Parameters:
	//  - GroupId
	GetGroupMemberMids(ctx context.Context, groupId string) (r []string, err error)
	// Parameters:
	//  - GroupIds
	GetGroupsForChannel(ctx context.Context, groupIds []string) (r []*Group, err error)
	GetIdentityCredential(ctx context.Context) (r *IdentityCredential, err error)
	GetJoinedGroupIdsForChannel(ctx context.Context) (r []string, err error)
	GetMetaProfile(ctx context.Context) (r *MetaProfile, err error)
	GetMid(ctx context.Context) (r string, err error)
	GetPrimaryClientForChannel(ctx context.Context) (r *SimpleChannelClient, err error)
	GetProfileForChannel(ctx context.Context) (r *Profile, err error)
	// Parameters:
	//  - Ids
	GetSimpleChannelContacts(ctx context.Context, ids []string) (r []*SimpleChannelContact, err error)
	// Parameters:
	//  - Country
	//  - RemoteIp
	GetUserCountryForBilling(ctx context.Context, country string, remoteIp string) (r string, err error)
	GetUserCreateTime(ctx context.Context) (r int64, err error)
	GetUserIdentities(ctx context.Context) (r map[RegistrationType]string, err error)
	GetUserLanguage(ctx context.Context) (r string, err error)
	GetUserMidsWhoAddedMe(ctx context.Context) (r []string, err error)
	// Parameters:
	//  - GroupId
	IsGroupMember(ctx context.Context, groupId string) (r bool, err error)
	// Parameters:
	//  - Mid
	IsInContact(ctx context.Context, mid string) (r bool, err error)
	// Parameters:
	//  - CpId
	//  - RegisterPassword
	RegisterChannelCP(ctx context.Context, cpId string, registerPassword string) (r string, err error)
	// Parameters:
	//  - NotificationStatus
	RemoveNotificationStatus(ctx context.Context, notificationStatus NotificationStatus) (err error)
	// Parameters:
	//  - Message
	SendMessageForChannel(ctx context.Context, message *Message) (r *Message, err error)
	// Parameters:
	//  - Verifier
	SendPinCodeOperation(ctx context.Context, verifier string) (err error)
	// Parameters:
	//  - ProfileAttribute
	//  - Value
	UpdateProfileAttributeForChannel(ctx context.Context, profileAttribute ProfileAttribute, value string) (err error)
}

type ChannelApplicationProvidedServiceActiveBuddySubscriberCountArgs

type ChannelApplicationProvidedServiceActiveBuddySubscriberCountArgs struct {
}

func (*ChannelApplicationProvidedServiceActiveBuddySubscriberCountArgs) Read

func (*ChannelApplicationProvidedServiceActiveBuddySubscriberCountArgs) String

func (*ChannelApplicationProvidedServiceActiveBuddySubscriberCountArgs) Write

type ChannelApplicationProvidedServiceActiveBuddySubscriberCountResult

type ChannelApplicationProvidedServiceActiveBuddySubscriberCountResult struct {
	Success *int64         `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func (*ChannelApplicationProvidedServiceActiveBuddySubscriberCountResult) GetE

func (*ChannelApplicationProvidedServiceActiveBuddySubscriberCountResult) GetSuccess

func (*ChannelApplicationProvidedServiceActiveBuddySubscriberCountResult) IsSetE

func (*ChannelApplicationProvidedServiceActiveBuddySubscriberCountResult) IsSetSuccess

func (*ChannelApplicationProvidedServiceActiveBuddySubscriberCountResult) Read

func (*ChannelApplicationProvidedServiceActiveBuddySubscriberCountResult) ReadField0

func (*ChannelApplicationProvidedServiceActiveBuddySubscriberCountResult) ReadField1

func (*ChannelApplicationProvidedServiceActiveBuddySubscriberCountResult) String

func (*ChannelApplicationProvidedServiceActiveBuddySubscriberCountResult) Write

type ChannelApplicationProvidedServiceAddOperationForChannelArgs

type ChannelApplicationProvidedServiceAddOperationForChannelArgs struct {
	OpType OpType `thrift:"opType,1" db:"opType" json:"opType"`
	Param1 string `thrift:"param1,2" db:"param1" json:"param1"`
	Param2 string `thrift:"param2,3" db:"param2" json:"param2"`
	Param3 string `thrift:"param3,4" db:"param3" json:"param3"`
}

Attributes:

  • OpType
  • Param1
  • Param2
  • Param3

func (*ChannelApplicationProvidedServiceAddOperationForChannelArgs) GetOpType

func (*ChannelApplicationProvidedServiceAddOperationForChannelArgs) GetParam1

func (*ChannelApplicationProvidedServiceAddOperationForChannelArgs) GetParam2

func (*ChannelApplicationProvidedServiceAddOperationForChannelArgs) GetParam3

func (*ChannelApplicationProvidedServiceAddOperationForChannelArgs) Read

func (*ChannelApplicationProvidedServiceAddOperationForChannelArgs) ReadField1

func (*ChannelApplicationProvidedServiceAddOperationForChannelArgs) ReadField2

func (*ChannelApplicationProvidedServiceAddOperationForChannelArgs) ReadField3

func (*ChannelApplicationProvidedServiceAddOperationForChannelArgs) ReadField4

func (*ChannelApplicationProvidedServiceAddOperationForChannelArgs) String

func (*ChannelApplicationProvidedServiceAddOperationForChannelArgs) Write

type ChannelApplicationProvidedServiceAddOperationForChannelResult

type ChannelApplicationProvidedServiceAddOperationForChannelResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func (*ChannelApplicationProvidedServiceAddOperationForChannelResult) GetE

func (*ChannelApplicationProvidedServiceAddOperationForChannelResult) IsSetE

func (*ChannelApplicationProvidedServiceAddOperationForChannelResult) Read

func (*ChannelApplicationProvidedServiceAddOperationForChannelResult) ReadField1

func (*ChannelApplicationProvidedServiceAddOperationForChannelResult) String

func (*ChannelApplicationProvidedServiceAddOperationForChannelResult) Write

type ChannelApplicationProvidedServiceClient

type ChannelApplicationProvidedServiceClient struct {
	// contains filtered or unexported fields
}

func NewChannelApplicationProvidedServiceClient

func NewChannelApplicationProvidedServiceClient(c TClient) *ChannelApplicationProvidedServiceClient

func NewChannelApplicationProvidedServiceClientProtocol

func NewChannelApplicationProvidedServiceClientProtocol(t TTransport, iprot TProtocol, oprot TProtocol) *ChannelApplicationProvidedServiceClient

func (*ChannelApplicationProvidedServiceClient) ActiveBuddySubscriberCount

func (p *ChannelApplicationProvidedServiceClient) ActiveBuddySubscriberCount(ctx context.Context) (r int64, err error)

func (*ChannelApplicationProvidedServiceClient) AddOperationForChannel

func (p *ChannelApplicationProvidedServiceClient) AddOperationForChannel(ctx context.Context, opType OpType, param1 string, param2 string, param3 string) (err error)

Parameters:

  • OpType
  • Param1
  • Param2
  • Param3

func (*ChannelApplicationProvidedServiceClient) Client_

func (*ChannelApplicationProvidedServiceClient) DisplayBuddySubscriberCount

func (p *ChannelApplicationProvidedServiceClient) DisplayBuddySubscriberCount(ctx context.Context) (r int64, err error)

func (*ChannelApplicationProvidedServiceClient) FindContactByUseridWithoutAbuseBlockForChannel

func (p *ChannelApplicationProvidedServiceClient) FindContactByUseridWithoutAbuseBlockForChannel(ctx context.Context, userid string) (r *Contact, err error)

Parameters:

  • Userid

func (*ChannelApplicationProvidedServiceClient) GetAllContactIdsForChannel

func (p *ChannelApplicationProvidedServiceClient) GetAllContactIdsForChannel(ctx context.Context) (r []string, err error)

func (*ChannelApplicationProvidedServiceClient) GetCompactContacts

func (p *ChannelApplicationProvidedServiceClient) GetCompactContacts(ctx context.Context, lastModifiedTimestamp int64) (r []*CompactContact, err error)

Parameters:

  • LastModifiedTimestamp

func (*ChannelApplicationProvidedServiceClient) GetContactsForChannel

func (p *ChannelApplicationProvidedServiceClient) GetContactsForChannel(ctx context.Context, ids []string) (r []*Contact, err error)

Parameters:

  • Ids

func (*ChannelApplicationProvidedServiceClient) GetDisplayName

func (p *ChannelApplicationProvidedServiceClient) GetDisplayName(ctx context.Context, mid string) (r string, err error)

Parameters:

  • Mid

func (*ChannelApplicationProvidedServiceClient) GetFavoriteMidsForChannel

func (p *ChannelApplicationProvidedServiceClient) GetFavoriteMidsForChannel(ctx context.Context) (r []string, err error)

func (*ChannelApplicationProvidedServiceClient) GetFriendMids

func (p *ChannelApplicationProvidedServiceClient) GetFriendMids(ctx context.Context) (r []string, err error)

func (*ChannelApplicationProvidedServiceClient) GetGroupMemberMids

func (p *ChannelApplicationProvidedServiceClient) GetGroupMemberMids(ctx context.Context, groupId string) (r []string, err error)

Parameters:

  • GroupId

func (*ChannelApplicationProvidedServiceClient) GetGroupsForChannel

func (p *ChannelApplicationProvidedServiceClient) GetGroupsForChannel(ctx context.Context, groupIds []string) (r []*Group, err error)

Parameters:

  • GroupIds

func (*ChannelApplicationProvidedServiceClient) GetIdentityCredential

func (p *ChannelApplicationProvidedServiceClient) GetIdentityCredential(ctx context.Context) (r *IdentityCredential, err error)

func (*ChannelApplicationProvidedServiceClient) GetJoinedGroupIdsForChannel

func (p *ChannelApplicationProvidedServiceClient) GetJoinedGroupIdsForChannel(ctx context.Context) (r []string, err error)

func (*ChannelApplicationProvidedServiceClient) GetMetaProfile

func (p *ChannelApplicationProvidedServiceClient) GetMetaProfile(ctx context.Context) (r *MetaProfile, err error)

func (*ChannelApplicationProvidedServiceClient) GetMid

func (*ChannelApplicationProvidedServiceClient) GetPrimaryClientForChannel

func (p *ChannelApplicationProvidedServiceClient) GetPrimaryClientForChannel(ctx context.Context) (r *SimpleChannelClient, err error)

func (*ChannelApplicationProvidedServiceClient) GetProfileForChannel

func (p *ChannelApplicationProvidedServiceClient) GetProfileForChannel(ctx context.Context) (r *Profile, err error)

func (*ChannelApplicationProvidedServiceClient) GetSimpleChannelContacts

func (p *ChannelApplicationProvidedServiceClient) GetSimpleChannelContacts(ctx context.Context, ids []string) (r []*SimpleChannelContact, err error)

Parameters:

  • Ids

func (*ChannelApplicationProvidedServiceClient) GetUserCountryForBilling

func (p *ChannelApplicationProvidedServiceClient) GetUserCountryForBilling(ctx context.Context, country string, remoteIp string) (r string, err error)

Parameters:

  • Country
  • RemoteIp

func (*ChannelApplicationProvidedServiceClient) GetUserCreateTime

func (p *ChannelApplicationProvidedServiceClient) GetUserCreateTime(ctx context.Context) (r int64, err error)

func (*ChannelApplicationProvidedServiceClient) GetUserIdentities

func (*ChannelApplicationProvidedServiceClient) GetUserLanguage

func (p *ChannelApplicationProvidedServiceClient) GetUserLanguage(ctx context.Context) (r string, err error)

func (*ChannelApplicationProvidedServiceClient) GetUserMidsWhoAddedMe

func (p *ChannelApplicationProvidedServiceClient) GetUserMidsWhoAddedMe(ctx context.Context) (r []string, err error)

func (*ChannelApplicationProvidedServiceClient) IsGroupMember

func (p *ChannelApplicationProvidedServiceClient) IsGroupMember(ctx context.Context, groupId string) (r bool, err error)

Parameters:

  • GroupId

func (*ChannelApplicationProvidedServiceClient) IsInContact

func (p *ChannelApplicationProvidedServiceClient) IsInContact(ctx context.Context, mid string) (r bool, err error)

Parameters:

  • Mid

func (*ChannelApplicationProvidedServiceClient) RegisterChannelCP

func (p *ChannelApplicationProvidedServiceClient) RegisterChannelCP(ctx context.Context, cpId string, registerPassword string) (r string, err error)

Parameters:

  • CpId
  • RegisterPassword

func (*ChannelApplicationProvidedServiceClient) RemoveNotificationStatus

func (p *ChannelApplicationProvidedServiceClient) RemoveNotificationStatus(ctx context.Context, notificationStatus NotificationStatus) (err error)

Parameters:

  • NotificationStatus

func (*ChannelApplicationProvidedServiceClient) SendMessageForChannel

func (p *ChannelApplicationProvidedServiceClient) SendMessageForChannel(ctx context.Context, message *Message) (r *Message, err error)

Parameters:

  • Message

func (*ChannelApplicationProvidedServiceClient) SendPinCodeOperation

func (p *ChannelApplicationProvidedServiceClient) SendPinCodeOperation(ctx context.Context, verifier string) (err error)

Parameters:

  • Verifier

func (*ChannelApplicationProvidedServiceClient) UpdateProfileAttributeForChannel

func (p *ChannelApplicationProvidedServiceClient) UpdateProfileAttributeForChannel(ctx context.Context, profileAttribute ProfileAttribute, value string) (err error)

Parameters:

  • ProfileAttribute
  • Value

type ChannelApplicationProvidedServiceDisplayBuddySubscriberCountArgs

type ChannelApplicationProvidedServiceDisplayBuddySubscriberCountArgs struct {
}

func (*ChannelApplicationProvidedServiceDisplayBuddySubscriberCountArgs) Read

func (*ChannelApplicationProvidedServiceDisplayBuddySubscriberCountArgs) String

func (*ChannelApplicationProvidedServiceDisplayBuddySubscriberCountArgs) Write

type ChannelApplicationProvidedServiceDisplayBuddySubscriberCountResult

type ChannelApplicationProvidedServiceDisplayBuddySubscriberCountResult struct {
	Success *int64         `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func (*ChannelApplicationProvidedServiceDisplayBuddySubscriberCountResult) GetE

func (*ChannelApplicationProvidedServiceDisplayBuddySubscriberCountResult) GetSuccess

func (*ChannelApplicationProvidedServiceDisplayBuddySubscriberCountResult) IsSetE

func (*ChannelApplicationProvidedServiceDisplayBuddySubscriberCountResult) IsSetSuccess

func (*ChannelApplicationProvidedServiceDisplayBuddySubscriberCountResult) Read

func (*ChannelApplicationProvidedServiceDisplayBuddySubscriberCountResult) ReadField0

func (*ChannelApplicationProvidedServiceDisplayBuddySubscriberCountResult) ReadField1

func (*ChannelApplicationProvidedServiceDisplayBuddySubscriberCountResult) String

func (*ChannelApplicationProvidedServiceDisplayBuddySubscriberCountResult) Write

type ChannelApplicationProvidedServiceFindContactByUseridWithoutAbuseBlockForChannelArgs

type ChannelApplicationProvidedServiceFindContactByUseridWithoutAbuseBlockForChannelArgs struct {
	// unused field # 1
	Userid string `thrift:"userid,2" db:"userid" json:"userid"`
}

Attributes:

  • Userid

func (*ChannelApplicationProvidedServiceFindContactByUseridWithoutAbuseBlockForChannelArgs) GetUserid

func (*ChannelApplicationProvidedServiceFindContactByUseridWithoutAbuseBlockForChannelArgs) Read

func (*ChannelApplicationProvidedServiceFindContactByUseridWithoutAbuseBlockForChannelArgs) ReadField2

func (*ChannelApplicationProvidedServiceFindContactByUseridWithoutAbuseBlockForChannelArgs) String

func (*ChannelApplicationProvidedServiceFindContactByUseridWithoutAbuseBlockForChannelArgs) Write

type ChannelApplicationProvidedServiceFindContactByUseridWithoutAbuseBlockForChannelResult

type ChannelApplicationProvidedServiceFindContactByUseridWithoutAbuseBlockForChannelResult struct {
	Success *Contact       `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func (*ChannelApplicationProvidedServiceFindContactByUseridWithoutAbuseBlockForChannelResult) GetE

func (*ChannelApplicationProvidedServiceFindContactByUseridWithoutAbuseBlockForChannelResult) GetSuccess

func (*ChannelApplicationProvidedServiceFindContactByUseridWithoutAbuseBlockForChannelResult) IsSetE

func (*ChannelApplicationProvidedServiceFindContactByUseridWithoutAbuseBlockForChannelResult) IsSetSuccess

func (*ChannelApplicationProvidedServiceFindContactByUseridWithoutAbuseBlockForChannelResult) Read

func (*ChannelApplicationProvidedServiceFindContactByUseridWithoutAbuseBlockForChannelResult) ReadField0

func (*ChannelApplicationProvidedServiceFindContactByUseridWithoutAbuseBlockForChannelResult) ReadField1

func (*ChannelApplicationProvidedServiceFindContactByUseridWithoutAbuseBlockForChannelResult) String

func (*ChannelApplicationProvidedServiceFindContactByUseridWithoutAbuseBlockForChannelResult) Write

type ChannelApplicationProvidedServiceGetAllContactIdsForChannelArgs

type ChannelApplicationProvidedServiceGetAllContactIdsForChannelArgs struct {
}

func (*ChannelApplicationProvidedServiceGetAllContactIdsForChannelArgs) Read

func (*ChannelApplicationProvidedServiceGetAllContactIdsForChannelArgs) String

func (*ChannelApplicationProvidedServiceGetAllContactIdsForChannelArgs) Write

type ChannelApplicationProvidedServiceGetAllContactIdsForChannelResult

type ChannelApplicationProvidedServiceGetAllContactIdsForChannelResult struct {
	Success []string       `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func (*ChannelApplicationProvidedServiceGetAllContactIdsForChannelResult) GetE

func (*ChannelApplicationProvidedServiceGetAllContactIdsForChannelResult) GetSuccess

func (*ChannelApplicationProvidedServiceGetAllContactIdsForChannelResult) IsSetE

func (*ChannelApplicationProvidedServiceGetAllContactIdsForChannelResult) IsSetSuccess

func (*ChannelApplicationProvidedServiceGetAllContactIdsForChannelResult) Read

func (*ChannelApplicationProvidedServiceGetAllContactIdsForChannelResult) ReadField0

func (*ChannelApplicationProvidedServiceGetAllContactIdsForChannelResult) ReadField1

func (*ChannelApplicationProvidedServiceGetAllContactIdsForChannelResult) String

func (*ChannelApplicationProvidedServiceGetAllContactIdsForChannelResult) Write

type ChannelApplicationProvidedServiceGetCompactContactsArgs

type ChannelApplicationProvidedServiceGetCompactContactsArgs struct {
	// unused field # 1
	LastModifiedTimestamp int64 `thrift:"lastModifiedTimestamp,2" db:"lastModifiedTimestamp" json:"lastModifiedTimestamp"`
}

Attributes:

  • LastModifiedTimestamp

func (*ChannelApplicationProvidedServiceGetCompactContactsArgs) GetLastModifiedTimestamp

func (p *ChannelApplicationProvidedServiceGetCompactContactsArgs) GetLastModifiedTimestamp() int64

func (*ChannelApplicationProvidedServiceGetCompactContactsArgs) Read

func (*ChannelApplicationProvidedServiceGetCompactContactsArgs) ReadField2

func (*ChannelApplicationProvidedServiceGetCompactContactsArgs) String

func (*ChannelApplicationProvidedServiceGetCompactContactsArgs) Write

type ChannelApplicationProvidedServiceGetCompactContactsResult

type ChannelApplicationProvidedServiceGetCompactContactsResult struct {
	Success []*CompactContact `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException    `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func (*ChannelApplicationProvidedServiceGetCompactContactsResult) GetE

func (*ChannelApplicationProvidedServiceGetCompactContactsResult) GetSuccess

func (*ChannelApplicationProvidedServiceGetCompactContactsResult) IsSetE

func (*ChannelApplicationProvidedServiceGetCompactContactsResult) IsSetSuccess

func (*ChannelApplicationProvidedServiceGetCompactContactsResult) Read

func (*ChannelApplicationProvidedServiceGetCompactContactsResult) ReadField0

func (*ChannelApplicationProvidedServiceGetCompactContactsResult) ReadField1

func (*ChannelApplicationProvidedServiceGetCompactContactsResult) String

func (*ChannelApplicationProvidedServiceGetCompactContactsResult) Write

type ChannelApplicationProvidedServiceGetContactsForChannelArgs

type ChannelApplicationProvidedServiceGetContactsForChannelArgs struct {
	// unused field # 1
	Ids []string `thrift:"ids,2" db:"ids" json:"ids"`
}

Attributes:

  • Ids

func (*ChannelApplicationProvidedServiceGetContactsForChannelArgs) GetIds

func (*ChannelApplicationProvidedServiceGetContactsForChannelArgs) Read

func (*ChannelApplicationProvidedServiceGetContactsForChannelArgs) ReadField2

func (*ChannelApplicationProvidedServiceGetContactsForChannelArgs) String

func (*ChannelApplicationProvidedServiceGetContactsForChannelArgs) Write

type ChannelApplicationProvidedServiceGetContactsForChannelResult

type ChannelApplicationProvidedServiceGetContactsForChannelResult struct {
	Success []*Contact     `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func (*ChannelApplicationProvidedServiceGetContactsForChannelResult) GetE

func (*ChannelApplicationProvidedServiceGetContactsForChannelResult) GetSuccess

func (*ChannelApplicationProvidedServiceGetContactsForChannelResult) IsSetE

func (*ChannelApplicationProvidedServiceGetContactsForChannelResult) IsSetSuccess

func (*ChannelApplicationProvidedServiceGetContactsForChannelResult) Read

func (*ChannelApplicationProvidedServiceGetContactsForChannelResult) ReadField0

func (*ChannelApplicationProvidedServiceGetContactsForChannelResult) ReadField1

func (*ChannelApplicationProvidedServiceGetContactsForChannelResult) String

func (*ChannelApplicationProvidedServiceGetContactsForChannelResult) Write

type ChannelApplicationProvidedServiceGetDisplayNameArgs

type ChannelApplicationProvidedServiceGetDisplayNameArgs struct {
	// unused field # 1
	Mid string `thrift:"mid,2" db:"mid" json:"mid"`
}

Attributes:

  • Mid

func NewChannelApplicationProvidedServiceGetDisplayNameArgs

func NewChannelApplicationProvidedServiceGetDisplayNameArgs() *ChannelApplicationProvidedServiceGetDisplayNameArgs

func (*ChannelApplicationProvidedServiceGetDisplayNameArgs) GetMid

func (*ChannelApplicationProvidedServiceGetDisplayNameArgs) Read

func (*ChannelApplicationProvidedServiceGetDisplayNameArgs) ReadField2

func (*ChannelApplicationProvidedServiceGetDisplayNameArgs) String

func (*ChannelApplicationProvidedServiceGetDisplayNameArgs) Write

type ChannelApplicationProvidedServiceGetDisplayNameResult

type ChannelApplicationProvidedServiceGetDisplayNameResult struct {
	Success *string        `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewChannelApplicationProvidedServiceGetDisplayNameResult

func NewChannelApplicationProvidedServiceGetDisplayNameResult() *ChannelApplicationProvidedServiceGetDisplayNameResult

func (*ChannelApplicationProvidedServiceGetDisplayNameResult) GetE

func (*ChannelApplicationProvidedServiceGetDisplayNameResult) GetSuccess

func (*ChannelApplicationProvidedServiceGetDisplayNameResult) IsSetE

func (*ChannelApplicationProvidedServiceGetDisplayNameResult) IsSetSuccess

func (*ChannelApplicationProvidedServiceGetDisplayNameResult) Read

func (*ChannelApplicationProvidedServiceGetDisplayNameResult) ReadField0

func (*ChannelApplicationProvidedServiceGetDisplayNameResult) ReadField1

func (*ChannelApplicationProvidedServiceGetDisplayNameResult) String

func (*ChannelApplicationProvidedServiceGetDisplayNameResult) Write

type ChannelApplicationProvidedServiceGetFavoriteMidsForChannelArgs

type ChannelApplicationProvidedServiceGetFavoriteMidsForChannelArgs struct {
}

func (*ChannelApplicationProvidedServiceGetFavoriteMidsForChannelArgs) Read

func (*ChannelApplicationProvidedServiceGetFavoriteMidsForChannelArgs) String

func (*ChannelApplicationProvidedServiceGetFavoriteMidsForChannelArgs) Write

type ChannelApplicationProvidedServiceGetFavoriteMidsForChannelResult

type ChannelApplicationProvidedServiceGetFavoriteMidsForChannelResult struct {
	Success []string       `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func (*ChannelApplicationProvidedServiceGetFavoriteMidsForChannelResult) GetE

func (*ChannelApplicationProvidedServiceGetFavoriteMidsForChannelResult) GetSuccess

func (*ChannelApplicationProvidedServiceGetFavoriteMidsForChannelResult) IsSetE

func (*ChannelApplicationProvidedServiceGetFavoriteMidsForChannelResult) IsSetSuccess

func (*ChannelApplicationProvidedServiceGetFavoriteMidsForChannelResult) Read

func (*ChannelApplicationProvidedServiceGetFavoriteMidsForChannelResult) ReadField0

func (*ChannelApplicationProvidedServiceGetFavoriteMidsForChannelResult) ReadField1

func (*ChannelApplicationProvidedServiceGetFavoriteMidsForChannelResult) String

func (*ChannelApplicationProvidedServiceGetFavoriteMidsForChannelResult) Write

type ChannelApplicationProvidedServiceGetFriendMidsArgs

type ChannelApplicationProvidedServiceGetFriendMidsArgs struct {
}

func NewChannelApplicationProvidedServiceGetFriendMidsArgs

func NewChannelApplicationProvidedServiceGetFriendMidsArgs() *ChannelApplicationProvidedServiceGetFriendMidsArgs

func (*ChannelApplicationProvidedServiceGetFriendMidsArgs) Read

func (*ChannelApplicationProvidedServiceGetFriendMidsArgs) String

func (*ChannelApplicationProvidedServiceGetFriendMidsArgs) Write

type ChannelApplicationProvidedServiceGetFriendMidsResult

type ChannelApplicationProvidedServiceGetFriendMidsResult struct {
	Success []string       `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewChannelApplicationProvidedServiceGetFriendMidsResult

func NewChannelApplicationProvidedServiceGetFriendMidsResult() *ChannelApplicationProvidedServiceGetFriendMidsResult

func (*ChannelApplicationProvidedServiceGetFriendMidsResult) GetE

func (*ChannelApplicationProvidedServiceGetFriendMidsResult) GetSuccess

func (*ChannelApplicationProvidedServiceGetFriendMidsResult) IsSetE

func (*ChannelApplicationProvidedServiceGetFriendMidsResult) IsSetSuccess

func (*ChannelApplicationProvidedServiceGetFriendMidsResult) Read

func (*ChannelApplicationProvidedServiceGetFriendMidsResult) ReadField0

func (*ChannelApplicationProvidedServiceGetFriendMidsResult) ReadField1

func (*ChannelApplicationProvidedServiceGetFriendMidsResult) String

func (*ChannelApplicationProvidedServiceGetFriendMidsResult) Write

type ChannelApplicationProvidedServiceGetGroupMemberMidsArgs

type ChannelApplicationProvidedServiceGetGroupMemberMidsArgs struct {
	GroupId string `thrift:"groupId,1" db:"groupId" json:"groupId"`
}

Attributes:

  • GroupId

func (*ChannelApplicationProvidedServiceGetGroupMemberMidsArgs) GetGroupId

func (*ChannelApplicationProvidedServiceGetGroupMemberMidsArgs) Read

func (*ChannelApplicationProvidedServiceGetGroupMemberMidsArgs) ReadField1

func (*ChannelApplicationProvidedServiceGetGroupMemberMidsArgs) String

func (*ChannelApplicationProvidedServiceGetGroupMemberMidsArgs) Write

type ChannelApplicationProvidedServiceGetGroupMemberMidsResult

type ChannelApplicationProvidedServiceGetGroupMemberMidsResult struct {
	Success []string       `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func (*ChannelApplicationProvidedServiceGetGroupMemberMidsResult) GetE

func (*ChannelApplicationProvidedServiceGetGroupMemberMidsResult) GetSuccess

func (*ChannelApplicationProvidedServiceGetGroupMemberMidsResult) IsSetE

func (*ChannelApplicationProvidedServiceGetGroupMemberMidsResult) IsSetSuccess

func (*ChannelApplicationProvidedServiceGetGroupMemberMidsResult) Read

func (*ChannelApplicationProvidedServiceGetGroupMemberMidsResult) ReadField0

func (*ChannelApplicationProvidedServiceGetGroupMemberMidsResult) ReadField1

func (*ChannelApplicationProvidedServiceGetGroupMemberMidsResult) String

func (*ChannelApplicationProvidedServiceGetGroupMemberMidsResult) Write

type ChannelApplicationProvidedServiceGetGroupsForChannelArgs

type ChannelApplicationProvidedServiceGetGroupsForChannelArgs struct {
	GroupIds []string `thrift:"groupIds,1" db:"groupIds" json:"groupIds"`
}

Attributes:

  • GroupIds

func (*ChannelApplicationProvidedServiceGetGroupsForChannelArgs) GetGroupIds

func (*ChannelApplicationProvidedServiceGetGroupsForChannelArgs) Read

func (*ChannelApplicationProvidedServiceGetGroupsForChannelArgs) ReadField1

func (*ChannelApplicationProvidedServiceGetGroupsForChannelArgs) String

func (*ChannelApplicationProvidedServiceGetGroupsForChannelArgs) Write

type ChannelApplicationProvidedServiceGetGroupsForChannelResult

type ChannelApplicationProvidedServiceGetGroupsForChannelResult struct {
	Success []*Group       `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func (*ChannelApplicationProvidedServiceGetGroupsForChannelResult) GetE

func (*ChannelApplicationProvidedServiceGetGroupsForChannelResult) GetSuccess

func (*ChannelApplicationProvidedServiceGetGroupsForChannelResult) IsSetE

func (*ChannelApplicationProvidedServiceGetGroupsForChannelResult) IsSetSuccess

func (*ChannelApplicationProvidedServiceGetGroupsForChannelResult) Read

func (*ChannelApplicationProvidedServiceGetGroupsForChannelResult) ReadField0

func (*ChannelApplicationProvidedServiceGetGroupsForChannelResult) ReadField1

func (*ChannelApplicationProvidedServiceGetGroupsForChannelResult) String

func (*ChannelApplicationProvidedServiceGetGroupsForChannelResult) Write

type ChannelApplicationProvidedServiceGetIdentityCredentialArgs

type ChannelApplicationProvidedServiceGetIdentityCredentialArgs struct {
}

func (*ChannelApplicationProvidedServiceGetIdentityCredentialArgs) Read

func (*ChannelApplicationProvidedServiceGetIdentityCredentialArgs) String

func (*ChannelApplicationProvidedServiceGetIdentityCredentialArgs) Write

type ChannelApplicationProvidedServiceGetIdentityCredentialResult

type ChannelApplicationProvidedServiceGetIdentityCredentialResult struct {
	Success *IdentityCredential `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException      `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func (*ChannelApplicationProvidedServiceGetIdentityCredentialResult) GetE

func (*ChannelApplicationProvidedServiceGetIdentityCredentialResult) GetSuccess

func (*ChannelApplicationProvidedServiceGetIdentityCredentialResult) IsSetE

func (*ChannelApplicationProvidedServiceGetIdentityCredentialResult) IsSetSuccess

func (*ChannelApplicationProvidedServiceGetIdentityCredentialResult) Read

func (*ChannelApplicationProvidedServiceGetIdentityCredentialResult) ReadField0

func (*ChannelApplicationProvidedServiceGetIdentityCredentialResult) ReadField1

func (*ChannelApplicationProvidedServiceGetIdentityCredentialResult) String

func (*ChannelApplicationProvidedServiceGetIdentityCredentialResult) Write

type ChannelApplicationProvidedServiceGetJoinedGroupIdsForChannelArgs

type ChannelApplicationProvidedServiceGetJoinedGroupIdsForChannelArgs struct {
}

func (*ChannelApplicationProvidedServiceGetJoinedGroupIdsForChannelArgs) Read

func (*ChannelApplicationProvidedServiceGetJoinedGroupIdsForChannelArgs) String

func (*ChannelApplicationProvidedServiceGetJoinedGroupIdsForChannelArgs) Write

type ChannelApplicationProvidedServiceGetJoinedGroupIdsForChannelResult

type ChannelApplicationProvidedServiceGetJoinedGroupIdsForChannelResult struct {
	Success []string       `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func (*ChannelApplicationProvidedServiceGetJoinedGroupIdsForChannelResult) GetE

func (*ChannelApplicationProvidedServiceGetJoinedGroupIdsForChannelResult) GetSuccess

func (*ChannelApplicationProvidedServiceGetJoinedGroupIdsForChannelResult) IsSetE

func (*ChannelApplicationProvidedServiceGetJoinedGroupIdsForChannelResult) IsSetSuccess

func (*ChannelApplicationProvidedServiceGetJoinedGroupIdsForChannelResult) Read

func (*ChannelApplicationProvidedServiceGetJoinedGroupIdsForChannelResult) ReadField0

func (*ChannelApplicationProvidedServiceGetJoinedGroupIdsForChannelResult) ReadField1

func (*ChannelApplicationProvidedServiceGetJoinedGroupIdsForChannelResult) String

func (*ChannelApplicationProvidedServiceGetJoinedGroupIdsForChannelResult) Write

type ChannelApplicationProvidedServiceGetMetaProfileArgs

type ChannelApplicationProvidedServiceGetMetaProfileArgs struct {
}

func NewChannelApplicationProvidedServiceGetMetaProfileArgs

func NewChannelApplicationProvidedServiceGetMetaProfileArgs() *ChannelApplicationProvidedServiceGetMetaProfileArgs

func (*ChannelApplicationProvidedServiceGetMetaProfileArgs) Read

func (*ChannelApplicationProvidedServiceGetMetaProfileArgs) String

func (*ChannelApplicationProvidedServiceGetMetaProfileArgs) Write

type ChannelApplicationProvidedServiceGetMetaProfileResult

type ChannelApplicationProvidedServiceGetMetaProfileResult struct {
	Success *MetaProfile   `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewChannelApplicationProvidedServiceGetMetaProfileResult

func NewChannelApplicationProvidedServiceGetMetaProfileResult() *ChannelApplicationProvidedServiceGetMetaProfileResult

func (*ChannelApplicationProvidedServiceGetMetaProfileResult) GetE

func (*ChannelApplicationProvidedServiceGetMetaProfileResult) GetSuccess

func (*ChannelApplicationProvidedServiceGetMetaProfileResult) IsSetE

func (*ChannelApplicationProvidedServiceGetMetaProfileResult) IsSetSuccess

func (*ChannelApplicationProvidedServiceGetMetaProfileResult) Read

func (*ChannelApplicationProvidedServiceGetMetaProfileResult) ReadField0

func (*ChannelApplicationProvidedServiceGetMetaProfileResult) ReadField1

func (*ChannelApplicationProvidedServiceGetMetaProfileResult) String

func (*ChannelApplicationProvidedServiceGetMetaProfileResult) Write

type ChannelApplicationProvidedServiceGetMidArgs

type ChannelApplicationProvidedServiceGetMidArgs struct {
}

func NewChannelApplicationProvidedServiceGetMidArgs

func NewChannelApplicationProvidedServiceGetMidArgs() *ChannelApplicationProvidedServiceGetMidArgs

func (*ChannelApplicationProvidedServiceGetMidArgs) Read

func (*ChannelApplicationProvidedServiceGetMidArgs) String

func (*ChannelApplicationProvidedServiceGetMidArgs) Write

type ChannelApplicationProvidedServiceGetMidResult

type ChannelApplicationProvidedServiceGetMidResult struct {
	Success *string        `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewChannelApplicationProvidedServiceGetMidResult

func NewChannelApplicationProvidedServiceGetMidResult() *ChannelApplicationProvidedServiceGetMidResult

func (*ChannelApplicationProvidedServiceGetMidResult) GetE

func (*ChannelApplicationProvidedServiceGetMidResult) GetSuccess

func (*ChannelApplicationProvidedServiceGetMidResult) IsSetE

func (*ChannelApplicationProvidedServiceGetMidResult) IsSetSuccess

func (*ChannelApplicationProvidedServiceGetMidResult) Read

func (*ChannelApplicationProvidedServiceGetMidResult) ReadField0

func (*ChannelApplicationProvidedServiceGetMidResult) ReadField1

func (*ChannelApplicationProvidedServiceGetMidResult) String

func (*ChannelApplicationProvidedServiceGetMidResult) Write

type ChannelApplicationProvidedServiceGetPrimaryClientForChannelArgs

type ChannelApplicationProvidedServiceGetPrimaryClientForChannelArgs struct {
}

func (*ChannelApplicationProvidedServiceGetPrimaryClientForChannelArgs) Read

func (*ChannelApplicationProvidedServiceGetPrimaryClientForChannelArgs) String

func (*ChannelApplicationProvidedServiceGetPrimaryClientForChannelArgs) Write

type ChannelApplicationProvidedServiceGetPrimaryClientForChannelResult

type ChannelApplicationProvidedServiceGetPrimaryClientForChannelResult struct {
	Success *SimpleChannelClient `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException       `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func (*ChannelApplicationProvidedServiceGetPrimaryClientForChannelResult) GetE

func (*ChannelApplicationProvidedServiceGetPrimaryClientForChannelResult) GetSuccess

func (*ChannelApplicationProvidedServiceGetPrimaryClientForChannelResult) IsSetE

func (*ChannelApplicationProvidedServiceGetPrimaryClientForChannelResult) IsSetSuccess

func (*ChannelApplicationProvidedServiceGetPrimaryClientForChannelResult) Read

func (*ChannelApplicationProvidedServiceGetPrimaryClientForChannelResult) ReadField0

func (*ChannelApplicationProvidedServiceGetPrimaryClientForChannelResult) ReadField1

func (*ChannelApplicationProvidedServiceGetPrimaryClientForChannelResult) String

func (*ChannelApplicationProvidedServiceGetPrimaryClientForChannelResult) Write

type ChannelApplicationProvidedServiceGetProfileForChannelArgs

type ChannelApplicationProvidedServiceGetProfileForChannelArgs struct {
}

func (*ChannelApplicationProvidedServiceGetProfileForChannelArgs) Read

func (*ChannelApplicationProvidedServiceGetProfileForChannelArgs) String

func (*ChannelApplicationProvidedServiceGetProfileForChannelArgs) Write

type ChannelApplicationProvidedServiceGetProfileForChannelResult

type ChannelApplicationProvidedServiceGetProfileForChannelResult struct {
	Success *Profile       `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func (*ChannelApplicationProvidedServiceGetProfileForChannelResult) GetE

func (*ChannelApplicationProvidedServiceGetProfileForChannelResult) GetSuccess

func (*ChannelApplicationProvidedServiceGetProfileForChannelResult) IsSetE

func (*ChannelApplicationProvidedServiceGetProfileForChannelResult) IsSetSuccess

func (*ChannelApplicationProvidedServiceGetProfileForChannelResult) Read

func (*ChannelApplicationProvidedServiceGetProfileForChannelResult) ReadField0

func (*ChannelApplicationProvidedServiceGetProfileForChannelResult) ReadField1

func (*ChannelApplicationProvidedServiceGetProfileForChannelResult) String

func (*ChannelApplicationProvidedServiceGetProfileForChannelResult) Write

type ChannelApplicationProvidedServiceGetSimpleChannelContactsArgs

type ChannelApplicationProvidedServiceGetSimpleChannelContactsArgs struct {
	Ids []string `thrift:"ids,1" db:"ids" json:"ids"`
}

Attributes:

  • Ids

func (*ChannelApplicationProvidedServiceGetSimpleChannelContactsArgs) GetIds

func (*ChannelApplicationProvidedServiceGetSimpleChannelContactsArgs) Read

func (*ChannelApplicationProvidedServiceGetSimpleChannelContactsArgs) ReadField1

func (*ChannelApplicationProvidedServiceGetSimpleChannelContactsArgs) String

func (*ChannelApplicationProvidedServiceGetSimpleChannelContactsArgs) Write

type ChannelApplicationProvidedServiceGetSimpleChannelContactsResult

type ChannelApplicationProvidedServiceGetSimpleChannelContactsResult struct {
	Success []*SimpleChannelContact `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException          `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func (*ChannelApplicationProvidedServiceGetSimpleChannelContactsResult) GetE

func (*ChannelApplicationProvidedServiceGetSimpleChannelContactsResult) GetSuccess

func (*ChannelApplicationProvidedServiceGetSimpleChannelContactsResult) IsSetE

func (*ChannelApplicationProvidedServiceGetSimpleChannelContactsResult) IsSetSuccess

func (*ChannelApplicationProvidedServiceGetSimpleChannelContactsResult) Read

func (*ChannelApplicationProvidedServiceGetSimpleChannelContactsResult) ReadField0

func (*ChannelApplicationProvidedServiceGetSimpleChannelContactsResult) ReadField1

func (*ChannelApplicationProvidedServiceGetSimpleChannelContactsResult) String

func (*ChannelApplicationProvidedServiceGetSimpleChannelContactsResult) Write

type ChannelApplicationProvidedServiceGetUserCountryForBillingArgs

type ChannelApplicationProvidedServiceGetUserCountryForBillingArgs struct {
	// unused field # 1
	Country  string `thrift:"country,2" db:"country" json:"country"`
	RemoteIp string `thrift:"remoteIp,3" db:"remoteIp" json:"remoteIp"`
}

Attributes:

  • Country
  • RemoteIp

func (*ChannelApplicationProvidedServiceGetUserCountryForBillingArgs) GetCountry

func (*ChannelApplicationProvidedServiceGetUserCountryForBillingArgs) GetRemoteIp

func (*ChannelApplicationProvidedServiceGetUserCountryForBillingArgs) Read

func (*ChannelApplicationProvidedServiceGetUserCountryForBillingArgs) ReadField2

func (*ChannelApplicationProvidedServiceGetUserCountryForBillingArgs) ReadField3

func (*ChannelApplicationProvidedServiceGetUserCountryForBillingArgs) String

func (*ChannelApplicationProvidedServiceGetUserCountryForBillingArgs) Write

type ChannelApplicationProvidedServiceGetUserCountryForBillingResult

type ChannelApplicationProvidedServiceGetUserCountryForBillingResult struct {
	Success *string        `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func (*ChannelApplicationProvidedServiceGetUserCountryForBillingResult) GetE

func (*ChannelApplicationProvidedServiceGetUserCountryForBillingResult) GetSuccess

func (*ChannelApplicationProvidedServiceGetUserCountryForBillingResult) IsSetE

func (*ChannelApplicationProvidedServiceGetUserCountryForBillingResult) IsSetSuccess

func (*ChannelApplicationProvidedServiceGetUserCountryForBillingResult) Read

func (*ChannelApplicationProvidedServiceGetUserCountryForBillingResult) ReadField0

func (*ChannelApplicationProvidedServiceGetUserCountryForBillingResult) ReadField1

func (*ChannelApplicationProvidedServiceGetUserCountryForBillingResult) String

func (*ChannelApplicationProvidedServiceGetUserCountryForBillingResult) Write

type ChannelApplicationProvidedServiceGetUserCreateTimeArgs

type ChannelApplicationProvidedServiceGetUserCreateTimeArgs struct {
}

func (*ChannelApplicationProvidedServiceGetUserCreateTimeArgs) Read

func (*ChannelApplicationProvidedServiceGetUserCreateTimeArgs) String

func (*ChannelApplicationProvidedServiceGetUserCreateTimeArgs) Write

type ChannelApplicationProvidedServiceGetUserCreateTimeResult

type ChannelApplicationProvidedServiceGetUserCreateTimeResult struct {
	Success *int64         `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func (*ChannelApplicationProvidedServiceGetUserCreateTimeResult) GetE

func (*ChannelApplicationProvidedServiceGetUserCreateTimeResult) GetSuccess

func (*ChannelApplicationProvidedServiceGetUserCreateTimeResult) IsSetE

func (*ChannelApplicationProvidedServiceGetUserCreateTimeResult) IsSetSuccess

func (*ChannelApplicationProvidedServiceGetUserCreateTimeResult) Read

func (*ChannelApplicationProvidedServiceGetUserCreateTimeResult) ReadField0

func (*ChannelApplicationProvidedServiceGetUserCreateTimeResult) ReadField1

func (*ChannelApplicationProvidedServiceGetUserCreateTimeResult) String

func (*ChannelApplicationProvidedServiceGetUserCreateTimeResult) Write

type ChannelApplicationProvidedServiceGetUserIdentitiesArgs

type ChannelApplicationProvidedServiceGetUserIdentitiesArgs struct {
}

func (*ChannelApplicationProvidedServiceGetUserIdentitiesArgs) Read

func (*ChannelApplicationProvidedServiceGetUserIdentitiesArgs) String

func (*ChannelApplicationProvidedServiceGetUserIdentitiesArgs) Write

type ChannelApplicationProvidedServiceGetUserIdentitiesResult

type ChannelApplicationProvidedServiceGetUserIdentitiesResult struct {
	Success map[RegistrationType]string `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException              `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func (*ChannelApplicationProvidedServiceGetUserIdentitiesResult) GetE

func (*ChannelApplicationProvidedServiceGetUserIdentitiesResult) GetSuccess

func (*ChannelApplicationProvidedServiceGetUserIdentitiesResult) IsSetE

func (*ChannelApplicationProvidedServiceGetUserIdentitiesResult) IsSetSuccess

func (*ChannelApplicationProvidedServiceGetUserIdentitiesResult) Read

func (*ChannelApplicationProvidedServiceGetUserIdentitiesResult) ReadField0

func (*ChannelApplicationProvidedServiceGetUserIdentitiesResult) ReadField1

func (*ChannelApplicationProvidedServiceGetUserIdentitiesResult) String

func (*ChannelApplicationProvidedServiceGetUserIdentitiesResult) Write

type ChannelApplicationProvidedServiceGetUserLanguageArgs

type ChannelApplicationProvidedServiceGetUserLanguageArgs struct {
}

func NewChannelApplicationProvidedServiceGetUserLanguageArgs

func NewChannelApplicationProvidedServiceGetUserLanguageArgs() *ChannelApplicationProvidedServiceGetUserLanguageArgs

func (*ChannelApplicationProvidedServiceGetUserLanguageArgs) Read

func (*ChannelApplicationProvidedServiceGetUserLanguageArgs) String

func (*ChannelApplicationProvidedServiceGetUserLanguageArgs) Write

type ChannelApplicationProvidedServiceGetUserLanguageResult

type ChannelApplicationProvidedServiceGetUserLanguageResult struct {
	Success *string        `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func (*ChannelApplicationProvidedServiceGetUserLanguageResult) GetE

func (*ChannelApplicationProvidedServiceGetUserLanguageResult) GetSuccess

func (*ChannelApplicationProvidedServiceGetUserLanguageResult) IsSetE

func (*ChannelApplicationProvidedServiceGetUserLanguageResult) IsSetSuccess

func (*ChannelApplicationProvidedServiceGetUserLanguageResult) Read

func (*ChannelApplicationProvidedServiceGetUserLanguageResult) ReadField0

func (*ChannelApplicationProvidedServiceGetUserLanguageResult) ReadField1

func (*ChannelApplicationProvidedServiceGetUserLanguageResult) String

func (*ChannelApplicationProvidedServiceGetUserLanguageResult) Write

type ChannelApplicationProvidedServiceGetUserMidsWhoAddedMeArgs

type ChannelApplicationProvidedServiceGetUserMidsWhoAddedMeArgs struct {
}

func (*ChannelApplicationProvidedServiceGetUserMidsWhoAddedMeArgs) Read

func (*ChannelApplicationProvidedServiceGetUserMidsWhoAddedMeArgs) String

func (*ChannelApplicationProvidedServiceGetUserMidsWhoAddedMeArgs) Write

type ChannelApplicationProvidedServiceGetUserMidsWhoAddedMeResult

type ChannelApplicationProvidedServiceGetUserMidsWhoAddedMeResult struct {
	Success []string       `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func (*ChannelApplicationProvidedServiceGetUserMidsWhoAddedMeResult) GetE

func (*ChannelApplicationProvidedServiceGetUserMidsWhoAddedMeResult) GetSuccess

func (*ChannelApplicationProvidedServiceGetUserMidsWhoAddedMeResult) IsSetE

func (*ChannelApplicationProvidedServiceGetUserMidsWhoAddedMeResult) IsSetSuccess

func (*ChannelApplicationProvidedServiceGetUserMidsWhoAddedMeResult) Read

func (*ChannelApplicationProvidedServiceGetUserMidsWhoAddedMeResult) ReadField0

func (*ChannelApplicationProvidedServiceGetUserMidsWhoAddedMeResult) ReadField1

func (*ChannelApplicationProvidedServiceGetUserMidsWhoAddedMeResult) String

func (*ChannelApplicationProvidedServiceGetUserMidsWhoAddedMeResult) Write

type ChannelApplicationProvidedServiceIsGroupMemberArgs

type ChannelApplicationProvidedServiceIsGroupMemberArgs struct {
	GroupId string `thrift:"groupId,1" db:"groupId" json:"groupId"`
}

Attributes:

  • GroupId

func NewChannelApplicationProvidedServiceIsGroupMemberArgs

func NewChannelApplicationProvidedServiceIsGroupMemberArgs() *ChannelApplicationProvidedServiceIsGroupMemberArgs

func (*ChannelApplicationProvidedServiceIsGroupMemberArgs) GetGroupId

func (*ChannelApplicationProvidedServiceIsGroupMemberArgs) Read

func (*ChannelApplicationProvidedServiceIsGroupMemberArgs) ReadField1

func (*ChannelApplicationProvidedServiceIsGroupMemberArgs) String

func (*ChannelApplicationProvidedServiceIsGroupMemberArgs) Write

type ChannelApplicationProvidedServiceIsGroupMemberResult

type ChannelApplicationProvidedServiceIsGroupMemberResult struct {
	Success *bool          `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewChannelApplicationProvidedServiceIsGroupMemberResult

func NewChannelApplicationProvidedServiceIsGroupMemberResult() *ChannelApplicationProvidedServiceIsGroupMemberResult

func (*ChannelApplicationProvidedServiceIsGroupMemberResult) GetE

func (*ChannelApplicationProvidedServiceIsGroupMemberResult) GetSuccess

func (*ChannelApplicationProvidedServiceIsGroupMemberResult) IsSetE

func (*ChannelApplicationProvidedServiceIsGroupMemberResult) IsSetSuccess

func (*ChannelApplicationProvidedServiceIsGroupMemberResult) Read

func (*ChannelApplicationProvidedServiceIsGroupMemberResult) ReadField0

func (*ChannelApplicationProvidedServiceIsGroupMemberResult) ReadField1

func (*ChannelApplicationProvidedServiceIsGroupMemberResult) String

func (*ChannelApplicationProvidedServiceIsGroupMemberResult) Write

type ChannelApplicationProvidedServiceIsInContactArgs

type ChannelApplicationProvidedServiceIsInContactArgs struct {
	// unused field # 1
	Mid string `thrift:"mid,2" db:"mid" json:"mid"`
}

Attributes:

  • Mid

func NewChannelApplicationProvidedServiceIsInContactArgs

func NewChannelApplicationProvidedServiceIsInContactArgs() *ChannelApplicationProvidedServiceIsInContactArgs

func (*ChannelApplicationProvidedServiceIsInContactArgs) GetMid

func (*ChannelApplicationProvidedServiceIsInContactArgs) Read

func (*ChannelApplicationProvidedServiceIsInContactArgs) ReadField2

func (*ChannelApplicationProvidedServiceIsInContactArgs) String

func (*ChannelApplicationProvidedServiceIsInContactArgs) Write

type ChannelApplicationProvidedServiceIsInContactResult

type ChannelApplicationProvidedServiceIsInContactResult struct {
	Success *bool          `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewChannelApplicationProvidedServiceIsInContactResult

func NewChannelApplicationProvidedServiceIsInContactResult() *ChannelApplicationProvidedServiceIsInContactResult

func (*ChannelApplicationProvidedServiceIsInContactResult) GetE

func (*ChannelApplicationProvidedServiceIsInContactResult) GetSuccess

func (*ChannelApplicationProvidedServiceIsInContactResult) IsSetE

func (*ChannelApplicationProvidedServiceIsInContactResult) IsSetSuccess

func (*ChannelApplicationProvidedServiceIsInContactResult) Read

func (*ChannelApplicationProvidedServiceIsInContactResult) ReadField0

func (*ChannelApplicationProvidedServiceIsInContactResult) ReadField1

func (*ChannelApplicationProvidedServiceIsInContactResult) String

func (*ChannelApplicationProvidedServiceIsInContactResult) Write

type ChannelApplicationProvidedServiceProcessor

type ChannelApplicationProvidedServiceProcessor struct {
	// contains filtered or unexported fields
}

func (*ChannelApplicationProvidedServiceProcessor) AddToProcessorMap

func (p *ChannelApplicationProvidedServiceProcessor) AddToProcessorMap(key string, processor TProcessorFunction)

func (*ChannelApplicationProvidedServiceProcessor) GetProcessorFunction

func (p *ChannelApplicationProvidedServiceProcessor) GetProcessorFunction(key string) (processor TProcessorFunction, ok bool)

func (*ChannelApplicationProvidedServiceProcessor) Process

func (p *ChannelApplicationProvidedServiceProcessor) Process(ctx context.Context, iprot, oprot TProtocol) (success bool, err TException)

func (*ChannelApplicationProvidedServiceProcessor) ProcessorMap

type ChannelApplicationProvidedServiceRegisterChannelCPArgs

type ChannelApplicationProvidedServiceRegisterChannelCPArgs struct {
	// unused field # 1
	CpId             string `thrift:"cpId,2" db:"cpId" json:"cpId"`
	RegisterPassword string `thrift:"registerPassword,3" db:"registerPassword" json:"registerPassword"`
}

Attributes:

  • CpId
  • RegisterPassword

func (*ChannelApplicationProvidedServiceRegisterChannelCPArgs) GetCpId

func (*ChannelApplicationProvidedServiceRegisterChannelCPArgs) GetRegisterPassword

func (*ChannelApplicationProvidedServiceRegisterChannelCPArgs) Read

func (*ChannelApplicationProvidedServiceRegisterChannelCPArgs) ReadField2

func (*ChannelApplicationProvidedServiceRegisterChannelCPArgs) ReadField3

func (*ChannelApplicationProvidedServiceRegisterChannelCPArgs) String

func (*ChannelApplicationProvidedServiceRegisterChannelCPArgs) Write

type ChannelApplicationProvidedServiceRegisterChannelCPResult

type ChannelApplicationProvidedServiceRegisterChannelCPResult struct {
	Success *string        `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func (*ChannelApplicationProvidedServiceRegisterChannelCPResult) GetE

func (*ChannelApplicationProvidedServiceRegisterChannelCPResult) GetSuccess

func (*ChannelApplicationProvidedServiceRegisterChannelCPResult) IsSetE

func (*ChannelApplicationProvidedServiceRegisterChannelCPResult) IsSetSuccess

func (*ChannelApplicationProvidedServiceRegisterChannelCPResult) Read

func (*ChannelApplicationProvidedServiceRegisterChannelCPResult) ReadField0

func (*ChannelApplicationProvidedServiceRegisterChannelCPResult) ReadField1

func (*ChannelApplicationProvidedServiceRegisterChannelCPResult) String

func (*ChannelApplicationProvidedServiceRegisterChannelCPResult) Write

type ChannelApplicationProvidedServiceRemoveNotificationStatusArgs

type ChannelApplicationProvidedServiceRemoveNotificationStatusArgs struct {
	// unused field # 1
	NotificationStatus NotificationStatus `thrift:"notificationStatus,2" db:"notificationStatus" json:"notificationStatus"`
}

Attributes:

  • NotificationStatus

func (*ChannelApplicationProvidedServiceRemoveNotificationStatusArgs) GetNotificationStatus

func (*ChannelApplicationProvidedServiceRemoveNotificationStatusArgs) Read

func (*ChannelApplicationProvidedServiceRemoveNotificationStatusArgs) ReadField2

func (*ChannelApplicationProvidedServiceRemoveNotificationStatusArgs) String

func (*ChannelApplicationProvidedServiceRemoveNotificationStatusArgs) Write

type ChannelApplicationProvidedServiceRemoveNotificationStatusResult

type ChannelApplicationProvidedServiceRemoveNotificationStatusResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func (*ChannelApplicationProvidedServiceRemoveNotificationStatusResult) GetE

func (*ChannelApplicationProvidedServiceRemoveNotificationStatusResult) IsSetE

func (*ChannelApplicationProvidedServiceRemoveNotificationStatusResult) Read

func (*ChannelApplicationProvidedServiceRemoveNotificationStatusResult) ReadField1

func (*ChannelApplicationProvidedServiceRemoveNotificationStatusResult) String

func (*ChannelApplicationProvidedServiceRemoveNotificationStatusResult) Write

type ChannelApplicationProvidedServiceSendMessageForChannelArgs

type ChannelApplicationProvidedServiceSendMessageForChannelArgs struct {
	// unused field # 1
	Message *Message `thrift:"message,2" db:"message" json:"message"`
}

Attributes:

  • Message

func (*ChannelApplicationProvidedServiceSendMessageForChannelArgs) GetMessage

func (*ChannelApplicationProvidedServiceSendMessageForChannelArgs) IsSetMessage

func (*ChannelApplicationProvidedServiceSendMessageForChannelArgs) Read

func (*ChannelApplicationProvidedServiceSendMessageForChannelArgs) ReadField2

func (*ChannelApplicationProvidedServiceSendMessageForChannelArgs) String

func (*ChannelApplicationProvidedServiceSendMessageForChannelArgs) Write

type ChannelApplicationProvidedServiceSendMessageForChannelResult

type ChannelApplicationProvidedServiceSendMessageForChannelResult struct {
	Success *Message       `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func (*ChannelApplicationProvidedServiceSendMessageForChannelResult) GetE

func (*ChannelApplicationProvidedServiceSendMessageForChannelResult) GetSuccess

func (*ChannelApplicationProvidedServiceSendMessageForChannelResult) IsSetE

func (*ChannelApplicationProvidedServiceSendMessageForChannelResult) IsSetSuccess

func (*ChannelApplicationProvidedServiceSendMessageForChannelResult) Read

func (*ChannelApplicationProvidedServiceSendMessageForChannelResult) ReadField0

func (*ChannelApplicationProvidedServiceSendMessageForChannelResult) ReadField1

func (*ChannelApplicationProvidedServiceSendMessageForChannelResult) String

func (*ChannelApplicationProvidedServiceSendMessageForChannelResult) Write

type ChannelApplicationProvidedServiceSendPinCodeOperationArgs

type ChannelApplicationProvidedServiceSendPinCodeOperationArgs struct {
	Verifier string `thrift:"verifier,1" db:"verifier" json:"verifier"`
}

Attributes:

  • Verifier

func (*ChannelApplicationProvidedServiceSendPinCodeOperationArgs) GetVerifier

func (*ChannelApplicationProvidedServiceSendPinCodeOperationArgs) Read

func (*ChannelApplicationProvidedServiceSendPinCodeOperationArgs) ReadField1

func (*ChannelApplicationProvidedServiceSendPinCodeOperationArgs) String

func (*ChannelApplicationProvidedServiceSendPinCodeOperationArgs) Write

type ChannelApplicationProvidedServiceSendPinCodeOperationResult

type ChannelApplicationProvidedServiceSendPinCodeOperationResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func (*ChannelApplicationProvidedServiceSendPinCodeOperationResult) GetE

func (*ChannelApplicationProvidedServiceSendPinCodeOperationResult) IsSetE

func (*ChannelApplicationProvidedServiceSendPinCodeOperationResult) Read

func (*ChannelApplicationProvidedServiceSendPinCodeOperationResult) ReadField1

func (*ChannelApplicationProvidedServiceSendPinCodeOperationResult) String

func (*ChannelApplicationProvidedServiceSendPinCodeOperationResult) Write

type ChannelApplicationProvidedServiceUpdateProfileAttributeForChannelArgs

type ChannelApplicationProvidedServiceUpdateProfileAttributeForChannelArgs struct {
	// unused field # 1
	ProfileAttribute ProfileAttribute `thrift:"profileAttribute,2" db:"profileAttribute" json:"profileAttribute"`
	Value            string           `thrift:"value,3" db:"value" json:"value"`
}

Attributes:

  • ProfileAttribute
  • Value

func (*ChannelApplicationProvidedServiceUpdateProfileAttributeForChannelArgs) GetProfileAttribute

func (*ChannelApplicationProvidedServiceUpdateProfileAttributeForChannelArgs) GetValue

func (*ChannelApplicationProvidedServiceUpdateProfileAttributeForChannelArgs) Read

func (*ChannelApplicationProvidedServiceUpdateProfileAttributeForChannelArgs) ReadField2

func (*ChannelApplicationProvidedServiceUpdateProfileAttributeForChannelArgs) ReadField3

func (*ChannelApplicationProvidedServiceUpdateProfileAttributeForChannelArgs) String

func (*ChannelApplicationProvidedServiceUpdateProfileAttributeForChannelArgs) Write

type ChannelApplicationProvidedServiceUpdateProfileAttributeForChannelResult

type ChannelApplicationProvidedServiceUpdateProfileAttributeForChannelResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func (*ChannelApplicationProvidedServiceUpdateProfileAttributeForChannelResult) GetE

func (*ChannelApplicationProvidedServiceUpdateProfileAttributeForChannelResult) IsSetE

func (*ChannelApplicationProvidedServiceUpdateProfileAttributeForChannelResult) Read

func (*ChannelApplicationProvidedServiceUpdateProfileAttributeForChannelResult) ReadField1

func (*ChannelApplicationProvidedServiceUpdateProfileAttributeForChannelResult) String

func (*ChannelApplicationProvidedServiceUpdateProfileAttributeForChannelResult) Write

type ChannelConfiguration

type ChannelConfiguration int64
const (
	ChannelConfiguration_MESSAGE              ChannelConfiguration = 0
	ChannelConfiguration_MESSAGE_NOTIFICATION ChannelConfiguration = 1
	ChannelConfiguration_NOTIFICATION_CENTER  ChannelConfiguration = 2
)

func ChannelConfigurationFromString

func ChannelConfigurationFromString(s string) (ChannelConfiguration, error)

func (ChannelConfiguration) MarshalText

func (p ChannelConfiguration) MarshalText() ([]byte, error)

func (*ChannelConfiguration) Scan

func (p *ChannelConfiguration) Scan(value interface{}) error

func (ChannelConfiguration) String

func (p ChannelConfiguration) String() string

func (*ChannelConfiguration) UnmarshalText

func (p *ChannelConfiguration) UnmarshalText(text []byte) error

func (*ChannelConfiguration) Value

func (p *ChannelConfiguration) Value() (driver.Value, error)

type ChannelDomain

type ChannelDomain struct {
	Host    string `thrift:"host,1" db:"host" json:"host"`
	Removed bool   `thrift:"removed,2" db:"removed" json:"removed"`
}

Attributes:

  • Host
  • Removed

func NewChannelDomain

func NewChannelDomain() *ChannelDomain

func (*ChannelDomain) GetHost

func (p *ChannelDomain) GetHost() string

func (*ChannelDomain) GetRemoved

func (p *ChannelDomain) GetRemoved() bool

func (*ChannelDomain) Read

func (p *ChannelDomain) Read(iprot TProtocol) error

func (*ChannelDomain) ReadField1

func (p *ChannelDomain) ReadField1(iprot TProtocol) error

func (*ChannelDomain) ReadField2

func (p *ChannelDomain) ReadField2(iprot TProtocol) error

func (*ChannelDomain) String

func (p *ChannelDomain) String() string

func (*ChannelDomain) Write

func (p *ChannelDomain) Write(oprot TProtocol) error

type ChannelDomains

type ChannelDomains struct {
	ChannelDomains []*ChannelDomain `thrift:"channelDomains,1" db:"channelDomains" json:"channelDomains"`
	Revision       int64            `thrift:"revision,2" db:"revision" json:"revision"`
}

Attributes:

  • ChannelDomains
  • Revision
var ChannelServiceGetDomainsResult_Success_DEFAULT *ChannelDomains

func NewChannelDomains

func NewChannelDomains() *ChannelDomains

func (*ChannelDomains) GetChannelDomains

func (p *ChannelDomains) GetChannelDomains() []*ChannelDomain

func (*ChannelDomains) GetRevision

func (p *ChannelDomains) GetRevision() int64

func (*ChannelDomains) Read

func (p *ChannelDomains) Read(iprot TProtocol) error

func (*ChannelDomains) ReadField1

func (p *ChannelDomains) ReadField1(iprot TProtocol) error

func (*ChannelDomains) ReadField2

func (p *ChannelDomains) ReadField2(iprot TProtocol) error

func (*ChannelDomains) String

func (p *ChannelDomains) String() string

func (*ChannelDomains) Write

func (p *ChannelDomains) Write(oprot TProtocol) error

type ChannelErrorCode

type ChannelErrorCode int64
const (
	ChannelErrorCode_ILLEGAL_ARGUMENT         ChannelErrorCode = 0
	ChannelErrorCode_INTERNAL_ERROR           ChannelErrorCode = 1
	ChannelErrorCode_CONNECTION_ERROR         ChannelErrorCode = 2
	ChannelErrorCode_AUTHENTICATIONI_FAILED   ChannelErrorCode = 3
	ChannelErrorCode_NEED_PERMISSION_APPROVAL ChannelErrorCode = 4
	ChannelErrorCode_COIN_NOT_USABLE          ChannelErrorCode = 5
)

func ChannelErrorCodeFromString

func ChannelErrorCodeFromString(s string) (ChannelErrorCode, error)

func ChannelErrorCodePtr

func ChannelErrorCodePtr(v ChannelErrorCode) *ChannelErrorCode

func (ChannelErrorCode) MarshalText

func (p ChannelErrorCode) MarshalText() ([]byte, error)

func (*ChannelErrorCode) Scan

func (p *ChannelErrorCode) Scan(value interface{}) error

func (ChannelErrorCode) String

func (p ChannelErrorCode) String() string

func (*ChannelErrorCode) UnmarshalText

func (p *ChannelErrorCode) UnmarshalText(text []byte) error

func (*ChannelErrorCode) Value

func (p *ChannelErrorCode) Value() (driver.Value, error)

type ChannelException

type ChannelException struct {
	Code         ChannelErrorCode  `thrift:"code,1" db:"code" json:"code"`
	Reason       string            `thrift:"reason,2" db:"reason" json:"reason"`
	ParameterMap map[string]string `thrift:"parameterMap,3" db:"parameterMap" json:"parameterMap"`
}

Attributes:

  • Code
  • Reason
  • ParameterMap
var ChannelServiceApproveChannelAndIssueChannelTokenResult_E_DEFAULT *ChannelException
var ChannelServiceApproveChannelAndIssueRequestTokenResult_E_DEFAULT *ChannelException
var ChannelServiceFetchNotificationItemsResult_E_DEFAULT *ChannelException
var ChannelServiceGetApprovedChannelsResult_E_DEFAULT *ChannelException
var ChannelServiceGetChannelInfoResult_E_DEFAULT *ChannelException
var ChannelServiceGetChannelNotificationSettingResult_E_DEFAULT *ChannelException
var ChannelServiceGetChannelNotificationSettingsResult_E_DEFAULT *ChannelException
var ChannelServiceGetChannelsResult_E_DEFAULT *ChannelException
var ChannelServiceGetDomainsResult_E_DEFAULT *ChannelException
var ChannelServiceGetFriendChannelMatricesResult_E_DEFAULT *ChannelException
var ChannelServiceGetNotificationBadgeCountResult_E_DEFAULT *ChannelException
var ChannelServiceIssueChannelTokenResult_E_DEFAULT *ChannelException
var ChannelServiceIssueRequestTokenResult_E_DEFAULT *ChannelException
var ChannelServiceIssueRequestTokenWithAuthSchemeResult_E_DEFAULT *ChannelException
var ChannelServiceReserveCoinUseResult_E_DEFAULT *ChannelException
var ChannelServiceRevokeChannelResult_E_DEFAULT *ChannelException
var ChannelServiceSyncChannelDataResult_E_DEFAULT *ChannelException
var ChannelServiceUpdateChannelNotificationSettingResult_E_DEFAULT *ChannelException

func NewChannelException

func NewChannelException() *ChannelException

func (*ChannelException) Error

func (p *ChannelException) Error() string

func (*ChannelException) GetCode

func (p *ChannelException) GetCode() ChannelErrorCode

func (*ChannelException) GetParameterMap

func (p *ChannelException) GetParameterMap() map[string]string

func (*ChannelException) GetReason

func (p *ChannelException) GetReason() string

func (*ChannelException) Read

func (p *ChannelException) Read(iprot TProtocol) error

func (*ChannelException) ReadField1

func (p *ChannelException) ReadField1(iprot TProtocol) error

func (*ChannelException) ReadField2

func (p *ChannelException) ReadField2(iprot TProtocol) error

func (*ChannelException) ReadField3

func (p *ChannelException) ReadField3(iprot TProtocol) error

func (*ChannelException) String

func (p *ChannelException) String() string

func (*ChannelException) Write

func (p *ChannelException) Write(oprot TProtocol) error

type ChannelInfo

type ChannelInfo struct {
	ChannelId string `thrift:"channelId,1" db:"channelId" json:"channelId"`
	// unused field # 2
	Name            string           `thrift:"name,3" db:"name" json:"name"`
	EntryPageUrl    string           `thrift:"entryPageUrl,4" db:"entryPageUrl" json:"entryPageUrl"`
	DescriptionText string           `thrift:"descriptionText,5" db:"descriptionText" json:"descriptionText"`
	Provider        *ChannelProvider `thrift:"provider,6" db:"provider" json:"provider"`
	PublicType      PublicType       `thrift:"publicType,7" db:"publicType" json:"publicType"`
	IconImage       string           `thrift:"iconImage,8" db:"iconImage" json:"iconImage"`
	Permissions     []string         `thrift:"permissions,9" db:"permissions" json:"permissions"`
	// unused field # 10
	IconThumbnailImage    string                 `thrift:"iconThumbnailImage,11" db:"iconThumbnailImage" json:"iconThumbnailImage"`
	ChannelConfigurations []ChannelConfiguration `thrift:"channelConfigurations,12" db:"channelConfigurations" json:"channelConfigurations"`
}

Attributes:

  • ChannelId
  • Name
  • EntryPageUrl
  • DescriptionText
  • Provider
  • PublicType
  • IconImage
  • Permissions
  • IconThumbnailImage
  • ChannelConfigurations
var ApprovedChannelInfo_ChannelInfo_DEFAULT *ChannelInfo
var ChannelServiceGetChannelInfoResult_Success_DEFAULT *ChannelInfo

func NewChannelInfo

func NewChannelInfo() *ChannelInfo

func (*ChannelInfo) GetChannelConfigurations

func (p *ChannelInfo) GetChannelConfigurations() []ChannelConfiguration

func (*ChannelInfo) GetChannelId

func (p *ChannelInfo) GetChannelId() string

func (*ChannelInfo) GetDescriptionText

func (p *ChannelInfo) GetDescriptionText() string

func (*ChannelInfo) GetEntryPageUrl

func (p *ChannelInfo) GetEntryPageUrl() string

func (*ChannelInfo) GetIconImage

func (p *ChannelInfo) GetIconImage() string

func (*ChannelInfo) GetIconThumbnailImage

func (p *ChannelInfo) GetIconThumbnailImage() string

func (*ChannelInfo) GetName

func (p *ChannelInfo) GetName() string

func (*ChannelInfo) GetPermissions

func (p *ChannelInfo) GetPermissions() []string

func (*ChannelInfo) GetProvider

func (p *ChannelInfo) GetProvider() *ChannelProvider

func (*ChannelInfo) GetPublicType

func (p *ChannelInfo) GetPublicType() PublicType

func (*ChannelInfo) IsSetProvider

func (p *ChannelInfo) IsSetProvider() bool

func (*ChannelInfo) Read

func (p *ChannelInfo) Read(iprot TProtocol) error

func (*ChannelInfo) ReadField1

func (p *ChannelInfo) ReadField1(iprot TProtocol) error

func (*ChannelInfo) ReadField11

func (p *ChannelInfo) ReadField11(iprot TProtocol) error

func (*ChannelInfo) ReadField12

func (p *ChannelInfo) ReadField12(iprot TProtocol) error

func (*ChannelInfo) ReadField3

func (p *ChannelInfo) ReadField3(iprot TProtocol) error

func (*ChannelInfo) ReadField4

func (p *ChannelInfo) ReadField4(iprot TProtocol) error

func (*ChannelInfo) ReadField5

func (p *ChannelInfo) ReadField5(iprot TProtocol) error

func (*ChannelInfo) ReadField6

func (p *ChannelInfo) ReadField6(iprot TProtocol) error

func (*ChannelInfo) ReadField7

func (p *ChannelInfo) ReadField7(iprot TProtocol) error

func (*ChannelInfo) ReadField8

func (p *ChannelInfo) ReadField8(iprot TProtocol) error

func (*ChannelInfo) ReadField9

func (p *ChannelInfo) ReadField9(iprot TProtocol) error

func (*ChannelInfo) String

func (p *ChannelInfo) String() string

func (*ChannelInfo) Write

func (p *ChannelInfo) Write(oprot TProtocol) error

type ChannelInfos

type ChannelInfos struct {
	ChannelInfos []*ChannelInfo `thrift:"channelInfos,1" db:"channelInfos" json:"channelInfos"`
	Revision     int64          `thrift:"revision,2" db:"revision" json:"revision"`
}

Attributes:

  • ChannelInfos
  • Revision
var ChannelServiceGetChannelsResult_Success_DEFAULT *ChannelInfos

func NewChannelInfos

func NewChannelInfos() *ChannelInfos

func (*ChannelInfos) GetChannelInfos

func (p *ChannelInfos) GetChannelInfos() []*ChannelInfo

func (*ChannelInfos) GetRevision

func (p *ChannelInfos) GetRevision() int64

func (*ChannelInfos) Read

func (p *ChannelInfos) Read(iprot TProtocol) error

func (*ChannelInfos) ReadField1

func (p *ChannelInfos) ReadField1(iprot TProtocol) error

func (*ChannelInfos) ReadField2

func (p *ChannelInfos) ReadField2(iprot TProtocol) error

func (*ChannelInfos) String

func (p *ChannelInfos) String() string

func (*ChannelInfos) Write

func (p *ChannelInfos) Write(oprot TProtocol) error

type ChannelNotificationSetting

type ChannelNotificationSetting struct {
	ChannelId              string `thrift:"channelId,1" db:"channelId" json:"channelId"`
	Name                   string `thrift:"name,2" db:"name" json:"name"`
	NotificationReceivable bool   `thrift:"notificationReceivable,3" db:"notificationReceivable" json:"notificationReceivable"`
	MessageReceivable      bool   `thrift:"messageReceivable,4" db:"messageReceivable" json:"messageReceivable"`
	ShowDefault            bool   `thrift:"showDefault,5" db:"showDefault" json:"showDefault"`
}

Attributes:

  • ChannelId
  • Name
  • NotificationReceivable
  • MessageReceivable
  • ShowDefault
var ChannelServiceGetChannelNotificationSettingResult_Success_DEFAULT *ChannelNotificationSetting

func NewChannelNotificationSetting

func NewChannelNotificationSetting() *ChannelNotificationSetting

func (*ChannelNotificationSetting) GetChannelId

func (p *ChannelNotificationSetting) GetChannelId() string

func (*ChannelNotificationSetting) GetMessageReceivable

func (p *ChannelNotificationSetting) GetMessageReceivable() bool

func (*ChannelNotificationSetting) GetName

func (p *ChannelNotificationSetting) GetName() string

func (*ChannelNotificationSetting) GetNotificationReceivable

func (p *ChannelNotificationSetting) GetNotificationReceivable() bool

func (*ChannelNotificationSetting) GetShowDefault

func (p *ChannelNotificationSetting) GetShowDefault() bool

func (*ChannelNotificationSetting) Read

func (*ChannelNotificationSetting) ReadField1

func (p *ChannelNotificationSetting) ReadField1(iprot TProtocol) error

func (*ChannelNotificationSetting) ReadField2

func (p *ChannelNotificationSetting) ReadField2(iprot TProtocol) error

func (*ChannelNotificationSetting) ReadField3

func (p *ChannelNotificationSetting) ReadField3(iprot TProtocol) error

func (*ChannelNotificationSetting) ReadField4

func (p *ChannelNotificationSetting) ReadField4(iprot TProtocol) error

func (*ChannelNotificationSetting) ReadField5

func (p *ChannelNotificationSetting) ReadField5(iprot TProtocol) error

func (*ChannelNotificationSetting) String

func (p *ChannelNotificationSetting) String() string

func (*ChannelNotificationSetting) Write

func (p *ChannelNotificationSetting) Write(oprot TProtocol) error

type ChannelProvider

type ChannelProvider struct {
	Name string `thrift:"name,1" db:"name" json:"name"`
}

Attributes:

  • Name
var ChannelInfo_Provider_DEFAULT *ChannelProvider

func NewChannelProvider

func NewChannelProvider() *ChannelProvider

func (*ChannelProvider) GetName

func (p *ChannelProvider) GetName() string

func (*ChannelProvider) Read

func (p *ChannelProvider) Read(iprot TProtocol) error

func (*ChannelProvider) ReadField1

func (p *ChannelProvider) ReadField1(iprot TProtocol) error

func (*ChannelProvider) String

func (p *ChannelProvider) String() string

func (*ChannelProvider) Write

func (p *ChannelProvider) Write(oprot TProtocol) error

type ChannelService

type ChannelService interface {
	// Parameters:
	//  - ChannelId
	ApproveChannelAndIssueChannelToken(ctx context.Context, channelId string) (r *ChannelToken, err error)
	// Parameters:
	//  - ChannelId
	//  - OtpId
	ApproveChannelAndIssueRequestToken(ctx context.Context, channelId string, otpId string) (r string, err error)
	// Parameters:
	//  - LocalRev
	FetchNotificationItems(ctx context.Context, localRev int64) (r *NotificationFetchResult_, err error)
	// Parameters:
	//  - LastSynced
	//  - Locale
	GetApprovedChannels(ctx context.Context, lastSynced int64, locale string) (r *ApprovedChannelInfos, err error)
	// Parameters:
	//  - ChannelId
	//  - Locale
	GetChannelInfo(ctx context.Context, channelId string, locale string) (r *ChannelInfo, err error)
	// Parameters:
	//  - ChannelId
	//  - Locale
	GetChannelNotificationSetting(ctx context.Context, channelId string, locale string) (r *ChannelNotificationSetting, err error)
	// Parameters:
	//  - Locale
	GetChannelNotificationSettings(ctx context.Context, locale string) (r []*ChannelNotificationSetting, err error)
	// Parameters:
	//  - LastSynced
	//  - Locale
	GetChannels(ctx context.Context, lastSynced int64, locale string) (r *ChannelInfos, err error)
	// Parameters:
	//  - LastSynced
	GetDomains(ctx context.Context, lastSynced int64) (r *ChannelDomains, err error)
	// Parameters:
	//  - ChannelIds
	GetFriendChannelMatrices(ctx context.Context, channelIds []string) (r *FriendChannelMatricesResponse, err error)
	// Parameters:
	//  - LocalRev
	GetNotificationBadgeCount(ctx context.Context, localRev int64) (r int32, err error)
	// Parameters:
	//  - ChannelId
	IssueChannelToken(ctx context.Context, channelId string) (r *ChannelToken, err error)
	// Parameters:
	//  - ChannelId
	//  - OtpId
	IssueRequestToken(ctx context.Context, channelId string, otpId string) (r string, err error)
	// Parameters:
	//  - ChannelId
	//  - OtpId
	//  - AuthScheme
	//  - ReturnUrl
	IssueRequestTokenWithAuthScheme(ctx context.Context, channelId string, otpId string, authScheme []string, returnUrl string) (r *RequestTokenResponse, err error)
	// Parameters:
	//  - Request
	//  - Locale
	ReserveCoinUse(ctx context.Context, request *CoinUseReservation, locale string) (r string, err error)
	// Parameters:
	//  - ChannelId
	RevokeChannel(ctx context.Context, channelId string) (err error)
	// Parameters:
	//  - LastSynced
	//  - Locale
	SyncChannelData(ctx context.Context, lastSynced int64, locale string) (r *ChannelSyncDatas, err error)
	// Parameters:
	//  - Setting
	UpdateChannelNotificationSetting(ctx context.Context, setting []*ChannelNotificationSetting) (err error)
}

type ChannelServiceApproveChannelAndIssueChannelTokenArgs

type ChannelServiceApproveChannelAndIssueChannelTokenArgs struct {
	ChannelId string `thrift:"channelId,1" db:"channelId" json:"channelId"`
}

Attributes:

  • ChannelId

func NewChannelServiceApproveChannelAndIssueChannelTokenArgs

func NewChannelServiceApproveChannelAndIssueChannelTokenArgs() *ChannelServiceApproveChannelAndIssueChannelTokenArgs

func (*ChannelServiceApproveChannelAndIssueChannelTokenArgs) GetChannelId

func (*ChannelServiceApproveChannelAndIssueChannelTokenArgs) Read

func (*ChannelServiceApproveChannelAndIssueChannelTokenArgs) ReadField1

func (*ChannelServiceApproveChannelAndIssueChannelTokenArgs) String

func (*ChannelServiceApproveChannelAndIssueChannelTokenArgs) Write

type ChannelServiceApproveChannelAndIssueChannelTokenResult

type ChannelServiceApproveChannelAndIssueChannelTokenResult struct {
	Success *ChannelToken     `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *ChannelException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func (*ChannelServiceApproveChannelAndIssueChannelTokenResult) GetE

func (*ChannelServiceApproveChannelAndIssueChannelTokenResult) GetSuccess

func (*ChannelServiceApproveChannelAndIssueChannelTokenResult) IsSetE

func (*ChannelServiceApproveChannelAndIssueChannelTokenResult) IsSetSuccess

func (*ChannelServiceApproveChannelAndIssueChannelTokenResult) Read

func (*ChannelServiceApproveChannelAndIssueChannelTokenResult) ReadField0

func (*ChannelServiceApproveChannelAndIssueChannelTokenResult) ReadField1

func (*ChannelServiceApproveChannelAndIssueChannelTokenResult) String

func (*ChannelServiceApproveChannelAndIssueChannelTokenResult) Write

type ChannelServiceApproveChannelAndIssueRequestTokenArgs

type ChannelServiceApproveChannelAndIssueRequestTokenArgs struct {
	ChannelId string `thrift:"channelId,1" db:"channelId" json:"channelId"`
	OtpId     string `thrift:"otpId,2" db:"otpId" json:"otpId"`
}

Attributes:

  • ChannelId
  • OtpId

func NewChannelServiceApproveChannelAndIssueRequestTokenArgs

func NewChannelServiceApproveChannelAndIssueRequestTokenArgs() *ChannelServiceApproveChannelAndIssueRequestTokenArgs

func (*ChannelServiceApproveChannelAndIssueRequestTokenArgs) GetChannelId

func (*ChannelServiceApproveChannelAndIssueRequestTokenArgs) GetOtpId

func (*ChannelServiceApproveChannelAndIssueRequestTokenArgs) Read

func (*ChannelServiceApproveChannelAndIssueRequestTokenArgs) ReadField1

func (*ChannelServiceApproveChannelAndIssueRequestTokenArgs) ReadField2

func (*ChannelServiceApproveChannelAndIssueRequestTokenArgs) String

func (*ChannelServiceApproveChannelAndIssueRequestTokenArgs) Write

type ChannelServiceApproveChannelAndIssueRequestTokenResult

type ChannelServiceApproveChannelAndIssueRequestTokenResult struct {
	Success *string           `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *ChannelException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func (*ChannelServiceApproveChannelAndIssueRequestTokenResult) GetE

func (*ChannelServiceApproveChannelAndIssueRequestTokenResult) GetSuccess

func (*ChannelServiceApproveChannelAndIssueRequestTokenResult) IsSetE

func (*ChannelServiceApproveChannelAndIssueRequestTokenResult) IsSetSuccess

func (*ChannelServiceApproveChannelAndIssueRequestTokenResult) Read

func (*ChannelServiceApproveChannelAndIssueRequestTokenResult) ReadField0

func (*ChannelServiceApproveChannelAndIssueRequestTokenResult) ReadField1

func (*ChannelServiceApproveChannelAndIssueRequestTokenResult) String

func (*ChannelServiceApproveChannelAndIssueRequestTokenResult) Write

type ChannelServiceClient

type ChannelServiceClient struct {
	// contains filtered or unexported fields
}

func NewChannelServiceClient

func NewChannelServiceClient(c TClient) *ChannelServiceClient

func NewChannelServiceClientFactory

func NewChannelServiceClientFactory(t TTransport, f TProtocolFactory) *ChannelServiceClient

func NewChannelServiceClientProtocol

func NewChannelServiceClientProtocol(t TTransport, iprot TProtocol, oprot TProtocol) *ChannelServiceClient

func (*ChannelServiceClient) ApproveChannelAndIssueChannelToken

func (p *ChannelServiceClient) ApproveChannelAndIssueChannelToken(ctx context.Context, channelId string) (r *ChannelToken, err error)

Parameters:

  • ChannelId

func (*ChannelServiceClient) ApproveChannelAndIssueRequestToken

func (p *ChannelServiceClient) ApproveChannelAndIssueRequestToken(ctx context.Context, channelId string, otpId string) (r string, err error)

Parameters:

  • ChannelId
  • OtpId

func (*ChannelServiceClient) Client_

func (p *ChannelServiceClient) Client_() TClient

func (*ChannelServiceClient) FetchNotificationItems

func (p *ChannelServiceClient) FetchNotificationItems(ctx context.Context, localRev int64) (r *NotificationFetchResult_, err error)

Parameters:

  • LocalRev

func (*ChannelServiceClient) GetApprovedChannels

func (p *ChannelServiceClient) GetApprovedChannels(ctx context.Context, lastSynced int64, locale string) (r *ApprovedChannelInfos, err error)

Parameters:

  • LastSynced
  • Locale

func (*ChannelServiceClient) GetChannelInfo

func (p *ChannelServiceClient) GetChannelInfo(ctx context.Context, channelId string, locale string) (r *ChannelInfo, err error)

Parameters:

  • ChannelId
  • Locale

func (*ChannelServiceClient) GetChannelNotificationSetting

func (p *ChannelServiceClient) GetChannelNotificationSetting(ctx context.Context, channelId string, locale string) (r *ChannelNotificationSetting, err error)

Parameters:

  • ChannelId
  • Locale

func (*ChannelServiceClient) GetChannelNotificationSettings

func (p *ChannelServiceClient) GetChannelNotificationSettings(ctx context.Context, locale string) (r []*ChannelNotificationSetting, err error)

Parameters:

  • Locale

func (*ChannelServiceClient) GetChannels

func (p *ChannelServiceClient) GetChannels(ctx context.Context, lastSynced int64, locale string) (r *ChannelInfos, err error)

Parameters:

  • LastSynced
  • Locale

func (*ChannelServiceClient) GetDomains

func (p *ChannelServiceClient) GetDomains(ctx context.Context, lastSynced int64) (r *ChannelDomains, err error)

Parameters:

  • LastSynced

func (*ChannelServiceClient) GetFriendChannelMatrices

func (p *ChannelServiceClient) GetFriendChannelMatrices(ctx context.Context, channelIds []string) (r *FriendChannelMatricesResponse, err error)

Parameters:

  • ChannelIds

func (*ChannelServiceClient) GetNotificationBadgeCount

func (p *ChannelServiceClient) GetNotificationBadgeCount(ctx context.Context, localRev int64) (r int32, err error)

Parameters:

  • LocalRev

func (*ChannelServiceClient) IssueChannelToken

func (p *ChannelServiceClient) IssueChannelToken(ctx context.Context, channelId string) (r *ChannelToken, err error)

Parameters:

  • ChannelId

func (*ChannelServiceClient) IssueRequestToken

func (p *ChannelServiceClient) IssueRequestToken(ctx context.Context, channelId string, otpId string) (r string, err error)

Parameters:

  • ChannelId
  • OtpId

func (*ChannelServiceClient) IssueRequestTokenWithAuthScheme

func (p *ChannelServiceClient) IssueRequestTokenWithAuthScheme(ctx context.Context, channelId string, otpId string, authScheme []string, returnUrl string) (r *RequestTokenResponse, err error)

Parameters:

  • ChannelId
  • OtpId
  • AuthScheme
  • ReturnUrl

func (*ChannelServiceClient) ReserveCoinUse

func (p *ChannelServiceClient) ReserveCoinUse(ctx context.Context, request *CoinUseReservation, locale string) (r string, err error)

Parameters:

  • Request
  • Locale

func (*ChannelServiceClient) RevokeChannel

func (p *ChannelServiceClient) RevokeChannel(ctx context.Context, channelId string) (err error)

Parameters:

  • ChannelId

func (*ChannelServiceClient) SyncChannelData

func (p *ChannelServiceClient) SyncChannelData(ctx context.Context, lastSynced int64, locale string) (r *ChannelSyncDatas, err error)

Parameters:

  • LastSynced
  • Locale

func (*ChannelServiceClient) UpdateChannelNotificationSetting

func (p *ChannelServiceClient) UpdateChannelNotificationSetting(ctx context.Context, setting []*ChannelNotificationSetting) (err error)

Parameters:

  • Setting

type ChannelServiceFetchNotificationItemsArgs

type ChannelServiceFetchNotificationItemsArgs struct {
	// unused field # 1
	LocalRev int64 `thrift:"localRev,2" db:"localRev" json:"localRev"`
}

Attributes:

  • LocalRev

func NewChannelServiceFetchNotificationItemsArgs

func NewChannelServiceFetchNotificationItemsArgs() *ChannelServiceFetchNotificationItemsArgs

func (*ChannelServiceFetchNotificationItemsArgs) GetLocalRev

func (*ChannelServiceFetchNotificationItemsArgs) Read

func (*ChannelServiceFetchNotificationItemsArgs) ReadField2

func (*ChannelServiceFetchNotificationItemsArgs) String

func (*ChannelServiceFetchNotificationItemsArgs) Write

type ChannelServiceFetchNotificationItemsResult

type ChannelServiceFetchNotificationItemsResult struct {
	Success *NotificationFetchResult_ `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *ChannelException         `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewChannelServiceFetchNotificationItemsResult

func NewChannelServiceFetchNotificationItemsResult() *ChannelServiceFetchNotificationItemsResult

func (*ChannelServiceFetchNotificationItemsResult) GetE

func (*ChannelServiceFetchNotificationItemsResult) GetSuccess

func (*ChannelServiceFetchNotificationItemsResult) IsSetE

func (*ChannelServiceFetchNotificationItemsResult) IsSetSuccess

func (*ChannelServiceFetchNotificationItemsResult) Read

func (*ChannelServiceFetchNotificationItemsResult) ReadField0

func (*ChannelServiceFetchNotificationItemsResult) ReadField1

func (*ChannelServiceFetchNotificationItemsResult) String

func (*ChannelServiceFetchNotificationItemsResult) Write

type ChannelServiceGetApprovedChannelsArgs

type ChannelServiceGetApprovedChannelsArgs struct {
	// unused field # 1
	LastSynced int64  `thrift:"lastSynced,2" db:"lastSynced" json:"lastSynced"`
	Locale     string `thrift:"locale,3" db:"locale" json:"locale"`
}

Attributes:

  • LastSynced
  • Locale

func NewChannelServiceGetApprovedChannelsArgs

func NewChannelServiceGetApprovedChannelsArgs() *ChannelServiceGetApprovedChannelsArgs

func (*ChannelServiceGetApprovedChannelsArgs) GetLastSynced

func (p *ChannelServiceGetApprovedChannelsArgs) GetLastSynced() int64

func (*ChannelServiceGetApprovedChannelsArgs) GetLocale

func (*ChannelServiceGetApprovedChannelsArgs) Read

func (*ChannelServiceGetApprovedChannelsArgs) ReadField2

func (*ChannelServiceGetApprovedChannelsArgs) ReadField3

func (*ChannelServiceGetApprovedChannelsArgs) String

func (*ChannelServiceGetApprovedChannelsArgs) Write

type ChannelServiceGetApprovedChannelsResult

type ChannelServiceGetApprovedChannelsResult struct {
	Success *ApprovedChannelInfos `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *ChannelException     `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewChannelServiceGetApprovedChannelsResult

func NewChannelServiceGetApprovedChannelsResult() *ChannelServiceGetApprovedChannelsResult

func (*ChannelServiceGetApprovedChannelsResult) GetE

func (*ChannelServiceGetApprovedChannelsResult) GetSuccess

func (*ChannelServiceGetApprovedChannelsResult) IsSetE

func (*ChannelServiceGetApprovedChannelsResult) IsSetSuccess

func (*ChannelServiceGetApprovedChannelsResult) Read

func (*ChannelServiceGetApprovedChannelsResult) ReadField0

func (*ChannelServiceGetApprovedChannelsResult) ReadField1

func (*ChannelServiceGetApprovedChannelsResult) String

func (*ChannelServiceGetApprovedChannelsResult) Write

type ChannelServiceGetChannelInfoArgs

type ChannelServiceGetChannelInfoArgs struct {
	// unused field # 1
	ChannelId string `thrift:"channelId,2" db:"channelId" json:"channelId"`
	Locale    string `thrift:"locale,3" db:"locale" json:"locale"`
}

Attributes:

  • ChannelId
  • Locale

func NewChannelServiceGetChannelInfoArgs

func NewChannelServiceGetChannelInfoArgs() *ChannelServiceGetChannelInfoArgs

func (*ChannelServiceGetChannelInfoArgs) GetChannelId

func (p *ChannelServiceGetChannelInfoArgs) GetChannelId() string

func (*ChannelServiceGetChannelInfoArgs) GetLocale

func (*ChannelServiceGetChannelInfoArgs) Read

func (*ChannelServiceGetChannelInfoArgs) ReadField2

func (p *ChannelServiceGetChannelInfoArgs) ReadField2(iprot TProtocol) error

func (*ChannelServiceGetChannelInfoArgs) ReadField3

func (p *ChannelServiceGetChannelInfoArgs) ReadField3(iprot TProtocol) error

func (*ChannelServiceGetChannelInfoArgs) String

func (*ChannelServiceGetChannelInfoArgs) Write

type ChannelServiceGetChannelInfoResult

type ChannelServiceGetChannelInfoResult struct {
	Success *ChannelInfo      `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *ChannelException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewChannelServiceGetChannelInfoResult

func NewChannelServiceGetChannelInfoResult() *ChannelServiceGetChannelInfoResult

func (*ChannelServiceGetChannelInfoResult) GetE

func (*ChannelServiceGetChannelInfoResult) GetSuccess

func (*ChannelServiceGetChannelInfoResult) IsSetE

func (*ChannelServiceGetChannelInfoResult) IsSetSuccess

func (p *ChannelServiceGetChannelInfoResult) IsSetSuccess() bool

func (*ChannelServiceGetChannelInfoResult) Read

func (*ChannelServiceGetChannelInfoResult) ReadField0

func (p *ChannelServiceGetChannelInfoResult) ReadField0(iprot TProtocol) error

func (*ChannelServiceGetChannelInfoResult) ReadField1

func (p *ChannelServiceGetChannelInfoResult) ReadField1(iprot TProtocol) error

func (*ChannelServiceGetChannelInfoResult) String

func (*ChannelServiceGetChannelInfoResult) Write

type ChannelServiceGetChannelNotificationSettingArgs

type ChannelServiceGetChannelNotificationSettingArgs struct {
	ChannelId string `thrift:"channelId,1" db:"channelId" json:"channelId"`
	Locale    string `thrift:"locale,2" db:"locale" json:"locale"`
}

Attributes:

  • ChannelId
  • Locale

func NewChannelServiceGetChannelNotificationSettingArgs

func NewChannelServiceGetChannelNotificationSettingArgs() *ChannelServiceGetChannelNotificationSettingArgs

func (*ChannelServiceGetChannelNotificationSettingArgs) GetChannelId

func (*ChannelServiceGetChannelNotificationSettingArgs) GetLocale

func (*ChannelServiceGetChannelNotificationSettingArgs) Read

func (*ChannelServiceGetChannelNotificationSettingArgs) ReadField1

func (*ChannelServiceGetChannelNotificationSettingArgs) ReadField2

func (*ChannelServiceGetChannelNotificationSettingArgs) String

func (*ChannelServiceGetChannelNotificationSettingArgs) Write

type ChannelServiceGetChannelNotificationSettingResult

type ChannelServiceGetChannelNotificationSettingResult struct {
	Success *ChannelNotificationSetting `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *ChannelException           `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewChannelServiceGetChannelNotificationSettingResult

func NewChannelServiceGetChannelNotificationSettingResult() *ChannelServiceGetChannelNotificationSettingResult

func (*ChannelServiceGetChannelNotificationSettingResult) GetE

func (*ChannelServiceGetChannelNotificationSettingResult) GetSuccess

func (*ChannelServiceGetChannelNotificationSettingResult) IsSetE

func (*ChannelServiceGetChannelNotificationSettingResult) IsSetSuccess

func (*ChannelServiceGetChannelNotificationSettingResult) Read

func (*ChannelServiceGetChannelNotificationSettingResult) ReadField0

func (*ChannelServiceGetChannelNotificationSettingResult) ReadField1

func (*ChannelServiceGetChannelNotificationSettingResult) String

func (*ChannelServiceGetChannelNotificationSettingResult) Write

type ChannelServiceGetChannelNotificationSettingsArgs

type ChannelServiceGetChannelNotificationSettingsArgs struct {
	Locale string `thrift:"locale,1" db:"locale" json:"locale"`
}

Attributes:

  • Locale

func NewChannelServiceGetChannelNotificationSettingsArgs

func NewChannelServiceGetChannelNotificationSettingsArgs() *ChannelServiceGetChannelNotificationSettingsArgs

func (*ChannelServiceGetChannelNotificationSettingsArgs) GetLocale

func (*ChannelServiceGetChannelNotificationSettingsArgs) Read

func (*ChannelServiceGetChannelNotificationSettingsArgs) ReadField1

func (*ChannelServiceGetChannelNotificationSettingsArgs) String

func (*ChannelServiceGetChannelNotificationSettingsArgs) Write

type ChannelServiceGetChannelNotificationSettingsResult

type ChannelServiceGetChannelNotificationSettingsResult struct {
	Success []*ChannelNotificationSetting `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *ChannelException             `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewChannelServiceGetChannelNotificationSettingsResult

func NewChannelServiceGetChannelNotificationSettingsResult() *ChannelServiceGetChannelNotificationSettingsResult

func (*ChannelServiceGetChannelNotificationSettingsResult) GetE

func (*ChannelServiceGetChannelNotificationSettingsResult) GetSuccess

func (*ChannelServiceGetChannelNotificationSettingsResult) IsSetE

func (*ChannelServiceGetChannelNotificationSettingsResult) IsSetSuccess

func (*ChannelServiceGetChannelNotificationSettingsResult) Read

func (*ChannelServiceGetChannelNotificationSettingsResult) ReadField0

func (*ChannelServiceGetChannelNotificationSettingsResult) ReadField1

func (*ChannelServiceGetChannelNotificationSettingsResult) String

func (*ChannelServiceGetChannelNotificationSettingsResult) Write

type ChannelServiceGetChannelsArgs

type ChannelServiceGetChannelsArgs struct {
	// unused field # 1
	LastSynced int64  `thrift:"lastSynced,2" db:"lastSynced" json:"lastSynced"`
	Locale     string `thrift:"locale,3" db:"locale" json:"locale"`
}

Attributes:

  • LastSynced
  • Locale

func NewChannelServiceGetChannelsArgs

func NewChannelServiceGetChannelsArgs() *ChannelServiceGetChannelsArgs

func (*ChannelServiceGetChannelsArgs) GetLastSynced

func (p *ChannelServiceGetChannelsArgs) GetLastSynced() int64

func (*ChannelServiceGetChannelsArgs) GetLocale

func (p *ChannelServiceGetChannelsArgs) GetLocale() string

func (*ChannelServiceGetChannelsArgs) Read

func (*ChannelServiceGetChannelsArgs) ReadField2

func (p *ChannelServiceGetChannelsArgs) ReadField2(iprot TProtocol) error

func (*ChannelServiceGetChannelsArgs) ReadField3

func (p *ChannelServiceGetChannelsArgs) ReadField3(iprot TProtocol) error

func (*ChannelServiceGetChannelsArgs) String

func (*ChannelServiceGetChannelsArgs) Write

type ChannelServiceGetChannelsResult

type ChannelServiceGetChannelsResult struct {
	Success *ChannelInfos     `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *ChannelException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewChannelServiceGetChannelsResult

func NewChannelServiceGetChannelsResult() *ChannelServiceGetChannelsResult

func (*ChannelServiceGetChannelsResult) GetE

func (*ChannelServiceGetChannelsResult) GetSuccess

func (*ChannelServiceGetChannelsResult) IsSetE

func (*ChannelServiceGetChannelsResult) IsSetSuccess

func (p *ChannelServiceGetChannelsResult) IsSetSuccess() bool

func (*ChannelServiceGetChannelsResult) Read

func (*ChannelServiceGetChannelsResult) ReadField0

func (p *ChannelServiceGetChannelsResult) ReadField0(iprot TProtocol) error

func (*ChannelServiceGetChannelsResult) ReadField1

func (p *ChannelServiceGetChannelsResult) ReadField1(iprot TProtocol) error

func (*ChannelServiceGetChannelsResult) String

func (*ChannelServiceGetChannelsResult) Write

type ChannelServiceGetDomainsArgs

type ChannelServiceGetDomainsArgs struct {
	// unused field # 1
	LastSynced int64 `thrift:"lastSynced,2" db:"lastSynced" json:"lastSynced"`
}

Attributes:

  • LastSynced

func NewChannelServiceGetDomainsArgs

func NewChannelServiceGetDomainsArgs() *ChannelServiceGetDomainsArgs

func (*ChannelServiceGetDomainsArgs) GetLastSynced

func (p *ChannelServiceGetDomainsArgs) GetLastSynced() int64

func (*ChannelServiceGetDomainsArgs) Read

func (*ChannelServiceGetDomainsArgs) ReadField2

func (p *ChannelServiceGetDomainsArgs) ReadField2(iprot TProtocol) error

func (*ChannelServiceGetDomainsArgs) String

func (*ChannelServiceGetDomainsArgs) Write

type ChannelServiceGetDomainsResult

type ChannelServiceGetDomainsResult struct {
	Success *ChannelDomains   `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *ChannelException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewChannelServiceGetDomainsResult

func NewChannelServiceGetDomainsResult() *ChannelServiceGetDomainsResult

func (*ChannelServiceGetDomainsResult) GetE

func (*ChannelServiceGetDomainsResult) GetSuccess

func (*ChannelServiceGetDomainsResult) IsSetE

func (*ChannelServiceGetDomainsResult) IsSetSuccess

func (p *ChannelServiceGetDomainsResult) IsSetSuccess() bool

func (*ChannelServiceGetDomainsResult) Read

func (*ChannelServiceGetDomainsResult) ReadField0

func (p *ChannelServiceGetDomainsResult) ReadField0(iprot TProtocol) error

func (*ChannelServiceGetDomainsResult) ReadField1

func (p *ChannelServiceGetDomainsResult) ReadField1(iprot TProtocol) error

func (*ChannelServiceGetDomainsResult) String

func (*ChannelServiceGetDomainsResult) Write

type ChannelServiceGetFriendChannelMatricesArgs

type ChannelServiceGetFriendChannelMatricesArgs struct {
	ChannelIds []string `thrift:"channelIds,1" db:"channelIds" json:"channelIds"`
}

Attributes:

  • ChannelIds

func NewChannelServiceGetFriendChannelMatricesArgs

func NewChannelServiceGetFriendChannelMatricesArgs() *ChannelServiceGetFriendChannelMatricesArgs

func (*ChannelServiceGetFriendChannelMatricesArgs) GetChannelIds

func (*ChannelServiceGetFriendChannelMatricesArgs) Read

func (*ChannelServiceGetFriendChannelMatricesArgs) ReadField1

func (*ChannelServiceGetFriendChannelMatricesArgs) String

func (*ChannelServiceGetFriendChannelMatricesArgs) Write

type ChannelServiceGetFriendChannelMatricesResult

type ChannelServiceGetFriendChannelMatricesResult struct {
	Success *FriendChannelMatricesResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *ChannelException              `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewChannelServiceGetFriendChannelMatricesResult

func NewChannelServiceGetFriendChannelMatricesResult() *ChannelServiceGetFriendChannelMatricesResult

func (*ChannelServiceGetFriendChannelMatricesResult) GetE

func (*ChannelServiceGetFriendChannelMatricesResult) GetSuccess

func (*ChannelServiceGetFriendChannelMatricesResult) IsSetE

func (*ChannelServiceGetFriendChannelMatricesResult) IsSetSuccess

func (*ChannelServiceGetFriendChannelMatricesResult) Read

func (*ChannelServiceGetFriendChannelMatricesResult) ReadField0

func (*ChannelServiceGetFriendChannelMatricesResult) ReadField1

func (*ChannelServiceGetFriendChannelMatricesResult) String

func (*ChannelServiceGetFriendChannelMatricesResult) Write

type ChannelServiceGetNotificationBadgeCountArgs

type ChannelServiceGetNotificationBadgeCountArgs struct {
	// unused field # 1
	LocalRev int64 `thrift:"localRev,2" db:"localRev" json:"localRev"`
}

Attributes:

  • LocalRev

func NewChannelServiceGetNotificationBadgeCountArgs

func NewChannelServiceGetNotificationBadgeCountArgs() *ChannelServiceGetNotificationBadgeCountArgs

func (*ChannelServiceGetNotificationBadgeCountArgs) GetLocalRev

func (*ChannelServiceGetNotificationBadgeCountArgs) Read

func (*ChannelServiceGetNotificationBadgeCountArgs) ReadField2

func (*ChannelServiceGetNotificationBadgeCountArgs) String

func (*ChannelServiceGetNotificationBadgeCountArgs) Write

type ChannelServiceGetNotificationBadgeCountResult

type ChannelServiceGetNotificationBadgeCountResult struct {
	Success *int32            `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *ChannelException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewChannelServiceGetNotificationBadgeCountResult

func NewChannelServiceGetNotificationBadgeCountResult() *ChannelServiceGetNotificationBadgeCountResult

func (*ChannelServiceGetNotificationBadgeCountResult) GetE

func (*ChannelServiceGetNotificationBadgeCountResult) GetSuccess

func (*ChannelServiceGetNotificationBadgeCountResult) IsSetE

func (*ChannelServiceGetNotificationBadgeCountResult) IsSetSuccess

func (*ChannelServiceGetNotificationBadgeCountResult) Read

func (*ChannelServiceGetNotificationBadgeCountResult) ReadField0

func (*ChannelServiceGetNotificationBadgeCountResult) ReadField1

func (*ChannelServiceGetNotificationBadgeCountResult) String

func (*ChannelServiceGetNotificationBadgeCountResult) Write

type ChannelServiceIssueChannelTokenArgs

type ChannelServiceIssueChannelTokenArgs struct {
	ChannelId string `thrift:"channelId,1" db:"channelId" json:"channelId"`
}

Attributes:

  • ChannelId

func NewChannelServiceIssueChannelTokenArgs

func NewChannelServiceIssueChannelTokenArgs() *ChannelServiceIssueChannelTokenArgs

func (*ChannelServiceIssueChannelTokenArgs) GetChannelId

func (p *ChannelServiceIssueChannelTokenArgs) GetChannelId() string

func (*ChannelServiceIssueChannelTokenArgs) Read

func (*ChannelServiceIssueChannelTokenArgs) ReadField1

func (*ChannelServiceIssueChannelTokenArgs) String

func (*ChannelServiceIssueChannelTokenArgs) Write

type ChannelServiceIssueChannelTokenResult

type ChannelServiceIssueChannelTokenResult struct {
	Success *ChannelToken     `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *ChannelException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewChannelServiceIssueChannelTokenResult

func NewChannelServiceIssueChannelTokenResult() *ChannelServiceIssueChannelTokenResult

func (*ChannelServiceIssueChannelTokenResult) GetE

func (*ChannelServiceIssueChannelTokenResult) GetSuccess

func (*ChannelServiceIssueChannelTokenResult) IsSetE

func (*ChannelServiceIssueChannelTokenResult) IsSetSuccess

func (p *ChannelServiceIssueChannelTokenResult) IsSetSuccess() bool

func (*ChannelServiceIssueChannelTokenResult) Read

func (*ChannelServiceIssueChannelTokenResult) ReadField0

func (*ChannelServiceIssueChannelTokenResult) ReadField1

func (*ChannelServiceIssueChannelTokenResult) String

func (*ChannelServiceIssueChannelTokenResult) Write

type ChannelServiceIssueRequestTokenArgs

type ChannelServiceIssueRequestTokenArgs struct {
	ChannelId string `thrift:"channelId,1" db:"channelId" json:"channelId"`
	OtpId     string `thrift:"otpId,2" db:"otpId" json:"otpId"`
}

Attributes:

  • ChannelId
  • OtpId

func NewChannelServiceIssueRequestTokenArgs

func NewChannelServiceIssueRequestTokenArgs() *ChannelServiceIssueRequestTokenArgs

func (*ChannelServiceIssueRequestTokenArgs) GetChannelId

func (p *ChannelServiceIssueRequestTokenArgs) GetChannelId() string

func (*ChannelServiceIssueRequestTokenArgs) GetOtpId

func (*ChannelServiceIssueRequestTokenArgs) Read

func (*ChannelServiceIssueRequestTokenArgs) ReadField1

func (*ChannelServiceIssueRequestTokenArgs) ReadField2

func (*ChannelServiceIssueRequestTokenArgs) String

func (*ChannelServiceIssueRequestTokenArgs) Write

type ChannelServiceIssueRequestTokenResult

type ChannelServiceIssueRequestTokenResult struct {
	Success *string           `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *ChannelException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewChannelServiceIssueRequestTokenResult

func NewChannelServiceIssueRequestTokenResult() *ChannelServiceIssueRequestTokenResult

func (*ChannelServiceIssueRequestTokenResult) GetE

func (*ChannelServiceIssueRequestTokenResult) GetSuccess

func (*ChannelServiceIssueRequestTokenResult) IsSetE

func (*ChannelServiceIssueRequestTokenResult) IsSetSuccess

func (p *ChannelServiceIssueRequestTokenResult) IsSetSuccess() bool

func (*ChannelServiceIssueRequestTokenResult) Read

func (*ChannelServiceIssueRequestTokenResult) ReadField0

func (*ChannelServiceIssueRequestTokenResult) ReadField1

func (*ChannelServiceIssueRequestTokenResult) String

func (*ChannelServiceIssueRequestTokenResult) Write

type ChannelServiceIssueRequestTokenWithAuthSchemeArgs

type ChannelServiceIssueRequestTokenWithAuthSchemeArgs struct {
	ChannelId  string   `thrift:"channelId,1" db:"channelId" json:"channelId"`
	OtpId      string   `thrift:"otpId,2" db:"otpId" json:"otpId"`
	AuthScheme []string `thrift:"authScheme,3" db:"authScheme" json:"authScheme"`
	ReturnUrl  string   `thrift:"returnUrl,4" db:"returnUrl" json:"returnUrl"`
}

Attributes:

  • ChannelId
  • OtpId
  • AuthScheme
  • ReturnUrl

func NewChannelServiceIssueRequestTokenWithAuthSchemeArgs

func NewChannelServiceIssueRequestTokenWithAuthSchemeArgs() *ChannelServiceIssueRequestTokenWithAuthSchemeArgs

func (*ChannelServiceIssueRequestTokenWithAuthSchemeArgs) GetAuthScheme

func (*ChannelServiceIssueRequestTokenWithAuthSchemeArgs) GetChannelId

func (*ChannelServiceIssueRequestTokenWithAuthSchemeArgs) GetOtpId

func (*ChannelServiceIssueRequestTokenWithAuthSchemeArgs) GetReturnUrl

func (*ChannelServiceIssueRequestTokenWithAuthSchemeArgs) Read

func (*ChannelServiceIssueRequestTokenWithAuthSchemeArgs) ReadField1

func (*ChannelServiceIssueRequestTokenWithAuthSchemeArgs) ReadField2

func (*ChannelServiceIssueRequestTokenWithAuthSchemeArgs) ReadField3

func (*ChannelServiceIssueRequestTokenWithAuthSchemeArgs) ReadField4

func (*ChannelServiceIssueRequestTokenWithAuthSchemeArgs) String

func (*ChannelServiceIssueRequestTokenWithAuthSchemeArgs) Write

type ChannelServiceIssueRequestTokenWithAuthSchemeResult

type ChannelServiceIssueRequestTokenWithAuthSchemeResult struct {
	Success *RequestTokenResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *ChannelException     `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewChannelServiceIssueRequestTokenWithAuthSchemeResult

func NewChannelServiceIssueRequestTokenWithAuthSchemeResult() *ChannelServiceIssueRequestTokenWithAuthSchemeResult

func (*ChannelServiceIssueRequestTokenWithAuthSchemeResult) GetE

func (*ChannelServiceIssueRequestTokenWithAuthSchemeResult) GetSuccess

func (*ChannelServiceIssueRequestTokenWithAuthSchemeResult) IsSetE

func (*ChannelServiceIssueRequestTokenWithAuthSchemeResult) IsSetSuccess

func (*ChannelServiceIssueRequestTokenWithAuthSchemeResult) Read

func (*ChannelServiceIssueRequestTokenWithAuthSchemeResult) ReadField0

func (*ChannelServiceIssueRequestTokenWithAuthSchemeResult) ReadField1

func (*ChannelServiceIssueRequestTokenWithAuthSchemeResult) String

func (*ChannelServiceIssueRequestTokenWithAuthSchemeResult) Write

type ChannelServiceProcessor

type ChannelServiceProcessor struct {
	// contains filtered or unexported fields
}

func NewChannelServiceProcessor

func NewChannelServiceProcessor(handler ChannelService) *ChannelServiceProcessor

func (*ChannelServiceProcessor) AddToProcessorMap

func (p *ChannelServiceProcessor) AddToProcessorMap(key string, processor TProcessorFunction)

func (*ChannelServiceProcessor) GetProcessorFunction

func (p *ChannelServiceProcessor) GetProcessorFunction(key string) (processor TProcessorFunction, ok bool)

func (*ChannelServiceProcessor) Process

func (p *ChannelServiceProcessor) Process(ctx context.Context, iprot, oprot TProtocol) (success bool, err TException)

func (*ChannelServiceProcessor) ProcessorMap

func (p *ChannelServiceProcessor) ProcessorMap() map[string]TProcessorFunction

type ChannelServiceReserveCoinUseArgs

type ChannelServiceReserveCoinUseArgs struct {
	// unused field # 1
	Request *CoinUseReservation `thrift:"request,2" db:"request" json:"request"`
	Locale  string              `thrift:"locale,3" db:"locale" json:"locale"`
}

Attributes:

  • Request
  • Locale

func NewChannelServiceReserveCoinUseArgs

func NewChannelServiceReserveCoinUseArgs() *ChannelServiceReserveCoinUseArgs

func (*ChannelServiceReserveCoinUseArgs) GetLocale

func (*ChannelServiceReserveCoinUseArgs) GetRequest

func (*ChannelServiceReserveCoinUseArgs) IsSetRequest

func (p *ChannelServiceReserveCoinUseArgs) IsSetRequest() bool

func (*ChannelServiceReserveCoinUseArgs) Read

func (*ChannelServiceReserveCoinUseArgs) ReadField2

func (p *ChannelServiceReserveCoinUseArgs) ReadField2(iprot TProtocol) error

func (*ChannelServiceReserveCoinUseArgs) ReadField3

func (p *ChannelServiceReserveCoinUseArgs) ReadField3(iprot TProtocol) error

func (*ChannelServiceReserveCoinUseArgs) String

func (*ChannelServiceReserveCoinUseArgs) Write

type ChannelServiceReserveCoinUseResult

type ChannelServiceReserveCoinUseResult struct {
	Success *string           `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *ChannelException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewChannelServiceReserveCoinUseResult

func NewChannelServiceReserveCoinUseResult() *ChannelServiceReserveCoinUseResult

func (*ChannelServiceReserveCoinUseResult) GetE

func (*ChannelServiceReserveCoinUseResult) GetSuccess

func (*ChannelServiceReserveCoinUseResult) IsSetE

func (*ChannelServiceReserveCoinUseResult) IsSetSuccess

func (p *ChannelServiceReserveCoinUseResult) IsSetSuccess() bool

func (*ChannelServiceReserveCoinUseResult) Read

func (*ChannelServiceReserveCoinUseResult) ReadField0

func (p *ChannelServiceReserveCoinUseResult) ReadField0(iprot TProtocol) error

func (*ChannelServiceReserveCoinUseResult) ReadField1

func (p *ChannelServiceReserveCoinUseResult) ReadField1(iprot TProtocol) error

func (*ChannelServiceReserveCoinUseResult) String

func (*ChannelServiceReserveCoinUseResult) Write

type ChannelServiceRevokeChannelArgs

type ChannelServiceRevokeChannelArgs struct {
	ChannelId string `thrift:"channelId,1" db:"channelId" json:"channelId"`
}

Attributes:

  • ChannelId

func NewChannelServiceRevokeChannelArgs

func NewChannelServiceRevokeChannelArgs() *ChannelServiceRevokeChannelArgs

func (*ChannelServiceRevokeChannelArgs) GetChannelId

func (p *ChannelServiceRevokeChannelArgs) GetChannelId() string

func (*ChannelServiceRevokeChannelArgs) Read

func (*ChannelServiceRevokeChannelArgs) ReadField1

func (p *ChannelServiceRevokeChannelArgs) ReadField1(iprot TProtocol) error

func (*ChannelServiceRevokeChannelArgs) String

func (*ChannelServiceRevokeChannelArgs) Write

type ChannelServiceRevokeChannelResult

type ChannelServiceRevokeChannelResult struct {
	E *ChannelException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewChannelServiceRevokeChannelResult

func NewChannelServiceRevokeChannelResult() *ChannelServiceRevokeChannelResult

func (*ChannelServiceRevokeChannelResult) GetE

func (*ChannelServiceRevokeChannelResult) IsSetE

func (*ChannelServiceRevokeChannelResult) Read

func (*ChannelServiceRevokeChannelResult) ReadField1

func (p *ChannelServiceRevokeChannelResult) ReadField1(iprot TProtocol) error

func (*ChannelServiceRevokeChannelResult) String

func (*ChannelServiceRevokeChannelResult) Write

type ChannelServiceSyncChannelDataArgs

type ChannelServiceSyncChannelDataArgs struct {
	// unused field # 1
	LastSynced int64  `thrift:"lastSynced,2" db:"lastSynced" json:"lastSynced"`
	Locale     string `thrift:"locale,3" db:"locale" json:"locale"`
}

Attributes:

  • LastSynced
  • Locale

func NewChannelServiceSyncChannelDataArgs

func NewChannelServiceSyncChannelDataArgs() *ChannelServiceSyncChannelDataArgs

func (*ChannelServiceSyncChannelDataArgs) GetLastSynced

func (p *ChannelServiceSyncChannelDataArgs) GetLastSynced() int64

func (*ChannelServiceSyncChannelDataArgs) GetLocale

func (*ChannelServiceSyncChannelDataArgs) Read

func (*ChannelServiceSyncChannelDataArgs) ReadField2

func (p *ChannelServiceSyncChannelDataArgs) ReadField2(iprot TProtocol) error

func (*ChannelServiceSyncChannelDataArgs) ReadField3

func (p *ChannelServiceSyncChannelDataArgs) ReadField3(iprot TProtocol) error

func (*ChannelServiceSyncChannelDataArgs) String

func (*ChannelServiceSyncChannelDataArgs) Write

type ChannelServiceSyncChannelDataResult

type ChannelServiceSyncChannelDataResult struct {
	Success *ChannelSyncDatas `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *ChannelException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewChannelServiceSyncChannelDataResult

func NewChannelServiceSyncChannelDataResult() *ChannelServiceSyncChannelDataResult

func (*ChannelServiceSyncChannelDataResult) GetE

func (*ChannelServiceSyncChannelDataResult) GetSuccess

func (*ChannelServiceSyncChannelDataResult) IsSetE

func (*ChannelServiceSyncChannelDataResult) IsSetSuccess

func (p *ChannelServiceSyncChannelDataResult) IsSetSuccess() bool

func (*ChannelServiceSyncChannelDataResult) Read

func (*ChannelServiceSyncChannelDataResult) ReadField0

func (*ChannelServiceSyncChannelDataResult) ReadField1

func (*ChannelServiceSyncChannelDataResult) String

func (*ChannelServiceSyncChannelDataResult) Write

type ChannelServiceUpdateChannelNotificationSettingArgs

type ChannelServiceUpdateChannelNotificationSettingArgs struct {
	Setting []*ChannelNotificationSetting `thrift:"setting,1" db:"setting" json:"setting"`
}

Attributes:

  • Setting

func NewChannelServiceUpdateChannelNotificationSettingArgs

func NewChannelServiceUpdateChannelNotificationSettingArgs() *ChannelServiceUpdateChannelNotificationSettingArgs

func (*ChannelServiceUpdateChannelNotificationSettingArgs) GetSetting

func (*ChannelServiceUpdateChannelNotificationSettingArgs) Read

func (*ChannelServiceUpdateChannelNotificationSettingArgs) ReadField1

func (*ChannelServiceUpdateChannelNotificationSettingArgs) String

func (*ChannelServiceUpdateChannelNotificationSettingArgs) Write

type ChannelServiceUpdateChannelNotificationSettingResult

type ChannelServiceUpdateChannelNotificationSettingResult struct {
	E *ChannelException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewChannelServiceUpdateChannelNotificationSettingResult

func NewChannelServiceUpdateChannelNotificationSettingResult() *ChannelServiceUpdateChannelNotificationSettingResult

func (*ChannelServiceUpdateChannelNotificationSettingResult) GetE

func (*ChannelServiceUpdateChannelNotificationSettingResult) IsSetE

func (*ChannelServiceUpdateChannelNotificationSettingResult) Read

func (*ChannelServiceUpdateChannelNotificationSettingResult) ReadField1

func (*ChannelServiceUpdateChannelNotificationSettingResult) String

func (*ChannelServiceUpdateChannelNotificationSettingResult) Write

type ChannelSyncDatas

type ChannelSyncDatas struct {
	ChannelInfos   []*ChannelInfo   `thrift:"channelInfos,1" db:"channelInfos" json:"channelInfos"`
	ChannelDomains []*ChannelDomain `thrift:"channelDomains,2" db:"channelDomains" json:"channelDomains"`
	Revision       int64            `thrift:"revision,3" db:"revision" json:"revision"`
	Expires        int64            `thrift:"expires,4" db:"expires" json:"expires"`
}

Attributes:

  • ChannelInfos
  • ChannelDomains
  • Revision
  • Expires
var ChannelServiceSyncChannelDataResult_Success_DEFAULT *ChannelSyncDatas

func NewChannelSyncDatas

func NewChannelSyncDatas() *ChannelSyncDatas

func (*ChannelSyncDatas) GetChannelDomains

func (p *ChannelSyncDatas) GetChannelDomains() []*ChannelDomain

func (*ChannelSyncDatas) GetChannelInfos

func (p *ChannelSyncDatas) GetChannelInfos() []*ChannelInfo

func (*ChannelSyncDatas) GetExpires

func (p *ChannelSyncDatas) GetExpires() int64

func (*ChannelSyncDatas) GetRevision

func (p *ChannelSyncDatas) GetRevision() int64

func (*ChannelSyncDatas) Read

func (p *ChannelSyncDatas) Read(iprot TProtocol) error

func (*ChannelSyncDatas) ReadField1

func (p *ChannelSyncDatas) ReadField1(iprot TProtocol) error

func (*ChannelSyncDatas) ReadField2

func (p *ChannelSyncDatas) ReadField2(iprot TProtocol) error

func (*ChannelSyncDatas) ReadField3

func (p *ChannelSyncDatas) ReadField3(iprot TProtocol) error

func (*ChannelSyncDatas) ReadField4

func (p *ChannelSyncDatas) ReadField4(iprot TProtocol) error

func (*ChannelSyncDatas) String

func (p *ChannelSyncDatas) String() string

func (*ChannelSyncDatas) Write

func (p *ChannelSyncDatas) Write(oprot TProtocol) error

type ChannelSyncType

type ChannelSyncType int64
const (
	ChannelSyncType_SYNC   ChannelSyncType = 0
	ChannelSyncType_REMOVE ChannelSyncType = 1
)

func ChannelSyncTypeFromString

func ChannelSyncTypeFromString(s string) (ChannelSyncType, error)

func ChannelSyncTypePtr

func ChannelSyncTypePtr(v ChannelSyncType) *ChannelSyncType

func (ChannelSyncType) MarshalText

func (p ChannelSyncType) MarshalText() ([]byte, error)

func (*ChannelSyncType) Scan

func (p *ChannelSyncType) Scan(value interface{}) error

func (ChannelSyncType) String

func (p ChannelSyncType) String() string

func (*ChannelSyncType) UnmarshalText

func (p *ChannelSyncType) UnmarshalText(text []byte) error

func (*ChannelSyncType) Value

func (p *ChannelSyncType) Value() (driver.Value, error)

type ChannelToken

type ChannelToken struct {
	Token              string `thrift:"token,1" db:"token" json:"token"`
	ObsToken           string `thrift:"obsToken,2" db:"obsToken" json:"obsToken"`
	Expiration         int64  `thrift:"expiration,3" db:"expiration" json:"expiration"`
	RefreshToken       string `thrift:"refreshToken,4" db:"refreshToken" json:"refreshToken"`
	ChannelAccessToken string `thrift:"channelAccessToken,5" db:"channelAccessToken" json:"channelAccessToken"`
}

Attributes:

  • Token
  • ObsToken
  • Expiration
  • RefreshToken
  • ChannelAccessToken
var ChannelServiceApproveChannelAndIssueChannelTokenResult_Success_DEFAULT *ChannelToken
var ChannelServiceIssueChannelTokenResult_Success_DEFAULT *ChannelToken

func NewChannelToken

func NewChannelToken() *ChannelToken

func (*ChannelToken) GetChannelAccessToken

func (p *ChannelToken) GetChannelAccessToken() string

func (*ChannelToken) GetExpiration

func (p *ChannelToken) GetExpiration() int64

func (*ChannelToken) GetObsToken

func (p *ChannelToken) GetObsToken() string

func (*ChannelToken) GetRefreshToken

func (p *ChannelToken) GetRefreshToken() string

func (*ChannelToken) GetToken

func (p *ChannelToken) GetToken() string

func (*ChannelToken) Read

func (p *ChannelToken) Read(iprot TProtocol) error

func (*ChannelToken) ReadField1

func (p *ChannelToken) ReadField1(iprot TProtocol) error

func (*ChannelToken) ReadField2

func (p *ChannelToken) ReadField2(iprot TProtocol) error

func (*ChannelToken) ReadField3

func (p *ChannelToken) ReadField3(iprot TProtocol) error

func (*ChannelToken) ReadField4

func (p *ChannelToken) ReadField4(iprot TProtocol) error

func (*ChannelToken) ReadField5

func (p *ChannelToken) ReadField5(iprot TProtocol) error

func (*ChannelToken) String

func (p *ChannelToken) String() string

func (*ChannelToken) Write

func (p *ChannelToken) Write(oprot TProtocol) error

type Chat

type Chat struct {
	Type                 ChatType `thrift:"type,1" db:"type" json:"type"`
	ChatMid              string   `thrift:"chatMid,2" db:"chatMid" json:"chatMid"`
	CreatedTime          int64    `thrift:"createdTime,3" db:"createdTime" json:"createdTime"`
	NotificationDisabled bool     `thrift:"notificationDisabled,4" db:"notificationDisabled" json:"notificationDisabled"`
	FavoriteTimestamp    int64    `thrift:"favoriteTimestamp,5" db:"favoriteTimestamp" json:"favoriteTimestamp"`
	ChatName             string   `thrift:"chatName,6" db:"chatName" json:"chatName"`
	PicturePath          string   `thrift:"picturePath,7" db:"picturePath" json:"picturePath"`
	Extra                *Extra   `thrift:"extra,8" db:"extra" json:"extra"`
}

Attributes:

  • Type
  • ChatMid
  • CreatedTime
  • NotificationDisabled
  • FavoriteTimestamp
  • ChatName
  • PicturePath
  • Extra
var CreateChatResponse_Chat_DEFAULT *Chat
var FindChatByTicketResponse_Chat_DEFAULT *Chat
var UpdateChatRequest_Chat_DEFAULT *Chat

func NewChat

func NewChat() *Chat

func (*Chat) GetChatMid

func (p *Chat) GetChatMid() string

func (*Chat) GetChatName

func (p *Chat) GetChatName() string

func (*Chat) GetCreatedTime

func (p *Chat) GetCreatedTime() int64

func (*Chat) GetExtra

func (p *Chat) GetExtra() *Extra

func (*Chat) GetFavoriteTimestamp

func (p *Chat) GetFavoriteTimestamp() int64

func (*Chat) GetNotificationDisabled

func (p *Chat) GetNotificationDisabled() bool

func (*Chat) GetPicturePath

func (p *Chat) GetPicturePath() string

func (*Chat) GetType

func (p *Chat) GetType() ChatType

func (*Chat) IsSetExtra

func (p *Chat) IsSetExtra() bool

func (*Chat) Read

func (p *Chat) Read(iprot TProtocol) error

func (*Chat) ReadField1

func (p *Chat) ReadField1(iprot TProtocol) error

func (*Chat) ReadField2

func (p *Chat) ReadField2(iprot TProtocol) error

func (*Chat) ReadField3

func (p *Chat) ReadField3(iprot TProtocol) error

func (*Chat) ReadField4

func (p *Chat) ReadField4(iprot TProtocol) error

func (*Chat) ReadField5

func (p *Chat) ReadField5(iprot TProtocol) error

func (*Chat) ReadField6

func (p *Chat) ReadField6(iprot TProtocol) error

func (*Chat) ReadField7

func (p *Chat) ReadField7(iprot TProtocol) error

func (*Chat) ReadField8

func (p *Chat) ReadField8(iprot TProtocol) error

func (*Chat) String

func (p *Chat) String() string

func (*Chat) Write

func (p *Chat) Write(oprot TProtocol) error

type ChatAttribute

type ChatAttribute int64
const (
	ChatAttribute_NAME                     ChatAttribute = 1
	ChatAttribute_PICTURE_STATUS           ChatAttribute = 2
	ChatAttribute_PREVENTED_JOIN_BY_TICKET ChatAttribute = 4
	ChatAttribute_NOTIFICATION_SETTING     ChatAttribute = 8
	ChatAttribute_INVITATION_TICKET        ChatAttribute = 16
	ChatAttribute_FAVORITE_TIMESTAMP       ChatAttribute = 32
	ChatAttribute_CHAT_TYPE                ChatAttribute = 64
)

func ChatAttributeFromString

func ChatAttributeFromString(s string) (ChatAttribute, error)

func ChatAttributePtr

func ChatAttributePtr(v ChatAttribute) *ChatAttribute

func (ChatAttribute) MarshalText

func (p ChatAttribute) MarshalText() ([]byte, error)

func (*ChatAttribute) Scan

func (p *ChatAttribute) Scan(value interface{}) error

func (ChatAttribute) String

func (p ChatAttribute) String() string

func (*ChatAttribute) UnmarshalText

func (p *ChatAttribute) UnmarshalText(text []byte) error

func (*ChatAttribute) Value

func (p *ChatAttribute) Value() (driver.Value, error)

type ChatEffectMeta

type ChatEffectMeta struct {
	ContentId int64      `thrift:"contentId,1" db:"contentId" json:"contentId"`
	Category  Categories `thrift:"category,2" db:"category" json:"category"`
	// unused field # 3
	DefaultContent    *ChatEffectMetaContent                          `thrift:"defaultContent,4" db:"defaultContent" json:"defaultContent"`
	OptionalContents  map[OptionalContentsType]*ChatEffectMetaContent `thrift:"optionalContents,5" db:"optionalContents" json:"optionalContents"`
	Keywords          []string                                        `thrift:"keywords,6" db:"keywords" json:"keywords"`
	BeginTimeMillis   int64                                           `thrift:"beginTimeMillis,7" db:"beginTimeMillis" json:"beginTimeMillis"`
	EndTimeMillis     int64                                           `thrift:"endTimeMillis,8" db:"endTimeMillis" json:"endTimeMillis"`
	CreatedTimeMillis int64                                           `thrift:"createdTimeMillis,9" db:"createdTimeMillis" json:"createdTimeMillis"`
	UpdatedTimeMillis int64                                           `thrift:"updatedTimeMillis,10" db:"updatedTimeMillis" json:"updatedTimeMillis"`
	Name              string                                          `thrift:"name,11" db:"name" json:"name"`
}

Attributes:

  • ContentId
  • Category
  • Name
  • DefaultContent
  • OptionalContents
  • Keywords
  • BeginTimeMillis
  • EndTimeMillis
  • CreatedTimeMillis
  • UpdatedTimeMillis

func NewChatEffectMeta

func NewChatEffectMeta() *ChatEffectMeta

func (*ChatEffectMeta) GetBeginTimeMillis

func (p *ChatEffectMeta) GetBeginTimeMillis() int64

func (*ChatEffectMeta) GetCategory

func (p *ChatEffectMeta) GetCategory() Categories

func (*ChatEffectMeta) GetContentId

func (p *ChatEffectMeta) GetContentId() int64

func (*ChatEffectMeta) GetCreatedTimeMillis

func (p *ChatEffectMeta) GetCreatedTimeMillis() int64

func (*ChatEffectMeta) GetDefaultContent

func (p *ChatEffectMeta) GetDefaultContent() *ChatEffectMetaContent

func (*ChatEffectMeta) GetEndTimeMillis

func (p *ChatEffectMeta) GetEndTimeMillis() int64

func (*ChatEffectMeta) GetKeywords

func (p *ChatEffectMeta) GetKeywords() []string

func (*ChatEffectMeta) GetName

func (p *ChatEffectMeta) GetName() string

func (*ChatEffectMeta) GetOptionalContents

func (p *ChatEffectMeta) GetOptionalContents() map[OptionalContentsType]*ChatEffectMetaContent

func (*ChatEffectMeta) GetUpdatedTimeMillis

func (p *ChatEffectMeta) GetUpdatedTimeMillis() int64

func (*ChatEffectMeta) IsSetDefaultContent

func (p *ChatEffectMeta) IsSetDefaultContent() bool

func (*ChatEffectMeta) Read

func (p *ChatEffectMeta) Read(iprot TProtocol) error

func (*ChatEffectMeta) ReadField1

func (p *ChatEffectMeta) ReadField1(iprot TProtocol) error

func (*ChatEffectMeta) ReadField10

func (p *ChatEffectMeta) ReadField10(iprot TProtocol) error

func (*ChatEffectMeta) ReadField11

func (p *ChatEffectMeta) ReadField11(iprot TProtocol) error

func (*ChatEffectMeta) ReadField2

func (p *ChatEffectMeta) ReadField2(iprot TProtocol) error

func (*ChatEffectMeta) ReadField4

func (p *ChatEffectMeta) ReadField4(iprot TProtocol) error

func (*ChatEffectMeta) ReadField5

func (p *ChatEffectMeta) ReadField5(iprot TProtocol) error

func (*ChatEffectMeta) ReadField6

func (p *ChatEffectMeta) ReadField6(iprot TProtocol) error

func (*ChatEffectMeta) ReadField7

func (p *ChatEffectMeta) ReadField7(iprot TProtocol) error

func (*ChatEffectMeta) ReadField8

func (p *ChatEffectMeta) ReadField8(iprot TProtocol) error

func (*ChatEffectMeta) ReadField9

func (p *ChatEffectMeta) ReadField9(iprot TProtocol) error

func (*ChatEffectMeta) String

func (p *ChatEffectMeta) String() string

func (*ChatEffectMeta) Write

func (p *ChatEffectMeta) Write(oprot TProtocol) error

type ChatEffectMetaContent

type ChatEffectMetaContent struct {
	URL      string `thrift:"url,1" db:"url" json:"url"`
	Checksum string `thrift:"checksum,2" db:"checksum" json:"checksum"`
}

Attributes:

  • URL
  • Checksum
var ChatEffectMeta_DefaultContent_DEFAULT *ChatEffectMetaContent

func NewChatEffectMetaContent

func NewChatEffectMetaContent() *ChatEffectMetaContent

func (*ChatEffectMetaContent) GetChecksum

func (p *ChatEffectMetaContent) GetChecksum() string

func (*ChatEffectMetaContent) GetURL

func (p *ChatEffectMetaContent) GetURL() string

func (*ChatEffectMetaContent) Read

func (p *ChatEffectMetaContent) Read(iprot TProtocol) error

func (*ChatEffectMetaContent) ReadField1

func (p *ChatEffectMetaContent) ReadField1(iprot TProtocol) error

func (*ChatEffectMetaContent) ReadField2

func (p *ChatEffectMetaContent) ReadField2(iprot TProtocol) error

func (*ChatEffectMetaContent) String

func (p *ChatEffectMetaContent) String() string

func (*ChatEffectMetaContent) Write

func (p *ChatEffectMetaContent) Write(oprot TProtocol) error

type ChatType

type ChatType int64
const (
	ChatType_GROUP ChatType = 0
	ChatType_CHAT  ChatType = 1
	ChatType_PEER  ChatType = 2
)

func ChatTypeFromString

func ChatTypeFromString(s string) (ChatType, error)

func ChatTypePtr

func ChatTypePtr(v ChatType) *ChatType

func (ChatType) MarshalText

func (p ChatType) MarshalText() ([]byte, error)

func (*ChatType) Scan

func (p *ChatType) Scan(value interface{}) error

func (ChatType) String

func (p ChatType) String() string

func (*ChatType) UnmarshalText

func (p *ChatType) UnmarshalText(text []byte) error

func (*ChatType) Value

func (p *ChatType) Value() (driver.Value, error)

type Coin

type Coin struct {
	FreeCoinBalance   int32 `thrift:"freeCoinBalance,1" db:"freeCoinBalance" json:"freeCoinBalance"`
	PayedCoinBalance  int32 `thrift:"payedCoinBalance,2" db:"payedCoinBalance" json:"payedCoinBalance"`
	TotalCoinBalance  int32 `thrift:"totalCoinBalance,3" db:"totalCoinBalance" json:"totalCoinBalance"`
	RewardCoinBalance int32 `thrift:"rewardCoinBalance,4" db:"rewardCoinBalance" json:"rewardCoinBalance"`
}

Attributes:

  • FreeCoinBalance
  • PayedCoinBalance
  • TotalCoinBalance
  • RewardCoinBalance
var CoinHistoryResult__Balance_DEFAULT *Coin
var ShopServiceGetTotalBalanceResult_Success_DEFAULT *Coin

func NewCoin

func NewCoin() *Coin

func (*Coin) GetFreeCoinBalance

func (p *Coin) GetFreeCoinBalance() int32

func (*Coin) GetPayedCoinBalance

func (p *Coin) GetPayedCoinBalance() int32

func (*Coin) GetRewardCoinBalance

func (p *Coin) GetRewardCoinBalance() int32

func (*Coin) GetTotalCoinBalance

func (p *Coin) GetTotalCoinBalance() int32

func (*Coin) Read

func (p *Coin) Read(iprot TProtocol) error

func (*Coin) ReadField1

func (p *Coin) ReadField1(iprot TProtocol) error

func (*Coin) ReadField2

func (p *Coin) ReadField2(iprot TProtocol) error

func (*Coin) ReadField3

func (p *Coin) ReadField3(iprot TProtocol) error

func (*Coin) ReadField4

func (p *Coin) ReadField4(iprot TProtocol) error

func (*Coin) String

func (p *Coin) String() string

func (*Coin) Write

func (p *Coin) Write(oprot TProtocol) error

type CoinHistory

type CoinHistory struct {
	PayDate      int64        `thrift:"payDate,1" db:"payDate" json:"payDate"`
	CoinBalance  int32        `thrift:"coinBalance,2" db:"coinBalance" json:"coinBalance"`
	Coin         int32        `thrift:"coin,3" db:"coin" json:"coin"`
	Price        string       `thrift:"price,4" db:"price" json:"price"`
	Title        string       `thrift:"title,5" db:"title" json:"title"`
	Refund       bool         `thrift:"refund,6" db:"refund" json:"refund"`
	PaySeq       string       `thrift:"paySeq,7" db:"paySeq" json:"paySeq"`
	Currency     string       `thrift:"currency,8" db:"currency" json:"currency"`
	CurrencySign string       `thrift:"currencySign,9" db:"currencySign" json:"currencySign"`
	DisplayPrice string       `thrift:"displayPrice,10" db:"displayPrice" json:"displayPrice"`
	Payload      *CoinPayLoad `thrift:"payload,11" db:"payload" json:"payload"`
	ChannelId    string       `thrift:"channelId,12" db:"channelId" json:"channelId"`
}

Attributes:

  • PayDate
  • CoinBalance
  • Coin
  • Price
  • Title
  • Refund
  • PaySeq
  • Currency
  • CurrencySign
  • DisplayPrice
  • Payload
  • ChannelId

func NewCoinHistory

func NewCoinHistory() *CoinHistory

func (*CoinHistory) GetChannelId

func (p *CoinHistory) GetChannelId() string

func (*CoinHistory) GetCoin

func (p *CoinHistory) GetCoin() int32

func (*CoinHistory) GetCoinBalance

func (p *CoinHistory) GetCoinBalance() int32

func (*CoinHistory) GetCurrency

func (p *CoinHistory) GetCurrency() string

func (*CoinHistory) GetCurrencySign

func (p *CoinHistory) GetCurrencySign() string

func (*CoinHistory) GetDisplayPrice

func (p *CoinHistory) GetDisplayPrice() string

func (*CoinHistory) GetPayDate

func (p *CoinHistory) GetPayDate() int64

func (*CoinHistory) GetPaySeq

func (p *CoinHistory) GetPaySeq() string

func (*CoinHistory) GetPayload

func (p *CoinHistory) GetPayload() *CoinPayLoad

func (*CoinHistory) GetPrice

func (p *CoinHistory) GetPrice() string

func (*CoinHistory) GetRefund

func (p *CoinHistory) GetRefund() bool

func (*CoinHistory) GetTitle

func (p *CoinHistory) GetTitle() string

func (*CoinHistory) IsSetPayload

func (p *CoinHistory) IsSetPayload() bool

func (*CoinHistory) Read

func (p *CoinHistory) Read(iprot TProtocol) error

func (*CoinHistory) ReadField1

func (p *CoinHistory) ReadField1(iprot TProtocol) error

func (*CoinHistory) ReadField10

func (p *CoinHistory) ReadField10(iprot TProtocol) error

func (*CoinHistory) ReadField11

func (p *CoinHistory) ReadField11(iprot TProtocol) error

func (*CoinHistory) ReadField12

func (p *CoinHistory) ReadField12(iprot TProtocol) error

func (*CoinHistory) ReadField2

func (p *CoinHistory) ReadField2(iprot TProtocol) error

func (*CoinHistory) ReadField3

func (p *CoinHistory) ReadField3(iprot TProtocol) error

func (*CoinHistory) ReadField4

func (p *CoinHistory) ReadField4(iprot TProtocol) error

func (*CoinHistory) ReadField5

func (p *CoinHistory) ReadField5(iprot TProtocol) error

func (*CoinHistory) ReadField6

func (p *CoinHistory) ReadField6(iprot TProtocol) error

func (*CoinHistory) ReadField7

func (p *CoinHistory) ReadField7(iprot TProtocol) error

func (*CoinHistory) ReadField8

func (p *CoinHistory) ReadField8(iprot TProtocol) error

func (*CoinHistory) ReadField9

func (p *CoinHistory) ReadField9(iprot TProtocol) error

func (*CoinHistory) String

func (p *CoinHistory) String() string

func (*CoinHistory) Write

func (p *CoinHistory) Write(oprot TProtocol) error

type CoinHistoryCondition

type CoinHistoryCondition struct {
	Start        int64       `thrift:"start,1" db:"start" json:"start"`
	Size         int32       `thrift:"size,2" db:"size" json:"size"`
	Language     string      `thrift:"language,3" db:"language" json:"language"`
	Eddt         string      `thrift:"eddt,4" db:"eddt" json:"eddt"`
	AppStoreCode PaymentType `thrift:"appStoreCode,5" db:"appStoreCode" json:"appStoreCode"`
}

Attributes:

  • Start
  • Size
  • Language
  • Eddt
  • AppStoreCode
var ShopServiceGetCoinPurchaseHistoryArgs_Request_DEFAULT *CoinHistoryCondition
var ShopServiceGetCoinUseAndRefundHistoryArgs_Request_DEFAULT *CoinHistoryCondition

func NewCoinHistoryCondition

func NewCoinHistoryCondition() *CoinHistoryCondition

func (*CoinHistoryCondition) GetAppStoreCode

func (p *CoinHistoryCondition) GetAppStoreCode() PaymentType

func (*CoinHistoryCondition) GetEddt

func (p *CoinHistoryCondition) GetEddt() string

func (*CoinHistoryCondition) GetLanguage

func (p *CoinHistoryCondition) GetLanguage() string

func (*CoinHistoryCondition) GetSize

func (p *CoinHistoryCondition) GetSize() int32

func (*CoinHistoryCondition) GetStart

func (p *CoinHistoryCondition) GetStart() int64

func (*CoinHistoryCondition) Read

func (p *CoinHistoryCondition) Read(iprot TProtocol) error

func (*CoinHistoryCondition) ReadField1

func (p *CoinHistoryCondition) ReadField1(iprot TProtocol) error

func (*CoinHistoryCondition) ReadField2

func (p *CoinHistoryCondition) ReadField2(iprot TProtocol) error

func (*CoinHistoryCondition) ReadField3

func (p *CoinHistoryCondition) ReadField3(iprot TProtocol) error

func (*CoinHistoryCondition) ReadField4

func (p *CoinHistoryCondition) ReadField4(iprot TProtocol) error

func (*CoinHistoryCondition) ReadField5

func (p *CoinHistoryCondition) ReadField5(iprot TProtocol) error

func (*CoinHistoryCondition) String

func (p *CoinHistoryCondition) String() string

func (*CoinHistoryCondition) Write

func (p *CoinHistoryCondition) Write(oprot TProtocol) error

type CoinHistoryResult_

type CoinHistoryResult_ struct {
	Historys []*CoinHistory `thrift:"historys,1" db:"historys" json:"historys"`
	Balance  *Coin          `thrift:"balance,2" db:"balance" json:"balance"`
	HasNext  bool           `thrift:"hasNext,3" db:"hasNext" json:"hasNext"`
}

Attributes:

  • Historys
  • Balance
  • HasNext
var ShopServiceGetCoinPurchaseHistoryResult_Success_DEFAULT *CoinHistoryResult_
var ShopServiceGetCoinUseAndRefundHistoryResult_Success_DEFAULT *CoinHistoryResult_

func NewCoinHistoryResult_

func NewCoinHistoryResult_() *CoinHistoryResult_

func (*CoinHistoryResult_) GetBalance

func (p *CoinHistoryResult_) GetBalance() *Coin

func (*CoinHistoryResult_) GetHasNext

func (p *CoinHistoryResult_) GetHasNext() bool

func (*CoinHistoryResult_) GetHistorys

func (p *CoinHistoryResult_) GetHistorys() []*CoinHistory

func (*CoinHistoryResult_) IsSetBalance

func (p *CoinHistoryResult_) IsSetBalance() bool

func (*CoinHistoryResult_) Read

func (p *CoinHistoryResult_) Read(iprot TProtocol) error

func (*CoinHistoryResult_) ReadField1

func (p *CoinHistoryResult_) ReadField1(iprot TProtocol) error

func (*CoinHistoryResult_) ReadField2

func (p *CoinHistoryResult_) ReadField2(iprot TProtocol) error

func (*CoinHistoryResult_) ReadField3

func (p *CoinHistoryResult_) ReadField3(iprot TProtocol) error

func (*CoinHistoryResult_) String

func (p *CoinHistoryResult_) String() string

func (*CoinHistoryResult_) Write

func (p *CoinHistoryResult_) Write(oprot TProtocol) error

type CoinPayLoad

type CoinPayLoad struct {
	PayCoin    int32       `thrift:"payCoin,1" db:"payCoin" json:"payCoin"`
	FreeCoin   int32       `thrift:"freeCoin,2" db:"freeCoin" json:"freeCoin"`
	Type       PayloadType `thrift:"type,3" db:"type" json:"type"`
	RewardCoin int32       `thrift:"rewardCoin,4" db:"rewardCoin" json:"rewardCoin"`
}

Attributes:

  • PayCoin
  • FreeCoin
  • Type
  • RewardCoin
var CoinHistory_Payload_DEFAULT *CoinPayLoad

func NewCoinPayLoad

func NewCoinPayLoad() *CoinPayLoad

func (*CoinPayLoad) GetFreeCoin

func (p *CoinPayLoad) GetFreeCoin() int32

func (*CoinPayLoad) GetPayCoin

func (p *CoinPayLoad) GetPayCoin() int32

func (*CoinPayLoad) GetRewardCoin

func (p *CoinPayLoad) GetRewardCoin() int32

func (*CoinPayLoad) GetType

func (p *CoinPayLoad) GetType() PayloadType

func (*CoinPayLoad) Read

func (p *CoinPayLoad) Read(iprot TProtocol) error

func (*CoinPayLoad) ReadField1

func (p *CoinPayLoad) ReadField1(iprot TProtocol) error

func (*CoinPayLoad) ReadField2

func (p *CoinPayLoad) ReadField2(iprot TProtocol) error

func (*CoinPayLoad) ReadField3

func (p *CoinPayLoad) ReadField3(iprot TProtocol) error

func (*CoinPayLoad) ReadField4

func (p *CoinPayLoad) ReadField4(iprot TProtocol) error

func (*CoinPayLoad) String

func (p *CoinPayLoad) String() string

func (*CoinPayLoad) Write

func (p *CoinPayLoad) Write(oprot TProtocol) error

type CoinProductItem

type CoinProductItem struct {
	ItemId   string `thrift:"itemId,1" db:"itemId" json:"itemId"`
	Coin     int32  `thrift:"coin,2" db:"coin" json:"coin"`
	FreeCoin int32  `thrift:"freeCoin,3" db:"freeCoin" json:"freeCoin"`
	// unused field # 4
	Currency     string `thrift:"currency,5" db:"currency" json:"currency"`
	Price        string `thrift:"price,6" db:"price" json:"price"`
	DisplayPrice string `thrift:"displayPrice,7" db:"displayPrice" json:"displayPrice"`
	Name         string `thrift:"name,8" db:"name" json:"name"`
	Desc         string `thrift:"desc,9" db:"desc" json:"desc"`
}

Attributes:

  • ItemId
  • Coin
  • FreeCoin
  • Currency
  • Price
  • DisplayPrice
  • Name
  • Desc

func NewCoinProductItem

func NewCoinProductItem() *CoinProductItem

func (*CoinProductItem) GetCoin

func (p *CoinProductItem) GetCoin() int32

func (*CoinProductItem) GetCurrency

func (p *CoinProductItem) GetCurrency() string

func (*CoinProductItem) GetDesc

func (p *CoinProductItem) GetDesc() string

func (*CoinProductItem) GetDisplayPrice

func (p *CoinProductItem) GetDisplayPrice() string

func (*CoinProductItem) GetFreeCoin

func (p *CoinProductItem) GetFreeCoin() int32

func (*CoinProductItem) GetItemId

func (p *CoinProductItem) GetItemId() string

func (*CoinProductItem) GetName

func (p *CoinProductItem) GetName() string

func (*CoinProductItem) GetPrice

func (p *CoinProductItem) GetPrice() string

func (*CoinProductItem) Read

func (p *CoinProductItem) Read(iprot TProtocol) error

func (*CoinProductItem) ReadField1

func (p *CoinProductItem) ReadField1(iprot TProtocol) error

func (*CoinProductItem) ReadField2

func (p *CoinProductItem) ReadField2(iprot TProtocol) error

func (*CoinProductItem) ReadField3

func (p *CoinProductItem) ReadField3(iprot TProtocol) error

func (*CoinProductItem) ReadField5

func (p *CoinProductItem) ReadField5(iprot TProtocol) error

func (*CoinProductItem) ReadField6

func (p *CoinProductItem) ReadField6(iprot TProtocol) error

func (*CoinProductItem) ReadField7

func (p *CoinProductItem) ReadField7(iprot TProtocol) error

func (*CoinProductItem) ReadField8

func (p *CoinProductItem) ReadField8(iprot TProtocol) error

func (*CoinProductItem) ReadField9

func (p *CoinProductItem) ReadField9(iprot TProtocol) error

func (*CoinProductItem) String

func (p *CoinProductItem) String() string

func (*CoinProductItem) Write

func (p *CoinProductItem) Write(oprot TProtocol) error

type CoinPurchaseConfirm

type CoinPurchaseConfirm struct {
	OrderId       string      `thrift:"orderId,1" db:"orderId" json:"orderId"`
	AppStoreCode  PaymentType `thrift:"appStoreCode,2" db:"appStoreCode" json:"appStoreCode"`
	Receipt       string      `thrift:"receipt,3" db:"receipt" json:"receipt"`
	Signature     string      `thrift:"signature,4" db:"signature" json:"signature"`
	Seller        string      `thrift:"seller,5" db:"seller" json:"seller"`
	RequestType   string      `thrift:"requestType,6" db:"requestType" json:"requestType"`
	IgnoreReceipt bool        `thrift:"ignoreReceipt,7" db:"ignoreReceipt" json:"ignoreReceipt"`
}

Attributes:

  • OrderId
  • AppStoreCode
  • Receipt
  • Signature
  • Seller
  • RequestType
  • IgnoreReceipt

func NewCoinPurchaseConfirm

func NewCoinPurchaseConfirm() *CoinPurchaseConfirm

func (*CoinPurchaseConfirm) GetAppStoreCode

func (p *CoinPurchaseConfirm) GetAppStoreCode() PaymentType

func (*CoinPurchaseConfirm) GetIgnoreReceipt

func (p *CoinPurchaseConfirm) GetIgnoreReceipt() bool

func (*CoinPurchaseConfirm) GetOrderId

func (p *CoinPurchaseConfirm) GetOrderId() string

func (*CoinPurchaseConfirm) GetReceipt

func (p *CoinPurchaseConfirm) GetReceipt() string

func (*CoinPurchaseConfirm) GetRequestType

func (p *CoinPurchaseConfirm) GetRequestType() string

func (*CoinPurchaseConfirm) GetSeller

func (p *CoinPurchaseConfirm) GetSeller() string

func (*CoinPurchaseConfirm) GetSignature

func (p *CoinPurchaseConfirm) GetSignature() string

func (*CoinPurchaseConfirm) Read

func (p *CoinPurchaseConfirm) Read(iprot TProtocol) error

func (*CoinPurchaseConfirm) ReadField1

func (p *CoinPurchaseConfirm) ReadField1(iprot TProtocol) error

func (*CoinPurchaseConfirm) ReadField2

func (p *CoinPurchaseConfirm) ReadField2(iprot TProtocol) error

func (*CoinPurchaseConfirm) ReadField3

func (p *CoinPurchaseConfirm) ReadField3(iprot TProtocol) error

func (*CoinPurchaseConfirm) ReadField4

func (p *CoinPurchaseConfirm) ReadField4(iprot TProtocol) error

func (*CoinPurchaseConfirm) ReadField5

func (p *CoinPurchaseConfirm) ReadField5(iprot TProtocol) error

func (*CoinPurchaseConfirm) ReadField6

func (p *CoinPurchaseConfirm) ReadField6(iprot TProtocol) error

func (*CoinPurchaseConfirm) ReadField7

func (p *CoinPurchaseConfirm) ReadField7(iprot TProtocol) error

func (*CoinPurchaseConfirm) String

func (p *CoinPurchaseConfirm) String() string

func (*CoinPurchaseConfirm) Write

func (p *CoinPurchaseConfirm) Write(oprot TProtocol) error

type CoinPurchaseReservation

type CoinPurchaseReservation struct {
	ProductId    string        `thrift:"productId,1" db:"productId" json:"productId"`
	Country      string        `thrift:"country,2" db:"country" json:"country"`
	Currency     string        `thrift:"currency,3" db:"currency" json:"currency"`
	Price        string        `thrift:"price,4" db:"price" json:"price"`
	AppStoreCode PaymentType   `thrift:"appStoreCode,5" db:"appStoreCode" json:"appStoreCode"`
	Language     string        `thrift:"language,6" db:"language" json:"language"`
	PgCode       PaymentPgType `thrift:"pgCode,7" db:"pgCode" json:"pgCode"`
	RedirectUrl  string        `thrift:"redirectUrl,8" db:"redirectUrl" json:"redirectUrl"`
}

Attributes:

  • ProductId
  • Country
  • Currency
  • Price
  • AppStoreCode
  • Language
  • PgCode
  • RedirectUrl
var ShopServiceReserveCoinPurchaseArgs_Request_DEFAULT *CoinPurchaseReservation

func NewCoinPurchaseReservation

func NewCoinPurchaseReservation() *CoinPurchaseReservation

func (*CoinPurchaseReservation) GetAppStoreCode

func (p *CoinPurchaseReservation) GetAppStoreCode() PaymentType

func (*CoinPurchaseReservation) GetCountry

func (p *CoinPurchaseReservation) GetCountry() string

func (*CoinPurchaseReservation) GetCurrency

func (p *CoinPurchaseReservation) GetCurrency() string

func (*CoinPurchaseReservation) GetLanguage

func (p *CoinPurchaseReservation) GetLanguage() string

func (*CoinPurchaseReservation) GetPgCode

func (p *CoinPurchaseReservation) GetPgCode() PaymentPgType

func (*CoinPurchaseReservation) GetPrice

func (p *CoinPurchaseReservation) GetPrice() string

func (*CoinPurchaseReservation) GetProductId

func (p *CoinPurchaseReservation) GetProductId() string

func (*CoinPurchaseReservation) GetRedirectUrl

func (p *CoinPurchaseReservation) GetRedirectUrl() string

func (*CoinPurchaseReservation) Read

func (p *CoinPurchaseReservation) Read(iprot TProtocol) error

func (*CoinPurchaseReservation) ReadField1

func (p *CoinPurchaseReservation) ReadField1(iprot TProtocol) error

func (*CoinPurchaseReservation) ReadField2

func (p *CoinPurchaseReservation) ReadField2(iprot TProtocol) error

func (*CoinPurchaseReservation) ReadField3

func (p *CoinPurchaseReservation) ReadField3(iprot TProtocol) error

func (*CoinPurchaseReservation) ReadField4

func (p *CoinPurchaseReservation) ReadField4(iprot TProtocol) error

func (*CoinPurchaseReservation) ReadField5

func (p *CoinPurchaseReservation) ReadField5(iprot TProtocol) error

func (*CoinPurchaseReservation) ReadField6

func (p *CoinPurchaseReservation) ReadField6(iprot TProtocol) error

func (*CoinPurchaseReservation) ReadField7

func (p *CoinPurchaseReservation) ReadField7(iprot TProtocol) error

func (*CoinPurchaseReservation) ReadField8

func (p *CoinPurchaseReservation) ReadField8(iprot TProtocol) error

func (*CoinPurchaseReservation) String

func (p *CoinPurchaseReservation) String() string

func (*CoinPurchaseReservation) Write

func (p *CoinPurchaseReservation) Write(oprot TProtocol) error

type CoinUseReservation

type CoinUseReservation struct {
	ChannelId    string                    `thrift:"channelId,1" db:"channelId" json:"channelId"`
	ShopOrderId  string                    `thrift:"shopOrderId,2" db:"shopOrderId" json:"shopOrderId"`
	AppStoreCode PaymentType               `thrift:"appStoreCode,3" db:"appStoreCode" json:"appStoreCode"`
	Items        []*CoinUseReservationItem `thrift:"items,4" db:"items" json:"items"`
	Country      string                    `thrift:"country,5" db:"country" json:"country"`
}

Attributes:

  • ChannelId
  • ShopOrderId
  • AppStoreCode
  • Items
  • Country
var ChannelServiceReserveCoinUseArgs_Request_DEFAULT *CoinUseReservation

func NewCoinUseReservation

func NewCoinUseReservation() *CoinUseReservation

func (*CoinUseReservation) GetAppStoreCode

func (p *CoinUseReservation) GetAppStoreCode() PaymentType

func (*CoinUseReservation) GetChannelId

func (p *CoinUseReservation) GetChannelId() string

func (*CoinUseReservation) GetCountry

func (p *CoinUseReservation) GetCountry() string

func (*CoinUseReservation) GetItems

func (p *CoinUseReservation) GetItems() []*CoinUseReservationItem

func (*CoinUseReservation) GetShopOrderId

func (p *CoinUseReservation) GetShopOrderId() string

func (*CoinUseReservation) Read

func (p *CoinUseReservation) Read(iprot TProtocol) error

func (*CoinUseReservation) ReadField1

func (p *CoinUseReservation) ReadField1(iprot TProtocol) error

func (*CoinUseReservation) ReadField2

func (p *CoinUseReservation) ReadField2(iprot TProtocol) error

func (*CoinUseReservation) ReadField3

func (p *CoinUseReservation) ReadField3(iprot TProtocol) error

func (*CoinUseReservation) ReadField4

func (p *CoinUseReservation) ReadField4(iprot TProtocol) error

func (*CoinUseReservation) ReadField5

func (p *CoinUseReservation) ReadField5(iprot TProtocol) error

func (*CoinUseReservation) String

func (p *CoinUseReservation) String() string

func (*CoinUseReservation) Write

func (p *CoinUseReservation) Write(oprot TProtocol) error

type CoinUseReservationItem

type CoinUseReservationItem struct {
	ItemId   string `thrift:"itemId,1" db:"itemId" json:"itemId"`
	ItemName string `thrift:"itemName,2" db:"itemName" json:"itemName"`
	Amount   int32  `thrift:"amount,3" db:"amount" json:"amount"`
}

Attributes:

  • ItemId
  • ItemName
  • Amount

func NewCoinUseReservationItem

func NewCoinUseReservationItem() *CoinUseReservationItem

func (*CoinUseReservationItem) GetAmount

func (p *CoinUseReservationItem) GetAmount() int32

func (*CoinUseReservationItem) GetItemId

func (p *CoinUseReservationItem) GetItemId() string

func (*CoinUseReservationItem) GetItemName

func (p *CoinUseReservationItem) GetItemName() string

func (*CoinUseReservationItem) Read

func (p *CoinUseReservationItem) Read(iprot TProtocol) error

func (*CoinUseReservationItem) ReadField1

func (p *CoinUseReservationItem) ReadField1(iprot TProtocol) error

func (*CoinUseReservationItem) ReadField2

func (p *CoinUseReservationItem) ReadField2(iprot TProtocol) error

func (*CoinUseReservationItem) ReadField3

func (p *CoinUseReservationItem) ReadField3(iprot TProtocol) error

func (*CoinUseReservationItem) String

func (p *CoinUseReservationItem) String() string

func (*CoinUseReservationItem) Write

func (p *CoinUseReservationItem) Write(oprot TProtocol) error

type CompactContact

type CompactContact struct {
	Mid                   string        `thrift:"mid,1" db:"mid" json:"mid"`
	CreatedTime           int64         `thrift:"createdTime,2" db:"createdTime" json:"createdTime"`
	ModifiedTime          int64         `thrift:"modifiedTime,3" db:"modifiedTime" json:"modifiedTime"`
	Status                ContactStatus `thrift:"status,4" db:"status" json:"status"`
	Settings              int64         `thrift:"settings,5" db:"settings" json:"settings"`
	DisplayNameOverridden string        `thrift:"displayNameOverridden,6" db:"displayNameOverridden" json:"displayNameOverridden"`
}

Attributes:

  • Mid
  • CreatedTime
  • ModifiedTime
  • Status
  • Settings
  • DisplayNameOverridden

func NewCompactContact

func NewCompactContact() *CompactContact

func (*CompactContact) GetCreatedTime

func (p *CompactContact) GetCreatedTime() int64

func (*CompactContact) GetDisplayNameOverridden

func (p *CompactContact) GetDisplayNameOverridden() string

func (*CompactContact) GetMid

func (p *CompactContact) GetMid() string

func (*CompactContact) GetModifiedTime

func (p *CompactContact) GetModifiedTime() int64

func (*CompactContact) GetSettings

func (p *CompactContact) GetSettings() int64

func (*CompactContact) GetStatus

func (p *CompactContact) GetStatus() ContactStatus

func (*CompactContact) Read

func (p *CompactContact) Read(iprot TProtocol) error

func (*CompactContact) ReadField1

func (p *CompactContact) ReadField1(iprot TProtocol) error

func (*CompactContact) ReadField2

func (p *CompactContact) ReadField2(iprot TProtocol) error

func (*CompactContact) ReadField3

func (p *CompactContact) ReadField3(iprot TProtocol) error

func (*CompactContact) ReadField4

func (p *CompactContact) ReadField4(iprot TProtocol) error

func (*CompactContact) ReadField5

func (p *CompactContact) ReadField5(iprot TProtocol) error

func (*CompactContact) ReadField6

func (p *CompactContact) ReadField6(iprot TProtocol) error

func (*CompactContact) String

func (p *CompactContact) String() string

func (*CompactContact) Write

func (p *CompactContact) Write(oprot TProtocol) error

type Contact

type Contact struct {
	Mid         string `thrift:"mid,1" db:"mid" json:"mid"`
	CreatedTime int64  `thrift:"createdTime,2" db:"createdTime" json:"createdTime"`
	// unused fields # 3 to 9
	Type   ContactType   `thrift:"type,10" db:"type" json:"type"`
	Status ContactStatus `thrift:"status,11" db:"status" json:"status"`
	// unused fields # 12 to 20
	Relation              ContactRelation `thrift:"relation,21" db:"relation" json:"relation"`
	DisplayName           string          `thrift:"displayName,22" db:"displayName" json:"displayName"`
	PhoneticName          string          `thrift:"phoneticName,23" db:"phoneticName" json:"phoneticName"`
	PictureStatus         string          `thrift:"pictureStatus,24" db:"pictureStatus" json:"pictureStatus"`
	ThumbnailUrl          string          `thrift:"thumbnailUrl,25" db:"thumbnailUrl" json:"thumbnailUrl"`
	StatusMessage         string          `thrift:"statusMessage,26" db:"statusMessage" json:"statusMessage"`
	DisplayNameOverridden string          `thrift:"displayNameOverridden,27" db:"displayNameOverridden" json:"displayNameOverridden"`
	FavoriteTime          int64           `thrift:"favoriteTime,28" db:"favoriteTime" json:"favoriteTime"`
	// unused fields # 29 to 30
	CapableVoiceCall bool   `thrift:"capableVoiceCall,31" db:"capableVoiceCall" json:"capableVoiceCall"`
	CapableVideoCall bool   `thrift:"capableVideoCall,32" db:"capableVideoCall" json:"capableVideoCall"`
	CapableMyhome    bool   `thrift:"capableMyhome,33" db:"capableMyhome" json:"capableMyhome"`
	CapableBuddy     bool   `thrift:"capableBuddy,34" db:"capableBuddy" json:"capableBuddy"`
	Attributes       int32  `thrift:"attributes,35" db:"attributes" json:"attributes"`
	Settings         int64  `thrift:"settings,36" db:"settings" json:"settings"`
	PicturePath      string `thrift:"picturePath,37" db:"picturePath" json:"picturePath"`
}

Attributes:

  • Mid
  • CreatedTime
  • Type
  • Status
  • Relation
  • DisplayName
  • PhoneticName
  • PictureStatus
  • ThumbnailUrl
  • StatusMessage
  • DisplayNameOverridden
  • FavoriteTime
  • CapableVoiceCall
  • CapableVideoCall
  • CapableMyhome
  • CapableBuddy
  • Attributes
  • Settings
  • PicturePath
var ChannelApplicationProvidedServiceFindContactByUseridWithoutAbuseBlockForChannelResult_Success_DEFAULT *Contact
var ContactRegistration_Contact_DEFAULT *Contact
var ContactReport_Contact_DEFAULT *Contact
var Group_Creator_DEFAULT *Contact
var SnsFriendContactRegistration_Contact_DEFAULT *Contact
var TalkServiceFindContactByUserTicketResult_Success_DEFAULT *Contact
var TalkServiceFindContactByUseridResult_Success_DEFAULT *Contact
var TalkServiceGetContactResult_Success_DEFAULT *Contact

func NewContact

func NewContact() *Contact

func (*Contact) GetAttributes

func (p *Contact) GetAttributes() int32

func (*Contact) GetCapableBuddy

func (p *Contact) GetCapableBuddy() bool

func (*Contact) GetCapableMyhome

func (p *Contact) GetCapableMyhome() bool

func (*Contact) GetCapableVideoCall

func (p *Contact) GetCapableVideoCall() bool

func (*Contact) GetCapableVoiceCall

func (p *Contact) GetCapableVoiceCall() bool

func (*Contact) GetCreatedTime

func (p *Contact) GetCreatedTime() int64

func (*Contact) GetDisplayName

func (p *Contact) GetDisplayName() string

func (*Contact) GetDisplayNameOverridden

func (p *Contact) GetDisplayNameOverridden() string

func (*Contact) GetFavoriteTime

func (p *Contact) GetFavoriteTime() int64

func (*Contact) GetMid

func (p *Contact) GetMid() string

func (*Contact) GetPhoneticName

func (p *Contact) GetPhoneticName() string

func (*Contact) GetPicturePath

func (p *Contact) GetPicturePath() string

func (*Contact) GetPictureStatus

func (p *Contact) GetPictureStatus() string

func (*Contact) GetRelation

func (p *Contact) GetRelation() ContactRelation

func (*Contact) GetSettings

func (p *Contact) GetSettings() int64

func (*Contact) GetStatus

func (p *Contact) GetStatus() ContactStatus

func (*Contact) GetStatusMessage

func (p *Contact) GetStatusMessage() string

func (*Contact) GetThumbnailUrl

func (p *Contact) GetThumbnailUrl() string

func (*Contact) GetType

func (p *Contact) GetType() ContactType

func (*Contact) Read

func (p *Contact) Read(iprot TProtocol) error

func (*Contact) ReadField1

func (p *Contact) ReadField1(iprot TProtocol) error

func (*Contact) ReadField10

func (p *Contact) ReadField10(iprot TProtocol) error

func (*Contact) ReadField11

func (p *Contact) ReadField11(iprot TProtocol) error

func (*Contact) ReadField2

func (p *Contact) ReadField2(iprot TProtocol) error

func (*Contact) ReadField21

func (p *Contact) ReadField21(iprot TProtocol) error

func (*Contact) ReadField22

func (p *Contact) ReadField22(iprot TProtocol) error

func (*Contact) ReadField23

func (p *Contact) ReadField23(iprot TProtocol) error

func (*Contact) ReadField24

func (p *Contact) ReadField24(iprot TProtocol) error

func (*Contact) ReadField25

func (p *Contact) ReadField25(iprot TProtocol) error

func (*Contact) ReadField26

func (p *Contact) ReadField26(iprot TProtocol) error

func (*Contact) ReadField27

func (p *Contact) ReadField27(iprot TProtocol) error

func (*Contact) ReadField28

func (p *Contact) ReadField28(iprot TProtocol) error

func (*Contact) ReadField31

func (p *Contact) ReadField31(iprot TProtocol) error

func (*Contact) ReadField32

func (p *Contact) ReadField32(iprot TProtocol) error

func (*Contact) ReadField33

func (p *Contact) ReadField33(iprot TProtocol) error

func (*Contact) ReadField34

func (p *Contact) ReadField34(iprot TProtocol) error

func (*Contact) ReadField35

func (p *Contact) ReadField35(iprot TProtocol) error

func (*Contact) ReadField36

func (p *Contact) ReadField36(iprot TProtocol) error

func (*Contact) ReadField37

func (p *Contact) ReadField37(iprot TProtocol) error

func (*Contact) String

func (p *Contact) String() string

func (*Contact) Write

func (p *Contact) Write(oprot TProtocol) error

type ContactAttribute

type ContactAttribute int64
const (
	ContactAttribute_CONTACT_ATTRIBUTE_CAPABLE_VOICE_CALL ContactAttribute = 1
	ContactAttribute_CONTACT_ATTRIBUTE_CAPABLE_VIDEO_CALL ContactAttribute = 2
	ContactAttribute_CONTACT_ATTRIBUTE_CAPABLE_MY_HOME    ContactAttribute = 16
	ContactAttribute_CONTACT_ATTRIBUTE_CAPABLE_BUDDY      ContactAttribute = 32
)

func ContactAttributeFromString

func ContactAttributeFromString(s string) (ContactAttribute, error)

func ContactAttributePtr

func ContactAttributePtr(v ContactAttribute) *ContactAttribute

func (ContactAttribute) MarshalText

func (p ContactAttribute) MarshalText() ([]byte, error)

func (*ContactAttribute) Scan

func (p *ContactAttribute) Scan(value interface{}) error

func (ContactAttribute) String

func (p ContactAttribute) String() string

func (*ContactAttribute) UnmarshalText

func (p *ContactAttribute) UnmarshalText(text []byte) error

func (*ContactAttribute) Value

func (p *ContactAttribute) Value() (driver.Value, error)

type ContactCategory

type ContactCategory int64
const (
	ContactCategory_NORMAL    ContactCategory = 0
	ContactCategory_RECOMMEND ContactCategory = 1
)

func ContactCategoryFromString

func ContactCategoryFromString(s string) (ContactCategory, error)

func ContactCategoryPtr

func ContactCategoryPtr(v ContactCategory) *ContactCategory

func (ContactCategory) MarshalText

func (p ContactCategory) MarshalText() ([]byte, error)

func (*ContactCategory) Scan

func (p *ContactCategory) Scan(value interface{}) error

func (ContactCategory) String

func (p ContactCategory) String() string

func (*ContactCategory) UnmarshalText

func (p *ContactCategory) UnmarshalText(text []byte) error

func (*ContactCategory) Value

func (p *ContactCategory) Value() (driver.Value, error)

type ContactModification

type ContactModification struct {
	Type ModificationType `thrift:"type,1" db:"type" json:"type"`
	Luid string           `thrift:"luid,2" db:"luid" json:"luid"`
	// unused fields # 3 to 10
	Phones  []string `thrift:"phones,11" db:"phones" json:"phones"`
	Emails  []string `thrift:"emails,12" db:"emails" json:"emails"`
	Userids []string `thrift:"userids,13" db:"userids" json:"userids"`
}

Attributes:

  • Type
  • Luid
  • Phones
  • Emails
  • Userids

func NewContactModification

func NewContactModification() *ContactModification

func (*ContactModification) GetEmails

func (p *ContactModification) GetEmails() []string

func (*ContactModification) GetLuid

func (p *ContactModification) GetLuid() string

func (*ContactModification) GetPhones

func (p *ContactModification) GetPhones() []string

func (*ContactModification) GetType

func (*ContactModification) GetUserids

func (p *ContactModification) GetUserids() []string

func (*ContactModification) Read

func (p *ContactModification) Read(iprot TProtocol) error

func (*ContactModification) ReadField1

func (p *ContactModification) ReadField1(iprot TProtocol) error

func (*ContactModification) ReadField11

func (p *ContactModification) ReadField11(iprot TProtocol) error

func (*ContactModification) ReadField12

func (p *ContactModification) ReadField12(iprot TProtocol) error

func (*ContactModification) ReadField13

func (p *ContactModification) ReadField13(iprot TProtocol) error

func (*ContactModification) ReadField2

func (p *ContactModification) ReadField2(iprot TProtocol) error

func (*ContactModification) String

func (p *ContactModification) String() string

func (*ContactModification) Write

func (p *ContactModification) Write(oprot TProtocol) error

type ContactRegistration

type ContactRegistration struct {
	Contact *Contact `thrift:"contact,1" db:"contact" json:"contact"`
	// unused fields # 2 to 9
	Luid        string      `thrift:"luid,10" db:"luid" json:"luid"`
	ContactType ContactType `thrift:"contactType,11" db:"contactType" json:"contactType"`
	ContactKey  string      `thrift:"contactKey,12" db:"contactKey" json:"contactKey"`
}

Attributes:

  • Contact
  • Luid
  • ContactType
  • ContactKey

func NewContactRegistration

func NewContactRegistration() *ContactRegistration

func (*ContactRegistration) GetContact

func (p *ContactRegistration) GetContact() *Contact

func (*ContactRegistration) GetContactKey

func (p *ContactRegistration) GetContactKey() string

func (*ContactRegistration) GetContactType

func (p *ContactRegistration) GetContactType() ContactType

func (*ContactRegistration) GetLuid

func (p *ContactRegistration) GetLuid() string

func (*ContactRegistration) IsSetContact

func (p *ContactRegistration) IsSetContact() bool

func (*ContactRegistration) Read

func (p *ContactRegistration) Read(iprot TProtocol) error

func (*ContactRegistration) ReadField1

func (p *ContactRegistration) ReadField1(iprot TProtocol) error

func (*ContactRegistration) ReadField10

func (p *ContactRegistration) ReadField10(iprot TProtocol) error

func (*ContactRegistration) ReadField11

func (p *ContactRegistration) ReadField11(iprot TProtocol) error

func (*ContactRegistration) ReadField12

func (p *ContactRegistration) ReadField12(iprot TProtocol) error

func (*ContactRegistration) String

func (p *ContactRegistration) String() string

func (*ContactRegistration) Write

func (p *ContactRegistration) Write(oprot TProtocol) error

type ContactRelation

type ContactRelation int64
const (
	ContactRelation_ONEWAY         ContactRelation = 0
	ContactRelation_BOTH           ContactRelation = 1
	ContactRelation_NOT_REGISTERED ContactRelation = 2
)

func ContactRelationFromString

func ContactRelationFromString(s string) (ContactRelation, error)

func ContactRelationPtr

func ContactRelationPtr(v ContactRelation) *ContactRelation

func (ContactRelation) MarshalText

func (p ContactRelation) MarshalText() ([]byte, error)

func (*ContactRelation) Scan

func (p *ContactRelation) Scan(value interface{}) error

func (ContactRelation) String

func (p ContactRelation) String() string

func (*ContactRelation) UnmarshalText

func (p *ContactRelation) UnmarshalText(text []byte) error

func (*ContactRelation) Value

func (p *ContactRelation) Value() (driver.Value, error)

type ContactReport

type ContactReport struct {
	Mid     string   `thrift:"mid,1" db:"mid" json:"mid"`
	Exists  bool     `thrift:"exists,2" db:"exists" json:"exists"`
	Contact *Contact `thrift:"contact,3" db:"contact" json:"contact"`
}

Attributes:

  • Mid
  • Exists
  • Contact

func NewContactReport

func NewContactReport() *ContactReport

func (*ContactReport) GetContact

func (p *ContactReport) GetContact() *Contact

func (*ContactReport) GetExists

func (p *ContactReport) GetExists() bool

func (*ContactReport) GetMid

func (p *ContactReport) GetMid() string

func (*ContactReport) IsSetContact

func (p *ContactReport) IsSetContact() bool

func (*ContactReport) Read

func (p *ContactReport) Read(iprot TProtocol) error

func (*ContactReport) ReadField1

func (p *ContactReport) ReadField1(iprot TProtocol) error

func (*ContactReport) ReadField2

func (p *ContactReport) ReadField2(iprot TProtocol) error

func (*ContactReport) ReadField3

func (p *ContactReport) ReadField3(iprot TProtocol) error

func (*ContactReport) String

func (p *ContactReport) String() string

func (*ContactReport) Write

func (p *ContactReport) Write(oprot TProtocol) error

type ContactReportResult_

type ContactReportResult_ struct {
	Mid    string `thrift:"mid,1" db:"mid" json:"mid"`
	Exists bool   `thrift:"exists,2" db:"exists" json:"exists"`
}

Attributes:

  • Mid
  • Exists

func NewContactReportResult_

func NewContactReportResult_() *ContactReportResult_

func (*ContactReportResult_) GetExists

func (p *ContactReportResult_) GetExists() bool

func (*ContactReportResult_) GetMid

func (p *ContactReportResult_) GetMid() string

func (*ContactReportResult_) Read

func (p *ContactReportResult_) Read(iprot TProtocol) error

func (*ContactReportResult_) ReadField1

func (p *ContactReportResult_) ReadField1(iprot TProtocol) error

func (*ContactReportResult_) ReadField2

func (p *ContactReportResult_) ReadField2(iprot TProtocol) error

func (*ContactReportResult_) String

func (p *ContactReportResult_) String() string

func (*ContactReportResult_) Write

func (p *ContactReportResult_) Write(oprot TProtocol) error

type ContactSetting

type ContactSetting int64
const (
	ContactSetting_CONTACT_SETTING_NOTIFICATION_DISABLE  ContactSetting = 1
	ContactSetting_CONTACT_SETTING_DISPLAY_NAME_OVERRIDE ContactSetting = 2
	ContactSetting_CONTACT_SETTING_CONTACT_HIDE          ContactSetting = 4
	ContactSetting_CONTACT_SETTING_FAVORITE              ContactSetting = 8
	ContactSetting_CONTACT_SETTING_DELETE                ContactSetting = 16
)

func ContactSettingFromString

func ContactSettingFromString(s string) (ContactSetting, error)

func ContactSettingPtr

func ContactSettingPtr(v ContactSetting) *ContactSetting

func (ContactSetting) MarshalText

func (p ContactSetting) MarshalText() ([]byte, error)

func (*ContactSetting) Scan

func (p *ContactSetting) Scan(value interface{}) error

func (ContactSetting) String

func (p ContactSetting) String() string

func (*ContactSetting) UnmarshalText

func (p *ContactSetting) UnmarshalText(text []byte) error

func (*ContactSetting) Value

func (p *ContactSetting) Value() (driver.Value, error)

type ContactStatus

type ContactStatus int64
const (
	ContactStatus_UNSPECIFIED       ContactStatus = 0
	ContactStatus_FRIEND            ContactStatus = 1
	ContactStatus_FRIEND_BLOCKED    ContactStatus = 2
	ContactStatus_RECOMMEND         ContactStatus = 3
	ContactStatus_RECOMMEND_BLOCKED ContactStatus = 4
	ContactStatus_DELETED           ContactStatus = 5
	ContactStatus_DELETED_BLOCKED   ContactStatus = 6
)

func ContactStatusFromString

func ContactStatusFromString(s string) (ContactStatus, error)

func ContactStatusPtr

func ContactStatusPtr(v ContactStatus) *ContactStatus

func (ContactStatus) MarshalText

func (p ContactStatus) MarshalText() ([]byte, error)

func (*ContactStatus) Scan

func (p *ContactStatus) Scan(value interface{}) error

func (ContactStatus) String

func (p ContactStatus) String() string

func (*ContactStatus) UnmarshalText

func (p *ContactStatus) UnmarshalText(text []byte) error

func (*ContactStatus) Value

func (p *ContactStatus) Value() (driver.Value, error)

type ContactType

type ContactType int64
const (
	ContactType_MID           ContactType = 0
	ContactType_PHONE         ContactType = 1
	ContactType_EMAIL         ContactType = 2
	ContactType_USERID        ContactType = 3
	ContactType_PROXIMITY     ContactType = 4
	ContactType_GROUP         ContactType = 5
	ContactType_USER          ContactType = 6
	ContactType_QRCODE        ContactType = 7
	ContactType_PROMOTION_BOT ContactType = 8
	ContactType_REPAIR        ContactType = 128
	ContactType_FACEBOOK      ContactType = 2305
	ContactType_SINA          ContactType = 2306
	ContactType_RENREN        ContactType = 2307
	ContactType_FEIXIN        ContactType = 2308
)

func ContactTypeFromString

func ContactTypeFromString(s string) (ContactType, error)

func ContactTypePtr

func ContactTypePtr(v ContactType) *ContactType

func (ContactType) MarshalText

func (p ContactType) MarshalText() ([]byte, error)

func (*ContactType) Scan

func (p *ContactType) Scan(value interface{}) error

func (ContactType) String

func (p ContactType) String() string

func (*ContactType) UnmarshalText

func (p *ContactType) UnmarshalText(text []byte) error

func (*ContactType) Value

func (p *ContactType) Value() (driver.Value, error)

type ContentType

type ContentType int64
const (
	ContentType_NONE             ContentType = 0
	ContentType_IMAGE            ContentType = 1
	ContentType_VIDEO            ContentType = 2
	ContentType_AUDIO            ContentType = 3
	ContentType_HTML             ContentType = 4
	ContentType_PDF              ContentType = 5
	ContentType_CALL             ContentType = 6
	ContentType_STICKER          ContentType = 7
	ContentType_PRESENCE         ContentType = 8
	ContentType_GIFT             ContentType = 9
	ContentType_GROUPBOARD       ContentType = 10
	ContentType_APPLINK          ContentType = 11
	ContentType_LINK             ContentType = 12
	ContentType_CONTACT          ContentType = 13
	ContentType_FILE             ContentType = 14
	ContentType_LOCATION         ContentType = 15
	ContentType_POSTNOTIFICATION ContentType = 16
	ContentType_RICH             ContentType = 17
	ContentType_CHATEVENT        ContentType = 18
)

func ContentTypeFromString

func ContentTypeFromString(s string) (ContentType, error)

func ContentTypePtr

func ContentTypePtr(v ContentType) *ContentType

func (ContentType) MarshalText

func (p ContentType) MarshalText() ([]byte, error)

func (*ContentType) Scan

func (p *ContentType) Scan(value interface{}) error

func (ContentType) String

func (p ContentType) String() string

func (*ContentType) UnmarshalText

func (p *ContentType) UnmarshalText(text []byte) error

func (*ContentType) Value

func (p *ContentType) Value() (driver.Value, error)

type ContextFlusher

type ContextFlusher interface {
	Flush(ctx context.Context) (err error)
}

type CreateChatRequest

type CreateChatRequest struct {
	ReqSeq         int32    `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"`
	Type           ChatType `thrift:"type,2" db:"type" json:"type"`
	Name           string   `thrift:"name,3" db:"name" json:"name"`
	TargetUserMids []string `thrift:"targetUserMids,4" db:"targetUserMids" json:"targetUserMids"`
	PicturePath    string   `thrift:"picturePath,5" db:"picturePath" json:"picturePath"`
}

Attributes:

  • ReqSeq
  • Type
  • Name
  • TargetUserMids
  • PicturePath
var TalkServiceCreateChatArgs_Request_DEFAULT *CreateChatRequest

func NewCreateChatRequest

func NewCreateChatRequest() *CreateChatRequest

func (*CreateChatRequest) GetName

func (p *CreateChatRequest) GetName() string

func (*CreateChatRequest) GetPicturePath

func (p *CreateChatRequest) GetPicturePath() string

func (*CreateChatRequest) GetReqSeq

func (p *CreateChatRequest) GetReqSeq() int32

func (*CreateChatRequest) GetTargetUserMids

func (p *CreateChatRequest) GetTargetUserMids() []string

func (*CreateChatRequest) GetType

func (p *CreateChatRequest) GetType() ChatType

func (*CreateChatRequest) Read

func (p *CreateChatRequest) Read(iprot TProtocol) error

func (*CreateChatRequest) ReadField1

func (p *CreateChatRequest) ReadField1(iprot TProtocol) error

func (*CreateChatRequest) ReadField2

func (p *CreateChatRequest) ReadField2(iprot TProtocol) error

func (*CreateChatRequest) ReadField3

func (p *CreateChatRequest) ReadField3(iprot TProtocol) error

func (*CreateChatRequest) ReadField4

func (p *CreateChatRequest) ReadField4(iprot TProtocol) error

func (*CreateChatRequest) ReadField5

func (p *CreateChatRequest) ReadField5(iprot TProtocol) error

func (*CreateChatRequest) String

func (p *CreateChatRequest) String() string

func (*CreateChatRequest) Write

func (p *CreateChatRequest) Write(oprot TProtocol) error

type CreateChatResponse

type CreateChatResponse struct {
	Chat *Chat `thrift:"chat,1" db:"chat" json:"chat"`
}

Attributes:

  • Chat
var TalkServiceCreateChatResult_Success_DEFAULT *CreateChatResponse

func NewCreateChatResponse

func NewCreateChatResponse() *CreateChatResponse

func (*CreateChatResponse) GetChat

func (p *CreateChatResponse) GetChat() *Chat

func (*CreateChatResponse) IsSetChat

func (p *CreateChatResponse) IsSetChat() bool

func (*CreateChatResponse) Read

func (p *CreateChatResponse) Read(iprot TProtocol) error

func (*CreateChatResponse) ReadField1

func (p *CreateChatResponse) ReadField1(iprot TProtocol) error

func (*CreateChatResponse) String

func (p *CreateChatResponse) String() string

func (*CreateChatResponse) Write

func (p *CreateChatResponse) Write(oprot TProtocol) error

type CustomMode

type CustomMode int64
const (
	CustomMode_PROMOTION_FRIENDS_INVITE            CustomMode = 1
	CustomMode_CAPABILITY_SERVER_SIDE_SMS          CustomMode = 2
	CustomMode_LINE_CLIENT_ANALYTICS_CONFIGURATION CustomMode = 3
)

func CustomModeFromString

func CustomModeFromString(s string) (CustomMode, error)

func CustomModePtr

func CustomModePtr(v CustomMode) *CustomMode

func (CustomMode) MarshalText

func (p CustomMode) MarshalText() ([]byte, error)

func (*CustomMode) Scan

func (p *CustomMode) Scan(value interface{}) error

func (CustomMode) String

func (p CustomMode) String() string

func (*CustomMode) UnmarshalText

func (p *CustomMode) UnmarshalText(text []byte) error

func (*CustomMode) Value

func (p *CustomMode) Value() (driver.Value, error)

type DeleteOtherFromChatRequest

type DeleteOtherFromChatRequest struct {
	ReqSeq         int32    `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"`
	ChatMid        string   `thrift:"chatMid,2" db:"chatMid" json:"chatMid"`
	TargetUserMids []string `thrift:"targetUserMids,3" db:"targetUserMids" json:"targetUserMids"`
}

Attributes:

  • ReqSeq
  • ChatMid
  • TargetUserMids
var TalkServiceDeleteOtherFromChatArgs_Request_DEFAULT *DeleteOtherFromChatRequest

func NewDeleteOtherFromChatRequest

func NewDeleteOtherFromChatRequest() *DeleteOtherFromChatRequest

func (*DeleteOtherFromChatRequest) GetChatMid

func (p *DeleteOtherFromChatRequest) GetChatMid() string

func (*DeleteOtherFromChatRequest) GetReqSeq

func (p *DeleteOtherFromChatRequest) GetReqSeq() int32

func (*DeleteOtherFromChatRequest) GetTargetUserMids

func (p *DeleteOtherFromChatRequest) GetTargetUserMids() []string

func (*DeleteOtherFromChatRequest) Read

func (*DeleteOtherFromChatRequest) ReadField1

func (p *DeleteOtherFromChatRequest) ReadField1(iprot TProtocol) error

func (*DeleteOtherFromChatRequest) ReadField2

func (p *DeleteOtherFromChatRequest) ReadField2(iprot TProtocol) error

func (*DeleteOtherFromChatRequest) ReadField3

func (p *DeleteOtherFromChatRequest) ReadField3(iprot TProtocol) error

func (*DeleteOtherFromChatRequest) String

func (p *DeleteOtherFromChatRequest) String() string

func (*DeleteOtherFromChatRequest) Write

func (p *DeleteOtherFromChatRequest) Write(oprot TProtocol) error

type DeleteOtherFromChatResponse

type DeleteOtherFromChatResponse struct {
}
var TalkServiceDeleteOtherFromChatResult_Success_DEFAULT *DeleteOtherFromChatResponse

func NewDeleteOtherFromChatResponse

func NewDeleteOtherFromChatResponse() *DeleteOtherFromChatResponse

func (*DeleteOtherFromChatResponse) Read

func (*DeleteOtherFromChatResponse) String

func (p *DeleteOtherFromChatResponse) String() string

func (*DeleteOtherFromChatResponse) Write

type DeleteSelfFromChatRequest

type DeleteSelfFromChatRequest struct {
	ReqSeq                       int32  `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"`
	ChatMid                      string `thrift:"chatMid,2" db:"chatMid" json:"chatMid"`
	LastSeenMessageDeliveredTime int64  `thrift:"lastSeenMessageDeliveredTime,3" db:"lastSeenMessageDeliveredTime" json:"lastSeenMessageDeliveredTime"`
	LastSeenMessageId            string `thrift:"lastSeenMessageId,4" db:"lastSeenMessageId" json:"lastSeenMessageId"`
	LastMessageDeliveredTime     int64  `thrift:"lastMessageDeliveredTime,5" db:"lastMessageDeliveredTime" json:"lastMessageDeliveredTime"`
	LastMessageId                string `thrift:"lastMessageId,6" db:"lastMessageId" json:"lastMessageId"`
}

Attributes:

  • ReqSeq
  • ChatMid
  • LastSeenMessageDeliveredTime
  • LastSeenMessageId
  • LastMessageDeliveredTime
  • LastMessageId
var TalkServiceDeleteSelfFromChatArgs_Request_DEFAULT *DeleteSelfFromChatRequest

func NewDeleteSelfFromChatRequest

func NewDeleteSelfFromChatRequest() *DeleteSelfFromChatRequest

func (*DeleteSelfFromChatRequest) GetChatMid

func (p *DeleteSelfFromChatRequest) GetChatMid() string

func (*DeleteSelfFromChatRequest) GetLastMessageDeliveredTime

func (p *DeleteSelfFromChatRequest) GetLastMessageDeliveredTime() int64

func (*DeleteSelfFromChatRequest) GetLastMessageId

func (p *DeleteSelfFromChatRequest) GetLastMessageId() string

func (*DeleteSelfFromChatRequest) GetLastSeenMessageDeliveredTime

func (p *DeleteSelfFromChatRequest) GetLastSeenMessageDeliveredTime() int64

func (*DeleteSelfFromChatRequest) GetLastSeenMessageId

func (p *DeleteSelfFromChatRequest) GetLastSeenMessageId() string

func (*DeleteSelfFromChatRequest) GetReqSeq

func (p *DeleteSelfFromChatRequest) GetReqSeq() int32

func (*DeleteSelfFromChatRequest) Read

func (p *DeleteSelfFromChatRequest) Read(iprot TProtocol) error

func (*DeleteSelfFromChatRequest) ReadField1

func (p *DeleteSelfFromChatRequest) ReadField1(iprot TProtocol) error

func (*DeleteSelfFromChatRequest) ReadField2

func (p *DeleteSelfFromChatRequest) ReadField2(iprot TProtocol) error

func (*DeleteSelfFromChatRequest) ReadField3

func (p *DeleteSelfFromChatRequest) ReadField3(iprot TProtocol) error

func (*DeleteSelfFromChatRequest) ReadField4

func (p *DeleteSelfFromChatRequest) ReadField4(iprot TProtocol) error

func (*DeleteSelfFromChatRequest) ReadField5

func (p *DeleteSelfFromChatRequest) ReadField5(iprot TProtocol) error

func (*DeleteSelfFromChatRequest) ReadField6

func (p *DeleteSelfFromChatRequest) ReadField6(iprot TProtocol) error

func (*DeleteSelfFromChatRequest) String

func (p *DeleteSelfFromChatRequest) String() string

func (*DeleteSelfFromChatRequest) Write

func (p *DeleteSelfFromChatRequest) Write(oprot TProtocol) error

type DeleteSelfFromChatResponse

type DeleteSelfFromChatResponse struct {
}
var TalkServiceDeleteSelfFromChatResult_Success_DEFAULT *DeleteSelfFromChatResponse

func NewDeleteSelfFromChatResponse

func NewDeleteSelfFromChatResponse() *DeleteSelfFromChatResponse

func (*DeleteSelfFromChatResponse) Read

func (*DeleteSelfFromChatResponse) String

func (p *DeleteSelfFromChatResponse) String() string

func (*DeleteSelfFromChatResponse) Write

func (p *DeleteSelfFromChatResponse) Write(oprot TProtocol) error

type DeviceInfo

type DeviceInfo struct {
	DeviceName    string `thrift:"deviceName,1" db:"deviceName" json:"deviceName"`
	SystemName    string `thrift:"systemName,2" db:"systemName" json:"systemName"`
	SystemVersion string `thrift:"systemVersion,3" db:"systemVersion" json:"systemVersion"`
	Model         string `thrift:"model,4" db:"model" json:"model"`
	// unused fields # 5 to 9
	CarrierCode CarrierCode `thrift:"carrierCode,10" db:"carrierCode" json:"carrierCode"`
	CarrierName string      `thrift:"carrierName,11" db:"carrierName" json:"carrierName"`
	// unused fields # 12 to 19
	ApplicationType ApplicationType `thrift:"applicationType,20" db:"applicationType" json:"applicationType"`
}

Attributes:

  • DeviceName
  • SystemName
  • SystemVersion
  • Model
  • CarrierCode
  • CarrierName
  • ApplicationType
var TalkServiceNotifyUpdatedArgs_DeviceInfo_DEFAULT *DeviceInfo
var TalkServiceRegisterDeviceWithoutPhoneNumberArgs_DeviceInfo_DEFAULT *DeviceInfo
var TalkServiceRegisterDeviceWithoutPhoneNumberWithIdentityCredentialArgs_DeviceInfo_DEFAULT *DeviceInfo
var TalkServiceRegisterWapDeviceArgs_DeviceInfo_DEFAULT *DeviceInfo
var TalkServiceRegisterWithExistingSnsIdAndIdentityCredentialArgs_DeviceInfo_DEFAULT *DeviceInfo
var TalkServiceRegisterWithSnsIdAndIdentityCredentialArgs_DeviceInfo_DEFAULT *DeviceInfo
var TalkServiceRegisterWithSnsIdArgs_DeviceInfo_DEFAULT *DeviceInfo
var TalkServiceStartUpdateVerificationArgs_DeviceInfo_DEFAULT *DeviceInfo
var TalkServiceStartVerificationArgs_DeviceInfo_DEFAULT *DeviceInfo
var TalkServiceUpdateDeviceInfoArgs_DeviceInfo_DEFAULT *DeviceInfo

func NewDeviceInfo

func NewDeviceInfo() *DeviceInfo

func (*DeviceInfo) GetApplicationType

func (p *DeviceInfo) GetApplicationType() ApplicationType

func (*DeviceInfo) GetCarrierCode

func (p *DeviceInfo) GetCarrierCode() CarrierCode

func (*DeviceInfo) GetCarrierName

func (p *DeviceInfo) GetCarrierName() string

func (*DeviceInfo) GetDeviceName

func (p *DeviceInfo) GetDeviceName() string

func (*DeviceInfo) GetModel

func (p *DeviceInfo) GetModel() string

func (*DeviceInfo) GetSystemName

func (p *DeviceInfo) GetSystemName() string

func (*DeviceInfo) GetSystemVersion

func (p *DeviceInfo) GetSystemVersion() string

func (*DeviceInfo) Read

func (p *DeviceInfo) Read(iprot TProtocol) error

func (*DeviceInfo) ReadField1

func (p *DeviceInfo) ReadField1(iprot TProtocol) error

func (*DeviceInfo) ReadField10

func (p *DeviceInfo) ReadField10(iprot TProtocol) error

func (*DeviceInfo) ReadField11

func (p *DeviceInfo) ReadField11(iprot TProtocol) error

func (*DeviceInfo) ReadField2

func (p *DeviceInfo) ReadField2(iprot TProtocol) error

func (*DeviceInfo) ReadField20

func (p *DeviceInfo) ReadField20(iprot TProtocol) error

func (*DeviceInfo) ReadField3

func (p *DeviceInfo) ReadField3(iprot TProtocol) error

func (*DeviceInfo) ReadField4

func (p *DeviceInfo) ReadField4(iprot TProtocol) error

func (*DeviceInfo) String

func (p *DeviceInfo) String() string

func (*DeviceInfo) Write

func (p *DeviceInfo) Write(oprot TProtocol) error

type DummyTransportFactory

type DummyTransportFactory struct{}

func (*DummyTransportFactory) GetTransport

func (p *DummyTransportFactory) GetTransport(trans TTransport) (TTransport, error)

type E2EEPublicKey

type E2EEPublicKey struct {
	Version int32 `thrift:"version,1" db:"version" json:"version"`
	KeyId   int32 `thrift:"keyId,2" db:"keyId" json:"keyId"`
	// unused field # 3
	KeyData     []byte `thrift:"keyData,4" db:"keyData" json:"keyData"`
	CreatedTime int64  `thrift:"createdTime,5" db:"createdTime" json:"createdTime"`
}

Attributes:

  • Version
  • KeyId
  • KeyData
  • CreatedTime
var AuthServiceRespondE2EELoginRequestArgs_PublicKey_DEFAULT *E2EEPublicKey
var AuthServiceVerifyQrcodeWithE2EEArgs_PublicKey_DEFAULT *E2EEPublicKey

func NewE2EEPublicKey

func NewE2EEPublicKey() *E2EEPublicKey

func (*E2EEPublicKey) GetCreatedTime

func (p *E2EEPublicKey) GetCreatedTime() int64

func (*E2EEPublicKey) GetKeyData

func (p *E2EEPublicKey) GetKeyData() []byte

func (*E2EEPublicKey) GetKeyId

func (p *E2EEPublicKey) GetKeyId() int32

func (*E2EEPublicKey) GetVersion

func (p *E2EEPublicKey) GetVersion() int32

func (*E2EEPublicKey) Read

func (p *E2EEPublicKey) Read(iprot TProtocol) error

func (*E2EEPublicKey) ReadField1

func (p *E2EEPublicKey) ReadField1(iprot TProtocol) error

func (*E2EEPublicKey) ReadField2

func (p *E2EEPublicKey) ReadField2(iprot TProtocol) error

func (*E2EEPublicKey) ReadField4

func (p *E2EEPublicKey) ReadField4(iprot TProtocol) error

func (*E2EEPublicKey) ReadField5

func (p *E2EEPublicKey) ReadField5(iprot TProtocol) error

func (*E2EEPublicKey) String

func (p *E2EEPublicKey) String() string

func (*E2EEPublicKey) Write

func (p *E2EEPublicKey) Write(oprot TProtocol) error

type EmailConfirmation

type EmailConfirmation struct {
	UsePasswordSet    bool   `thrift:"usePasswordSet,1" db:"usePasswordSet" json:"usePasswordSet"`
	Email             string `thrift:"email,2" db:"email" json:"email"`
	Password          string `thrift:"password,3" db:"password" json:"password"`
	IgnoreDuplication bool   `thrift:"ignoreDuplication,4" db:"ignoreDuplication" json:"ignoreDuplication"`
}

Attributes:

  • UsePasswordSet
  • Email
  • Password
  • IgnoreDuplication
var TalkServiceRequestEmailConfirmationArgs_EmailConfirmation_DEFAULT *EmailConfirmation

func NewEmailConfirmation

func NewEmailConfirmation() *EmailConfirmation

func (*EmailConfirmation) GetEmail

func (p *EmailConfirmation) GetEmail() string

func (*EmailConfirmation) GetIgnoreDuplication

func (p *EmailConfirmation) GetIgnoreDuplication() bool

func (*EmailConfirmation) GetPassword

func (p *EmailConfirmation) GetPassword() string

func (*EmailConfirmation) GetUsePasswordSet

func (p *EmailConfirmation) GetUsePasswordSet() bool

func (*EmailConfirmation) Read

func (p *EmailConfirmation) Read(iprot TProtocol) error

func (*EmailConfirmation) ReadField1

func (p *EmailConfirmation) ReadField1(iprot TProtocol) error

func (*EmailConfirmation) ReadField2

func (p *EmailConfirmation) ReadField2(iprot TProtocol) error

func (*EmailConfirmation) ReadField3

func (p *EmailConfirmation) ReadField3(iprot TProtocol) error

func (*EmailConfirmation) ReadField4

func (p *EmailConfirmation) ReadField4(iprot TProtocol) error

func (*EmailConfirmation) String

func (p *EmailConfirmation) String() string

func (*EmailConfirmation) Write

func (p *EmailConfirmation) Write(oprot TProtocol) error

type EmailConfirmationSession

type EmailConfirmationSession struct {
	EmailConfirmationType EmailConfirmationType `thrift:"emailConfirmationType,1" db:"emailConfirmationType" json:"emailConfirmationType"`
	Verifier              string                `thrift:"verifier,2" db:"verifier" json:"verifier"`
	TargetEmail           string                `thrift:"targetEmail,3" db:"targetEmail" json:"targetEmail"`
}

Attributes:

  • EmailConfirmationType
  • Verifier
  • TargetEmail
var TalkServiceRequestEmailConfirmationResult_Success_DEFAULT *EmailConfirmationSession
var TalkServiceResendEmailConfirmationResult_Success_DEFAULT *EmailConfirmationSession

func NewEmailConfirmationSession

func NewEmailConfirmationSession() *EmailConfirmationSession

func (*EmailConfirmationSession) GetEmailConfirmationType

func (p *EmailConfirmationSession) GetEmailConfirmationType() EmailConfirmationType

func (*EmailConfirmationSession) GetTargetEmail

func (p *EmailConfirmationSession) GetTargetEmail() string

func (*EmailConfirmationSession) GetVerifier

func (p *EmailConfirmationSession) GetVerifier() string

func (*EmailConfirmationSession) Read

func (p *EmailConfirmationSession) Read(iprot TProtocol) error

func (*EmailConfirmationSession) ReadField1

func (p *EmailConfirmationSession) ReadField1(iprot TProtocol) error

func (*EmailConfirmationSession) ReadField2

func (p *EmailConfirmationSession) ReadField2(iprot TProtocol) error

func (*EmailConfirmationSession) ReadField3

func (p *EmailConfirmationSession) ReadField3(iprot TProtocol) error

func (*EmailConfirmationSession) String

func (p *EmailConfirmationSession) String() string

func (*EmailConfirmationSession) Write

func (p *EmailConfirmationSession) Write(oprot TProtocol) error

type EmailConfirmationStatus

type EmailConfirmationStatus int64
const (
	EmailConfirmationStatus_NOT_SPECIFIED EmailConfirmationStatus = 0
	EmailConfirmationStatus_NOT_YET       EmailConfirmationStatus = 1
	EmailConfirmationStatus_DONE          EmailConfirmationStatus = 3
)

func EmailConfirmationStatusFromString

func EmailConfirmationStatusFromString(s string) (EmailConfirmationStatus, error)

func (EmailConfirmationStatus) MarshalText

func (p EmailConfirmationStatus) MarshalText() ([]byte, error)

func (*EmailConfirmationStatus) Scan

func (p *EmailConfirmationStatus) Scan(value interface{}) error

func (EmailConfirmationStatus) String

func (p EmailConfirmationStatus) String() string

func (*EmailConfirmationStatus) UnmarshalText

func (p *EmailConfirmationStatus) UnmarshalText(text []byte) error

func (*EmailConfirmationStatus) Value

func (p *EmailConfirmationStatus) Value() (driver.Value, error)

type EmailConfirmationType

type EmailConfirmationType int64
const (
	EmailConfirmationType_SERVER_SIDE_EMAIL EmailConfirmationType = 0
	EmailConfirmationType_CLIENT_SIDE_EMAIL EmailConfirmationType = 1
)

func EmailConfirmationTypeFromString

func EmailConfirmationTypeFromString(s string) (EmailConfirmationType, error)

func (EmailConfirmationType) MarshalText

func (p EmailConfirmationType) MarshalText() ([]byte, error)

func (*EmailConfirmationType) Scan

func (p *EmailConfirmationType) Scan(value interface{}) error

func (EmailConfirmationType) String

func (p EmailConfirmationType) String() string

func (*EmailConfirmationType) UnmarshalText

func (p *EmailConfirmationType) UnmarshalText(text []byte) error

func (*EmailConfirmationType) Value

func (p *EmailConfirmationType) Value() (driver.Value, error)

type ErrorCode

type ErrorCode int64
const (
	ErrorCode_ILLEGAL_ARGUMENT                           ErrorCode = 0
	ErrorCode_AUTHENTICATION_FAILED                      ErrorCode = 1
	ErrorCode_DB_FAILED                                  ErrorCode = 2
	ErrorCode_INVALID_STATE                              ErrorCode = 3
	ErrorCode_EXCESSIVE_ACCESS                           ErrorCode = 4
	ErrorCode_NOT_FOUND                                  ErrorCode = 5
	ErrorCode_INVALID_LENGTH                             ErrorCode = 6
	ErrorCode_NOT_AVAILABLE_USER                         ErrorCode = 7
	ErrorCode_NOT_AUTHORIZED_DEVICE                      ErrorCode = 8
	ErrorCode_INVALID_MID                                ErrorCode = 9
	ErrorCode_NOT_A_MEMBER                               ErrorCode = 10
	ErrorCode_INCOMPATIBLE_APP_VERSION                   ErrorCode = 11
	ErrorCode_NOT_READY                                  ErrorCode = 12
	ErrorCode_NOT_AVAILABLE_SESSION                      ErrorCode = 13
	ErrorCode_NOT_AUTHORIZED_SESSION                     ErrorCode = 14
	ErrorCode_SYSTEM_ERROR                               ErrorCode = 15
	ErrorCode_NO_AVAILABLE_VERIFICATION_METHOD           ErrorCode = 16
	ErrorCode_NOT_AUTHENTICATED                          ErrorCode = 17
	ErrorCode_INVALID_IDENTITY_CREDENTIAL                ErrorCode = 18
	ErrorCode_NOT_AVAILABLE_IDENTITY_IDENTIFIER          ErrorCode = 19
	ErrorCode_INTERNAL_ERROR                             ErrorCode = 20
	ErrorCode_NO_SUCH_IDENTITY_IDENFIER                  ErrorCode = 21
	ErrorCode_DEACTIVATED_ACCOUNT_BOUND_TO_THIS_IDENTITY ErrorCode = 22
	ErrorCode_ILLEGAL_IDENTITY_CREDENTIAL                ErrorCode = 23
	ErrorCode_UNKNOWN_CHANNEL                            ErrorCode = 24
	ErrorCode_NO_SUCH_MESSAGE_BOX                        ErrorCode = 25
	ErrorCode_NOT_AVAILABLE_MESSAGE_BOX                  ErrorCode = 26
	ErrorCode_CHANNEL_DOES_NOT_MATCH                     ErrorCode = 27
	ErrorCode_NOT_YOUR_MESSAGE                           ErrorCode = 28
	ErrorCode_MESSAGE_DEFINED_ERROR                      ErrorCode = 29
	ErrorCode_USER_CANNOT_ACCEPT_PRESENTS                ErrorCode = 30
	ErrorCode_USER_NOT_STICKER_OWNER                     ErrorCode = 32
	ErrorCode_MAINTENANCE_ERROR                          ErrorCode = 33
	ErrorCode_ACCOUNT_NOT_MATCHED                        ErrorCode = 34
	ErrorCode_ABUSE_BLOCK                                ErrorCode = 35
	ErrorCode_NOT_FRIEND                                 ErrorCode = 36
	ErrorCode_NOT_ALLOWED_CALL                           ErrorCode = 37
	ErrorCode_BLOCK_FRIEND                               ErrorCode = 38
	ErrorCode_INCOMPATIBLE_VOIP_VERSION                  ErrorCode = 39
	ErrorCode_INVALID_SNS_ACCESS_TOKEN                   ErrorCode = 40
	ErrorCode_EXTERNAL_SERVICE_NOT_AVAILABLE             ErrorCode = 41
	ErrorCode_NOT_ALLOWED_ADD_CONTACT                    ErrorCode = 42
	ErrorCode_NOT_CERTIFICATED                           ErrorCode = 43
	ErrorCode_NOT_ALLOWED_SECONDARY_DEVICE               ErrorCode = 44
	ErrorCode_INVALID_PIN_CODE                           ErrorCode = 45
	ErrorCode_NOT_FOUND_IDENTITY_CREDENTIAL              ErrorCode = 46
	ErrorCode_EXCEED_FILE_MAX_SIZE                       ErrorCode = 47
	ErrorCode_EXCEED_DAILY_QUOTA                         ErrorCode = 48
	ErrorCode_NOT_SUPPORT_SEND_FILE                      ErrorCode = 49
	ErrorCode_MUST_UPGRADE                               ErrorCode = 50
	ErrorCode_NOT_AVAILABLE_PIN_CODE_SESSION             ErrorCode = 51
)

func ErrorCodeFromString

func ErrorCodeFromString(s string) (ErrorCode, error)

func ErrorCodePtr

func ErrorCodePtr(v ErrorCode) *ErrorCode

func (ErrorCode) MarshalText

func (p ErrorCode) MarshalText() ([]byte, error)

func (*ErrorCode) Scan

func (p *ErrorCode) Scan(value interface{}) error

func (ErrorCode) String

func (p ErrorCode) String() string

func (*ErrorCode) UnmarshalText

func (p *ErrorCode) UnmarshalText(text []byte) error

func (*ErrorCode) Value

func (p *ErrorCode) Value() (driver.Value, error)

type Extra

type Extra struct {
	GroupExtra *GroupExtra `thrift:"groupExtra,1" db:"groupExtra" json:"groupExtra"`
	PeerExtra  *PeerExtra  `thrift:"peerExtra,2" db:"peerExtra" json:"peerExtra"`
}

Attributes:

  • GroupExtra
  • PeerExtra
var Chat_Extra_DEFAULT *Extra

func NewExtra

func NewExtra() *Extra

func (*Extra) GetGroupExtra

func (p *Extra) GetGroupExtra() *GroupExtra

func (*Extra) GetPeerExtra

func (p *Extra) GetPeerExtra() *PeerExtra

func (*Extra) IsSetGroupExtra

func (p *Extra) IsSetGroupExtra() bool

func (*Extra) IsSetPeerExtra

func (p *Extra) IsSetPeerExtra() bool

func (*Extra) Read

func (p *Extra) Read(iprot TProtocol) error

func (*Extra) ReadField1

func (p *Extra) ReadField1(iprot TProtocol) error

func (*Extra) ReadField2

func (p *Extra) ReadField2(iprot TProtocol) error

func (*Extra) String

func (p *Extra) String() string

func (*Extra) Write

func (p *Extra) Write(oprot TProtocol) error

type FeatureType

type FeatureType int64
const (
	FeatureType_OBJECT_STORAGE FeatureType = 1
)

func FeatureTypeFromString

func FeatureTypeFromString(s string) (FeatureType, error)

func FeatureTypePtr

func FeatureTypePtr(v FeatureType) *FeatureType

func (FeatureType) MarshalText

func (p FeatureType) MarshalText() ([]byte, error)

func (*FeatureType) Scan

func (p *FeatureType) Scan(value interface{}) error

func (FeatureType) String

func (p FeatureType) String() string

func (*FeatureType) UnmarshalText

func (p *FeatureType) UnmarshalText(text []byte) error

func (*FeatureType) Value

func (p *FeatureType) Value() (driver.Value, error)

type FindChatByTicketRequest

type FindChatByTicketRequest struct {
	TicketId string `thrift:"ticketId,1" db:"ticketId" json:"ticketId"`
}

Attributes:

  • TicketId
var TalkServiceFindChatByTicketArgs_Request_DEFAULT *FindChatByTicketRequest

func NewFindChatByTicketRequest

func NewFindChatByTicketRequest() *FindChatByTicketRequest

func (*FindChatByTicketRequest) GetTicketId

func (p *FindChatByTicketRequest) GetTicketId() string

func (*FindChatByTicketRequest) Read

func (p *FindChatByTicketRequest) Read(iprot TProtocol) error

func (*FindChatByTicketRequest) ReadField1

func (p *FindChatByTicketRequest) ReadField1(iprot TProtocol) error

func (*FindChatByTicketRequest) String

func (p *FindChatByTicketRequest) String() string

func (*FindChatByTicketRequest) Write

func (p *FindChatByTicketRequest) Write(oprot TProtocol) error

type FindChatByTicketResponse

type FindChatByTicketResponse struct {
	Chat *Chat `thrift:"chat,1" db:"chat" json:"chat"`
}

Attributes:

  • Chat
var TalkServiceFindChatByTicketResult_Success_DEFAULT *FindChatByTicketResponse

func NewFindChatByTicketResponse

func NewFindChatByTicketResponse() *FindChatByTicketResponse

func (*FindChatByTicketResponse) GetChat

func (p *FindChatByTicketResponse) GetChat() *Chat

func (*FindChatByTicketResponse) IsSetChat

func (p *FindChatByTicketResponse) IsSetChat() bool

func (*FindChatByTicketResponse) Read

func (p *FindChatByTicketResponse) Read(iprot TProtocol) error

func (*FindChatByTicketResponse) ReadField1

func (p *FindChatByTicketResponse) ReadField1(iprot TProtocol) error

func (*FindChatByTicketResponse) String

func (p *FindChatByTicketResponse) String() string

func (*FindChatByTicketResponse) Write

func (p *FindChatByTicketResponse) Write(oprot TProtocol) error

type Flusher

type Flusher interface {
	Flush() (err error)
}

type FriendChannelMatricesResponse

type FriendChannelMatricesResponse struct {
	Expires  int64                  `thrift:"expires,1" db:"expires" json:"expires"`
	Matrices []*FriendChannelMatrix `thrift:"matrices,2" db:"matrices" json:"matrices"`
}

Attributes:

  • Expires
  • Matrices
var ChannelServiceGetFriendChannelMatricesResult_Success_DEFAULT *FriendChannelMatricesResponse

func NewFriendChannelMatricesResponse

func NewFriendChannelMatricesResponse() *FriendChannelMatricesResponse

func (*FriendChannelMatricesResponse) GetExpires

func (p *FriendChannelMatricesResponse) GetExpires() int64

func (*FriendChannelMatricesResponse) GetMatrices

func (*FriendChannelMatricesResponse) Read

func (*FriendChannelMatricesResponse) ReadField1

func (p *FriendChannelMatricesResponse) ReadField1(iprot TProtocol) error

func (*FriendChannelMatricesResponse) ReadField2

func (p *FriendChannelMatricesResponse) ReadField2(iprot TProtocol) error

func (*FriendChannelMatricesResponse) String

func (*FriendChannelMatricesResponse) Write

type FriendChannelMatrix

type FriendChannelMatrix struct {
	ChannelId    string `thrift:"channelId,1" db:"channelId" json:"channelId"`
	RepresentMid string `thrift:"representMid,2" db:"representMid" json:"representMid"`
	Count        int32  `thrift:"count,3" db:"count" json:"count"`
}

Attributes:

  • ChannelId
  • RepresentMid
  • Count

func NewFriendChannelMatrix

func NewFriendChannelMatrix() *FriendChannelMatrix

func (*FriendChannelMatrix) GetChannelId

func (p *FriendChannelMatrix) GetChannelId() string

func (*FriendChannelMatrix) GetCount

func (p *FriendChannelMatrix) GetCount() int32

func (*FriendChannelMatrix) GetRepresentMid

func (p *FriendChannelMatrix) GetRepresentMid() string

func (*FriendChannelMatrix) Read

func (p *FriendChannelMatrix) Read(iprot TProtocol) error

func (*FriendChannelMatrix) ReadField1

func (p *FriendChannelMatrix) ReadField1(iprot TProtocol) error

func (*FriendChannelMatrix) ReadField2

func (p *FriendChannelMatrix) ReadField2(iprot TProtocol) error

func (*FriendChannelMatrix) ReadField3

func (p *FriendChannelMatrix) ReadField3(iprot TProtocol) error

func (*FriendChannelMatrix) String

func (p *FriendChannelMatrix) String() string

func (*FriendChannelMatrix) Write

func (p *FriendChannelMatrix) Write(oprot TProtocol) error

type Geolocation

type Geolocation struct {
	Longitude float64 `thrift:"longitude,1" db:"longitude" json:"longitude"`
	Latitude  float64 `thrift:"latitude,2" db:"latitude" json:"latitude"`
}

Attributes:

  • Longitude
  • Latitude
var TalkServiceGetBuddyLocationResult_Success_DEFAULT *Geolocation
var TalkServiceSetBuddyLocationArgs_Location_DEFAULT *Geolocation

func NewGeolocation

func NewGeolocation() *Geolocation

func (*Geolocation) GetLatitude

func (p *Geolocation) GetLatitude() float64

func (*Geolocation) GetLongitude

func (p *Geolocation) GetLongitude() float64

func (*Geolocation) Read

func (p *Geolocation) Read(iprot TProtocol) error

func (*Geolocation) ReadField1

func (p *Geolocation) ReadField1(iprot TProtocol) error

func (*Geolocation) ReadField2

func (p *Geolocation) ReadField2(iprot TProtocol) error

func (*Geolocation) String

func (p *Geolocation) String() string

func (*Geolocation) Write

func (p *Geolocation) Write(oprot TProtocol) error

type GetAllChatMidsRequest

type GetAllChatMidsRequest struct {
	WithMemberChats  bool `thrift:"withMemberChats,1" db:"withMemberChats" json:"withMemberChats"`
	WithInvitedChats bool `thrift:"withInvitedChats,2" db:"withInvitedChats" json:"withInvitedChats"`
}

Attributes:

  • WithMemberChats
  • WithInvitedChats
var TalkServiceGetAllChatMidsArgs_Request_DEFAULT *GetAllChatMidsRequest

func NewGetAllChatMidsRequest

func NewGetAllChatMidsRequest() *GetAllChatMidsRequest

func (*GetAllChatMidsRequest) GetWithInvitedChats

func (p *GetAllChatMidsRequest) GetWithInvitedChats() bool

func (*GetAllChatMidsRequest) GetWithMemberChats

func (p *GetAllChatMidsRequest) GetWithMemberChats() bool

func (*GetAllChatMidsRequest) Read

func (p *GetAllChatMidsRequest) Read(iprot TProtocol) error

func (*GetAllChatMidsRequest) ReadField1

func (p *GetAllChatMidsRequest) ReadField1(iprot TProtocol) error

func (*GetAllChatMidsRequest) ReadField2

func (p *GetAllChatMidsRequest) ReadField2(iprot TProtocol) error

func (*GetAllChatMidsRequest) String

func (p *GetAllChatMidsRequest) String() string

func (*GetAllChatMidsRequest) Write

func (p *GetAllChatMidsRequest) Write(oprot TProtocol) error

type GetAllChatMidsResponse

type GetAllChatMidsResponse struct {
	MemberChatMids  []string `thrift:"memberChatMids,1" db:"memberChatMids" json:"memberChatMids"`
	InvitedChatMids []string `thrift:"invitedChatMids,2" db:"invitedChatMids" json:"invitedChatMids"`
}

Attributes:

  • MemberChatMids
  • InvitedChatMids
var TalkServiceGetAllChatMidsResult_Success_DEFAULT *GetAllChatMidsResponse

func NewGetAllChatMidsResponse

func NewGetAllChatMidsResponse() *GetAllChatMidsResponse

func (*GetAllChatMidsResponse) GetInvitedChatMids

func (p *GetAllChatMidsResponse) GetInvitedChatMids() []string

func (*GetAllChatMidsResponse) GetMemberChatMids

func (p *GetAllChatMidsResponse) GetMemberChatMids() []string

func (*GetAllChatMidsResponse) Read

func (p *GetAllChatMidsResponse) Read(iprot TProtocol) error

func (*GetAllChatMidsResponse) ReadField1

func (p *GetAllChatMidsResponse) ReadField1(iprot TProtocol) error

func (*GetAllChatMidsResponse) ReadField2

func (p *GetAllChatMidsResponse) ReadField2(iprot TProtocol) error

func (*GetAllChatMidsResponse) String

func (p *GetAllChatMidsResponse) String() string

func (*GetAllChatMidsResponse) Write

func (p *GetAllChatMidsResponse) Write(oprot TProtocol) error

type GetChatsRequest

type GetChatsRequest struct {
	ChatMids     []string `thrift:"chatMids,1" db:"chatMids" json:"chatMids"`
	WithMembers  bool     `thrift:"withMembers,2" db:"withMembers" json:"withMembers"`
	WithInvitees bool     `thrift:"withInvitees,3" db:"withInvitees" json:"withInvitees"`
}

Attributes:

  • ChatMids
  • WithMembers
  • WithInvitees
var TalkServiceGetChatsArgs_Request_DEFAULT *GetChatsRequest

func NewGetChatsRequest

func NewGetChatsRequest() *GetChatsRequest

func (*GetChatsRequest) GetChatMids

func (p *GetChatsRequest) GetChatMids() []string

func (*GetChatsRequest) GetWithInvitees

func (p *GetChatsRequest) GetWithInvitees() bool

func (*GetChatsRequest) GetWithMembers

func (p *GetChatsRequest) GetWithMembers() bool

func (*GetChatsRequest) Read

func (p *GetChatsRequest) Read(iprot TProtocol) error

func (*GetChatsRequest) ReadField1

func (p *GetChatsRequest) ReadField1(iprot TProtocol) error

func (*GetChatsRequest) ReadField2

func (p *GetChatsRequest) ReadField2(iprot TProtocol) error

func (*GetChatsRequest) ReadField3

func (p *GetChatsRequest) ReadField3(iprot TProtocol) error

func (*GetChatsRequest) String

func (p *GetChatsRequest) String() string

func (*GetChatsRequest) Write

func (p *GetChatsRequest) Write(oprot TProtocol) error

type GetChatsResponse

type GetChatsResponse struct {
	Chat []*Chat `thrift:"chat,1" db:"chat" json:"chat"`
}

Attributes:

  • Chat
var TalkServiceGetChatsResult_Success_DEFAULT *GetChatsResponse

func NewGetChatsResponse

func NewGetChatsResponse() *GetChatsResponse

func (*GetChatsResponse) GetChat

func (p *GetChatsResponse) GetChat() []*Chat

func (*GetChatsResponse) Read

func (p *GetChatsResponse) Read(iprot TProtocol) error

func (*GetChatsResponse) ReadField1

func (p *GetChatsResponse) ReadField1(iprot TProtocol) error

func (*GetChatsResponse) String

func (p *GetChatsResponse) String() string

func (*GetChatsResponse) Write

func (p *GetChatsResponse) Write(oprot TProtocol) error

type GlobalEvent

type GlobalEvent struct {
	Key         string                `thrift:"key,1" db:"key" json:"key"`
	Targets     []*NotificationTarget `thrift:"targets,2" db:"targets" json:"targets"`
	CreatedTime int64                 `thrift:"createdTime,3" db:"createdTime" json:"createdTime"`
	Data        int64                 `thrift:"data,4" db:"data" json:"data"`
	MaxDelay    int32                 `thrift:"maxDelay,5" db:"maxDelay" json:"maxDelay"`
}

Attributes:

  • Key
  • Targets
  • CreatedTime
  • Data
  • MaxDelay
var UniversalNotificationServiceNotifyArgs_Event_DEFAULT *GlobalEvent

func NewGlobalEvent

func NewGlobalEvent() *GlobalEvent

func (*GlobalEvent) GetCreatedTime

func (p *GlobalEvent) GetCreatedTime() int64

func (*GlobalEvent) GetData

func (p *GlobalEvent) GetData() int64

func (*GlobalEvent) GetKey

func (p *GlobalEvent) GetKey() string

func (*GlobalEvent) GetMaxDelay

func (p *GlobalEvent) GetMaxDelay() int32

func (*GlobalEvent) GetTargets

func (p *GlobalEvent) GetTargets() []*NotificationTarget

func (*GlobalEvent) Read

func (p *GlobalEvent) Read(iprot TProtocol) error

func (*GlobalEvent) ReadField1

func (p *GlobalEvent) ReadField1(iprot TProtocol) error

func (*GlobalEvent) ReadField2

func (p *GlobalEvent) ReadField2(iprot TProtocol) error

func (*GlobalEvent) ReadField3

func (p *GlobalEvent) ReadField3(iprot TProtocol) error

func (*GlobalEvent) ReadField4

func (p *GlobalEvent) ReadField4(iprot TProtocol) error

func (*GlobalEvent) ReadField5

func (p *GlobalEvent) ReadField5(iprot TProtocol) error

func (*GlobalEvent) String

func (p *GlobalEvent) String() string

func (*GlobalEvent) Write

func (p *GlobalEvent) Write(oprot TProtocol) error

type Group

type Group struct {
	ID          string `thrift:"id,1" db:"id" json:"id"`
	CreatedTime int64  `thrift:"createdTime,2" db:"createdTime" json:"createdTime"`
	// unused fields # 3 to 9
	Name                  string `thrift:"name,10" db:"name" json:"name"`
	PictureStatus         string `thrift:"pictureStatus,11" db:"pictureStatus" json:"pictureStatus"`
	PreventedJoinByTicket bool   `thrift:"PreventedJoinByTicket,12" db:"PreventedJoinByTicket" json:"PreventedJoinByTicket"`
	// unused fields # 13 to 19
	Members []*Contact `thrift:"members,20" db:"members" json:"members"`
	Creator *Contact   `thrift:"creator,21" db:"creator" json:"creator"`
	Invitee []*Contact `thrift:"invitee,22" db:"invitee" json:"invitee"`
	// unused fields # 23 to 30
	NotificationDisabled bool `thrift:"notificationDisabled,31" db:"notificationDisabled" json:"notificationDisabled"`
	// unused fields # 33 to 39
	MemberMids  []string `thrift:"memberMids,40" db:"memberMids" json:"memberMids"`
	InviteeMids []string `thrift:"inviteeMids,41" db:"inviteeMids" json:"inviteeMids"`
}

Attributes:

  • ID
  • CreatedTime
  • Name
  • PictureStatus
  • Members
  • Creator
  • Invitee
  • NotificationDisabled
var TalkServiceCreateGroupResult_Success_DEFAULT *Group
var TalkServiceFindGroupByTicketResult_Success_DEFAULT *Group
var TalkServiceGetCompactGroupResult_Success_DEFAULT *Group
var TalkServiceGetGroupResult_Success_DEFAULT *Group
var TalkServiceGetGroupWithoutMembersResult_Success_DEFAULT *Group
var TalkServiceUpdateGroupArgs_Group_DEFAULT *Group

func NewGroup

func NewGroup() *Group

func (*Group) GetCreatedTime

func (p *Group) GetCreatedTime() int64

func (*Group) GetCreator

func (p *Group) GetCreator() *Contact

func (*Group) GetID

func (p *Group) GetID() string

func (*Group) GetInvitee

func (p *Group) GetInvitee() []*Contact

func (*Group) GetMembers

func (p *Group) GetMembers() []*Contact

func (*Group) GetName

func (p *Group) GetName() string

func (*Group) GetNotificationDisabled

func (p *Group) GetNotificationDisabled() bool

func (*Group) GetPictureStatus

func (p *Group) GetPictureStatus() string

func (*Group) IsSetCreator

func (p *Group) IsSetCreator() bool

func (*Group) Read

func (p *Group) Read(iprot TProtocol) error

func (*Group) ReadField1

func (p *Group) ReadField1(iprot TProtocol) error

func (*Group) ReadField10

func (p *Group) ReadField10(iprot TProtocol) error

func (*Group) ReadField11

func (p *Group) ReadField11(iprot TProtocol) error

func (*Group) ReadField12

func (p *Group) ReadField12(iprot TProtocol) error

func (*Group) ReadField2

func (p *Group) ReadField2(iprot TProtocol) error

func (*Group) ReadField20

func (p *Group) ReadField20(iprot TProtocol) error

func (*Group) ReadField21

func (p *Group) ReadField21(iprot TProtocol) error

func (*Group) ReadField22

func (p *Group) ReadField22(iprot TProtocol) error

func (*Group) ReadField31

func (p *Group) ReadField31(iprot TProtocol) error

func (*Group) ReadField40

func (p *Group) ReadField40(iprot TProtocol) error

func (*Group) ReadField41

func (p *Group) ReadField41(iprot TProtocol) error

func (*Group) String

func (p *Group) String() string

func (*Group) Write

func (p *Group) Write(oprot TProtocol) error

type GroupAttribute

type GroupAttribute int64
const (
	GroupAttribute_NAME              GroupAttribute = 1
	GroupAttribute_PICTURE_STATUS    GroupAttribute = 2
	GroupAttribute_INVITATION_TICKET GroupAttribute = 4
	GroupAttribute_ALL               GroupAttribute = 255
)

func GroupAttributeFromString

func GroupAttributeFromString(s string) (GroupAttribute, error)

func GroupAttributePtr

func GroupAttributePtr(v GroupAttribute) *GroupAttribute

func (GroupAttribute) MarshalText

func (p GroupAttribute) MarshalText() ([]byte, error)

func (*GroupAttribute) Scan

func (p *GroupAttribute) Scan(value interface{}) error

func (GroupAttribute) String

func (p GroupAttribute) String() string

func (*GroupAttribute) UnmarshalText

func (p *GroupAttribute) UnmarshalText(text []byte) error

func (*GroupAttribute) Value

func (p *GroupAttribute) Value() (driver.Value, error)

type GroupExtra

type GroupExtra struct {
	Creator               string           `thrift:"creator,1" db:"creator" json:"creator"`
	PreventedJoinByTicket bool             `thrift:"preventedJoinByTicket,2" db:"preventedJoinByTicket" json:"preventedJoinByTicket"`
	InvitationTicket      string           `thrift:"invitationTicket,3" db:"invitationTicket" json:"invitationTicket"`
	MemberMids            map[string]int64 `thrift:"memberMids,4" db:"memberMids" json:"memberMids"`
	InviteeMids           map[string]int64 `thrift:"inviteeMids,5" db:"inviteeMids" json:"inviteeMids"`
}

Attributes:

  • Creator
  • PreventedJoinByTicket
  • InvitationTicket
  • MemberMids
  • InviteeMids
var Extra_GroupExtra_DEFAULT *GroupExtra

func NewGroupExtra

func NewGroupExtra() *GroupExtra

func (*GroupExtra) GetCreator

func (p *GroupExtra) GetCreator() string

func (*GroupExtra) GetInvitationTicket

func (p *GroupExtra) GetInvitationTicket() string

func (*GroupExtra) GetInviteeMids

func (p *GroupExtra) GetInviteeMids() map[string]int64

func (*GroupExtra) GetMemberMids

func (p *GroupExtra) GetMemberMids() map[string]int64

func (*GroupExtra) GetPreventedJoinByTicket

func (p *GroupExtra) GetPreventedJoinByTicket() bool

func (*GroupExtra) Read

func (p *GroupExtra) Read(iprot TProtocol) error

func (*GroupExtra) ReadField1

func (p *GroupExtra) ReadField1(iprot TProtocol) error

func (*GroupExtra) ReadField2

func (p *GroupExtra) ReadField2(iprot TProtocol) error

func (*GroupExtra) ReadField3

func (p *GroupExtra) ReadField3(iprot TProtocol) error

func (*GroupExtra) ReadField4

func (p *GroupExtra) ReadField4(iprot TProtocol) error

func (*GroupExtra) ReadField5

func (p *GroupExtra) ReadField5(iprot TProtocol) error

func (*GroupExtra) String

func (p *GroupExtra) String() string

func (*GroupExtra) Write

func (p *GroupExtra) Write(oprot TProtocol) error

type HTTPEchoServer

type HTTPEchoServer struct{}

func (*HTTPEchoServer) ServeHTTP

func (p *HTTPEchoServer) ServeHTTP(w http.ResponseWriter, req *http.Request)

type HTTPHeaderEchoServer

type HTTPHeaderEchoServer struct{}

func (*HTTPHeaderEchoServer) ServeHTTP

func (p *HTTPHeaderEchoServer) ServeHTTP(w http.ResponseWriter, req *http.Request)

type IdentityCredential

type IdentityCredential struct {
	Provider   IdentityProvider `thrift:"provider,1" db:"provider" json:"provider"`
	Identifier string           `thrift:"identifier,2" db:"identifier" json:"identifier"`
	Password   string           `thrift:"password,3" db:"password" json:"password"`
}

Attributes:

  • Provider
  • Identifier
  • Password
var ChannelApplicationProvidedServiceGetIdentityCredentialResult_Success_DEFAULT *IdentityCredential
var TalkServiceRegisterWithExistingSnsIdAndIdentityCredentialArgs_IdentityCredential_DEFAULT *IdentityCredential
var TalkServiceRegisterWithSnsIdAndIdentityCredentialArgs_IdentityCredential_DEFAULT *IdentityCredential
var TalkServiceVerifyIdentityCredentialWithResultArgs_IdentityCredential_DEFAULT *IdentityCredential

func NewIdentityCredential

func NewIdentityCredential() *IdentityCredential

func (*IdentityCredential) GetIdentifier

func (p *IdentityCredential) GetIdentifier() string

func (*IdentityCredential) GetPassword

func (p *IdentityCredential) GetPassword() string

func (*IdentityCredential) GetProvider

func (p *IdentityCredential) GetProvider() IdentityProvider

func (*IdentityCredential) Read

func (p *IdentityCredential) Read(iprot TProtocol) error

func (*IdentityCredential) ReadField1

func (p *IdentityCredential) ReadField1(iprot TProtocol) error

func (*IdentityCredential) ReadField2

func (p *IdentityCredential) ReadField2(iprot TProtocol) error

func (*IdentityCredential) ReadField3

func (p *IdentityCredential) ReadField3(iprot TProtocol) error

func (*IdentityCredential) String

func (p *IdentityCredential) String() string

func (*IdentityCredential) Write

func (p *IdentityCredential) Write(oprot TProtocol) error

type IdentityProvider

type IdentityProvider int64
const (
	IdentityProvider_UNKNOWN  IdentityProvider = 0
	IdentityProvider_LINE     IdentityProvider = 1
	IdentityProvider_NAVER_KR IdentityProvider = 2
)

func IdentityProviderFromString

func IdentityProviderFromString(s string) (IdentityProvider, error)

func IdentityProviderPtr

func IdentityProviderPtr(v IdentityProvider) *IdentityProvider

func (IdentityProvider) MarshalText

func (p IdentityProvider) MarshalText() ([]byte, error)

func (*IdentityProvider) Scan

func (p *IdentityProvider) Scan(value interface{}) error

func (IdentityProvider) String

func (p IdentityProvider) String() string

func (*IdentityProvider) UnmarshalText

func (p *IdentityProvider) UnmarshalText(text []byte) error

func (*IdentityProvider) Value

func (p *IdentityProvider) Value() (driver.Value, error)

type InviteIntoChatRequest

type InviteIntoChatRequest struct {
	ReqSeq         int32    `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"`
	ChatMid        string   `thrift:"chatMid,2" db:"chatMid" json:"chatMid"`
	TargetUserMids []string `thrift:"targetUserMids,3" db:"targetUserMids" json:"targetUserMids"`
}

Attributes:

  • ReqSeq
  • ChatMid
  • TargetUserMids
var TalkServiceInviteIntoChatArgs_Request_DEFAULT *InviteIntoChatRequest

func NewInviteIntoChatRequest

func NewInviteIntoChatRequest() *InviteIntoChatRequest

func (*InviteIntoChatRequest) GetChatMid

func (p *InviteIntoChatRequest) GetChatMid() string

func (*InviteIntoChatRequest) GetReqSeq

func (p *InviteIntoChatRequest) GetReqSeq() int32

func (*InviteIntoChatRequest) GetTargetUserMids

func (p *InviteIntoChatRequest) GetTargetUserMids() []string

func (*InviteIntoChatRequest) Read

func (p *InviteIntoChatRequest) Read(iprot TProtocol) error

func (*InviteIntoChatRequest) ReadField1

func (p *InviteIntoChatRequest) ReadField1(iprot TProtocol) error

func (*InviteIntoChatRequest) ReadField2

func (p *InviteIntoChatRequest) ReadField2(iprot TProtocol) error

func (*InviteIntoChatRequest) ReadField3

func (p *InviteIntoChatRequest) ReadField3(iprot TProtocol) error

func (*InviteIntoChatRequest) String

func (p *InviteIntoChatRequest) String() string

func (*InviteIntoChatRequest) Write

func (p *InviteIntoChatRequest) Write(oprot TProtocol) error

type InviteIntoChatResponse

type InviteIntoChatResponse struct {
}
var TalkServiceInviteIntoChatResult_Success_DEFAULT *InviteIntoChatResponse

func NewInviteIntoChatResponse

func NewInviteIntoChatResponse() *InviteIntoChatResponse

func (*InviteIntoChatResponse) Read

func (p *InviteIntoChatResponse) Read(iprot TProtocol) error

func (*InviteIntoChatResponse) String

func (p *InviteIntoChatResponse) String() string

func (*InviteIntoChatResponse) Write

func (p *InviteIntoChatResponse) Write(oprot TProtocol) error

type LastReadMessageId

type LastReadMessageId struct {
	Mid               string `thrift:"mid,1" db:"mid" json:"mid"`
	LastReadMessageId string `thrift:"lastReadMessageId,2" db:"lastReadMessageId" json:"lastReadMessageId"`
}

Attributes:

  • Mid
  • LastReadMessageId

func NewLastReadMessageId

func NewLastReadMessageId() *LastReadMessageId

func (*LastReadMessageId) GetLastReadMessageId

func (p *LastReadMessageId) GetLastReadMessageId() string

func (*LastReadMessageId) GetMid

func (p *LastReadMessageId) GetMid() string

func (*LastReadMessageId) Read

func (p *LastReadMessageId) Read(iprot TProtocol) error

func (*LastReadMessageId) ReadField1

func (p *LastReadMessageId) ReadField1(iprot TProtocol) error

func (*LastReadMessageId) ReadField2

func (p *LastReadMessageId) ReadField2(iprot TProtocol) error

func (*LastReadMessageId) String

func (p *LastReadMessageId) String() string

func (*LastReadMessageId) Write

func (p *LastReadMessageId) Write(oprot TProtocol) error

type LastReadMessageIds

type LastReadMessageIds struct {
	ChatId             string               `thrift:"chatId,1" db:"chatId" json:"chatId"`
	LastReadMessageIds []*LastReadMessageId `thrift:"lastReadMessageIds,2" db:"lastReadMessageIds" json:"lastReadMessageIds"`
}

Attributes:

  • ChatId
  • LastReadMessageIds
var MessageServiceGetLastReadMessageIdsResult_Success_DEFAULT *LastReadMessageIds

func NewLastReadMessageIds

func NewLastReadMessageIds() *LastReadMessageIds

func (*LastReadMessageIds) GetChatId

func (p *LastReadMessageIds) GetChatId() string

func (*LastReadMessageIds) GetLastReadMessageIds

func (p *LastReadMessageIds) GetLastReadMessageIds() []*LastReadMessageId

func (*LastReadMessageIds) Read

func (p *LastReadMessageIds) Read(iprot TProtocol) error

func (*LastReadMessageIds) ReadField1

func (p *LastReadMessageIds) ReadField1(iprot TProtocol) error

func (*LastReadMessageIds) ReadField2

func (p *LastReadMessageIds) ReadField2(iprot TProtocol) error

func (*LastReadMessageIds) String

func (p *LastReadMessageIds) String() string

func (*LastReadMessageIds) Write

func (p *LastReadMessageIds) Write(oprot TProtocol) error

type LiffChatContext

type LiffChatContext struct {
	ChatMid string `thrift:"chatMid,1" db:"chatMid" json:"chatMid"`
}

Attributes:

  • ChatMid
var LiffContext_Chat_DEFAULT *LiffChatContext

func NewLiffChatContext

func NewLiffChatContext() *LiffChatContext

func (*LiffChatContext) GetChatMid

func (p *LiffChatContext) GetChatMid() string

func (*LiffChatContext) Read

func (p *LiffChatContext) Read(iprot TProtocol) error

func (*LiffChatContext) ReadField1

func (p *LiffChatContext) ReadField1(iprot TProtocol) error

func (*LiffChatContext) String

func (p *LiffChatContext) String() string

func (*LiffChatContext) Write

func (p *LiffChatContext) Write(oprot TProtocol) error

type LiffContext

type LiffContext struct {
	None       *LiffNoneContext       `thrift:"none,1" db:"none" json:"none"`
	Chat       *LiffChatContext       `thrift:"chat,2" db:"chat" json:"chat"`
	SquareChat *LiffSquareChatContext `thrift:"squareChat,3" db:"squareChat" json:"squareChat"`
}

Attributes:

  • None
  • Chat
  • SquareChat
var LiffViewRequest_Context_DEFAULT *LiffContext

func NewLiffContext

func NewLiffContext() *LiffContext

func (*LiffContext) GetChat

func (p *LiffContext) GetChat() *LiffChatContext

func (*LiffContext) GetNone

func (p *LiffContext) GetNone() *LiffNoneContext

func (*LiffContext) GetSquareChat

func (p *LiffContext) GetSquareChat() *LiffSquareChatContext

func (*LiffContext) IsSetChat

func (p *LiffContext) IsSetChat() bool

func (*LiffContext) IsSetNone

func (p *LiffContext) IsSetNone() bool

func (*LiffContext) IsSetSquareChat

func (p *LiffContext) IsSetSquareChat() bool

func (*LiffContext) Read

func (p *LiffContext) Read(iprot TProtocol) error

func (*LiffContext) ReadField1

func (p *LiffContext) ReadField1(iprot TProtocol) error

func (*LiffContext) ReadField2

func (p *LiffContext) ReadField2(iprot TProtocol) error

func (*LiffContext) ReadField3

func (p *LiffContext) ReadField3(iprot TProtocol) error

func (*LiffContext) String

func (p *LiffContext) String() string

func (*LiffContext) Write

func (p *LiffContext) Write(oprot TProtocol) error

type LiffErrorCode

type LiffErrorCode int64
const (
	LiffErrorCode_INVALID_REQUEST         LiffErrorCode = 1
	LiffErrorCode_UNAUTHORIZED            LiffErrorCode = 2
	LiffErrorCode_CONSENT_REQUIRED        LiffErrorCode = 3
	LiffErrorCode_VERSION_UPDATE_REQUIRED LiffErrorCode = 4
	LiffErrorCode_SERVER_ERROR            LiffErrorCode = 100
)

func LiffErrorCodeFromString

func LiffErrorCodeFromString(s string) (LiffErrorCode, error)

func LiffErrorCodePtr

func LiffErrorCodePtr(v LiffErrorCode) *LiffErrorCode

func (LiffErrorCode) MarshalText

func (p LiffErrorCode) MarshalText() ([]byte, error)

func (*LiffErrorCode) Scan

func (p *LiffErrorCode) Scan(value interface{}) error

func (LiffErrorCode) String

func (p LiffErrorCode) String() string

func (*LiffErrorCode) UnmarshalText

func (p *LiffErrorCode) UnmarshalText(text []byte) error

func (*LiffErrorCode) Value

func (p *LiffErrorCode) Value() (driver.Value, error)

type LiffErrorConsentRequired

type LiffErrorConsentRequired struct {
	ChannelId  string `thrift:"channelId,1" db:"channelId" json:"channelId"`
	ConsentUrl string `thrift:"consentUrl,2" db:"consentUrl" json:"consentUrl"`
}

Attributes:

  • ChannelId
  • ConsentUrl
var LiffErrorPayload_ConsentRequired_DEFAULT *LiffErrorConsentRequired

func NewLiffErrorConsentRequired

func NewLiffErrorConsentRequired() *LiffErrorConsentRequired

func (*LiffErrorConsentRequired) GetChannelId

func (p *LiffErrorConsentRequired) GetChannelId() string

func (*LiffErrorConsentRequired) GetConsentUrl

func (p *LiffErrorConsentRequired) GetConsentUrl() string

func (*LiffErrorConsentRequired) Read

func (p *LiffErrorConsentRequired) Read(iprot TProtocol) error

func (*LiffErrorConsentRequired) ReadField1

func (p *LiffErrorConsentRequired) ReadField1(iprot TProtocol) error

func (*LiffErrorConsentRequired) ReadField2

func (p *LiffErrorConsentRequired) ReadField2(iprot TProtocol) error

func (*LiffErrorConsentRequired) String

func (p *LiffErrorConsentRequired) String() string

func (*LiffErrorConsentRequired) Write

func (p *LiffErrorConsentRequired) Write(oprot TProtocol) error

type LiffErrorPayload

type LiffErrorPayload struct {
	// unused fields # 1 to 2
	ConsentRequired *LiffErrorConsentRequired `thrift:"consentRequired,3" db:"consentRequired" json:"consentRequired"`
}

Attributes:

  • ConsentRequired
var LiffException_Payload_DEFAULT *LiffErrorPayload

func NewLiffErrorPayload

func NewLiffErrorPayload() *LiffErrorPayload

func (*LiffErrorPayload) GetConsentRequired

func (p *LiffErrorPayload) GetConsentRequired() *LiffErrorConsentRequired

func (*LiffErrorPayload) IsSetConsentRequired

func (p *LiffErrorPayload) IsSetConsentRequired() bool

func (*LiffErrorPayload) Read

func (p *LiffErrorPayload) Read(iprot TProtocol) error

func (*LiffErrorPayload) ReadField3

func (p *LiffErrorPayload) ReadField3(iprot TProtocol) error

func (*LiffErrorPayload) String

func (p *LiffErrorPayload) String() string

func (*LiffErrorPayload) Write

func (p *LiffErrorPayload) Write(oprot TProtocol) error

type LiffException

type LiffException struct {
	Code    LiffErrorCode     `thrift:"code,1" db:"code" json:"code"`
	Message string            `thrift:"message,2" db:"message" json:"message"`
	Payload *LiffErrorPayload `thrift:"payload,3" db:"payload" json:"payload"`
}

Attributes:

  • Code
  • Message
  • Payload
var LiffServiceIssueLiffViewResult_E_DEFAULT *LiffException
var LiffServiceRevokeTokenResult_E_DEFAULT *LiffException

func NewLiffException

func NewLiffException() *LiffException

func (*LiffException) Error

func (p *LiffException) Error() string

func (*LiffException) GetCode

func (p *LiffException) GetCode() LiffErrorCode

func (*LiffException) GetMessage

func (p *LiffException) GetMessage() string

func (*LiffException) GetPayload

func (p *LiffException) GetPayload() *LiffErrorPayload

func (*LiffException) IsSetPayload

func (p *LiffException) IsSetPayload() bool

func (*LiffException) Read

func (p *LiffException) Read(iprot TProtocol) error

func (*LiffException) ReadField1

func (p *LiffException) ReadField1(iprot TProtocol) error

func (*LiffException) ReadField2

func (p *LiffException) ReadField2(iprot TProtocol) error

func (*LiffException) ReadField3

func (p *LiffException) ReadField3(iprot TProtocol) error

func (*LiffException) String

func (p *LiffException) String() string

func (*LiffException) Write

func (p *LiffException) Write(oprot TProtocol) error

type LiffNoneContext

type LiffNoneContext struct {
}
var LiffContext_None_DEFAULT *LiffNoneContext

func NewLiffNoneContext

func NewLiffNoneContext() *LiffNoneContext

func (*LiffNoneContext) Read

func (p *LiffNoneContext) Read(iprot TProtocol) error

func (*LiffNoneContext) String

func (p *LiffNoneContext) String() string

func (*LiffNoneContext) Write

func (p *LiffNoneContext) Write(oprot TProtocol) error

type LiffService

type LiffService interface {
	// Parameters:
	//  - Request
	IssueLiffView(ctx context.Context, request *LiffViewRequest) (r *LiffViewResponse, err error)
	// Parameters:
	//  - Request
	RevokeToken(ctx context.Context, request *RevokeTokenRequest) (err error)
}

type LiffServiceClient

type LiffServiceClient struct {
	// contains filtered or unexported fields
}

func NewLiffServiceClient

func NewLiffServiceClient(c TClient) *LiffServiceClient

func NewLiffServiceClientFactory deprecated

func NewLiffServiceClientFactory(t TTransport, f TProtocolFactory) *LiffServiceClient

Deprecated: Use NewLiffService instead

func NewLiffServiceClientProtocol deprecated

func NewLiffServiceClientProtocol(t TTransport, iprot TProtocol, oprot TProtocol) *LiffServiceClient

Deprecated: Use NewLiffService instead

func (*LiffServiceClient) IssueLiffView

func (p *LiffServiceClient) IssueLiffView(ctx context.Context, request *LiffViewRequest) (r *LiffViewResponse, err error)

Parameters:

  • Request

func (*LiffServiceClient) RevokeToken

func (p *LiffServiceClient) RevokeToken(ctx context.Context, request *RevokeTokenRequest) (err error)

Parameters:

  • Request

type LiffServiceIssueLiffViewArgs

type LiffServiceIssueLiffViewArgs struct {
	Request *LiffViewRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewLiffServiceIssueLiffViewArgs

func NewLiffServiceIssueLiffViewArgs() *LiffServiceIssueLiffViewArgs

func (*LiffServiceIssueLiffViewArgs) GetRequest

func (*LiffServiceIssueLiffViewArgs) IsSetRequest

func (p *LiffServiceIssueLiffViewArgs) IsSetRequest() bool

func (*LiffServiceIssueLiffViewArgs) Read

func (*LiffServiceIssueLiffViewArgs) ReadField1

func (p *LiffServiceIssueLiffViewArgs) ReadField1(iprot TProtocol) error

func (*LiffServiceIssueLiffViewArgs) String

func (*LiffServiceIssueLiffViewArgs) Write

type LiffServiceIssueLiffViewResult

type LiffServiceIssueLiffViewResult struct {
	Success *LiffViewResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *LiffException    `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewLiffServiceIssueLiffViewResult

func NewLiffServiceIssueLiffViewResult() *LiffServiceIssueLiffViewResult

func (*LiffServiceIssueLiffViewResult) GetE

func (*LiffServiceIssueLiffViewResult) GetSuccess

func (*LiffServiceIssueLiffViewResult) IsSetE

func (*LiffServiceIssueLiffViewResult) IsSetSuccess

func (p *LiffServiceIssueLiffViewResult) IsSetSuccess() bool

func (*LiffServiceIssueLiffViewResult) Read

func (*LiffServiceIssueLiffViewResult) ReadField0

func (p *LiffServiceIssueLiffViewResult) ReadField0(iprot TProtocol) error

func (*LiffServiceIssueLiffViewResult) ReadField1

func (p *LiffServiceIssueLiffViewResult) ReadField1(iprot TProtocol) error

func (*LiffServiceIssueLiffViewResult) String

func (*LiffServiceIssueLiffViewResult) Write

type LiffServiceProcessor

type LiffServiceProcessor struct {
	// contains filtered or unexported fields
}

func NewLiffServiceProcessor

func NewLiffServiceProcessor(handler LiffService) *LiffServiceProcessor

func (*LiffServiceProcessor) AddToProcessorMap

func (p *LiffServiceProcessor) AddToProcessorMap(key string, processor TProcessorFunction)

func (*LiffServiceProcessor) GetProcessorFunction

func (p *LiffServiceProcessor) GetProcessorFunction(key string) (processor TProcessorFunction, ok bool)

func (*LiffServiceProcessor) Process

func (p *LiffServiceProcessor) Process(ctx context.Context, iprot, oprot TProtocol) (success bool, err TException)

func (*LiffServiceProcessor) ProcessorMap

func (p *LiffServiceProcessor) ProcessorMap() map[string]TProcessorFunction

type LiffServiceRevokeTokenArgs

type LiffServiceRevokeTokenArgs struct {
	Request *RevokeTokenRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewLiffServiceRevokeTokenArgs

func NewLiffServiceRevokeTokenArgs() *LiffServiceRevokeTokenArgs

func (*LiffServiceRevokeTokenArgs) GetRequest

func (*LiffServiceRevokeTokenArgs) IsSetRequest

func (p *LiffServiceRevokeTokenArgs) IsSetRequest() bool

func (*LiffServiceRevokeTokenArgs) Read

func (*LiffServiceRevokeTokenArgs) ReadField1

func (p *LiffServiceRevokeTokenArgs) ReadField1(iprot TProtocol) error

func (*LiffServiceRevokeTokenArgs) String

func (p *LiffServiceRevokeTokenArgs) String() string

func (*LiffServiceRevokeTokenArgs) Write

func (p *LiffServiceRevokeTokenArgs) Write(oprot TProtocol) error

type LiffServiceRevokeTokenResult

type LiffServiceRevokeTokenResult struct {
	E *LiffException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewLiffServiceRevokeTokenResult

func NewLiffServiceRevokeTokenResult() *LiffServiceRevokeTokenResult

func (*LiffServiceRevokeTokenResult) GetE

func (*LiffServiceRevokeTokenResult) IsSetE

func (p *LiffServiceRevokeTokenResult) IsSetE() bool

func (*LiffServiceRevokeTokenResult) Read

func (*LiffServiceRevokeTokenResult) ReadField1

func (p *LiffServiceRevokeTokenResult) ReadField1(iprot TProtocol) error

func (*LiffServiceRevokeTokenResult) String

func (*LiffServiceRevokeTokenResult) Write

type LiffSquareChatContext

type LiffSquareChatContext struct {
	SquareChatMid string `thrift:"squareChatMid,1" db:"squareChatMid" json:"squareChatMid"`
}

Attributes:

  • SquareChatMid
var LiffContext_SquareChat_DEFAULT *LiffSquareChatContext

func NewLiffSquareChatContext

func NewLiffSquareChatContext() *LiffSquareChatContext

func (*LiffSquareChatContext) GetSquareChatMid

func (p *LiffSquareChatContext) GetSquareChatMid() string

func (*LiffSquareChatContext) Read

func (p *LiffSquareChatContext) Read(iprot TProtocol) error

func (*LiffSquareChatContext) ReadField1

func (p *LiffSquareChatContext) ReadField1(iprot TProtocol) error

func (*LiffSquareChatContext) String

func (p *LiffSquareChatContext) String() string

func (*LiffSquareChatContext) Write

func (p *LiffSquareChatContext) Write(oprot TProtocol) error

type LiffView

type LiffView struct {
	Type string `thrift:"type,1" db:"type" json:"type"`
	URL  string `thrift:"url,2" db:"url" json:"url"`
	// unused field # 3
	TitleTextColor          int32  `thrift:"titleTextColor,4" db:"titleTextColor" json:"titleTextColor"`
	TitleBackgroundColor    int32  `thrift:"titleBackgroundColor,5" db:"titleBackgroundColor" json:"titleBackgroundColor"`
	TitleIconUrl            string `thrift:"titleIconUrl,6" db:"titleIconUrl" json:"titleIconUrl"`
	TitleSubtextColor       int32  `thrift:"titleSubtextColor,7" db:"titleSubtextColor" json:"titleSubtextColor"`
	TitleButtonColor        int32  `thrift:"titleButtonColor,8" db:"titleButtonColor" json:"titleButtonColor"`
	ProgressBarColor        int32  `thrift:"progressBarColor,9" db:"progressBarColor" json:"progressBarColor"`
	ProgressBackgroundColor int32  `thrift:"progressBackgroundColor,10" db:"progressBackgroundColor" json:"progressBackgroundColor"`
	TrustedDomain           bool   `thrift:"trustedDomain,11" db:"trustedDomain" json:"trustedDomain"`
}

Attributes:

  • Type
  • URL
  • TrustedDomain
  • TitleIconUrl
  • TitleTextColor
  • TitleSubtextColor
  • TitleButtonColor
  • TitleBackgroundColor
  • ProgressBarColor
  • ProgressBackgroundColor
var LiffViewResponse_View_DEFAULT *LiffView

func NewLiffView

func NewLiffView() *LiffView

func (*LiffView) GetProgressBackgroundColor

func (p *LiffView) GetProgressBackgroundColor() int32

func (*LiffView) GetProgressBarColor

func (p *LiffView) GetProgressBarColor() int32

func (*LiffView) GetTitleBackgroundColor

func (p *LiffView) GetTitleBackgroundColor() int32

func (*LiffView) GetTitleButtonColor

func (p *LiffView) GetTitleButtonColor() int32

func (*LiffView) GetTitleIconUrl

func (p *LiffView) GetTitleIconUrl() string

func (*LiffView) GetTitleSubtextColor

func (p *LiffView) GetTitleSubtextColor() int32

func (*LiffView) GetTitleTextColor

func (p *LiffView) GetTitleTextColor() int32

func (*LiffView) GetTrustedDomain

func (p *LiffView) GetTrustedDomain() bool

func (*LiffView) GetType

func (p *LiffView) GetType() string

func (*LiffView) GetURL

func (p *LiffView) GetURL() string

func (*LiffView) Read

func (p *LiffView) Read(iprot TProtocol) error

func (*LiffView) ReadField1

func (p *LiffView) ReadField1(iprot TProtocol) error

func (*LiffView) ReadField10

func (p *LiffView) ReadField10(iprot TProtocol) error

func (*LiffView) ReadField11

func (p *LiffView) ReadField11(iprot TProtocol) error

func (*LiffView) ReadField2

func (p *LiffView) ReadField2(iprot TProtocol) error

func (*LiffView) ReadField4

func (p *LiffView) ReadField4(iprot TProtocol) error

func (*LiffView) ReadField5

func (p *LiffView) ReadField5(iprot TProtocol) error

func (*LiffView) ReadField6

func (p *LiffView) ReadField6(iprot TProtocol) error

func (*LiffView) ReadField7

func (p *LiffView) ReadField7(iprot TProtocol) error

func (*LiffView) ReadField8

func (p *LiffView) ReadField8(iprot TProtocol) error

func (*LiffView) ReadField9

func (p *LiffView) ReadField9(iprot TProtocol) error

func (*LiffView) String

func (p *LiffView) String() string

func (*LiffView) Write

func (p *LiffView) Write(oprot TProtocol) error

type LiffViewFeatures

type LiffViewFeatures int64
const (
	LiffViewFeatures_ADVERTISING_ID LiffViewFeatures = 2
	LiffViewFeatures_BLUETOOTH_LE   LiffViewFeatures = 3
	LiffViewFeatures_GEOLOCATION    LiffViewFeatures = 1
)

func LiffViewFeaturesFromString

func LiffViewFeaturesFromString(s string) (LiffViewFeatures, error)

func LiffViewFeaturesPtr

func LiffViewFeaturesPtr(v LiffViewFeatures) *LiffViewFeatures

func (LiffViewFeatures) MarshalText

func (p LiffViewFeatures) MarshalText() ([]byte, error)

func (*LiffViewFeatures) Scan

func (p *LiffViewFeatures) Scan(value interface{}) error

func (LiffViewFeatures) String

func (p LiffViewFeatures) String() string

func (*LiffViewFeatures) UnmarshalText

func (p *LiffViewFeatures) UnmarshalText(text []byte) error

func (*LiffViewFeatures) Value

func (p *LiffViewFeatures) Value() (driver.Value, error)

type LiffViewRequest

type LiffViewRequest struct {
	LiffId  string       `thrift:"liffId,1" db:"liffId" json:"liffId"`
	Context *LiffContext `thrift:"context,2" db:"context" json:"context"`
}

Attributes:

  • LiffId
  • Context
var LiffServiceIssueLiffViewArgs_Request_DEFAULT *LiffViewRequest

func NewLiffViewRequest

func NewLiffViewRequest() *LiffViewRequest

func (*LiffViewRequest) GetContext

func (p *LiffViewRequest) GetContext() *LiffContext

func (*LiffViewRequest) GetLiffId

func (p *LiffViewRequest) GetLiffId() string

func (*LiffViewRequest) IsSetContext

func (p *LiffViewRequest) IsSetContext() bool

func (*LiffViewRequest) Read

func (p *LiffViewRequest) Read(iprot TProtocol) error

func (*LiffViewRequest) ReadField1

func (p *LiffViewRequest) ReadField1(iprot TProtocol) error

func (*LiffViewRequest) ReadField2

func (p *LiffViewRequest) ReadField2(iprot TProtocol) error

func (*LiffViewRequest) String

func (p *LiffViewRequest) String() string

func (*LiffViewRequest) Write

func (p *LiffViewRequest) Write(oprot TProtocol) error

type LiffViewResponse

type LiffViewResponse struct {
	View         *LiffView          `thrift:"view,1" db:"view" json:"view"`
	ContextToken string             `thrift:"contextToken,2" db:"contextToken" json:"contextToken"`
	AccessToken  string             `thrift:"accessToken,3" db:"accessToken" json:"accessToken"`
	FeatureToken string             `thrift:"featureToken,4" db:"featureToken" json:"featureToken"`
	Features     []LiffViewFeatures `thrift:"features,5" db:"features" json:"features"`
	ChannelId    string             `thrift:"channelId,6" db:"channelId" json:"channelId"`
}

Attributes:

  • View
  • ContextToken
  • AccessToken
  • FeatureToken
  • Features
  • ChannelId
var LiffServiceIssueLiffViewResult_Success_DEFAULT *LiffViewResponse

func NewLiffViewResponse

func NewLiffViewResponse() *LiffViewResponse

func (*LiffViewResponse) GetAccessToken

func (p *LiffViewResponse) GetAccessToken() string

func (*LiffViewResponse) GetChannelId

func (p *LiffViewResponse) GetChannelId() string

func (*LiffViewResponse) GetContextToken

func (p *LiffViewResponse) GetContextToken() string

func (*LiffViewResponse) GetFeatureToken

func (p *LiffViewResponse) GetFeatureToken() string

func (*LiffViewResponse) GetFeatures

func (p *LiffViewResponse) GetFeatures() []LiffViewFeatures

func (*LiffViewResponse) GetView

func (p *LiffViewResponse) GetView() *LiffView

func (*LiffViewResponse) IsSetView

func (p *LiffViewResponse) IsSetView() bool

func (*LiffViewResponse) Read

func (p *LiffViewResponse) Read(iprot TProtocol) error

func (*LiffViewResponse) ReadField1

func (p *LiffViewResponse) ReadField1(iprot TProtocol) error

func (*LiffViewResponse) ReadField2

func (p *LiffViewResponse) ReadField2(iprot TProtocol) error

func (*LiffViewResponse) ReadField3

func (p *LiffViewResponse) ReadField3(iprot TProtocol) error

func (*LiffViewResponse) ReadField4

func (p *LiffViewResponse) ReadField4(iprot TProtocol) error

func (*LiffViewResponse) ReadField5

func (p *LiffViewResponse) ReadField5(iprot TProtocol) error

func (*LiffViewResponse) ReadField6

func (p *LiffViewResponse) ReadField6(iprot TProtocol) error

func (*LiffViewResponse) String

func (p *LiffViewResponse) String() string

func (*LiffViewResponse) Write

func (p *LiffViewResponse) Write(oprot TProtocol) error

type Location

type Location struct {
	Title     string  `thrift:"title,1" db:"title" json:"title"`
	Address   string  `thrift:"address,2" db:"address" json:"address"`
	Latitude  float64 `thrift:"latitude,3" db:"latitude" json:"latitude"`
	Longitude float64 `thrift:"longitude,4" db:"longitude" json:"longitude"`
	Phone     string  `thrift:"phone,5" db:"phone" json:"phone"`
}

Attributes:

  • Title
  • Address
  • Latitude
  • Longitude
  • Phone
var BuddyMessageRequest_Location_DEFAULT *Location
var TalkServiceOpenProximityMatchArgs_Location_DEFAULT *Location

func NewLocation

func NewLocation() *Location

func (*Location) GetAddress

func (p *Location) GetAddress() string

func (*Location) GetLatitude

func (p *Location) GetLatitude() float64

func (*Location) GetLongitude

func (p *Location) GetLongitude() float64

func (*Location) GetPhone

func (p *Location) GetPhone() string

func (*Location) GetTitle

func (p *Location) GetTitle() string

func (*Location) Read

func (p *Location) Read(iprot TProtocol) error

func (*Location) ReadField1

func (p *Location) ReadField1(iprot TProtocol) error

func (*Location) ReadField2

func (p *Location) ReadField2(iprot TProtocol) error

func (*Location) ReadField3

func (p *Location) ReadField3(iprot TProtocol) error

func (*Location) ReadField4

func (p *Location) ReadField4(iprot TProtocol) error

func (*Location) ReadField5

func (p *Location) ReadField5(iprot TProtocol) error

func (*Location) String

func (p *Location) String() string

func (*Location) Write

func (p *Location) Write(oprot TProtocol) error

type Logger

type Logger func(msg string)

func StdLogger

func StdLogger(logger *log.Logger) Logger

StdLogger wraps stdlib log package into a Logger.

If logger passed in is nil, it will fallback to use stderr and default flags.

func TestLogger

func TestLogger(tb testing.TB) Logger

TestLogger is a Logger implementation can be used in test codes.

It fails the test when being called.

type LoginRequest

type LoginRequest struct {
	Type             int32  `thrift:"type,1" db:"type" json:"type"`
	IdentityProvider int32  `thrift:"identityProvider,2" db:"identityProvider" json:"identityProvider"`
	Identifier       string `thrift:"identifier,3" db:"identifier" json:"identifier"`
	Password         string `thrift:"password,4" db:"password" json:"password"`
	KeepLoggedIn     bool   `thrift:"keepLoggedIn,5" db:"keepLoggedIn" json:"keepLoggedIn"`
	AccessLocation   string `thrift:"accessLocation,6" db:"accessLocation" json:"accessLocation"`
	SystemName       string `thrift:"systemName,7" db:"systemName" json:"systemName"`
	Certificate      string `thrift:"certificate,8" db:"certificate" json:"certificate"`
	Verifier         string `thrift:"verifier,9" db:"verifier" json:"verifier"`
	Secret           string `thrift:"secret,10" db:"secret" json:"secret"`
	E2eeVersion      int32  `thrift:"e2eeVersion,11" db:"e2eeVersion" json:"e2eeVersion"`
}

Attributes:

  • Type
  • IdentityProvider
  • Identifier
  • Password
  • KeepLoggedIn
  • AccessLocation
  • SystemName
  • Certificate
  • Verifier
  • Secret
  • E2eeVersion
var AuthServiceLoginZArgs_LoginRequest_DEFAULT *LoginRequest

func NewLoginRequest

func NewLoginRequest() *LoginRequest

func (*LoginRequest) GetAccessLocation

func (p *LoginRequest) GetAccessLocation() string

func (*LoginRequest) GetCertificate

func (p *LoginRequest) GetCertificate() string

func (*LoginRequest) GetE2eeVersion

func (p *LoginRequest) GetE2eeVersion() int32

func (*LoginRequest) GetIdentifier

func (p *LoginRequest) GetIdentifier() string

func (*LoginRequest) GetIdentityProvider

func (p *LoginRequest) GetIdentityProvider() int32

func (*LoginRequest) GetKeepLoggedIn

func (p *LoginRequest) GetKeepLoggedIn() bool

func (*LoginRequest) GetPassword

func (p *LoginRequest) GetPassword() string

func (*LoginRequest) GetSecret

func (p *LoginRequest) GetSecret() string

func (*LoginRequest) GetSystemName

func (p *LoginRequest) GetSystemName() string

func (*LoginRequest) GetType

func (p *LoginRequest) GetType() int32

func (*LoginRequest) GetVerifier

func (p *LoginRequest) GetVerifier() string

func (*LoginRequest) Read

func (p *LoginRequest) Read(iprot TProtocol) error

func (*LoginRequest) ReadField1

func (p *LoginRequest) ReadField1(iprot TProtocol) error

func (*LoginRequest) ReadField10

func (p *LoginRequest) ReadField10(iprot TProtocol) error

func (*LoginRequest) ReadField11

func (p *LoginRequest) ReadField11(iprot TProtocol) error

func (*LoginRequest) ReadField2

func (p *LoginRequest) ReadField2(iprot TProtocol) error

func (*LoginRequest) ReadField3

func (p *LoginRequest) ReadField3(iprot TProtocol) error

func (*LoginRequest) ReadField4

func (p *LoginRequest) ReadField4(iprot TProtocol) error

func (*LoginRequest) ReadField5

func (p *LoginRequest) ReadField5(iprot TProtocol) error

func (*LoginRequest) ReadField6

func (p *LoginRequest) ReadField6(iprot TProtocol) error

func (*LoginRequest) ReadField7

func (p *LoginRequest) ReadField7(iprot TProtocol) error

func (*LoginRequest) ReadField8

func (p *LoginRequest) ReadField8(iprot TProtocol) error

func (*LoginRequest) ReadField9

func (p *LoginRequest) ReadField9(iprot TProtocol) error

func (*LoginRequest) String

func (p *LoginRequest) String() string

func (*LoginRequest) Write

func (p *LoginRequest) Write(oprot TProtocol) error

type LoginResultType

type LoginResultType int64
const (
	LoginResultType_SUCCESS                LoginResultType = 1
	LoginResultType_REQUIRE_QRCODE         LoginResultType = 2
	LoginResultType_REQUIRE_DEVICE_CONFIRM LoginResultType = 3
)

func LoginResultTypeFromString

func LoginResultTypeFromString(s string) (LoginResultType, error)

func LoginResultTypePtr

func LoginResultTypePtr(v LoginResultType) *LoginResultType

func (LoginResultType) MarshalText

func (p LoginResultType) MarshalText() ([]byte, error)

func (*LoginResultType) Scan

func (p *LoginResultType) Scan(value interface{}) error

func (LoginResultType) String

func (p LoginResultType) String() string

func (*LoginResultType) UnmarshalText

func (p *LoginResultType) UnmarshalText(text []byte) error

func (*LoginResultType) Value

func (p *LoginResultType) Value() (driver.Value, error)

type LoginResult_

type LoginResult_ struct {
	AuthToken   string          `thrift:"authToken,1" db:"authToken" json:"authToken"`
	Certificate string          `thrift:"certificate,2" db:"certificate" json:"certificate"`
	Verifier    string          `thrift:"verifier,3" db:"verifier" json:"verifier"`
	PinCode     string          `thrift:"pinCode,4" db:"pinCode" json:"pinCode"`
	Type        LoginResultType `thrift:"type,5" db:"type" json:"type"`
}

Attributes:

  • AuthToken
  • Certificate
  • Verifier
  • PinCode
  • Type
var AuthServiceLoginZResult_Success_DEFAULT *LoginResult_
var TalkServiceLoginWithIdentityCredentialForCertificateResult_Success_DEFAULT *LoginResult_
var TalkServiceLoginWithVerifierForCerificateResult_Success_DEFAULT *LoginResult_
var TalkServiceLoginWithVerifierForCertificateResult_Success_DEFAULT *LoginResult_

func NewLoginResult_

func NewLoginResult_() *LoginResult_

func (*LoginResult_) GetAuthToken

func (p *LoginResult_) GetAuthToken() string

func (*LoginResult_) GetCertificate

func (p *LoginResult_) GetCertificate() string

func (*LoginResult_) GetPinCode

func (p *LoginResult_) GetPinCode() string

func (*LoginResult_) GetType

func (p *LoginResult_) GetType() LoginResultType

func (*LoginResult_) GetVerifier

func (p *LoginResult_) GetVerifier() string

func (*LoginResult_) Read

func (p *LoginResult_) Read(iprot TProtocol) error

func (*LoginResult_) ReadField1

func (p *LoginResult_) ReadField1(iprot TProtocol) error

func (*LoginResult_) ReadField2

func (p *LoginResult_) ReadField2(iprot TProtocol) error

func (*LoginResult_) ReadField3

func (p *LoginResult_) ReadField3(iprot TProtocol) error

func (*LoginResult_) ReadField4

func (p *LoginResult_) ReadField4(iprot TProtocol) error

func (*LoginResult_) ReadField5

func (p *LoginResult_) ReadField5(iprot TProtocol) error

func (*LoginResult_) String

func (p *LoginResult_) String() string

func (*LoginResult_) Write

func (p *LoginResult_) Write(oprot TProtocol) error

type LoginSession

type LoginSession struct {
	TokenKey string `thrift:"tokenKey,1" db:"tokenKey" json:"tokenKey"`
	// unused field # 2
	ExpirationTime int64 `thrift:"expirationTime,3" db:"expirationTime" json:"expirationTime"`
	// unused fields # 4 to 10
	ApplicationType ApplicationType `thrift:"applicationType,11" db:"applicationType" json:"applicationType"`
	SystemName      string          `thrift:"systemName,12" db:"systemName" json:"systemName"`
	// unused fields # 13 to 21
	AccessLocation string `thrift:"accessLocation,22" db:"accessLocation" json:"accessLocation"`
}

Attributes:

  • TokenKey
  • ExpirationTime
  • ApplicationType
  • SystemName
  • AccessLocation

func NewLoginSession

func NewLoginSession() *LoginSession

func (*LoginSession) GetAccessLocation

func (p *LoginSession) GetAccessLocation() string

func (*LoginSession) GetApplicationType

func (p *LoginSession) GetApplicationType() ApplicationType

func (*LoginSession) GetExpirationTime

func (p *LoginSession) GetExpirationTime() int64

func (*LoginSession) GetSystemName

func (p *LoginSession) GetSystemName() string

func (*LoginSession) GetTokenKey

func (p *LoginSession) GetTokenKey() string

func (*LoginSession) Read

func (p *LoginSession) Read(iprot TProtocol) error

func (*LoginSession) ReadField1

func (p *LoginSession) ReadField1(iprot TProtocol) error

func (*LoginSession) ReadField11

func (p *LoginSession) ReadField11(iprot TProtocol) error

func (*LoginSession) ReadField12

func (p *LoginSession) ReadField12(iprot TProtocol) error

func (*LoginSession) ReadField22

func (p *LoginSession) ReadField22(iprot TProtocol) error

func (*LoginSession) ReadField3

func (p *LoginSession) ReadField3(iprot TProtocol) error

func (*LoginSession) String

func (p *LoginSession) String() string

func (*LoginSession) Write

func (p *LoginSession) Write(oprot TProtocol) error

type MIDType

type MIDType int64
const (
	MIDType_USER  MIDType = 0
	MIDType_ROOM  MIDType = 1
	MIDType_GROUP MIDType = 2
)

func MIDTypeFromString

func MIDTypeFromString(s string) (MIDType, error)

func MIDTypePtr

func MIDTypePtr(v MIDType) *MIDType

func (MIDType) MarshalText

func (p MIDType) MarshalText() ([]byte, error)

func (*MIDType) Scan

func (p *MIDType) Scan(value interface{}) error

func (MIDType) String

func (p MIDType) String() string

func (*MIDType) UnmarshalText

func (p *MIDType) UnmarshalText(text []byte) error

func (*MIDType) Value

func (p *MIDType) Value() (driver.Value, error)

type Message

type Message struct {
	From_         string  `thrift:"from_,1" db:"from_" json:"from_"`
	To            string  `thrift:"to,2" db:"to" json:"to"`
	ToType        MIDType `thrift:"toType,3" db:"toType" json:"toType"`
	ID            string  `thrift:"id,4" db:"id" json:"id"`
	CreatedTime   int64   `thrift:"createdTime,5" db:"createdTime" json:"createdTime"`
	DeliveredTime int64   `thrift:"deliveredTime,6" db:"deliveredTime" json:"deliveredTime"`
	// unused fields # 7 to 9
	Text     string    `thrift:"text,10" db:"text" json:"text"`
	Location *Location `thrift:"location,11" db:"location" json:"location"`
	// unused fields # 12 to 13
	HasContent  bool        `thrift:"hasContent,14" db:"hasContent" json:"hasContent"`
	ContentType ContentType `thrift:"contentType,15" db:"contentType" json:"contentType"`
	// unused field # 16
	ContentPreview  []byte            `thrift:"contentPreview,17" db:"contentPreview" json:"contentPreview"`
	ContentMetadata map[string]string `thrift:"contentMetadata,18" db:"contentMetadata" json:"contentMetadata"`
}

Attributes:

  • From_
  • To
  • ToType
  • ID
  • CreatedTime
  • DeliveredTime
  • Text
  • Location
  • HasContent
  • ContentType
  • ContentPreview
  • ContentMetadata
var BuddyManagementServiceLinkAndSendBuddyContentMessageToAllAsyncArgs_Msg_DEFAULT *Message
var BuddyManagementServiceLinkAndSendBuddyContentMessageToMidsArgs_Msg_DEFAULT *Message
var BuddyManagementServiceSendBuddyContentMessageToAllArgs_Msg_DEFAULT *Message
var BuddyManagementServiceSendBuddyContentMessageToAllAsyncArgs_Msg_DEFAULT *Message
var BuddyManagementServiceSendBuddyContentMessageToMidsArgs_Msg_DEFAULT *Message
var BuddyManagementServiceSendBuddyContentMessageToMidsAsyncArgs_Msg_DEFAULT *Message
var BuddyManagementServiceSendBuddyMessageToAllArgs_Msg_DEFAULT *Message
var BuddyManagementServiceSendBuddyMessageToAllAsyncArgs_Msg_DEFAULT *Message
var BuddyManagementServiceSendBuddyMessageToMidsArgs_Msg_DEFAULT *Message
var BuddyManagementServiceSendBuddyMessageToMidsAsyncArgs_Msg_DEFAULT *Message
var ChannelApplicationProvidedServiceSendMessageForChannelArgs_Message_DEFAULT *Message
var ChannelApplicationProvidedServiceSendMessageForChannelResult_Success_DEFAULT *Message
var MessageOperation_Message_DEFAULT *Message
var Operation_Message_DEFAULT *Message
var TalkServiceSendEventArgs_Message_DEFAULT *Message
var TalkServiceSendEventResult_Success_DEFAULT *Message
var TalkServiceSendMessageArgs_Message_DEFAULT *Message
var TalkServiceSendMessageResult_Success_DEFAULT *Message
var TalkServiceSendMessageToMyHomeArgs_Message_DEFAULT *Message
var TalkServiceSendMessageToMyHomeResult_Success_DEFAULT *Message
var TalkServiceTrySendMessageArgs_Message_DEFAULT *Message
var TalkServiceTrySendMessageResult_Success_DEFAULT *Message

func NewMessage

func NewMessage() *Message

func (*Message) GetContentMetadata

func (p *Message) GetContentMetadata() map[string]string

func (*Message) GetContentPreview

func (p *Message) GetContentPreview() []byte

func (*Message) GetContentType

func (p *Message) GetContentType() ContentType

func (*Message) GetCreatedTime

func (p *Message) GetCreatedTime() int64

func (*Message) GetDeliveredTime

func (p *Message) GetDeliveredTime() int64

func (*Message) GetFrom_

func (p *Message) GetFrom_() string

func (*Message) GetHasContent

func (p *Message) GetHasContent() bool

func (*Message) GetID

func (p *Message) GetID() string

func (*Message) GetLocation

func (p *Message) GetLocation() *Location

func (*Message) GetText

func (p *Message) GetText() string

func (*Message) GetTo

func (p *Message) GetTo() string

func (*Message) GetToType

func (p *Message) GetToType() MIDType

func (*Message) IsSetLocation

func (p *Message) IsSetLocation() *Location

func (*Message) Read

func (p *Message) Read(iprot TProtocol) error

func (*Message) ReadField1

func (p *Message) ReadField1(iprot TProtocol) error

func (*Message) ReadField10

func (p *Message) ReadField10(iprot TProtocol) error

func (*Message) ReadField11

func (p *Message) ReadField11(iprot TProtocol) error

func (*Message) ReadField14

func (p *Message) ReadField14(iprot TProtocol) error

func (*Message) ReadField15

func (p *Message) ReadField15(iprot TProtocol) error

func (*Message) ReadField17

func (p *Message) ReadField17(iprot TProtocol) error

func (*Message) ReadField18

func (p *Message) ReadField18(iprot TProtocol) error

func (*Message) ReadField2

func (p *Message) ReadField2(iprot TProtocol) error

func (*Message) ReadField3

func (p *Message) ReadField3(iprot TProtocol) error

func (*Message) ReadField4

func (p *Message) ReadField4(iprot TProtocol) error

func (*Message) ReadField5

func (p *Message) ReadField5(iprot TProtocol) error

func (*Message) ReadField6

func (p *Message) ReadField6(iprot TProtocol) error

func (*Message) String

func (p *Message) String() string

func (*Message) Write

func (p *Message) Write(oprot TProtocol) error

type MessageOperation

type MessageOperation struct {
	Revision    int64                `thrift:"revision,1" db:"revision" json:"revision"`
	CreatedTime int64                `thrift:"createdTime,2" db:"createdTime" json:"createdTime"`
	Type        MessageOperationType `thrift:"type,3" db:"type" json:"type"`
	ReqSeq      int32                `thrift:"reqSeq,4" db:"reqSeq" json:"reqSeq"`
	Status      OpStatus             `thrift:"status,5" db:"status" json:"status"`
	// unused fields # 6 to 9
	Param1 string `thrift:"param1,10" db:"param1" json:"param1"`
	Param2 string `thrift:"param2,11" db:"param2" json:"param2"`
	Param3 string `thrift:"param3,12" db:"param3" json:"param3"`
	// unused fields # 13 to 19
	Message *Message `thrift:"message,20" db:"message" json:"message"`
}

Attributes:

  • Revision
  • CreatedTime
  • Type
  • ReqSeq
  • Status
  • Param1
  • Param2
  • Param3
  • Message

func NewMessageOperation

func NewMessageOperation() *MessageOperation

func (*MessageOperation) GetCreatedTime

func (p *MessageOperation) GetCreatedTime() int64

func (*MessageOperation) GetMessage

func (p *MessageOperation) GetMessage() *Message

func (*MessageOperation) GetParam1

func (p *MessageOperation) GetParam1() string

func (*MessageOperation) GetParam2

func (p *MessageOperation) GetParam2() string

func (*MessageOperation) GetParam3

func (p *MessageOperation) GetParam3() string

func (*MessageOperation) GetReqSeq

func (p *MessageOperation) GetReqSeq() int32

func (*MessageOperation) GetRevision

func (p *MessageOperation) GetRevision() int64

func (*MessageOperation) GetStatus

func (p *MessageOperation) GetStatus() OpStatus

func (*MessageOperation) GetType

func (*MessageOperation) IsSetMessage

func (p *MessageOperation) IsSetMessage() bool

func (*MessageOperation) Read

func (p *MessageOperation) Read(iprot TProtocol) error

func (*MessageOperation) ReadField1

func (p *MessageOperation) ReadField1(iprot TProtocol) error

func (*MessageOperation) ReadField10

func (p *MessageOperation) ReadField10(iprot TProtocol) error

func (*MessageOperation) ReadField11

func (p *MessageOperation) ReadField11(iprot TProtocol) error

func (*MessageOperation) ReadField12

func (p *MessageOperation) ReadField12(iprot TProtocol) error

func (*MessageOperation) ReadField2

func (p *MessageOperation) ReadField2(iprot TProtocol) error

func (*MessageOperation) ReadField20

func (p *MessageOperation) ReadField20(iprot TProtocol) error

func (*MessageOperation) ReadField3

func (p *MessageOperation) ReadField3(iprot TProtocol) error

func (*MessageOperation) ReadField4

func (p *MessageOperation) ReadField4(iprot TProtocol) error

func (*MessageOperation) ReadField5

func (p *MessageOperation) ReadField5(iprot TProtocol) error

func (*MessageOperation) String

func (p *MessageOperation) String() string

func (*MessageOperation) Write

func (p *MessageOperation) Write(oprot TProtocol) error

type MessageOperationType

type MessageOperationType int64
const (
	MessageOperationType_SEND_MESSAGE          MessageOperationType = 1
	MessageOperationType_RECEIVE_MESSAGE       MessageOperationType = 2
	MessageOperationType_READ_MESSAGE          MessageOperationType = 3
	MessageOperationType_NOTIFIED_READ_MESSAGE MessageOperationType = 4
	MessageOperationType_NOTIFIED_JOIN_CHAT    MessageOperationType = 5
	MessageOperationType_FAILED_SEND_MESSAGE   MessageOperationType = 6
	MessageOperationType_SEND_CONTENT          MessageOperationType = 7
	MessageOperationType_SEND_CONTENT_RECEIPT  MessageOperationType = 8
	MessageOperationType_SEND_CHAT_REMOVED     MessageOperationType = 9
	MessageOperationType_REMOVE_ALL_MESSAGES   MessageOperationType = 10
)

func MessageOperationTypeFromString

func MessageOperationTypeFromString(s string) (MessageOperationType, error)

func (MessageOperationType) MarshalText

func (p MessageOperationType) MarshalText() ([]byte, error)

func (*MessageOperationType) Scan

func (p *MessageOperationType) Scan(value interface{}) error

func (MessageOperationType) String

func (p MessageOperationType) String() string

func (*MessageOperationType) UnmarshalText

func (p *MessageOperationType) UnmarshalText(text []byte) error

func (*MessageOperationType) Value

func (p *MessageOperationType) Value() (driver.Value, error)

type MessageOperations

type MessageOperations struct {
	Operations []*MessageOperation `thrift:"operations,1" db:"operations" json:"operations"`
	EndFlag    bool                `thrift:"endFlag,2" db:"endFlag" json:"endFlag"`
}

Attributes:

  • Operations
  • EndFlag
var MessageServiceFetchMessageOperationsResult_Success_DEFAULT *MessageOperations

func NewMessageOperations

func NewMessageOperations() *MessageOperations

func (*MessageOperations) GetEndFlag

func (p *MessageOperations) GetEndFlag() bool

func (*MessageOperations) GetOperations

func (p *MessageOperations) GetOperations() []*MessageOperation

func (*MessageOperations) Read

func (p *MessageOperations) Read(iprot TProtocol) error

func (*MessageOperations) ReadField1

func (p *MessageOperations) ReadField1(iprot TProtocol) error

func (*MessageOperations) ReadField2

func (p *MessageOperations) ReadField2(iprot TProtocol) error

func (*MessageOperations) String

func (p *MessageOperations) String() string

func (*MessageOperations) Write

func (p *MessageOperations) Write(oprot TProtocol) error

type MessageService

type MessageService interface {
	// Parameters:
	//  - LocalRevision
	//  - LastOpTimestamp
	//  - Count
	FetchMessageOperations(ctx context.Context, localRevision int64, lastOpTimestamp int64, count int32) (r *MessageOperations, err error)
	// Parameters:
	//  - ChatId
	GetLastReadMessageIds(ctx context.Context, chatId string) (r *LastReadMessageIds, err error)
	// Parameters:
	//  - ChatIds
	MultiGetLastReadMessageIds(ctx context.Context, chatIds []string) (r []*LastReadMessageIds, err error)
}

type MessageServiceClient

type MessageServiceClient struct {
	// contains filtered or unexported fields
}

func NewMessageServiceClient

func NewMessageServiceClient(c TClient) *MessageServiceClient

func NewMessageServiceClientFactory

func NewMessageServiceClientFactory(t TTransport, f TProtocolFactory) *MessageServiceClient

func NewMessageServiceClientProtocol

func NewMessageServiceClientProtocol(t TTransport, iprot TProtocol, oprot TProtocol) *MessageServiceClient

func (*MessageServiceClient) Client_

func (p *MessageServiceClient) Client_() TClient

func (*MessageServiceClient) FetchMessageOperations

func (p *MessageServiceClient) FetchMessageOperations(ctx context.Context, localRevision int64, lastOpTimestamp int64, count int32) (r *MessageOperations, err error)

Parameters:

  • LocalRevision
  • LastOpTimestamp
  • Count

func (*MessageServiceClient) GetLastReadMessageIds

func (p *MessageServiceClient) GetLastReadMessageIds(ctx context.Context, chatId string) (r *LastReadMessageIds, err error)

Parameters:

  • ChatId

func (*MessageServiceClient) MultiGetLastReadMessageIds

func (p *MessageServiceClient) MultiGetLastReadMessageIds(ctx context.Context, chatIds []string) (r []*LastReadMessageIds, err error)

Parameters:

  • ChatIds

type MessageServiceCodeEnum

type MessageServiceCodeEnum int64
const (
	MessageServiceCodeEnum_UNKNOWN MessageServiceCodeEnum = 0
	MessageServiceCodeEnum_TALK    MessageServiceCodeEnum = 1
	MessageServiceCodeEnum_SQUARE  MessageServiceCodeEnum = 2
)

func MessageServiceCodeEnumFromString

func MessageServiceCodeEnumFromString(s string) (MessageServiceCodeEnum, error)

func (MessageServiceCodeEnum) MarshalText

func (p MessageServiceCodeEnum) MarshalText() ([]byte, error)

func (*MessageServiceCodeEnum) Scan

func (p *MessageServiceCodeEnum) Scan(value interface{}) error

func (MessageServiceCodeEnum) String

func (p MessageServiceCodeEnum) String() string

func (*MessageServiceCodeEnum) UnmarshalText

func (p *MessageServiceCodeEnum) UnmarshalText(text []byte) error

func (*MessageServiceCodeEnum) Value

func (p *MessageServiceCodeEnum) Value() (driver.Value, error)

type MessageServiceFetchMessageOperationsArgs

type MessageServiceFetchMessageOperationsArgs struct {
	// unused field # 1
	LocalRevision   int64 `thrift:"localRevision,2" db:"localRevision" json:"localRevision"`
	LastOpTimestamp int64 `thrift:"lastOpTimestamp,3" db:"lastOpTimestamp" json:"lastOpTimestamp"`
	Count           int32 `thrift:"count,4" db:"count" json:"count"`
}

Attributes:

  • LocalRevision
  • LastOpTimestamp
  • Count

func NewMessageServiceFetchMessageOperationsArgs

func NewMessageServiceFetchMessageOperationsArgs() *MessageServiceFetchMessageOperationsArgs

func (*MessageServiceFetchMessageOperationsArgs) GetCount

func (*MessageServiceFetchMessageOperationsArgs) GetLastOpTimestamp

func (p *MessageServiceFetchMessageOperationsArgs) GetLastOpTimestamp() int64

func (*MessageServiceFetchMessageOperationsArgs) GetLocalRevision

func (p *MessageServiceFetchMessageOperationsArgs) GetLocalRevision() int64

func (*MessageServiceFetchMessageOperationsArgs) Read

func (*MessageServiceFetchMessageOperationsArgs) ReadField2

func (*MessageServiceFetchMessageOperationsArgs) ReadField3

func (*MessageServiceFetchMessageOperationsArgs) ReadField4

func (*MessageServiceFetchMessageOperationsArgs) String

func (*MessageServiceFetchMessageOperationsArgs) Write

type MessageServiceFetchMessageOperationsResult

type MessageServiceFetchMessageOperationsResult struct {
	Success *MessageOperations `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException     `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewMessageServiceFetchMessageOperationsResult

func NewMessageServiceFetchMessageOperationsResult() *MessageServiceFetchMessageOperationsResult

func (*MessageServiceFetchMessageOperationsResult) GetE

func (*MessageServiceFetchMessageOperationsResult) GetSuccess

func (*MessageServiceFetchMessageOperationsResult) IsSetE

func (*MessageServiceFetchMessageOperationsResult) IsSetSuccess

func (*MessageServiceFetchMessageOperationsResult) Read

func (*MessageServiceFetchMessageOperationsResult) ReadField0

func (*MessageServiceFetchMessageOperationsResult) ReadField1

func (*MessageServiceFetchMessageOperationsResult) String

func (*MessageServiceFetchMessageOperationsResult) Write

type MessageServiceGetLastReadMessageIdsArgs

type MessageServiceGetLastReadMessageIdsArgs struct {
	// unused field # 1
	ChatId string `thrift:"chatId,2" db:"chatId" json:"chatId"`
}

Attributes:

  • ChatId

func NewMessageServiceGetLastReadMessageIdsArgs

func NewMessageServiceGetLastReadMessageIdsArgs() *MessageServiceGetLastReadMessageIdsArgs

func (*MessageServiceGetLastReadMessageIdsArgs) GetChatId

func (*MessageServiceGetLastReadMessageIdsArgs) Read

func (*MessageServiceGetLastReadMessageIdsArgs) ReadField2

func (*MessageServiceGetLastReadMessageIdsArgs) String

func (*MessageServiceGetLastReadMessageIdsArgs) Write

type MessageServiceGetLastReadMessageIdsResult

type MessageServiceGetLastReadMessageIdsResult struct {
	Success *LastReadMessageIds `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException      `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewMessageServiceGetLastReadMessageIdsResult

func NewMessageServiceGetLastReadMessageIdsResult() *MessageServiceGetLastReadMessageIdsResult

func (*MessageServiceGetLastReadMessageIdsResult) GetE

func (*MessageServiceGetLastReadMessageIdsResult) GetSuccess

func (*MessageServiceGetLastReadMessageIdsResult) IsSetE

func (*MessageServiceGetLastReadMessageIdsResult) IsSetSuccess

func (*MessageServiceGetLastReadMessageIdsResult) Read

func (*MessageServiceGetLastReadMessageIdsResult) ReadField0

func (*MessageServiceGetLastReadMessageIdsResult) ReadField1

func (*MessageServiceGetLastReadMessageIdsResult) String

func (*MessageServiceGetLastReadMessageIdsResult) Write

type MessageServiceMultiGetLastReadMessageIdsArgs

type MessageServiceMultiGetLastReadMessageIdsArgs struct {
	// unused field # 1
	ChatIds []string `thrift:"chatIds,2" db:"chatIds" json:"chatIds"`
}

Attributes:

  • ChatIds

func NewMessageServiceMultiGetLastReadMessageIdsArgs

func NewMessageServiceMultiGetLastReadMessageIdsArgs() *MessageServiceMultiGetLastReadMessageIdsArgs

func (*MessageServiceMultiGetLastReadMessageIdsArgs) GetChatIds

func (*MessageServiceMultiGetLastReadMessageIdsArgs) Read

func (*MessageServiceMultiGetLastReadMessageIdsArgs) ReadField2

func (*MessageServiceMultiGetLastReadMessageIdsArgs) String

func (*MessageServiceMultiGetLastReadMessageIdsArgs) Write

type MessageServiceMultiGetLastReadMessageIdsResult

type MessageServiceMultiGetLastReadMessageIdsResult struct {
	Success []*LastReadMessageIds `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException        `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewMessageServiceMultiGetLastReadMessageIdsResult

func NewMessageServiceMultiGetLastReadMessageIdsResult() *MessageServiceMultiGetLastReadMessageIdsResult

func (*MessageServiceMultiGetLastReadMessageIdsResult) GetE

func (*MessageServiceMultiGetLastReadMessageIdsResult) GetSuccess

func (*MessageServiceMultiGetLastReadMessageIdsResult) IsSetE

func (*MessageServiceMultiGetLastReadMessageIdsResult) IsSetSuccess

func (*MessageServiceMultiGetLastReadMessageIdsResult) Read

func (*MessageServiceMultiGetLastReadMessageIdsResult) ReadField0

func (*MessageServiceMultiGetLastReadMessageIdsResult) ReadField1

func (*MessageServiceMultiGetLastReadMessageIdsResult) String

func (*MessageServiceMultiGetLastReadMessageIdsResult) Write

type MessageServiceProcessor

type MessageServiceProcessor struct {
	// contains filtered or unexported fields
}

func NewMessageServiceProcessor

func NewMessageServiceProcessor(handler MessageService) *MessageServiceProcessor

func (*MessageServiceProcessor) AddToProcessorMap

func (p *MessageServiceProcessor) AddToProcessorMap(key string, processor TProcessorFunction)

func (*MessageServiceProcessor) GetProcessorFunction

func (p *MessageServiceProcessor) GetProcessorFunction(key string) (processor TProcessorFunction, ok bool)

func (*MessageServiceProcessor) Process

func (p *MessageServiceProcessor) Process(ctx context.Context, iprot, oprot TProtocol) (success bool, err TException)

func (*MessageServiceProcessor) ProcessorMap

func (p *MessageServiceProcessor) ProcessorMap() map[string]TProcessorFunction

type MetaProfile

type MetaProfile struct {
	CreateTime int64                       `thrift:"createTime,1" db:"createTime" json:"createTime"`
	RegionCode string                      `thrift:"regionCode,2" db:"regionCode" json:"regionCode"`
	Identities map[RegistrationType]string `thrift:"identities,3" db:"identities" json:"identities"`
}

Attributes:

  • CreateTime
  • RegionCode
  • Identities
var ChannelApplicationProvidedServiceGetMetaProfileResult_Success_DEFAULT *MetaProfile

func NewMetaProfile

func NewMetaProfile() *MetaProfile

func (*MetaProfile) GetCreateTime

func (p *MetaProfile) GetCreateTime() int64

func (*MetaProfile) GetIdentities

func (p *MetaProfile) GetIdentities() map[RegistrationType]string

func (*MetaProfile) GetRegionCode

func (p *MetaProfile) GetRegionCode() string

func (*MetaProfile) Read

func (p *MetaProfile) Read(iprot TProtocol) error

func (*MetaProfile) ReadField1

func (p *MetaProfile) ReadField1(iprot TProtocol) error

func (*MetaProfile) ReadField2

func (p *MetaProfile) ReadField2(iprot TProtocol) error

func (*MetaProfile) ReadField3

func (p *MetaProfile) ReadField3(iprot TProtocol) error

func (*MetaProfile) String

func (p *MetaProfile) String() string

func (*MetaProfile) Write

func (p *MetaProfile) Write(oprot TProtocol) error

type ModificationType

type ModificationType int64
const (
	ModificationType_ADD    ModificationType = 0
	ModificationType_REMOVE ModificationType = 1
	ModificationType_MODIFY ModificationType = 2
)

func ModificationTypeFromString

func ModificationTypeFromString(s string) (ModificationType, error)

func ModificationTypePtr

func ModificationTypePtr(v ModificationType) *ModificationType

func (ModificationType) MarshalText

func (p ModificationType) MarshalText() ([]byte, error)

func (*ModificationType) Scan

func (p *ModificationType) Scan(value interface{}) error

func (ModificationType) String

func (p ModificationType) String() string

func (*ModificationType) UnmarshalText

func (p *ModificationType) UnmarshalText(text []byte) error

func (*ModificationType) Value

func (p *ModificationType) Value() (driver.Value, error)

type MyTestEnum

type MyTestEnum int64
const (
	MyTestEnum_FIRST  MyTestEnum = 1
	MyTestEnum_SECOND MyTestEnum = 2
	MyTestEnum_THIRD  MyTestEnum = 3
	MyTestEnum_FOURTH MyTestEnum = 4
)

func MyTestEnumFromString

func MyTestEnumFromString(s string) (MyTestEnum, error)

func MyTestEnumPtr

func MyTestEnumPtr(v MyTestEnum) *MyTestEnum

func (MyTestEnum) String

func (p MyTestEnum) String() string

type MyTestStruct

type MyTestStruct struct {
	On         bool                `thrift:"on,1" json:"on"`
	B          int8                `thrift:"b,2" json:"b"`
	Int16      int16               `thrift:"int16,3" json:"int16"`
	Int32      int32               `thrift:"int32,4" json:"int32"`
	Int64      int64               `thrift:"int64,5" json:"int64"`
	D          float64             `thrift:"d,6" json:"d"`
	St         string              `thrift:"st,7" json:"st"`
	Bin        []byte              `thrift:"bin,8" json:"bin"`
	StringMap  map[string]string   `thrift:"stringMap,9" json:"stringMap"`
	StringList []string            `thrift:"stringList,10" json:"stringList"`
	StringSet  map[string]struct{} `thrift:"stringSet,11" json:"stringSet"`
	E          MyTestEnum          `thrift:"e,12" json:"e"`
}

func NewMyTestStruct

func NewMyTestStruct() *MyTestStruct

func (*MyTestStruct) GetB

func (p *MyTestStruct) GetB() int8

func (*MyTestStruct) GetBin

func (p *MyTestStruct) GetBin() []byte

func (*MyTestStruct) GetD

func (p *MyTestStruct) GetD() float64

func (*MyTestStruct) GetE

func (p *MyTestStruct) GetE() MyTestEnum

func (*MyTestStruct) GetInt16

func (p *MyTestStruct) GetInt16() int16

func (*MyTestStruct) GetInt32

func (p *MyTestStruct) GetInt32() int32

func (*MyTestStruct) GetInt64

func (p *MyTestStruct) GetInt64() int64

func (*MyTestStruct) GetOn

func (p *MyTestStruct) GetOn() bool

func (*MyTestStruct) GetSt

func (p *MyTestStruct) GetSt() string

func (*MyTestStruct) GetStringList

func (p *MyTestStruct) GetStringList() []string

func (*MyTestStruct) GetStringMap

func (p *MyTestStruct) GetStringMap() map[string]string

func (*MyTestStruct) GetStringSet

func (p *MyTestStruct) GetStringSet() map[string]struct{}

func (*MyTestStruct) Read

func (p *MyTestStruct) Read(iprot TProtocol) error

func (*MyTestStruct) String

func (p *MyTestStruct) String() string

func (*MyTestStruct) Write

func (p *MyTestStruct) Write(oprot TProtocol) error

type NotificationFetchResult_

type NotificationFetchResult_ struct {
	FetchMode NotificationItemFetchMode `thrift:"fetchMode,1" db:"fetchMode" json:"fetchMode"`
	ItemList  []*NotificationItem       `thrift:"itemList,2" db:"itemList" json:"itemList"`
}

Attributes:

  • FetchMode
  • ItemList
var ChannelServiceFetchNotificationItemsResult_Success_DEFAULT *NotificationFetchResult_

func NewNotificationFetchResult_

func NewNotificationFetchResult_() *NotificationFetchResult_

func (*NotificationFetchResult_) GetFetchMode

func (*NotificationFetchResult_) GetItemList

func (p *NotificationFetchResult_) GetItemList() []*NotificationItem

func (*NotificationFetchResult_) Read

func (p *NotificationFetchResult_) Read(iprot TProtocol) error

func (*NotificationFetchResult_) ReadField1

func (p *NotificationFetchResult_) ReadField1(iprot TProtocol) error

func (*NotificationFetchResult_) ReadField2

func (p *NotificationFetchResult_) ReadField2(iprot TProtocol) error

func (*NotificationFetchResult_) String

func (p *NotificationFetchResult_) String() string

func (*NotificationFetchResult_) Write

func (p *NotificationFetchResult_) Write(oprot TProtocol) error

type NotificationItem

type NotificationItem struct {
	ID          string `thrift:"id,1" db:"id" json:"id"`
	From_       string `thrift:"from_,2" db:"from_" json:"from_"`
	To          string `thrift:"to,3" db:"to" json:"to"`
	FromChannel string `thrift:"fromChannel,4" db:"fromChannel" json:"fromChannel"`
	ToChannel   string `thrift:"toChannel,5" db:"toChannel" json:"toChannel"`
	// unused field # 6
	Revision    int64             `thrift:"revision,7" db:"revision" json:"revision"`
	CreatedTime int64             `thrift:"createdTime,8" db:"createdTime" json:"createdTime"`
	Content     map[string]string `thrift:"content,9" db:"content" json:"content"`
}

Attributes:

  • ID
  • From_
  • To
  • FromChannel
  • ToChannel
  • Revision
  • CreatedTime
  • Content

func NewNotificationItem

func NewNotificationItem() *NotificationItem

func (*NotificationItem) GetContent

func (p *NotificationItem) GetContent() map[string]string

func (*NotificationItem) GetCreatedTime

func (p *NotificationItem) GetCreatedTime() int64

func (*NotificationItem) GetFromChannel

func (p *NotificationItem) GetFromChannel() string

func (*NotificationItem) GetFrom_

func (p *NotificationItem) GetFrom_() string

func (*NotificationItem) GetID

func (p *NotificationItem) GetID() string

func (*NotificationItem) GetRevision

func (p *NotificationItem) GetRevision() int64

func (*NotificationItem) GetTo

func (p *NotificationItem) GetTo() string

func (*NotificationItem) GetToChannel

func (p *NotificationItem) GetToChannel() string

func (*NotificationItem) Read

func (p *NotificationItem) Read(iprot TProtocol) error

func (*NotificationItem) ReadField1

func (p *NotificationItem) ReadField1(iprot TProtocol) error

func (*NotificationItem) ReadField2

func (p *NotificationItem) ReadField2(iprot TProtocol) error

func (*NotificationItem) ReadField3

func (p *NotificationItem) ReadField3(iprot TProtocol) error

func (*NotificationItem) ReadField4

func (p *NotificationItem) ReadField4(iprot TProtocol) error

func (*NotificationItem) ReadField5

func (p *NotificationItem) ReadField5(iprot TProtocol) error

func (*NotificationItem) ReadField7

func (p *NotificationItem) ReadField7(iprot TProtocol) error

func (*NotificationItem) ReadField8

func (p *NotificationItem) ReadField8(iprot TProtocol) error

func (*NotificationItem) ReadField9

func (p *NotificationItem) ReadField9(iprot TProtocol) error

func (*NotificationItem) String

func (p *NotificationItem) String() string

func (*NotificationItem) Write

func (p *NotificationItem) Write(oprot TProtocol) error

type NotificationItemFetchMode

type NotificationItemFetchMode int64
const (
	NotificationItemFetchMode_ALL    NotificationItemFetchMode = 0
	NotificationItemFetchMode_APPEND NotificationItemFetchMode = 1
)

func NotificationItemFetchModeFromString

func NotificationItemFetchModeFromString(s string) (NotificationItemFetchMode, error)

func (NotificationItemFetchMode) MarshalText

func (p NotificationItemFetchMode) MarshalText() ([]byte, error)

func (*NotificationItemFetchMode) Scan

func (p *NotificationItemFetchMode) Scan(value interface{}) error

func (NotificationItemFetchMode) String

func (p NotificationItemFetchMode) String() string

func (*NotificationItemFetchMode) UnmarshalText

func (p *NotificationItemFetchMode) UnmarshalText(text []byte) error

func (*NotificationItemFetchMode) Value

type NotificationQueueType

type NotificationQueueType int64
const (
	NotificationQueueType_GLOBAL  NotificationQueueType = 1
	NotificationQueueType_MESSAGE NotificationQueueType = 2
	NotificationQueueType_PRIMARY NotificationQueueType = 3
)

func NotificationQueueTypeFromString

func NotificationQueueTypeFromString(s string) (NotificationQueueType, error)

func (NotificationQueueType) MarshalText

func (p NotificationQueueType) MarshalText() ([]byte, error)

func (*NotificationQueueType) Scan

func (p *NotificationQueueType) Scan(value interface{}) error

func (NotificationQueueType) String

func (p NotificationQueueType) String() string

func (*NotificationQueueType) UnmarshalText

func (p *NotificationQueueType) UnmarshalText(text []byte) error

func (*NotificationQueueType) Value

func (p *NotificationQueueType) Value() (driver.Value, error)

type NotificationStatus

type NotificationStatus int64
const (
	NotificationStatus_NOTIFICATION_ITEM_EXIST        NotificationStatus = 1
	NotificationStatus_TIMELINE_ITEM_EXIST            NotificationStatus = 2
	NotificationStatus_NOTE_GROUP_NEW_ITEM_EXIST      NotificationStatus = 4
	NotificationStatus_TIMELINE_BUDDYGROUP_CHANGED    NotificationStatus = 8
	NotificationStatus_NOTE_ONE_TO_ONE_NEW_ITEM_EXIST NotificationStatus = 16
	NotificationStatus_ALBUM_ITEM_EXIST               NotificationStatus = 32
	NotificationStatus_TIMELINE_ITEM_DELETED          NotificationStatus = 64
)

func NotificationStatusFromString

func NotificationStatusFromString(s string) (NotificationStatus, error)

func NotificationStatusPtr

func NotificationStatusPtr(v NotificationStatus) *NotificationStatus

func (NotificationStatus) MarshalText

func (p NotificationStatus) MarshalText() ([]byte, error)

func (*NotificationStatus) Scan

func (p *NotificationStatus) Scan(value interface{}) error

func (NotificationStatus) String

func (p NotificationStatus) String() string

func (*NotificationStatus) UnmarshalText

func (p *NotificationStatus) UnmarshalText(text []byte) error

func (*NotificationStatus) Value

func (p *NotificationStatus) Value() (driver.Value, error)

type NotificationTarget

type NotificationTarget struct {
	ApplicationType    string `thrift:"applicationType,1" db:"applicationType" json:"applicationType"`
	ApplicationVersion string `thrift:"applicationVersion,2" db:"applicationVersion" json:"applicationVersion"`
	Region             string `thrift:"region,3" db:"region" json:"region"`
}

Attributes:

  • ApplicationType
  • ApplicationVersion
  • Region

func NewNotificationTarget

func NewNotificationTarget() *NotificationTarget

func (*NotificationTarget) GetApplicationType

func (p *NotificationTarget) GetApplicationType() string

func (*NotificationTarget) GetApplicationVersion

func (p *NotificationTarget) GetApplicationVersion() string

func (*NotificationTarget) GetRegion

func (p *NotificationTarget) GetRegion() string

func (*NotificationTarget) Read

func (p *NotificationTarget) Read(iprot TProtocol) error

func (*NotificationTarget) ReadField1

func (p *NotificationTarget) ReadField1(iprot TProtocol) error

func (*NotificationTarget) ReadField2

func (p *NotificationTarget) ReadField2(iprot TProtocol) error

func (*NotificationTarget) ReadField3

func (p *NotificationTarget) ReadField3(iprot TProtocol) error

func (*NotificationTarget) String

func (p *NotificationTarget) String() string

func (*NotificationTarget) Write

func (p *NotificationTarget) Write(oprot TProtocol) error

type NotificationType

type NotificationType int64
const (
	NotificationType_APPLE_APNS  NotificationType = 1
	NotificationType_GOOGLE_C2DM NotificationType = 2
	NotificationType_NHN_NNI     NotificationType = 3
	NotificationType_SKT_AOM     NotificationType = 4
	NotificationType_MS_MPNS     NotificationType = 5
	NotificationType_RIM_BIS     NotificationType = 6
	NotificationType_GOOGLE_GCM  NotificationType = 7
	NotificationType_NOKIA_NNAPI NotificationType = 8
	NotificationType_TIZEN       NotificationType = 9
	NotificationType_LINE_BOT    NotificationType = 17
	NotificationType_LINE_WAP    NotificationType = 18
)

func NotificationTypeFromString

func NotificationTypeFromString(s string) (NotificationType, error)

func NotificationTypePtr

func NotificationTypePtr(v NotificationType) *NotificationType

func (NotificationType) MarshalText

func (p NotificationType) MarshalText() ([]byte, error)

func (*NotificationType) Scan

func (p *NotificationType) Scan(value interface{}) error

func (NotificationType) String

func (p NotificationType) String() string

func (*NotificationType) UnmarshalText

func (p *NotificationType) UnmarshalText(text []byte) error

func (*NotificationType) Value

func (p *NotificationType) Value() (driver.Value, error)

type Numeric

type Numeric interface {
	Int64() int64
	Int32() int32
	Int16() int16
	Byte() byte
	Int() int
	Float64() float64
	Float32() float32
	String() string
	// contains filtered or unexported methods
}
var (
	INFINITY          Numeric
	NEGATIVE_INFINITY Numeric
	NAN               Numeric
	ZERO              Numeric
	NUMERIC_NULL      Numeric
)

func NewNullNumeric

func NewNullNumeric() Numeric

func NewNumericFromDouble

func NewNumericFromDouble(dValue float64) Numeric

func NewNumericFromI32

func NewNumericFromI32(iValue int32) Numeric

func NewNumericFromI64

func NewNumericFromI64(iValue int64) Numeric

func NewNumericFromJSONString

func NewNumericFromJSONString(sValue string, isNull bool) Numeric

func NewNumericFromString

func NewNumericFromString(sValue string) Numeric

type OpStatus

type OpStatus int64
const (
	OpStatus_NORMAL         OpStatus = 0
	OpStatus_ALERT_DISABLED OpStatus = 1
)

func OpStatusFromString

func OpStatusFromString(s string) (OpStatus, error)

func OpStatusPtr

func OpStatusPtr(v OpStatus) *OpStatus

func (OpStatus) MarshalText

func (p OpStatus) MarshalText() ([]byte, error)

func (*OpStatus) Scan

func (p *OpStatus) Scan(value interface{}) error

func (OpStatus) String

func (p OpStatus) String() string

func (*OpStatus) UnmarshalText

func (p *OpStatus) UnmarshalText(text []byte) error

func (*OpStatus) Value

func (p *OpStatus) Value() (driver.Value, error)

type OpType

type OpType int64
const (
	OpType_END_OF_OPERATION                 OpType = 0
	OpType_UPDATE_PROFILE                   OpType = 1
	OpType_NOTIFIED_UPDATE_PROFILE          OpType = 2
	OpType_REGISTER_USERID                  OpType = 3
	OpType_ADD_CONTACT                      OpType = 4
	OpType_NOTIFIED_ADD_CONTACT             OpType = 5
	OpType_BLOCK_CONTACT                    OpType = 6
	OpType_UNBLOCK_CONTACT                  OpType = 7
	OpType_NOTIFIED_RECOMMEND_CONTACT       OpType = 8
	OpType_CREATE_GROUP                     OpType = 9
	OpType_UPDATE_GROUP                     OpType = 10
	OpType_NOTIFIED_UPDATE_GROUP            OpType = 11
	OpType_INVITE_INTO_GROUP                OpType = 12
	OpType_NOTIFIED_INVITE_INTO_GROUP       OpType = 13
	OpType_LEAVE_GROUP                      OpType = 14
	OpType_NOTIFIED_LEAVE_GROUP             OpType = 15
	OpType_ACCEPT_GROUP_INVITATION          OpType = 16
	OpType_NOTIFIED_ACCEPT_GROUP_INVITATION OpType = 17
	OpType_KICKOUT_FROM_GROUP               OpType = 18
	OpType_NOTIFIED_KICKOUT_FROM_GROUP      OpType = 19
	OpType_CREATE_ROOM                      OpType = 20
	OpType_INVITE_INTO_ROOM                 OpType = 21
	OpType_NOTIFIED_INVITE_INTO_ROOM        OpType = 22
	OpType_LEAVE_ROOM                       OpType = 23
	OpType_NOTIFIED_LEAVE_ROOM              OpType = 24
	OpType_SEND_MESSAGE                     OpType = 25
	OpType_RECEIVE_MESSAGE                  OpType = 26
	OpType_SEND_MESSAGE_RECEIPT             OpType = 27
	OpType_RECEIVE_MESSAGE_RECEIPT          OpType = 28
	OpType_SEND_CONTENT_RECEIPT             OpType = 29
	OpType_RECEIVE_ANNOUNCEMENT             OpType = 30
	OpType_CANCEL_INVITATION_GROUP          OpType = 31
	OpType_NOTIFIED_CANCEL_INVITATION_GROUP OpType = 32
	OpType_NOTIFIED_UNREGISTER_USER         OpType = 33
	OpType_REJECT_GROUP_INVITATION          OpType = 34
	OpType_NOTIFIED_REJECT_GROUP_INVITATION OpType = 35
	OpType_UPDATE_SETTINGS                  OpType = 36
	OpType_NOTIFIED_REGISTER_USER           OpType = 37
	OpType_INVITE_VIA_EMAIL                 OpType = 38
	OpType_NOTIFIED_REQUEST_RECOVERY        OpType = 39
	OpType_SEND_CHAT_CHECKED                OpType = 40
	OpType_SEND_CHAT_REMOVED                OpType = 41
	OpType_NOTIFIED_FORCE_SYNC              OpType = 42
	OpType_SEND_CONTENT                     OpType = 43
	OpType_SEND_MESSAGE_MYHOME              OpType = 44
	OpType_NOTIFIED_UPDATE_CONTENT_PREVIEW  OpType = 45
	OpType_REMOVE_ALL_MESSAGES              OpType = 46
	OpType_NOTIFIED_UPDATE_PURCHASES        OpType = 47
	OpType_DUMMY                            OpType = 48
	OpType_UPDATE_CONTACT                   OpType = 49
	OpType_NOTIFIED_RECEIVED_CALL           OpType = 50
	OpType_CANCEL_CALL                      OpType = 51
	OpType_NOTIFIED_REDIRECT                OpType = 52
	OpType_NOTIFIED_CHANNEL_SYNC            OpType = 53
	OpType_FAILED_SEND_MESSAGE              OpType = 54
	OpType_NOTIFIED_READ_MESSAGE            OpType = 55
	OpType_FAILED_EMAIL_CONFIRMATION        OpType = 56
	OpType_NOTIFIED_CHAT_CONTENT            OpType = 58
	OpType_NOTIFIED_PUSH_NOTICENTER_ITEM    OpType = 59
	OpType_CANCEL_CHAT_INVITATION           OpType = 125
	OpType_NOTIFIED_CANCEL_CHAT_INVITATION  OpType = 126
	OpType_INVITE_INTO_CHAT                 OpType = 123
	OpType_NOTIFIED_INVITE_INTO_CHAT        OpType = 124
	OpType_ACCEPT_CHAT_INVITATION           OpType = 129
	OpType_NOTIFIED_ACCEPT_CHAT_INVITATION  OpType = 130
	OpType_DELETE_OTHER_FROM_CHAT           OpType = 132
	OpType_NOTIFIED_DELETE_OTHER_FROM_CHAT  OpType = 133
	OpType_UPDATE_CHAT                      OpType = 121
	OpType_NOTIFIED_UPDATE_CHAT             OpType = 122
)

func OpTypeFromString

func OpTypeFromString(s string) (OpType, error)

func OpTypePtr

func OpTypePtr(v OpType) *OpType

func (OpType) MarshalText

func (p OpType) MarshalText() ([]byte, error)

func (*OpType) Scan

func (p *OpType) Scan(value interface{}) error

func (OpType) String

func (p OpType) String() string

func (*OpType) UnmarshalText

func (p *OpType) UnmarshalText(text []byte) error

func (*OpType) Value

func (p *OpType) Value() (driver.Value, error)

type Operation

type Operation struct {
	Revision    int64  `thrift:"revision,1" db:"revision" json:"revision"`
	CreatedTime int64  `thrift:"createdTime,2" db:"createdTime" json:"createdTime"`
	Type        OpType `thrift:"type,3" db:"type" json:"type"`
	ReqSeq      int32  `thrift:"reqSeq,4" db:"reqSeq" json:"reqSeq"`
	Checksum    string `thrift:"checksum,5" db:"checksum" json:"checksum"`
	// unused field # 6
	Status OpStatus `thrift:"status,7" db:"status" json:"status"`
	// unused fields # 8 to 9
	Param1 string `thrift:"param1,10" db:"param1" json:"param1"`
	Param2 string `thrift:"param2,11" db:"param2" json:"param2"`
	Param3 string `thrift:"param3,12" db:"param3" json:"param3"`
	// unused fields # 13 to 19
	Message *Message `thrift:"message,20" db:"message" json:"message"`
}

Attributes:

  • Revision
  • CreatedTime
  • Type
  • ReqSeq
  • Checksum
  • Status
  • Param1
  • Param2
  • Param3
  • Message

func NewOperation

func NewOperation() *Operation

func (*Operation) GetChecksum

func (p *Operation) GetChecksum() string

func (*Operation) GetCreatedTime

func (p *Operation) GetCreatedTime() int64

func (*Operation) GetMessage

func (p *Operation) GetMessage() *Message

func (*Operation) GetParam1

func (p *Operation) GetParam1() string

func (*Operation) GetParam2

func (p *Operation) GetParam2() string

func (*Operation) GetParam3

func (p *Operation) GetParam3() string

func (*Operation) GetReqSeq

func (p *Operation) GetReqSeq() int32

func (*Operation) GetRevision

func (p *Operation) GetRevision() int64

func (*Operation) GetStatus

func (p *Operation) GetStatus() OpStatus

func (*Operation) GetType

func (p *Operation) GetType() OpType

func (*Operation) IsSetMessage

func (p *Operation) IsSetMessage() bool

func (*Operation) Read

func (p *Operation) Read(iprot TProtocol) error

func (*Operation) ReadField1

func (p *Operation) ReadField1(iprot TProtocol) error

func (*Operation) ReadField10

func (p *Operation) ReadField10(iprot TProtocol) error

func (*Operation) ReadField11

func (p *Operation) ReadField11(iprot TProtocol) error

func (*Operation) ReadField12

func (p *Operation) ReadField12(iprot TProtocol) error

func (*Operation) ReadField2

func (p *Operation) ReadField2(iprot TProtocol) error

func (*Operation) ReadField20

func (p *Operation) ReadField20(iprot TProtocol) error

func (*Operation) ReadField3

func (p *Operation) ReadField3(iprot TProtocol) error

func (*Operation) ReadField4

func (p *Operation) ReadField4(iprot TProtocol) error

func (*Operation) ReadField5

func (p *Operation) ReadField5(iprot TProtocol) error

func (*Operation) ReadField7

func (p *Operation) ReadField7(iprot TProtocol) error

func (*Operation) String

func (p *Operation) String() string

func (*Operation) Write

func (p *Operation) Write(oprot TProtocol) error

type OptionalContentsType

type OptionalContentsType int64
const (
	OptionalContentsType_LOW OptionalContentsType = 0
)

func OptionalContentsTypeFromString

func OptionalContentsTypeFromString(s string) (OptionalContentsType, error)

func (OptionalContentsType) MarshalText

func (p OptionalContentsType) MarshalText() ([]byte, error)

func (*OptionalContentsType) Scan

func (p *OptionalContentsType) Scan(value interface{}) error

func (OptionalContentsType) String

func (p OptionalContentsType) String() string

func (*OptionalContentsType) UnmarshalText

func (p *OptionalContentsType) UnmarshalText(text []byte) error

func (*OptionalContentsType) Value

func (p *OptionalContentsType) Value() (driver.Value, error)

type PayloadType

type PayloadType int64
const (
	PayloadType_PAYLOAD_BUY   PayloadType = 101
	PayloadType_PAYLOAD_CS    PayloadType = 111
	PayloadType_PAYLOAD_BONUS PayloadType = 121
	PayloadType_PAYLOAD_EVENT PayloadType = 131
)

func PayloadTypeFromString

func PayloadTypeFromString(s string) (PayloadType, error)

func PayloadTypePtr

func PayloadTypePtr(v PayloadType) *PayloadType

func (PayloadType) MarshalText

func (p PayloadType) MarshalText() ([]byte, error)

func (*PayloadType) Scan

func (p *PayloadType) Scan(value interface{}) error

func (PayloadType) String

func (p PayloadType) String() string

func (*PayloadType) UnmarshalText

func (p *PayloadType) UnmarshalText(text []byte) error

func (*PayloadType) Value

func (p *PayloadType) Value() (driver.Value, error)

type PaymentPgType

type PaymentPgType int64
const (
	PaymentPgType_PAYMENT_PG_NONE PaymentPgType = 0
	PaymentPgType_PAYMENT_PG_AU   PaymentPgType = 1
	PaymentPgType_PAYMENT_PG_AL   PaymentPgType = 2
)

func PaymentPgTypeFromString

func PaymentPgTypeFromString(s string) (PaymentPgType, error)

func PaymentPgTypePtr

func PaymentPgTypePtr(v PaymentPgType) *PaymentPgType

func (PaymentPgType) MarshalText

func (p PaymentPgType) MarshalText() ([]byte, error)

func (*PaymentPgType) Scan

func (p *PaymentPgType) Scan(value interface{}) error

func (PaymentPgType) String

func (p PaymentPgType) String() string

func (*PaymentPgType) UnmarshalText

func (p *PaymentPgType) UnmarshalText(text []byte) error

func (*PaymentPgType) Value

func (p *PaymentPgType) Value() (driver.Value, error)

type PaymentReservation

type PaymentReservation struct {
	ReceiverMid     string      `thrift:"receiverMid,1" db:"receiverMid" json:"receiverMid"`
	ProductId       string      `thrift:"productId,2" db:"productId" json:"productId"`
	Language        string      `thrift:"language,3" db:"language" json:"language"`
	Location        string      `thrift:"location,4" db:"location" json:"location"`
	Currency        string      `thrift:"currency,5" db:"currency" json:"currency"`
	Price           string      `thrift:"price,6" db:"price" json:"price"`
	AppStoreCode    PaymentType `thrift:"appStoreCode,7" db:"appStoreCode" json:"appStoreCode"`
	MessageText     string      `thrift:"messageText,8" db:"messageText" json:"messageText"`
	MessageTemplate int32       `thrift:"messageTemplate,9" db:"messageTemplate" json:"messageTemplate"`
	PackageId       int64       `thrift:"packageId,10" db:"packageId" json:"packageId"`
}

Attributes:

  • ReceiverMid
  • ProductId
  • Language
  • Location
  • Currency
  • Price
  • AppStoreCode
  • MessageText
  • MessageTemplate
  • PackageId
var ShopServiceBuyCoinProductArgs_PaymentReservation_DEFAULT *PaymentReservation
var ShopServiceReservePaymentArgs_PaymentReservation_DEFAULT *PaymentReservation

func NewPaymentReservation

func NewPaymentReservation() *PaymentReservation

func (*PaymentReservation) GetAppStoreCode

func (p *PaymentReservation) GetAppStoreCode() PaymentType

func (*PaymentReservation) GetCurrency

func (p *PaymentReservation) GetCurrency() string

func (*PaymentReservation) GetLanguage

func (p *PaymentReservation) GetLanguage() string

func (*PaymentReservation) GetLocation

func (p *PaymentReservation) GetLocation() string

func (*PaymentReservation) GetMessageTemplate

func (p *PaymentReservation) GetMessageTemplate() int32

func (*PaymentReservation) GetMessageText

func (p *PaymentReservation) GetMessageText() string

func (*PaymentReservation) GetPackageId

func (p *PaymentReservation) GetPackageId() int64

func (*PaymentReservation) GetPrice

func (p *PaymentReservation) GetPrice() string

func (*PaymentReservation) GetProductId

func (p *PaymentReservation) GetProductId() string

func (*PaymentReservation) GetReceiverMid

func (p *PaymentReservation) GetReceiverMid() string

func (*PaymentReservation) Read

func (p *PaymentReservation) Read(iprot TProtocol) error

func (*PaymentReservation) ReadField1

func (p *PaymentReservation) ReadField1(iprot TProtocol) error

func (*PaymentReservation) ReadField10

func (p *PaymentReservation) ReadField10(iprot TProtocol) error

func (*PaymentReservation) ReadField2

func (p *PaymentReservation) ReadField2(iprot TProtocol) error

func (*PaymentReservation) ReadField3

func (p *PaymentReservation) ReadField3(iprot TProtocol) error

func (*PaymentReservation) ReadField4

func (p *PaymentReservation) ReadField4(iprot TProtocol) error

func (*PaymentReservation) ReadField5

func (p *PaymentReservation) ReadField5(iprot TProtocol) error

func (*PaymentReservation) ReadField6

func (p *PaymentReservation) ReadField6(iprot TProtocol) error

func (*PaymentReservation) ReadField7

func (p *PaymentReservation) ReadField7(iprot TProtocol) error

func (*PaymentReservation) ReadField8

func (p *PaymentReservation) ReadField8(iprot TProtocol) error

func (*PaymentReservation) ReadField9

func (p *PaymentReservation) ReadField9(iprot TProtocol) error

func (*PaymentReservation) String

func (p *PaymentReservation) String() string

func (*PaymentReservation) Write

func (p *PaymentReservation) Write(oprot TProtocol) error

type PaymentReservationResult_

type PaymentReservationResult_ struct {
	OrderId    string            `thrift:"orderId,1" db:"orderId" json:"orderId"`
	ConfirmUrl string            `thrift:"confirmUrl,2" db:"confirmUrl" json:"confirmUrl"`
	Extras     map[string]string `thrift:"extras,3" db:"extras" json:"extras"`
}

Attributes:

  • OrderId
  • ConfirmUrl
  • Extras
var ShopServiceReserveCoinPurchaseResult_Success_DEFAULT *PaymentReservationResult_
var ShopServiceReservePaymentResult_Success_DEFAULT *PaymentReservationResult_

func NewPaymentReservationResult_

func NewPaymentReservationResult_() *PaymentReservationResult_

func (*PaymentReservationResult_) GetConfirmUrl

func (p *PaymentReservationResult_) GetConfirmUrl() string

func (*PaymentReservationResult_) GetExtras

func (p *PaymentReservationResult_) GetExtras() map[string]string

func (*PaymentReservationResult_) GetOrderId

func (p *PaymentReservationResult_) GetOrderId() string

func (*PaymentReservationResult_) Read

func (p *PaymentReservationResult_) Read(iprot TProtocol) error

func (*PaymentReservationResult_) ReadField1

func (p *PaymentReservationResult_) ReadField1(iprot TProtocol) error

func (*PaymentReservationResult_) ReadField2

func (p *PaymentReservationResult_) ReadField2(iprot TProtocol) error

func (*PaymentReservationResult_) ReadField3

func (p *PaymentReservationResult_) ReadField3(iprot TProtocol) error

func (*PaymentReservationResult_) String

func (p *PaymentReservationResult_) String() string

func (*PaymentReservationResult_) Write

func (p *PaymentReservationResult_) Write(oprot TProtocol) error

type PaymentType

type PaymentType int64
const (
	PaymentType_PAYMENT_APPLE  PaymentType = 1
	PaymentType_PAYMENT_GOOGLE PaymentType = 2
)

func PaymentTypeFromString

func PaymentTypeFromString(s string) (PaymentType, error)

func PaymentTypePtr

func PaymentTypePtr(v PaymentType) *PaymentType

func (PaymentType) MarshalText

func (p PaymentType) MarshalText() ([]byte, error)

func (*PaymentType) Scan

func (p *PaymentType) Scan(value interface{}) error

func (PaymentType) String

func (p PaymentType) String() string

func (*PaymentType) UnmarshalText

func (p *PaymentType) UnmarshalText(text []byte) error

func (*PaymentType) Value

func (p *PaymentType) Value() (driver.Value, error)

type PeerExtra

type PeerExtra struct {
}
var Extra_PeerExtra_DEFAULT *PeerExtra

func NewPeerExtra

func NewPeerExtra() *PeerExtra

func (*PeerExtra) Read

func (p *PeerExtra) Read(iprot TProtocol) error

func (*PeerExtra) String

func (p *PeerExtra) String() string

func (*PeerExtra) Write

func (p *PeerExtra) Write(oprot TProtocol) error

type Product

type Product struct {
	ProductId       string           `thrift:"productId,1" db:"productId" json:"productId"`
	PackageId       int64            `thrift:"packageId,2" db:"packageId" json:"packageId"`
	Version         int32            `thrift:"version,3" db:"version" json:"version"`
	AuthorName      string           `thrift:"authorName,4" db:"authorName" json:"authorName"`
	OnSale          bool             `thrift:"onSale,5" db:"onSale" json:"onSale"`
	ValidDays       int32            `thrift:"validDays,6" db:"validDays" json:"validDays"`
	SaleType        int32            `thrift:"saleType,7" db:"saleType" json:"saleType"`
	Copyright       string           `thrift:"copyright,8" db:"copyright" json:"copyright"`
	Title           string           `thrift:"title,9" db:"title" json:"title"`
	DescriptionText string           `thrift:"descriptionText,10" db:"descriptionText" json:"descriptionText"`
	ShopOrderId     int64            `thrift:"shopOrderId,11" db:"shopOrderId" json:"shopOrderId"`
	FromMid         string           `thrift:"fromMid,12" db:"fromMid" json:"fromMid"`
	ToMid           string           `thrift:"toMid,13" db:"toMid" json:"toMid"`
	ValidUntil      int64            `thrift:"validUntil,14" db:"validUntil" json:"validUntil"`
	PriceTier       int32            `thrift:"priceTier,15" db:"priceTier" json:"priceTier"`
	Price           string           `thrift:"price,16" db:"price" json:"price"`
	Currency        string           `thrift:"currency,17" db:"currency" json:"currency"`
	CurrencySymbol  string           `thrift:"currencySymbol,18" db:"currencySymbol" json:"currencySymbol"`
	PaymentType     PaymentType      `thrift:"paymentType,19" db:"paymentType" json:"paymentType"`
	CreateDate      int64            `thrift:"createDate,20" db:"createDate" json:"createDate"`
	OwnFlag         bool             `thrift:"ownFlag,21" db:"ownFlag" json:"ownFlag"`
	EventType       ProductEventType `thrift:"eventType,22" db:"eventType" json:"eventType"`
	UrlSchema       string           `thrift:"urlSchema,23" db:"urlSchema" json:"urlSchema"`
	DownloadUrl     string           `thrift:"downloadUrl,24" db:"downloadUrl" json:"downloadUrl"`
	BuddyMid        string           `thrift:"buddyMid,25" db:"buddyMid" json:"buddyMid"`
	PublishSince    int64            `thrift:"publishSince,26" db:"publishSince" json:"publishSince"`
	NewFlag_        bool             `thrift:"newFlag,27" db:"newFlag" json:"newFlag"`
	MissionFlag     bool             `thrift:"missionFlag,28" db:"missionFlag" json:"missionFlag"`
}

Attributes:

  • ProductId
  • PackageId
  • Version
  • AuthorName
  • OnSale
  • ValidDays
  • SaleType
  • Copyright
  • Title
  • DescriptionText
  • ShopOrderId
  • FromMid
  • ToMid
  • ValidUntil
  • PriceTier
  • Price
  • Currency
  • CurrencySymbol
  • PaymentType
  • CreateDate
  • OwnFlag
  • EventType
  • UrlSchema
  • DownloadUrl
  • BuddyMid
  • PublishSince
  • NewFlag_
  • MissionFlag
var ShopServiceGetProductResult_Success_DEFAULT *Product
var ShopServiceGetProductWithCarrierResult_Success_DEFAULT *Product

func NewProduct

func NewProduct() *Product

func (*Product) GetAuthorName

func (p *Product) GetAuthorName() string

func (*Product) GetBuddyMid

func (p *Product) GetBuddyMid() string

func (*Product) GetCopyright

func (p *Product) GetCopyright() string

func (*Product) GetCreateDate

func (p *Product) GetCreateDate() int64

func (*Product) GetCurrency

func (p *Product) GetCurrency() string

func (*Product) GetCurrencySymbol

func (p *Product) GetCurrencySymbol() string

func (*Product) GetDescriptionText

func (p *Product) GetDescriptionText() string

func (*Product) GetDownloadUrl

func (p *Product) GetDownloadUrl() string

func (*Product) GetEventType

func (p *Product) GetEventType() ProductEventType

func (*Product) GetFromMid

func (p *Product) GetFromMid() string

func (*Product) GetMissionFlag

func (p *Product) GetMissionFlag() bool

func (*Product) GetNewFlag_

func (p *Product) GetNewFlag_() bool

func (*Product) GetOnSale

func (p *Product) GetOnSale() bool

func (*Product) GetOwnFlag

func (p *Product) GetOwnFlag() bool

func (*Product) GetPackageId

func (p *Product) GetPackageId() int64

func (*Product) GetPaymentType

func (p *Product) GetPaymentType() PaymentType

func (*Product) GetPrice

func (p *Product) GetPrice() string

func (*Product) GetPriceTier

func (p *Product) GetPriceTier() int32

func (*Product) GetProductId

func (p *Product) GetProductId() string

func (*Product) GetPublishSince

func (p *Product) GetPublishSince() int64

func (*Product) GetSaleType

func (p *Product) GetSaleType() int32

func (*Product) GetShopOrderId

func (p *Product) GetShopOrderId() int64

func (*Product) GetTitle

func (p *Product) GetTitle() string

func (*Product) GetToMid

func (p *Product) GetToMid() string

func (*Product) GetUrlSchema

func (p *Product) GetUrlSchema() string

func (*Product) GetValidDays

func (p *Product) GetValidDays() int32

func (*Product) GetValidUntil

func (p *Product) GetValidUntil() int64

func (*Product) GetVersion

func (p *Product) GetVersion() int32

func (*Product) Read

func (p *Product) Read(iprot TProtocol) error

func (*Product) ReadField1

func (p *Product) ReadField1(iprot TProtocol) error

func (*Product) ReadField10

func (p *Product) ReadField10(iprot TProtocol) error

func (*Product) ReadField11

func (p *Product) ReadField11(iprot TProtocol) error

func (*Product) ReadField12

func (p *Product) ReadField12(iprot TProtocol) error

func (*Product) ReadField13

func (p *Product) ReadField13(iprot TProtocol) error

func (*Product) ReadField14

func (p *Product) ReadField14(iprot TProtocol) error

func (*Product) ReadField15

func (p *Product) ReadField15(iprot TProtocol) error

func (*Product) ReadField16

func (p *Product) ReadField16(iprot TProtocol) error

func (*Product) ReadField17

func (p *Product) ReadField17(iprot TProtocol) error

func (*Product) ReadField18

func (p *Product) ReadField18(iprot TProtocol) error

func (*Product) ReadField19

func (p *Product) ReadField19(iprot TProtocol) error

func (*Product) ReadField2

func (p *Product) ReadField2(iprot TProtocol) error

func (*Product) ReadField20

func (p *Product) ReadField20(iprot TProtocol) error

func (*Product) ReadField21

func (p *Product) ReadField21(iprot TProtocol) error

func (*Product) ReadField22

func (p *Product) ReadField22(iprot TProtocol) error

func (*Product) ReadField23

func (p *Product) ReadField23(iprot TProtocol) error

func (*Product) ReadField24

func (p *Product) ReadField24(iprot TProtocol) error

func (*Product) ReadField25

func (p *Product) ReadField25(iprot TProtocol) error

func (*Product) ReadField26

func (p *Product) ReadField26(iprot TProtocol) error

func (*Product) ReadField27

func (p *Product) ReadField27(iprot TProtocol) error

func (*Product) ReadField28

func (p *Product) ReadField28(iprot TProtocol) error

func (*Product) ReadField3

func (p *Product) ReadField3(iprot TProtocol) error

func (*Product) ReadField4

func (p *Product) ReadField4(iprot TProtocol) error

func (*Product) ReadField5

func (p *Product) ReadField5(iprot TProtocol) error

func (*Product) ReadField6

func (p *Product) ReadField6(iprot TProtocol) error

func (*Product) ReadField7

func (p *Product) ReadField7(iprot TProtocol) error

func (*Product) ReadField8

func (p *Product) ReadField8(iprot TProtocol) error

func (*Product) ReadField9

func (p *Product) ReadField9(iprot TProtocol) error

func (*Product) String

func (p *Product) String() string

func (*Product) Write

func (p *Product) Write(oprot TProtocol) error

type ProductBannerLinkType

type ProductBannerLinkType int64
const (
	ProductBannerLinkType_BANNER_LINK_NONE     ProductBannerLinkType = 0
	ProductBannerLinkType_BANNER_LINK_ITEM     ProductBannerLinkType = 1
	ProductBannerLinkType_BANNER_LINK_URL      ProductBannerLinkType = 2
	ProductBannerLinkType_BANNER_LINK_CATEGORY ProductBannerLinkType = 3
)

func ProductBannerLinkTypeFromString

func ProductBannerLinkTypeFromString(s string) (ProductBannerLinkType, error)

func (ProductBannerLinkType) MarshalText

func (p ProductBannerLinkType) MarshalText() ([]byte, error)

func (*ProductBannerLinkType) Scan

func (p *ProductBannerLinkType) Scan(value interface{}) error

func (ProductBannerLinkType) String

func (p ProductBannerLinkType) String() string

func (*ProductBannerLinkType) UnmarshalText

func (p *ProductBannerLinkType) UnmarshalText(text []byte) error

func (*ProductBannerLinkType) Value

func (p *ProductBannerLinkType) Value() (driver.Value, error)

type ProductEventType

type ProductEventType int64
const (
	ProductEventType_NO_EVENT        ProductEventType = 0
	ProductEventType_CARRIER_ANY     ProductEventType = 65537
	ProductEventType_BUDDY_ANY       ProductEventType = 131073
	ProductEventType_INSTALL_IOS     ProductEventType = 196609
	ProductEventType_INSTALL_ANDROID ProductEventType = 196610
	ProductEventType_MISSION_ANY     ProductEventType = 262145
	ProductEventType_MUSTBUY_ANY     ProductEventType = 327681
)

func ProductEventTypeFromString

func ProductEventTypeFromString(s string) (ProductEventType, error)

func ProductEventTypePtr

func ProductEventTypePtr(v ProductEventType) *ProductEventType

func (ProductEventType) MarshalText

func (p ProductEventType) MarshalText() ([]byte, error)

func (*ProductEventType) Scan

func (p *ProductEventType) Scan(value interface{}) error

func (ProductEventType) String

func (p ProductEventType) String() string

func (*ProductEventType) UnmarshalText

func (p *ProductEventType) UnmarshalText(text []byte) error

func (*ProductEventType) Value

func (p *ProductEventType) Value() (driver.Value, error)

type ProductList

type ProductList struct {
	HasNext bool `thrift:"hasNext,1" db:"hasNext" json:"hasNext"`
	// unused fields # 2 to 3
	BannerSequence   int64                 `thrift:"bannerSequence,4" db:"bannerSequence" json:"bannerSequence"`
	BannerTargetType ProductBannerLinkType `thrift:"bannerTargetType,5" db:"bannerTargetType" json:"bannerTargetType"`
	BannerTargetPath string                `thrift:"bannerTargetPath,6" db:"bannerTargetPath" json:"bannerTargetPath"`
	ProductList      []*Product            `thrift:"productList,7" db:"productList" json:"productList"`
	BannerLang       string                `thrift:"bannerLang,8" db:"bannerLang" json:"bannerLang"`
}

Attributes:

  • HasNext
  • BannerSequence
  • BannerTargetType
  • BannerTargetPath
  • ProductList
  • BannerLang
var ShopServiceGetActivePurchasesResult_Success_DEFAULT *ProductList
var ShopServiceGetDownloadsResult_Success_DEFAULT *ProductList
var ShopServiceGetEventPackagesResult_Success_DEFAULT *ProductList
var ShopServiceGetNewlyReleasedPackagesResult_Success_DEFAULT *ProductList
var ShopServiceGetPopularPackagesResult_Success_DEFAULT *ProductList
var ShopServiceGetPresentsReceivedResult_Success_DEFAULT *ProductList
var ShopServiceGetPresentsSentResult_Success_DEFAULT *ProductList
var ShopServiceGetProductListResult_Success_DEFAULT *ProductList
var ShopServiceGetProductListWithCarrierResult_Success_DEFAULT *ProductList
var ShopServiceGetPurchaseHistoryResult_Success_DEFAULT *ProductList

func NewProductList

func NewProductList() *ProductList

func (*ProductList) GetBannerLang

func (p *ProductList) GetBannerLang() string

func (*ProductList) GetBannerSequence

func (p *ProductList) GetBannerSequence() int64

func (*ProductList) GetBannerTargetPath

func (p *ProductList) GetBannerTargetPath() string

func (*ProductList) GetBannerTargetType

func (p *ProductList) GetBannerTargetType() ProductBannerLinkType

func (*ProductList) GetHasNext

func (p *ProductList) GetHasNext() bool

func (*ProductList) GetProductList

func (p *ProductList) GetProductList() []*Product

func (*ProductList) Read

func (p *ProductList) Read(iprot TProtocol) error

func (*ProductList) ReadField1

func (p *ProductList) ReadField1(iprot TProtocol) error

func (*ProductList) ReadField4

func (p *ProductList) ReadField4(iprot TProtocol) error

func (*ProductList) ReadField5

func (p *ProductList) ReadField5(iprot TProtocol) error

func (*ProductList) ReadField6

func (p *ProductList) ReadField6(iprot TProtocol) error

func (*ProductList) ReadField7

func (p *ProductList) ReadField7(iprot TProtocol) error

func (*ProductList) ReadField8

func (p *ProductList) ReadField8(iprot TProtocol) error

func (*ProductList) String

func (p *ProductList) String() string

func (*ProductList) Write

func (p *ProductList) Write(oprot TProtocol) error

type ProductSimple

type ProductSimple struct {
	ProductId  string `thrift:"productId,1" db:"productId" json:"productId"`
	PackageId  int64  `thrift:"packageId,2" db:"packageId" json:"packageId"`
	Version    int32  `thrift:"version,3" db:"version" json:"version"`
	OnSale     bool   `thrift:"onSale,4" db:"onSale" json:"onSale"`
	ValidUntil int64  `thrift:"validUntil,5" db:"validUntil" json:"validUntil"`
}

Attributes:

  • ProductId
  • PackageId
  • Version
  • OnSale
  • ValidUntil

func NewProductSimple

func NewProductSimple() *ProductSimple

func (*ProductSimple) GetOnSale

func (p *ProductSimple) GetOnSale() bool

func (*ProductSimple) GetPackageId

func (p *ProductSimple) GetPackageId() int64

func (*ProductSimple) GetProductId

func (p *ProductSimple) GetProductId() string

func (*ProductSimple) GetValidUntil

func (p *ProductSimple) GetValidUntil() int64

func (*ProductSimple) GetVersion

func (p *ProductSimple) GetVersion() int32

func (*ProductSimple) Read

func (p *ProductSimple) Read(iprot TProtocol) error

func (*ProductSimple) ReadField1

func (p *ProductSimple) ReadField1(iprot TProtocol) error

func (*ProductSimple) ReadField2

func (p *ProductSimple) ReadField2(iprot TProtocol) error

func (*ProductSimple) ReadField3

func (p *ProductSimple) ReadField3(iprot TProtocol) error

func (*ProductSimple) ReadField4

func (p *ProductSimple) ReadField4(iprot TProtocol) error

func (*ProductSimple) ReadField5

func (p *ProductSimple) ReadField5(iprot TProtocol) error

func (*ProductSimple) String

func (p *ProductSimple) String() string

func (*ProductSimple) Write

func (p *ProductSimple) Write(oprot TProtocol) error

type ProductSimpleList

type ProductSimpleList struct {
	HasNext                bool             `thrift:"hasNext,1" db:"hasNext" json:"hasNext"`
	ReinvokeHour           int32            `thrift:"reinvokeHour,2" db:"reinvokeHour" json:"reinvokeHour"`
	LastVersionSeq         int64            `thrift:"lastVersionSeq,3" db:"lastVersionSeq" json:"lastVersionSeq"`
	ProductList            []*ProductSimple `thrift:"productList,4" db:"productList" json:"productList"`
	RecentNewReleaseDate   int64            `thrift:"recentNewReleaseDate,5" db:"recentNewReleaseDate" json:"recentNewReleaseDate"`
	RecentEventReleaseDate int64            `thrift:"recentEventReleaseDate,6" db:"recentEventReleaseDate" json:"recentEventReleaseDate"`
}

Attributes:

  • HasNext
  • ReinvokeHour
  • LastVersionSeq
  • ProductList
  • RecentNewReleaseDate
  • RecentEventReleaseDate
var ShopServiceGetActivePurchaseVersionsResult_Success_DEFAULT *ProductSimpleList

func NewProductSimpleList

func NewProductSimpleList() *ProductSimpleList

func (*ProductSimpleList) GetHasNext

func (p *ProductSimpleList) GetHasNext() bool

func (*ProductSimpleList) GetLastVersionSeq

func (p *ProductSimpleList) GetLastVersionSeq() int64

func (*ProductSimpleList) GetProductList

func (p *ProductSimpleList) GetProductList() []*ProductSimple

func (*ProductSimpleList) GetRecentEventReleaseDate

func (p *ProductSimpleList) GetRecentEventReleaseDate() int64

func (*ProductSimpleList) GetRecentNewReleaseDate

func (p *ProductSimpleList) GetRecentNewReleaseDate() int64

func (*ProductSimpleList) GetReinvokeHour

func (p *ProductSimpleList) GetReinvokeHour() int32

func (*ProductSimpleList) Read

func (p *ProductSimpleList) Read(iprot TProtocol) error

func (*ProductSimpleList) ReadField1

func (p *ProductSimpleList) ReadField1(iprot TProtocol) error

func (*ProductSimpleList) ReadField2

func (p *ProductSimpleList) ReadField2(iprot TProtocol) error

func (*ProductSimpleList) ReadField3

func (p *ProductSimpleList) ReadField3(iprot TProtocol) error

func (*ProductSimpleList) ReadField4

func (p *ProductSimpleList) ReadField4(iprot TProtocol) error

func (*ProductSimpleList) ReadField5

func (p *ProductSimpleList) ReadField5(iprot TProtocol) error

func (*ProductSimpleList) ReadField6

func (p *ProductSimpleList) ReadField6(iprot TProtocol) error

func (*ProductSimpleList) String

func (p *ProductSimpleList) String() string

func (*ProductSimpleList) Write

func (p *ProductSimpleList) Write(oprot TProtocol) error

type Profile

type Profile struct {
	Mid string `thrift:"mid,1" db:"mid" json:"mid"`
	// unused field # 2
	Userid string `thrift:"userid,3" db:"userid" json:"userid"`
	// unused fields # 4 to 9
	Phone      string `thrift:"phone,10" db:"phone" json:"phone"`
	Email      string `thrift:"email,11" db:"email" json:"email"`
	RegionCode string `thrift:"regionCode,12" db:"regionCode" json:"regionCode"`
	// unused fields # 13 to 19
	DisplayName   string `thrift:"displayName,20" db:"displayName" json:"displayName"`
	PhoneticName  string `thrift:"phoneticName,21" db:"phoneticName" json:"phoneticName"`
	PictureStatus string `thrift:"pictureStatus,22" db:"pictureStatus" json:"pictureStatus"`
	ThumbnailUrl  string `thrift:"thumbnailUrl,23" db:"thumbnailUrl" json:"thumbnailUrl"`
	StatusMessage string `thrift:"statusMessage,24" db:"statusMessage" json:"statusMessage"`
	// unused fields # 25 to 30
	AllowSearchByUserid bool   `thrift:"allowSearchByUserid,31" db:"allowSearchByUserid" json:"allowSearchByUserid"`
	AllowSearchByEmail  bool   `thrift:"allowSearchByEmail,32" db:"allowSearchByEmail" json:"allowSearchByEmail"`
	PicturePath         string `thrift:"picturePath,33" db:"picturePath" json:"picturePath"`
}

Attributes:

  • Mid
  • Userid
  • Phone
  • Email
  • RegionCode
  • DisplayName
  • PhoneticName
  • PictureStatus
  • ThumbnailUrl
  • StatusMessage
  • AllowSearchByUserid
  • AllowSearchByEmail
  • PicturePath
var ChannelApplicationProvidedServiceGetProfileForChannelResult_Success_DEFAULT *Profile
var TalkServiceGetProfileResult_Success_DEFAULT *Profile
var TalkServiceReportProfileArgs_Profile_DEFAULT *Profile
var TalkServiceUpdateProfileArgs_Profile_DEFAULT *Profile

func NewProfile

func NewProfile() *Profile

func (*Profile) GetAllowSearchByEmail

func (p *Profile) GetAllowSearchByEmail() bool

func (*Profile) GetAllowSearchByUserid

func (p *Profile) GetAllowSearchByUserid() bool

func (*Profile) GetDisplayName

func (p *Profile) GetDisplayName() string

func (*Profile) GetEmail

func (p *Profile) GetEmail() string

func (*Profile) GetMid

func (p *Profile) GetMid() string

func (*Profile) GetPhone

func (p *Profile) GetPhone() string

func (*Profile) GetPhoneticName

func (p *Profile) GetPhoneticName() string

func (*Profile) GetPicturePath

func (p *Profile) GetPicturePath() string

func (*Profile) GetPictureStatus

func (p *Profile) GetPictureStatus() string

func (*Profile) GetRegionCode

func (p *Profile) GetRegionCode() string

func (*Profile) GetStatusMessage

func (p *Profile) GetStatusMessage() string

func (*Profile) GetThumbnailUrl

func (p *Profile) GetThumbnailUrl() string

func (*Profile) GetUserid

func (p *Profile) GetUserid() string

func (*Profile) Read

func (p *Profile) Read(iprot TProtocol) error

func (*Profile) ReadField1

func (p *Profile) ReadField1(iprot TProtocol) error

func (*Profile) ReadField10

func (p *Profile) ReadField10(iprot TProtocol) error

func (*Profile) ReadField11

func (p *Profile) ReadField11(iprot TProtocol) error

func (*Profile) ReadField12

func (p *Profile) ReadField12(iprot TProtocol) error

func (*Profile) ReadField20

func (p *Profile) ReadField20(iprot TProtocol) error

func (*Profile) ReadField21

func (p *Profile) ReadField21(iprot TProtocol) error

func (*Profile) ReadField22

func (p *Profile) ReadField22(iprot TProtocol) error

func (*Profile) ReadField23

func (p *Profile) ReadField23(iprot TProtocol) error

func (*Profile) ReadField24

func (p *Profile) ReadField24(iprot TProtocol) error

func (*Profile) ReadField3

func (p *Profile) ReadField3(iprot TProtocol) error

func (*Profile) ReadField31

func (p *Profile) ReadField31(iprot TProtocol) error

func (*Profile) ReadField32

func (p *Profile) ReadField32(iprot TProtocol) error

func (*Profile) ReadField33

func (p *Profile) ReadField33(iprot TProtocol) error

func (*Profile) String

func (p *Profile) String() string

func (*Profile) Write

func (p *Profile) Write(oprot TProtocol) error

type ProfileAttribute

type ProfileAttribute int64
const (
	ProfileAttribute_EMAIL                  ProfileAttribute = 1
	ProfileAttribute_DISPLAY_NAME           ProfileAttribute = 2
	ProfileAttribute_PHONETIC_NAME          ProfileAttribute = 4
	ProfileAttribute_PICTURE                ProfileAttribute = 8
	ProfileAttribute_STATUS_MESSAGE         ProfileAttribute = 16
	ProfileAttribute_ALLOW_SEARCH_BY_USERID ProfileAttribute = 32
	ProfileAttribute_ALLOW_SEARCH_BY_EMAIL  ProfileAttribute = 64
	ProfileAttribute_BUDDY_STATUS           ProfileAttribute = 128
	ProfileAttribute_ALL                    ProfileAttribute = 255
)

func ProfileAttributeFromString

func ProfileAttributeFromString(s string) (ProfileAttribute, error)

func ProfileAttributePtr

func ProfileAttributePtr(v ProfileAttribute) *ProfileAttribute

func (ProfileAttribute) MarshalText

func (p ProfileAttribute) MarshalText() ([]byte, error)

func (*ProfileAttribute) Scan

func (p *ProfileAttribute) Scan(value interface{}) error

func (ProfileAttribute) String

func (p ProfileAttribute) String() string

func (*ProfileAttribute) UnmarshalText

func (p *ProfileAttribute) UnmarshalText(text []byte) error

func (*ProfileAttribute) Value

func (p *ProfileAttribute) Value() (driver.Value, error)

type ProtocolFactory

type ProtocolFactory interface {
	GetProtocol(t TTransport) TProtocol
}

type ProximityMatchCandidateResult_

type ProximityMatchCandidateResult_ struct {
	Users   []*Contact `thrift:"users,1" db:"users" json:"users"`
	Buddies []*Contact `thrift:"buddies,2" db:"buddies" json:"buddies"`
}

Attributes:

  • Users
  • Buddies
var TalkServiceGetProximityMatchCandidateListResult_Success_DEFAULT *ProximityMatchCandidateResult_

func NewProximityMatchCandidateResult_

func NewProximityMatchCandidateResult_() *ProximityMatchCandidateResult_

func (*ProximityMatchCandidateResult_) GetBuddies

func (p *ProximityMatchCandidateResult_) GetBuddies() []*Contact

func (*ProximityMatchCandidateResult_) GetUsers

func (p *ProximityMatchCandidateResult_) GetUsers() []*Contact

func (*ProximityMatchCandidateResult_) Read

func (*ProximityMatchCandidateResult_) ReadField1

func (p *ProximityMatchCandidateResult_) ReadField1(iprot TProtocol) error

func (*ProximityMatchCandidateResult_) ReadField2

func (p *ProximityMatchCandidateResult_) ReadField2(iprot TProtocol) error

func (*ProximityMatchCandidateResult_) String

func (*ProximityMatchCandidateResult_) Write

type PublicType

type PublicType int64
const (
	PublicType_HIDDEN PublicType = 0
	PublicType_PUBLIC PublicType = 1000
)

func PublicTypeFromString

func PublicTypeFromString(s string) (PublicType, error)

func PublicTypePtr

func PublicTypePtr(v PublicType) *PublicType

func (PublicType) MarshalText

func (p PublicType) MarshalText() ([]byte, error)

func (*PublicType) Scan

func (p *PublicType) Scan(value interface{}) error

func (PublicType) String

func (p PublicType) String() string

func (*PublicType) UnmarshalText

func (p *PublicType) UnmarshalText(text []byte) error

func (*PublicType) Value

func (p *PublicType) Value() (driver.Value, error)

type RSAKey

type RSAKey struct {
	Keynm      string `thrift:"keynm,1" db:"keynm" json:"keynm"`
	Nvalue     string `thrift:"nvalue,2" db:"nvalue" json:"nvalue"`
	Evalue     string `thrift:"evalue,3" db:"evalue" json:"evalue"`
	SessionKey string `thrift:"sessionKey,4" db:"sessionKey" json:"sessionKey"`
}

Attributes:

  • Keynm
  • Nvalue
  • Evalue
  • SessionKey
var AccountSupervisorServiceGetRSAKeyResult_Success_DEFAULT *RSAKey
var TalkServiceGetRSAKeyInfoResult_Success_DEFAULT *RSAKey

func NewRSAKey

func NewRSAKey() *RSAKey

func (*RSAKey) GetEvalue

func (p *RSAKey) GetEvalue() string

func (*RSAKey) GetKeynm

func (p *RSAKey) GetKeynm() string

func (*RSAKey) GetNvalue

func (p *RSAKey) GetNvalue() string

func (*RSAKey) GetSessionKey

func (p *RSAKey) GetSessionKey() string

func (*RSAKey) Read

func (p *RSAKey) Read(iprot TProtocol) error

func (*RSAKey) ReadField1

func (p *RSAKey) ReadField1(iprot TProtocol) error

func (*RSAKey) ReadField2

func (p *RSAKey) ReadField2(iprot TProtocol) error

func (*RSAKey) ReadField3

func (p *RSAKey) ReadField3(iprot TProtocol) error

func (*RSAKey) ReadField4

func (p *RSAKey) ReadField4(iprot TProtocol) error

func (*RSAKey) String

func (p *RSAKey) String() string

func (*RSAKey) Write

func (p *RSAKey) Write(oprot TProtocol) error

type ReadSizeProvider

type ReadSizeProvider interface {
	RemainingBytes() (num_bytes uint64)
}

type RedirectType

type RedirectType int64
const (
	RedirectType_NONE          RedirectType = 0
	RedirectType_EXPIRE_SECOND RedirectType = 1
)

func RedirectTypeFromString

func RedirectTypeFromString(s string) (RedirectType, error)

func RedirectTypePtr

func RedirectTypePtr(v RedirectType) *RedirectType

func (RedirectType) MarshalText

func (p RedirectType) MarshalText() ([]byte, error)

func (*RedirectType) Scan

func (p *RedirectType) Scan(value interface{}) error

func (RedirectType) String

func (p RedirectType) String() string

func (*RedirectType) UnmarshalText

func (p *RedirectType) UnmarshalText(text []byte) error

func (*RedirectType) Value

func (p *RedirectType) Value() (driver.Value, error)

type RegisterWithSnsIdResult_

type RegisterWithSnsIdResult_ struct {
	AuthToken   string `thrift:"authToken,1" db:"authToken" json:"authToken"`
	UserCreated bool   `thrift:"userCreated,2" db:"userCreated" json:"userCreated"`
}

Attributes:

  • AuthToken
  • UserCreated
var TalkServiceRegisterWithSnsIdResult_Success_DEFAULT *RegisterWithSnsIdResult_

func NewRegisterWithSnsIdResult_

func NewRegisterWithSnsIdResult_() *RegisterWithSnsIdResult_

func (*RegisterWithSnsIdResult_) GetAuthToken

func (p *RegisterWithSnsIdResult_) GetAuthToken() string

func (*RegisterWithSnsIdResult_) GetUserCreated

func (p *RegisterWithSnsIdResult_) GetUserCreated() bool

func (*RegisterWithSnsIdResult_) Read

func (p *RegisterWithSnsIdResult_) Read(iprot TProtocol) error

func (*RegisterWithSnsIdResult_) ReadField1

func (p *RegisterWithSnsIdResult_) ReadField1(iprot TProtocol) error

func (*RegisterWithSnsIdResult_) ReadField2

func (p *RegisterWithSnsIdResult_) ReadField2(iprot TProtocol) error

func (*RegisterWithSnsIdResult_) String

func (p *RegisterWithSnsIdResult_) String() string

func (*RegisterWithSnsIdResult_) Write

func (p *RegisterWithSnsIdResult_) Write(oprot TProtocol) error

type RegistrationType

type RegistrationType int64
const (
	RegistrationType_PHONE     RegistrationType = 0
	RegistrationType_EMAIL_WAP RegistrationType = 1
	RegistrationType_FACEBOOK  RegistrationType = 2305
	RegistrationType_SINA      RegistrationType = 2306
	RegistrationType_RENREN    RegistrationType = 2307
	RegistrationType_FEIXIN    RegistrationType = 2308
)

func RegistrationTypeFromString

func RegistrationTypeFromString(s string) (RegistrationType, error)

func RegistrationTypePtr

func RegistrationTypePtr(v RegistrationType) *RegistrationType

func (RegistrationType) MarshalText

func (p RegistrationType) MarshalText() ([]byte, error)

func (*RegistrationType) Scan

func (p *RegistrationType) Scan(value interface{}) error

func (RegistrationType) String

func (p RegistrationType) String() string

func (*RegistrationType) UnmarshalText

func (p *RegistrationType) UnmarshalText(text []byte) error

func (*RegistrationType) Value

func (p *RegistrationType) Value() (driver.Value, error)

type ReissueChatTicketRequest

type ReissueChatTicketRequest struct {
	ReqSeq   int32  `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"`
	GroupMid string `thrift:"groupMid,2" db:"groupMid" json:"groupMid"`
}

Attributes:

  • ReqSeq
  • GroupMid
var TalkServiceReissueChatTicketArgs_Request_DEFAULT *ReissueChatTicketRequest

func NewReissueChatTicketRequest

func NewReissueChatTicketRequest() *ReissueChatTicketRequest

func (*ReissueChatTicketRequest) GetGroupMid

func (p *ReissueChatTicketRequest) GetGroupMid() string

func (*ReissueChatTicketRequest) GetReqSeq

func (p *ReissueChatTicketRequest) GetReqSeq() int32

func (*ReissueChatTicketRequest) Read

func (p *ReissueChatTicketRequest) Read(iprot TProtocol) error

func (*ReissueChatTicketRequest) ReadField1

func (p *ReissueChatTicketRequest) ReadField1(iprot TProtocol) error

func (*ReissueChatTicketRequest) ReadField2

func (p *ReissueChatTicketRequest) ReadField2(iprot TProtocol) error

func (*ReissueChatTicketRequest) String

func (p *ReissueChatTicketRequest) String() string

func (*ReissueChatTicketRequest) Write

func (p *ReissueChatTicketRequest) Write(oprot TProtocol) error

type ReissueChatTicketResponse

type ReissueChatTicketResponse struct {
	TicketId string `thrift:"ticketId,1" db:"ticketId" json:"ticketId"`
}

Attributes:

  • TicketId
var TalkServiceReissueChatTicketResult_Success_DEFAULT *ReissueChatTicketResponse

func NewReissueChatTicketResponse

func NewReissueChatTicketResponse() *ReissueChatTicketResponse

func (*ReissueChatTicketResponse) GetTicketId

func (p *ReissueChatTicketResponse) GetTicketId() string

func (*ReissueChatTicketResponse) Read

func (p *ReissueChatTicketResponse) Read(iprot TProtocol) error

func (*ReissueChatTicketResponse) ReadField1

func (p *ReissueChatTicketResponse) ReadField1(iprot TProtocol) error

func (*ReissueChatTicketResponse) String

func (p *ReissueChatTicketResponse) String() string

func (*ReissueChatTicketResponse) Write

func (p *ReissueChatTicketResponse) Write(oprot TProtocol) error

type RejectChatInvitationRequest

type RejectChatInvitationRequest struct {
	ReqSeq  int32  `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"`
	ChatMid string `thrift:"chatMid,2" db:"chatMid" json:"chatMid"`
}

Attributes:

  • ReqSeq
  • ChatMid
var TalkServiceRejectChatInvitationArgs_Request_DEFAULT *RejectChatInvitationRequest

func NewRejectChatInvitationRequest

func NewRejectChatInvitationRequest() *RejectChatInvitationRequest

func (*RejectChatInvitationRequest) GetChatMid

func (p *RejectChatInvitationRequest) GetChatMid() string

func (*RejectChatInvitationRequest) GetReqSeq

func (p *RejectChatInvitationRequest) GetReqSeq() int32

func (*RejectChatInvitationRequest) Read

func (*RejectChatInvitationRequest) ReadField1

func (p *RejectChatInvitationRequest) ReadField1(iprot TProtocol) error

func (*RejectChatInvitationRequest) ReadField2

func (p *RejectChatInvitationRequest) ReadField2(iprot TProtocol) error

func (*RejectChatInvitationRequest) String

func (p *RejectChatInvitationRequest) String() string

func (*RejectChatInvitationRequest) Write

type RejectChatInvitationResponse

type RejectChatInvitationResponse struct {
}
var TalkServiceRejectChatInvitationResult_Success_DEFAULT *RejectChatInvitationResponse

func NewRejectChatInvitationResponse

func NewRejectChatInvitationResponse() *RejectChatInvitationResponse

func (*RejectChatInvitationResponse) Read

func (*RejectChatInvitationResponse) String

func (*RejectChatInvitationResponse) Write

type RequestTokenResponse

type RequestTokenResponse struct {
	RequestToken string `thrift:"requestToken,1" db:"requestToken" json:"requestToken"`
	ReturnUrl    string `thrift:"returnUrl,2" db:"returnUrl" json:"returnUrl"`
}

Attributes:

  • RequestToken
  • ReturnUrl
var ChannelServiceIssueRequestTokenWithAuthSchemeResult_Success_DEFAULT *RequestTokenResponse

func NewRequestTokenResponse

func NewRequestTokenResponse() *RequestTokenResponse

func (*RequestTokenResponse) GetRequestToken

func (p *RequestTokenResponse) GetRequestToken() string

func (*RequestTokenResponse) GetReturnUrl

func (p *RequestTokenResponse) GetReturnUrl() string

func (*RequestTokenResponse) Read

func (p *RequestTokenResponse) Read(iprot TProtocol) error

func (*RequestTokenResponse) ReadField1

func (p *RequestTokenResponse) ReadField1(iprot TProtocol) error

func (*RequestTokenResponse) ReadField2

func (p *RequestTokenResponse) ReadField2(iprot TProtocol) error

func (*RequestTokenResponse) String

func (p *RequestTokenResponse) String() string

func (*RequestTokenResponse) Write

func (p *RequestTokenResponse) Write(oprot TProtocol) error

type RevokeTokenRequest

type RevokeTokenRequest struct {
	AccessToken string `thrift:"accessToken,1" db:"accessToken" json:"accessToken"`
}

Attributes:

  • AccessToken
var LiffServiceRevokeTokenArgs_Request_DEFAULT *RevokeTokenRequest

func NewRevokeTokenRequest

func NewRevokeTokenRequest() *RevokeTokenRequest

func (*RevokeTokenRequest) GetAccessToken

func (p *RevokeTokenRequest) GetAccessToken() string

func (*RevokeTokenRequest) Read

func (p *RevokeTokenRequest) Read(iprot TProtocol) error

func (*RevokeTokenRequest) ReadField1

func (p *RevokeTokenRequest) ReadField1(iprot TProtocol) error

func (*RevokeTokenRequest) String

func (p *RevokeTokenRequest) String() string

func (*RevokeTokenRequest) Write

func (p *RevokeTokenRequest) Write(oprot TProtocol) error

type RichTransport

type RichTransport struct {
	TTransport
}

func NewTRichTransport

func NewTRichTransport(trans TTransport) *RichTransport

Wraps Transport to provide TRichTransport interface

func (*RichTransport) ReadByte

func (r *RichTransport) ReadByte() (c byte, err error)

func (*RichTransport) RemainingBytes

func (r *RichTransport) RemainingBytes() (num_bytes uint64)

func (*RichTransport) WriteByte

func (r *RichTransport) WriteByte(c byte) error

func (*RichTransport) WriteString

func (r *RichTransport) WriteString(s string) (n int, err error)

type Room

type Room struct {
	Mid         string `thrift:"mid,1" db:"mid" json:"mid"`
	CreatedTime int64  `thrift:"createdTime,2" db:"createdTime" json:"createdTime"`
	// unused fields # 3 to 9
	Contacts []*Contact `thrift:"contacts,10" db:"contacts" json:"contacts"`
	// unused fields # 11 to 30
	NotificationDisabled bool `thrift:"notificationDisabled,31" db:"notificationDisabled" json:"notificationDisabled"`
}

Attributes:

  • Mid
  • CreatedTime
  • Contacts
  • NotificationDisabled
var TalkServiceCreateRoomResult_Success_DEFAULT *Room
var TalkServiceGetCompactRoomResult_Success_DEFAULT *Room
var TalkServiceGetRoomResult_Success_DEFAULT *Room

func NewRoom

func NewRoom() *Room

func (*Room) GetContacts

func (p *Room) GetContacts() []*Contact

func (*Room) GetCreatedTime

func (p *Room) GetCreatedTime() int64

func (*Room) GetMid

func (p *Room) GetMid() string

func (*Room) GetNotificationDisabled

func (p *Room) GetNotificationDisabled() bool

func (*Room) Read

func (p *Room) Read(iprot TProtocol) error

func (*Room) ReadField1

func (p *Room) ReadField1(iprot TProtocol) error

func (*Room) ReadField10

func (p *Room) ReadField10(iprot TProtocol) error

func (*Room) ReadField2

func (p *Room) ReadField2(iprot TProtocol) error

func (*Room) ReadField31

func (p *Room) ReadField31(iprot TProtocol) error

func (*Room) String

func (p *Room) String() string

func (*Room) Write

func (p *Room) Write(oprot TProtocol) error

type SecurityCenterResult_

type SecurityCenterResult_ struct {
	URI        string `thrift:"uri,1" db:"uri" json:"uri"`
	Token      string `thrift:"token,2" db:"token" json:"token"`
	CookiePath string `thrift:"cookiePath,3" db:"cookiePath" json:"cookiePath"`
	Skip       bool   `thrift:"skip,4" db:"skip" json:"skip"`
}

Attributes:

  • URI
  • Token
  • CookiePath
  • Skip
var AuthServiceIssueTokenForAccountMigrationResult_Success_DEFAULT *SecurityCenterResult_
var AuthServiceIssueTokenForAccountMigrationSettingsResult_Success_DEFAULT *SecurityCenterResult_

func NewSecurityCenterResult_

func NewSecurityCenterResult_() *SecurityCenterResult_

func (*SecurityCenterResult_) GetCookiePath

func (p *SecurityCenterResult_) GetCookiePath() string

func (*SecurityCenterResult_) GetSkip

func (p *SecurityCenterResult_) GetSkip() bool

func (*SecurityCenterResult_) GetToken

func (p *SecurityCenterResult_) GetToken() string

func (*SecurityCenterResult_) GetURI

func (p *SecurityCenterResult_) GetURI() string

func (*SecurityCenterResult_) Read

func (p *SecurityCenterResult_) Read(iprot TProtocol) error

func (*SecurityCenterResult_) ReadField1

func (p *SecurityCenterResult_) ReadField1(iprot TProtocol) error

func (*SecurityCenterResult_) ReadField2

func (p *SecurityCenterResult_) ReadField2(iprot TProtocol) error

func (*SecurityCenterResult_) ReadField3

func (p *SecurityCenterResult_) ReadField3(iprot TProtocol) error

func (*SecurityCenterResult_) ReadField4

func (p *SecurityCenterResult_) ReadField4(iprot TProtocol) error

func (*SecurityCenterResult_) String

func (p *SecurityCenterResult_) String() string

func (*SecurityCenterResult_) Write

func (p *SecurityCenterResult_) Write(oprot TProtocol) error

type SendBuddyMessageResult_

type SendBuddyMessageResult_ struct {
	RequestId string           `thrift:"requestId,1" db:"requestId" json:"requestId"`
	State     BuddyResultState `thrift:"state,2" db:"state" json:"state"`
	MessageId string           `thrift:"messageId,3" db:"messageId" json:"messageId"`
	EventNo   int32            `thrift:"eventNo,4" db:"eventNo" json:"eventNo"`
	// unused fields # 5 to 10
	ReceiverCount   int64 `thrift:"receiverCount,11" db:"receiverCount" json:"receiverCount"`
	SuccessCount    int64 `thrift:"successCount,12" db:"successCount" json:"successCount"`
	FailCount       int64 `thrift:"failCount,13" db:"failCount" json:"failCount"`
	CancelCount     int64 `thrift:"cancelCount,14" db:"cancelCount" json:"cancelCount"`
	BlockCount      int64 `thrift:"blockCount,15" db:"blockCount" json:"blockCount"`
	UnregisterCount int64 `thrift:"unregisterCount,16" db:"unregisterCount" json:"unregisterCount"`
	// unused fields # 17 to 20
	Timestamp int64  `thrift:"timestamp,21" db:"timestamp" json:"timestamp"`
	Message   string `thrift:"message,22" db:"message" json:"message"`
}

Attributes:

  • RequestId
  • State
  • MessageId
  • EventNo
  • ReceiverCount
  • SuccessCount
  • FailCount
  • CancelCount
  • BlockCount
  • UnregisterCount
  • Timestamp
  • Message
var BuddyManagementServiceGetSendBuddyMessageResultResult_Success_DEFAULT *SendBuddyMessageResult_
var BuddyManagementServiceLinkAndSendBuddyContentMessageToMidsResult_Success_DEFAULT *SendBuddyMessageResult_
var BuddyManagementServiceSendBuddyContentMessageToAllResult_Success_DEFAULT *SendBuddyMessageResult_
var BuddyManagementServiceSendBuddyContentMessageToMidsResult_Success_DEFAULT *SendBuddyMessageResult_
var BuddyManagementServiceSendBuddyMessageToAllResult_Success_DEFAULT *SendBuddyMessageResult_
var BuddyManagementServiceSendBuddyMessageToMidsResult_Success_DEFAULT *SendBuddyMessageResult_
var BuddyManagementServiceStoreMessageResult_Success_DEFAULT *SendBuddyMessageResult_

func NewSendBuddyMessageResult_

func NewSendBuddyMessageResult_() *SendBuddyMessageResult_

func (*SendBuddyMessageResult_) GetBlockCount

func (p *SendBuddyMessageResult_) GetBlockCount() int64

func (*SendBuddyMessageResult_) GetCancelCount

func (p *SendBuddyMessageResult_) GetCancelCount() int64

func (*SendBuddyMessageResult_) GetEventNo

func (p *SendBuddyMessageResult_) GetEventNo() int32

func (*SendBuddyMessageResult_) GetFailCount

func (p *SendBuddyMessageResult_) GetFailCount() int64

func (*SendBuddyMessageResult_) GetMessage

func (p *SendBuddyMessageResult_) GetMessage() string

func (*SendBuddyMessageResult_) GetMessageId

func (p *SendBuddyMessageResult_) GetMessageId() string

func (*SendBuddyMessageResult_) GetReceiverCount

func (p *SendBuddyMessageResult_) GetReceiverCount() int64

func (*SendBuddyMessageResult_) GetRequestId

func (p *SendBuddyMessageResult_) GetRequestId() string

func (*SendBuddyMessageResult_) GetState

func (*SendBuddyMessageResult_) GetSuccessCount

func (p *SendBuddyMessageResult_) GetSuccessCount() int64

func (*SendBuddyMessageResult_) GetTimestamp

func (p *SendBuddyMessageResult_) GetTimestamp() int64

func (*SendBuddyMessageResult_) GetUnregisterCount

func (p *SendBuddyMessageResult_) GetUnregisterCount() int64

func (*SendBuddyMessageResult_) Read

func (p *SendBuddyMessageResult_) Read(iprot TProtocol) error

func (*SendBuddyMessageResult_) ReadField1

func (p *SendBuddyMessageResult_) ReadField1(iprot TProtocol) error

func (*SendBuddyMessageResult_) ReadField11

func (p *SendBuddyMessageResult_) ReadField11(iprot TProtocol) error

func (*SendBuddyMessageResult_) ReadField12

func (p *SendBuddyMessageResult_) ReadField12(iprot TProtocol) error

func (*SendBuddyMessageResult_) ReadField13

func (p *SendBuddyMessageResult_) ReadField13(iprot TProtocol) error

func (*SendBuddyMessageResult_) ReadField14

func (p *SendBuddyMessageResult_) ReadField14(iprot TProtocol) error

func (*SendBuddyMessageResult_) ReadField15

func (p *SendBuddyMessageResult_) ReadField15(iprot TProtocol) error

func (*SendBuddyMessageResult_) ReadField16

func (p *SendBuddyMessageResult_) ReadField16(iprot TProtocol) error

func (*SendBuddyMessageResult_) ReadField2

func (p *SendBuddyMessageResult_) ReadField2(iprot TProtocol) error

func (*SendBuddyMessageResult_) ReadField21

func (p *SendBuddyMessageResult_) ReadField21(iprot TProtocol) error

func (*SendBuddyMessageResult_) ReadField22

func (p *SendBuddyMessageResult_) ReadField22(iprot TProtocol) error

func (*SendBuddyMessageResult_) ReadField3

func (p *SendBuddyMessageResult_) ReadField3(iprot TProtocol) error

func (*SendBuddyMessageResult_) ReadField4

func (p *SendBuddyMessageResult_) ReadField4(iprot TProtocol) error

func (*SendBuddyMessageResult_) String

func (p *SendBuddyMessageResult_) String() string

func (*SendBuddyMessageResult_) Write

func (p *SendBuddyMessageResult_) Write(oprot TProtocol) error

type SetBuddyOnAirResult_

type SetBuddyOnAirResult_ struct {
	RequestId string           `thrift:"requestId,1" db:"requestId" json:"requestId"`
	State     BuddyResultState `thrift:"state,2" db:"state" json:"state"`
	EventNo   int32            `thrift:"eventNo,3" db:"eventNo" json:"eventNo"`
	// unused fields # 4 to 10
	ReceiverCount   int64 `thrift:"receiverCount,11" db:"receiverCount" json:"receiverCount"`
	SuccessCount    int64 `thrift:"successCount,12" db:"successCount" json:"successCount"`
	FailCount       int64 `thrift:"failCount,13" db:"failCount" json:"failCount"`
	CancelCount     int64 `thrift:"cancelCount,14" db:"cancelCount" json:"cancelCount"`
	UnregisterCount int64 `thrift:"unregisterCount,15" db:"unregisterCount" json:"unregisterCount"`
	// unused fields # 16 to 20
	Timestamp int64  `thrift:"timestamp,21" db:"timestamp" json:"timestamp"`
	Message   string `thrift:"message,22" db:"message" json:"message"`
}

Attributes:

  • RequestId
  • State
  • EventNo
  • ReceiverCount
  • SuccessCount
  • FailCount
  • CancelCount
  • UnregisterCount
  • Timestamp
  • Message
var BuddyManagementServiceGetSetBuddyOnAirResultResult_Success_DEFAULT *SetBuddyOnAirResult_
var BuddyManagementServiceSetBuddyOnAirResult_Success_DEFAULT *SetBuddyOnAirResult_

func NewSetBuddyOnAirResult_

func NewSetBuddyOnAirResult_() *SetBuddyOnAirResult_

func (*SetBuddyOnAirResult_) GetCancelCount

func (p *SetBuddyOnAirResult_) GetCancelCount() int64

func (*SetBuddyOnAirResult_) GetEventNo

func (p *SetBuddyOnAirResult_) GetEventNo() int32

func (*SetBuddyOnAirResult_) GetFailCount

func (p *SetBuddyOnAirResult_) GetFailCount() int64

func (*SetBuddyOnAirResult_) GetMessage

func (p *SetBuddyOnAirResult_) GetMessage() string

func (*SetBuddyOnAirResult_) GetReceiverCount

func (p *SetBuddyOnAirResult_) GetReceiverCount() int64

func (*SetBuddyOnAirResult_) GetRequestId

func (p *SetBuddyOnAirResult_) GetRequestId() string

func (*SetBuddyOnAirResult_) GetState

func (p *SetBuddyOnAirResult_) GetState() BuddyResultState

func (*SetBuddyOnAirResult_) GetSuccessCount

func (p *SetBuddyOnAirResult_) GetSuccessCount() int64

func (*SetBuddyOnAirResult_) GetTimestamp

func (p *SetBuddyOnAirResult_) GetTimestamp() int64

func (*SetBuddyOnAirResult_) GetUnregisterCount

func (p *SetBuddyOnAirResult_) GetUnregisterCount() int64

func (*SetBuddyOnAirResult_) Read

func (p *SetBuddyOnAirResult_) Read(iprot TProtocol) error

func (*SetBuddyOnAirResult_) ReadField1

func (p *SetBuddyOnAirResult_) ReadField1(iprot TProtocol) error

func (*SetBuddyOnAirResult_) ReadField11

func (p *SetBuddyOnAirResult_) ReadField11(iprot TProtocol) error

func (*SetBuddyOnAirResult_) ReadField12

func (p *SetBuddyOnAirResult_) ReadField12(iprot TProtocol) error

func (*SetBuddyOnAirResult_) ReadField13

func (p *SetBuddyOnAirResult_) ReadField13(iprot TProtocol) error

func (*SetBuddyOnAirResult_) ReadField14

func (p *SetBuddyOnAirResult_) ReadField14(iprot TProtocol) error

func (*SetBuddyOnAirResult_) ReadField15

func (p *SetBuddyOnAirResult_) ReadField15(iprot TProtocol) error

func (*SetBuddyOnAirResult_) ReadField2

func (p *SetBuddyOnAirResult_) ReadField2(iprot TProtocol) error

func (*SetBuddyOnAirResult_) ReadField21

func (p *SetBuddyOnAirResult_) ReadField21(iprot TProtocol) error

func (*SetBuddyOnAirResult_) ReadField22

func (p *SetBuddyOnAirResult_) ReadField22(iprot TProtocol) error

func (*SetBuddyOnAirResult_) ReadField3

func (p *SetBuddyOnAirResult_) ReadField3(iprot TProtocol) error

func (*SetBuddyOnAirResult_) String

func (p *SetBuddyOnAirResult_) String() string

func (*SetBuddyOnAirResult_) Write

func (p *SetBuddyOnAirResult_) Write(oprot TProtocol) error

type Settings

type Settings struct {
	// unused fields # 1 to 9
	NotificationEnable          bool   `thrift:"notificationEnable,10" db:"notificationEnable" json:"notificationEnable"`
	NotificationMuteExpiration  int64  `thrift:"notificationMuteExpiration,11" db:"notificationMuteExpiration" json:"notificationMuteExpiration"`
	NotificationNewMessage      bool   `thrift:"notificationNewMessage,12" db:"notificationNewMessage" json:"notificationNewMessage"`
	NotificationGroupInvitation bool   `thrift:"notificationGroupInvitation,13" db:"notificationGroupInvitation" json:"notificationGroupInvitation"`
	NotificationShowMessage     bool   `thrift:"notificationShowMessage,14" db:"notificationShowMessage" json:"notificationShowMessage"`
	NotificationIncomingCall    bool   `thrift:"notificationIncomingCall,15" db:"notificationIncomingCall" json:"notificationIncomingCall"`
	NotificationSoundMessage    string `thrift:"notificationSoundMessage,16" db:"notificationSoundMessage" json:"notificationSoundMessage"`
	NotificationSoundGroup      string `thrift:"notificationSoundGroup,17" db:"notificationSoundGroup" json:"notificationSoundGroup"`
	NotificationDisabledWithSub bool   `thrift:"notificationDisabledWithSub,18" db:"notificationDisabledWithSub" json:"notificationDisabledWithSub"`
	// unused field # 19
	PrivacySyncContacts                 bool `thrift:"privacySyncContacts,20" db:"privacySyncContacts" json:"privacySyncContacts"`
	PrivacySearchByPhoneNumber          bool `thrift:"privacySearchByPhoneNumber,21" db:"privacySearchByPhoneNumber" json:"privacySearchByPhoneNumber"`
	PrivacySearchByUserid               bool `thrift:"privacySearchByUserid,22" db:"privacySearchByUserid" json:"privacySearchByUserid"`
	PrivacySearchByEmail                bool `thrift:"privacySearchByEmail,23" db:"privacySearchByEmail" json:"privacySearchByEmail"`
	PrivacyAllowSecondaryDeviceLogin    bool `thrift:"privacyAllowSecondaryDeviceLogin,24" db:"privacyAllowSecondaryDeviceLogin" json:"privacyAllowSecondaryDeviceLogin"`
	PrivacyProfileImagePostToMyhome     bool `thrift:"privacyProfileImagePostToMyhome,25" db:"privacyProfileImagePostToMyhome" json:"privacyProfileImagePostToMyhome"`
	PrivacyReceiveMessagesFromNotFriend bool `` /* 131-byte string literal not displayed */
	// unused fields # 27 to 29
	ContactMyTicket string `thrift:"contactMyTicket,30" db:"contactMyTicket" json:"contactMyTicket"`
	// unused fields # 31 to 39
	IdentityProvider        IdentityProvider        `thrift:"identityProvider,40" db:"identityProvider" json:"identityProvider"`
	IdentityIdentifier      string                  `thrift:"identityIdentifier,41" db:"identityIdentifier" json:"identityIdentifier"`
	SnsAccounts             map[SnsIdType]string    `thrift:"snsAccounts,42" db:"snsAccounts" json:"snsAccounts"`
	PhoneRegistration       bool                    `thrift:"phoneRegistration,43" db:"phoneRegistration" json:"phoneRegistration"`
	EmailConfirmationStatus EmailConfirmationStatus `thrift:"emailConfirmationStatus,44" db:"emailConfirmationStatus" json:"emailConfirmationStatus"`
	// unused fields # 45 to 49
	PreferenceLocale string `thrift:"preferenceLocale,50" db:"preferenceLocale" json:"preferenceLocale"`
	// unused fields # 51 to 59
	CustomModes map[CustomMode]string `thrift:"customModes,60" db:"customModes" json:"customModes"`
}

Attributes:

  • NotificationEnable
  • NotificationMuteExpiration
  • NotificationNewMessage
  • NotificationGroupInvitation
  • NotificationShowMessage
  • NotificationIncomingCall
  • NotificationSoundMessage
  • NotificationSoundGroup
  • NotificationDisabledWithSub
  • PrivacySyncContacts
  • PrivacySearchByPhoneNumber
  • PrivacySearchByUserid
  • PrivacySearchByEmail
  • PrivacyAllowSecondaryDeviceLogin
  • PrivacyProfileImagePostToMyhome
  • PrivacyReceiveMessagesFromNotFriend
  • ContactMyTicket
  • IdentityProvider
  • IdentityIdentifier
  • SnsAccounts
  • PhoneRegistration
  • EmailConfirmationStatus
  • PreferenceLocale
  • CustomModes
var TalkServiceGetSettingsAttributesResult_Success_DEFAULT *Settings
var TalkServiceGetSettingsResult_Success_DEFAULT *Settings
var TalkServiceReportSettingsArgs_Settings_DEFAULT *Settings
var TalkServiceUpdateSettings2Args_Settings_DEFAULT *Settings
var TalkServiceUpdateSettingsArgs_Settings_DEFAULT *Settings
var TalkServiceUpdateSettingsAttributesArgs_Settings_DEFAULT *Settings

func NewSettings

func NewSettings() *Settings

func (*Settings) GetContactMyTicket

func (p *Settings) GetContactMyTicket() string

func (*Settings) GetCustomModes

func (p *Settings) GetCustomModes() map[CustomMode]string

func (*Settings) GetEmailConfirmationStatus

func (p *Settings) GetEmailConfirmationStatus() EmailConfirmationStatus

func (*Settings) GetIdentityIdentifier

func (p *Settings) GetIdentityIdentifier() string

func (*Settings) GetIdentityProvider

func (p *Settings) GetIdentityProvider() IdentityProvider

func (*Settings) GetNotificationDisabledWithSub

func (p *Settings) GetNotificationDisabledWithSub() bool

func (*Settings) GetNotificationEnable

func (p *Settings) GetNotificationEnable() bool

func (*Settings) GetNotificationGroupInvitation

func (p *Settings) GetNotificationGroupInvitation() bool

func (*Settings) GetNotificationIncomingCall

func (p *Settings) GetNotificationIncomingCall() bool

func (*Settings) GetNotificationMuteExpiration

func (p *Settings) GetNotificationMuteExpiration() int64

func (*Settings) GetNotificationNewMessage

func (p *Settings) GetNotificationNewMessage() bool

func (*Settings) GetNotificationShowMessage

func (p *Settings) GetNotificationShowMessage() bool

func (*Settings) GetNotificationSoundGroup

func (p *Settings) GetNotificationSoundGroup() string

func (*Settings) GetNotificationSoundMessage

func (p *Settings) GetNotificationSoundMessage() string

func (*Settings) GetPhoneRegistration

func (p *Settings) GetPhoneRegistration() bool

func (*Settings) GetPreferenceLocale

func (p *Settings) GetPreferenceLocale() string

func (*Settings) GetPrivacyAllowSecondaryDeviceLogin

func (p *Settings) GetPrivacyAllowSecondaryDeviceLogin() bool

func (*Settings) GetPrivacyProfileImagePostToMyhome

func (p *Settings) GetPrivacyProfileImagePostToMyhome() bool

func (*Settings) GetPrivacyReceiveMessagesFromNotFriend

func (p *Settings) GetPrivacyReceiveMessagesFromNotFriend() bool

func (*Settings) GetPrivacySearchByEmail

func (p *Settings) GetPrivacySearchByEmail() bool

func (*Settings) GetPrivacySearchByPhoneNumber

func (p *Settings) GetPrivacySearchByPhoneNumber() bool

func (*Settings) GetPrivacySearchByUserid

func (p *Settings) GetPrivacySearchByUserid() bool

func (*Settings) GetPrivacySyncContacts

func (p *Settings) GetPrivacySyncContacts() bool

func (*Settings) GetSnsAccounts

func (p *Settings) GetSnsAccounts() map[SnsIdType]string

func (*Settings) Read

func (p *Settings) Read(iprot TProtocol) error

func (*Settings) ReadField10

func (p *Settings) ReadField10(iprot TProtocol) error

func (*Settings) ReadField11

func (p *Settings) ReadField11(iprot TProtocol) error

func (*Settings) ReadField12

func (p *Settings) ReadField12(iprot TProtocol) error

func (*Settings) ReadField13

func (p *Settings) ReadField13(iprot TProtocol) error

func (*Settings) ReadField14

func (p *Settings) ReadField14(iprot TProtocol) error

func (*Settings) ReadField15

func (p *Settings) ReadField15(iprot TProtocol) error

func (*Settings) ReadField16

func (p *Settings) ReadField16(iprot TProtocol) error

func (*Settings) ReadField17

func (p *Settings) ReadField17(iprot TProtocol) error

func (*Settings) ReadField18

func (p *Settings) ReadField18(iprot TProtocol) error

func (*Settings) ReadField20

func (p *Settings) ReadField20(iprot TProtocol) error

func (*Settings) ReadField21

func (p *Settings) ReadField21(iprot TProtocol) error

func (*Settings) ReadField22

func (p *Settings) ReadField22(iprot TProtocol) error

func (*Settings) ReadField23

func (p *Settings) ReadField23(iprot TProtocol) error

func (*Settings) ReadField24

func (p *Settings) ReadField24(iprot TProtocol) error

func (*Settings) ReadField25

func (p *Settings) ReadField25(iprot TProtocol) error

func (*Settings) ReadField26

func (p *Settings) ReadField26(iprot TProtocol) error

func (*Settings) ReadField30

func (p *Settings) ReadField30(iprot TProtocol) error

func (*Settings) ReadField40

func (p *Settings) ReadField40(iprot TProtocol) error

func (*Settings) ReadField41

func (p *Settings) ReadField41(iprot TProtocol) error

func (*Settings) ReadField42

func (p *Settings) ReadField42(iprot TProtocol) error

func (*Settings) ReadField43

func (p *Settings) ReadField43(iprot TProtocol) error

func (*Settings) ReadField44

func (p *Settings) ReadField44(iprot TProtocol) error

func (*Settings) ReadField50

func (p *Settings) ReadField50(iprot TProtocol) error

func (*Settings) ReadField60

func (p *Settings) ReadField60(iprot TProtocol) error

func (*Settings) String

func (p *Settings) String() string

func (*Settings) Write

func (p *Settings) Write(oprot TProtocol) error

type SettingsAttribute

type SettingsAttribute int64
const (
	SettingsAttribute_NOTIFICATION_ENABLE                   SettingsAttribute = 1
	SettingsAttribute_NOTIFICATION_MUTE_EXPIRATION          SettingsAttribute = 2
	SettingsAttribute_NOTIFICATION_NEW_MESSAGE              SettingsAttribute = 4
	SettingsAttribute_NOTIFICATION_GROUP_INVITATION         SettingsAttribute = 8
	SettingsAttribute_NOTIFICATION_SHOW_MESSAGE             SettingsAttribute = 16
	SettingsAttribute_NOTIFICATION_INCOMING_CALL            SettingsAttribute = 32
	SettingsAttribute_PRIVACY_SYNC_CONTACTS                 SettingsAttribute = 64
	SettingsAttribute_PRIVACY_SEARCH_BY_PHONE_NUMBER        SettingsAttribute = 128
	SettingsAttribute_NOTIFICATION_SOUND_MESSAGE            SettingsAttribute = 256
	SettingsAttribute_NOTIFICATION_SOUND_GROUP              SettingsAttribute = 512
	SettingsAttribute_CONTACT_MY_TICKET                     SettingsAttribute = 1024
	SettingsAttribute_IDENTITY_PROVIDER                     SettingsAttribute = 2048
	SettingsAttribute_IDENTITY_IDENTIFIER                   SettingsAttribute = 4096
	SettingsAttribute_PRIVACY_SEARCH_BY_USERID              SettingsAttribute = 8192
	SettingsAttribute_PRIVACY_SEARCH_BY_EMAIL               SettingsAttribute = 16384
	SettingsAttribute_PREFERENCE_LOCALE                     SettingsAttribute = 32768
	SettingsAttribute_NOTIFICATION_DISABLED_WITH_SUB        SettingsAttribute = 65536
	SettingsAttribute_SNS_ACCOUNT                           SettingsAttribute = 524288
	SettingsAttribute_PHONE_REGISTRATION                    SettingsAttribute = 1048576
	SettingsAttribute_PRIVACY_ALLOW_SECONDARY_DEVICE_LOGIN  SettingsAttribute = 2097152
	SettingsAttribute_CUSTOM_MODE                           SettingsAttribute = 4194304
	SettingsAttribute_PRIVACY_PROFILE_IMAGE_POST_TO_MYHOME  SettingsAttribute = 8388608
	SettingsAttribute_EMAIL_CONFIRMATION_STATUS             SettingsAttribute = 16777216
	SettingsAttribute_PRIVACY_RECV_MESSAGES_FROM_NOT_FRIEND SettingsAttribute = 33554432
	SettingsAttribute_ALL                                   SettingsAttribute = 2147483647
)

func SettingsAttributeFromString

func SettingsAttributeFromString(s string) (SettingsAttribute, error)

func SettingsAttributePtr

func SettingsAttributePtr(v SettingsAttribute) *SettingsAttribute

func (SettingsAttribute) MarshalText

func (p SettingsAttribute) MarshalText() ([]byte, error)

func (*SettingsAttribute) Scan

func (p *SettingsAttribute) Scan(value interface{}) error

func (SettingsAttribute) String

func (p SettingsAttribute) String() string

func (*SettingsAttribute) UnmarshalText

func (p *SettingsAttribute) UnmarshalText(text []byte) error

func (*SettingsAttribute) Value

func (p *SettingsAttribute) Value() (driver.Value, error)

type ShopService

type ShopService interface {
	// Parameters:
	//  - PaymentReservation
	BuyCoinProduct(ctx context.Context, paymentReservation *PaymentReservation) (err error)
	// Parameters:
	//  - ReceiverMid
	//  - ProductId
	//  - MessageTemplate
	//  - Language
	//  - Country
	//  - PackageId
	BuyFreeProduct(ctx context.Context, receiverMid string, productId string, messageTemplate int32, language string, country string, packageId int64) (err error)
	// Parameters:
	//  - ReceiverMid
	//  - ProductId
	//  - MessageTemplate
	//  - Language
	//  - Country
	//  - PackageId
	//  - SerialNumber
	BuyMustbuyProduct(ctx context.Context, receiverMid string, productId string, messageTemplate int32, language string, country string, packageId int64, serialNumber string) (err error)
	// Parameters:
	//  - RecipientMid
	//  - PackageId
	//  - Language
	//  - Country
	CheckCanReceivePresent(ctx context.Context, recipientMid string, packageId int64, language string, country string) (err error)
	// Parameters:
	//  - Start
	//  - Size
	//  - Language
	//  - Country
	GetActivePurchases(ctx context.Context, start int64, size int32, language string, country string) (r *ProductList, err error)
	// Parameters:
	//  - Start
	//  - Size
	//  - Language
	//  - Country
	GetActivePurchaseVersions(ctx context.Context, start int64, size int32, language string, country string) (r *ProductSimpleList, err error)
	// Parameters:
	//  - AppStoreCode
	//  - Country
	//  - Language
	GetCoinProducts(ctx context.Context, appStoreCode PaymentType, country string, language string) (r []*CoinProductItem, err error)
	// Parameters:
	//  - AppStoreCode
	//  - PgCode
	//  - Country
	//  - Language
	GetCoinProductsByPgCode(ctx context.Context, appStoreCode PaymentType, pgCode PaymentPgType, country string, language string) (r []*CoinProductItem, err error)
	// Parameters:
	//  - Request
	GetCoinPurchaseHistory(ctx context.Context, request *CoinHistoryCondition) (r *CoinHistoryResult_, err error)
	// Parameters:
	//  - Request
	GetCoinUseAndRefundHistory(ctx context.Context, request *CoinHistoryCondition) (r *CoinHistoryResult_, err error)
	// Parameters:
	//  - Start
	//  - Size
	//  - Language
	//  - Country
	GetDownloads(ctx context.Context, start int64, size int32, language string, country string) (r *ProductList, err error)
	// Parameters:
	//  - Start
	//  - Size
	//  - Language
	//  - Country
	GetEventPackages(ctx context.Context, start int64, size int32, language string, country string) (r *ProductList, err error)
	// Parameters:
	//  - Start
	//  - Size
	//  - Language
	//  - Country
	GetNewlyReleasedPackages(ctx context.Context, start int64, size int32, language string, country string) (r *ProductList, err error)
	// Parameters:
	//  - Start
	//  - Size
	//  - Language
	//  - Country
	GetPopularPackages(ctx context.Context, start int64, size int32, language string, country string) (r *ProductList, err error)
	// Parameters:
	//  - Start
	//  - Size
	//  - Language
	//  - Country
	GetPresentsReceived(ctx context.Context, start int64, size int32, language string, country string) (r *ProductList, err error)
	// Parameters:
	//  - Start
	//  - Size
	//  - Language
	//  - Country
	GetPresentsSent(ctx context.Context, start int64, size int32, language string, country string) (r *ProductList, err error)
	// Parameters:
	//  - PackageID
	//  - Language
	//  - Country
	GetProduct(ctx context.Context, packageID int64, language string, country string) (r *Product, err error)
	// Parameters:
	//  - ProductIdList
	//  - Language
	//  - Country
	GetProductList(ctx context.Context, productIdList []string, language string, country string) (r *ProductList, err error)
	// Parameters:
	//  - ProductIdList
	//  - Language
	//  - Country
	//  - CarrierCode
	GetProductListWithCarrier(ctx context.Context, productIdList []string, language string, country string, carrierCode string) (r *ProductList, err error)
	// Parameters:
	//  - PackageID
	//  - Language
	//  - Country
	//  - CarrierCode
	GetProductWithCarrier(ctx context.Context, packageID int64, language string, country string, carrierCode string) (r *Product, err error)
	// Parameters:
	//  - Start
	//  - Size
	//  - Language
	//  - Country
	GetPurchaseHistory(ctx context.Context, start int64, size int32, language string, country string) (r *ProductList, err error)
	// Parameters:
	//  - AppStoreCode
	GetTotalBalance(ctx context.Context, appStoreCode PaymentType) (r *Coin, err error)
	// Parameters:
	//  - PackageId
	//  - Language
	NotifyDownloaded(ctx context.Context, packageId int64, language string) (r int64, err error)
	// Parameters:
	//  - Request
	ReserveCoinPurchase(ctx context.Context, request *CoinPurchaseReservation) (r *PaymentReservationResult_, err error)
	// Parameters:
	//  - PaymentReservation
	ReservePayment(ctx context.Context, paymentReservation *PaymentReservation) (r *PaymentReservationResult_, err error)
}

type ShopServiceBuyCoinProductArgs

type ShopServiceBuyCoinProductArgs struct {
	// unused field # 1
	PaymentReservation *PaymentReservation `thrift:"paymentReservation,2" db:"paymentReservation" json:"paymentReservation"`
}

Attributes:

  • PaymentReservation

func NewShopServiceBuyCoinProductArgs

func NewShopServiceBuyCoinProductArgs() *ShopServiceBuyCoinProductArgs

func (*ShopServiceBuyCoinProductArgs) GetPaymentReservation

func (p *ShopServiceBuyCoinProductArgs) GetPaymentReservation() *PaymentReservation

func (*ShopServiceBuyCoinProductArgs) IsSetPaymentReservation

func (p *ShopServiceBuyCoinProductArgs) IsSetPaymentReservation() bool

func (*ShopServiceBuyCoinProductArgs) Read

func (*ShopServiceBuyCoinProductArgs) ReadField2

func (p *ShopServiceBuyCoinProductArgs) ReadField2(iprot TProtocol) error

func (*ShopServiceBuyCoinProductArgs) String

func (*ShopServiceBuyCoinProductArgs) Write

type ShopServiceBuyCoinProductResult

type ShopServiceBuyCoinProductResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewShopServiceBuyCoinProductResult

func NewShopServiceBuyCoinProductResult() *ShopServiceBuyCoinProductResult

func (*ShopServiceBuyCoinProductResult) GetE

func (*ShopServiceBuyCoinProductResult) IsSetE

func (*ShopServiceBuyCoinProductResult) Read

func (*ShopServiceBuyCoinProductResult) ReadField1

func (p *ShopServiceBuyCoinProductResult) ReadField1(iprot TProtocol) error

func (*ShopServiceBuyCoinProductResult) String

func (*ShopServiceBuyCoinProductResult) Write

type ShopServiceBuyFreeProductArgs

type ShopServiceBuyFreeProductArgs struct {
	// unused field # 1
	ReceiverMid     string `thrift:"receiverMid,2" db:"receiverMid" json:"receiverMid"`
	ProductId       string `thrift:"productId,3" db:"productId" json:"productId"`
	MessageTemplate int32  `thrift:"messageTemplate,4" db:"messageTemplate" json:"messageTemplate"`
	Language        string `thrift:"language,5" db:"language" json:"language"`
	Country         string `thrift:"country,6" db:"country" json:"country"`
	PackageId       int64  `thrift:"packageId,7" db:"packageId" json:"packageId"`
}

Attributes:

  • ReceiverMid
  • ProductId
  • MessageTemplate
  • Language
  • Country
  • PackageId

func NewShopServiceBuyFreeProductArgs

func NewShopServiceBuyFreeProductArgs() *ShopServiceBuyFreeProductArgs

func (*ShopServiceBuyFreeProductArgs) GetCountry

func (p *ShopServiceBuyFreeProductArgs) GetCountry() string

func (*ShopServiceBuyFreeProductArgs) GetLanguage

func (p *ShopServiceBuyFreeProductArgs) GetLanguage() string

func (*ShopServiceBuyFreeProductArgs) GetMessageTemplate

func (p *ShopServiceBuyFreeProductArgs) GetMessageTemplate() int32

func (*ShopServiceBuyFreeProductArgs) GetPackageId

func (p *ShopServiceBuyFreeProductArgs) GetPackageId() int64

func (*ShopServiceBuyFreeProductArgs) GetProductId

func (p *ShopServiceBuyFreeProductArgs) GetProductId() string

func (*ShopServiceBuyFreeProductArgs) GetReceiverMid

func (p *ShopServiceBuyFreeProductArgs) GetReceiverMid() string

func (*ShopServiceBuyFreeProductArgs) Read

func (*ShopServiceBuyFreeProductArgs) ReadField2

func (p *ShopServiceBuyFreeProductArgs) ReadField2(iprot TProtocol) error

func (*ShopServiceBuyFreeProductArgs) ReadField3

func (p *ShopServiceBuyFreeProductArgs) ReadField3(iprot TProtocol) error

func (*ShopServiceBuyFreeProductArgs) ReadField4

func (p *ShopServiceBuyFreeProductArgs) ReadField4(iprot TProtocol) error

func (*ShopServiceBuyFreeProductArgs) ReadField5

func (p *ShopServiceBuyFreeProductArgs) ReadField5(iprot TProtocol) error

func (*ShopServiceBuyFreeProductArgs) ReadField6

func (p *ShopServiceBuyFreeProductArgs) ReadField6(iprot TProtocol) error

func (*ShopServiceBuyFreeProductArgs) ReadField7

func (p *ShopServiceBuyFreeProductArgs) ReadField7(iprot TProtocol) error

func (*ShopServiceBuyFreeProductArgs) String

func (*ShopServiceBuyFreeProductArgs) Write

type ShopServiceBuyFreeProductResult

type ShopServiceBuyFreeProductResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewShopServiceBuyFreeProductResult

func NewShopServiceBuyFreeProductResult() *ShopServiceBuyFreeProductResult

func (*ShopServiceBuyFreeProductResult) GetE

func (*ShopServiceBuyFreeProductResult) IsSetE

func (*ShopServiceBuyFreeProductResult) Read

func (*ShopServiceBuyFreeProductResult) ReadField1

func (p *ShopServiceBuyFreeProductResult) ReadField1(iprot TProtocol) error

func (*ShopServiceBuyFreeProductResult) String

func (*ShopServiceBuyFreeProductResult) Write

type ShopServiceBuyMustbuyProductArgs

type ShopServiceBuyMustbuyProductArgs struct {
	// unused field # 1
	ReceiverMid     string `thrift:"receiverMid,2" db:"receiverMid" json:"receiverMid"`
	ProductId       string `thrift:"productId,3" db:"productId" json:"productId"`
	MessageTemplate int32  `thrift:"messageTemplate,4" db:"messageTemplate" json:"messageTemplate"`
	Language        string `thrift:"language,5" db:"language" json:"language"`
	Country         string `thrift:"country,6" db:"country" json:"country"`
	PackageId       int64  `thrift:"packageId,7" db:"packageId" json:"packageId"`
	SerialNumber    string `thrift:"serialNumber,8" db:"serialNumber" json:"serialNumber"`
}

Attributes:

  • ReceiverMid
  • ProductId
  • MessageTemplate
  • Language
  • Country
  • PackageId
  • SerialNumber

func NewShopServiceBuyMustbuyProductArgs

func NewShopServiceBuyMustbuyProductArgs() *ShopServiceBuyMustbuyProductArgs

func (*ShopServiceBuyMustbuyProductArgs) GetCountry

func (p *ShopServiceBuyMustbuyProductArgs) GetCountry() string

func (*ShopServiceBuyMustbuyProductArgs) GetLanguage

func (p *ShopServiceBuyMustbuyProductArgs) GetLanguage() string

func (*ShopServiceBuyMustbuyProductArgs) GetMessageTemplate

func (p *ShopServiceBuyMustbuyProductArgs) GetMessageTemplate() int32

func (*ShopServiceBuyMustbuyProductArgs) GetPackageId

func (p *ShopServiceBuyMustbuyProductArgs) GetPackageId() int64

func (*ShopServiceBuyMustbuyProductArgs) GetProductId

func (p *ShopServiceBuyMustbuyProductArgs) GetProductId() string

func (*ShopServiceBuyMustbuyProductArgs) GetReceiverMid

func (p *ShopServiceBuyMustbuyProductArgs) GetReceiverMid() string

func (*ShopServiceBuyMustbuyProductArgs) GetSerialNumber

func (p *ShopServiceBuyMustbuyProductArgs) GetSerialNumber() string

func (*ShopServiceBuyMustbuyProductArgs) Read

func (*ShopServiceBuyMustbuyProductArgs) ReadField2

func (p *ShopServiceBuyMustbuyProductArgs) ReadField2(iprot TProtocol) error

func (*ShopServiceBuyMustbuyProductArgs) ReadField3

func (p *ShopServiceBuyMustbuyProductArgs) ReadField3(iprot TProtocol) error

func (*ShopServiceBuyMustbuyProductArgs) ReadField4

func (p *ShopServiceBuyMustbuyProductArgs) ReadField4(iprot TProtocol) error

func (*ShopServiceBuyMustbuyProductArgs) ReadField5

func (p *ShopServiceBuyMustbuyProductArgs) ReadField5(iprot TProtocol) error

func (*ShopServiceBuyMustbuyProductArgs) ReadField6

func (p *ShopServiceBuyMustbuyProductArgs) ReadField6(iprot TProtocol) error

func (*ShopServiceBuyMustbuyProductArgs) ReadField7

func (p *ShopServiceBuyMustbuyProductArgs) ReadField7(iprot TProtocol) error

func (*ShopServiceBuyMustbuyProductArgs) ReadField8

func (p *ShopServiceBuyMustbuyProductArgs) ReadField8(iprot TProtocol) error

func (*ShopServiceBuyMustbuyProductArgs) String

func (*ShopServiceBuyMustbuyProductArgs) Write

type ShopServiceBuyMustbuyProductResult

type ShopServiceBuyMustbuyProductResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewShopServiceBuyMustbuyProductResult

func NewShopServiceBuyMustbuyProductResult() *ShopServiceBuyMustbuyProductResult

func (*ShopServiceBuyMustbuyProductResult) GetE

func (*ShopServiceBuyMustbuyProductResult) IsSetE

func (*ShopServiceBuyMustbuyProductResult) Read

func (*ShopServiceBuyMustbuyProductResult) ReadField1

func (p *ShopServiceBuyMustbuyProductResult) ReadField1(iprot TProtocol) error

func (*ShopServiceBuyMustbuyProductResult) String

func (*ShopServiceBuyMustbuyProductResult) Write

type ShopServiceCheckCanReceivePresentArgs

type ShopServiceCheckCanReceivePresentArgs struct {
	// unused field # 1
	RecipientMid string `thrift:"recipientMid,2" db:"recipientMid" json:"recipientMid"`
	PackageId    int64  `thrift:"packageId,3" db:"packageId" json:"packageId"`
	Language     string `thrift:"language,4" db:"language" json:"language"`
	Country      string `thrift:"country,5" db:"country" json:"country"`
}

Attributes:

  • RecipientMid
  • PackageId
  • Language
  • Country

func NewShopServiceCheckCanReceivePresentArgs

func NewShopServiceCheckCanReceivePresentArgs() *ShopServiceCheckCanReceivePresentArgs

func (*ShopServiceCheckCanReceivePresentArgs) GetCountry

func (*ShopServiceCheckCanReceivePresentArgs) GetLanguage

func (*ShopServiceCheckCanReceivePresentArgs) GetPackageId

func (p *ShopServiceCheckCanReceivePresentArgs) GetPackageId() int64

func (*ShopServiceCheckCanReceivePresentArgs) GetRecipientMid

func (p *ShopServiceCheckCanReceivePresentArgs) GetRecipientMid() string

func (*ShopServiceCheckCanReceivePresentArgs) Read

func (*ShopServiceCheckCanReceivePresentArgs) ReadField2

func (*ShopServiceCheckCanReceivePresentArgs) ReadField3

func (*ShopServiceCheckCanReceivePresentArgs) ReadField4

func (*ShopServiceCheckCanReceivePresentArgs) ReadField5

func (*ShopServiceCheckCanReceivePresentArgs) String

func (*ShopServiceCheckCanReceivePresentArgs) Write

type ShopServiceCheckCanReceivePresentResult

type ShopServiceCheckCanReceivePresentResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewShopServiceCheckCanReceivePresentResult

func NewShopServiceCheckCanReceivePresentResult() *ShopServiceCheckCanReceivePresentResult

func (*ShopServiceCheckCanReceivePresentResult) GetE

func (*ShopServiceCheckCanReceivePresentResult) IsSetE

func (*ShopServiceCheckCanReceivePresentResult) Read

func (*ShopServiceCheckCanReceivePresentResult) ReadField1

func (*ShopServiceCheckCanReceivePresentResult) String

func (*ShopServiceCheckCanReceivePresentResult) Write

type ShopServiceClient

type ShopServiceClient struct {
	// contains filtered or unexported fields
}

func NewShopServiceClient

func NewShopServiceClient(c TClient) *ShopServiceClient

func NewShopServiceClientFactory

func NewShopServiceClientFactory(t TTransport, f TProtocolFactory) *ShopServiceClient

func NewShopServiceClientProtocol

func NewShopServiceClientProtocol(t TTransport, iprot TProtocol, oprot TProtocol) *ShopServiceClient

func (*ShopServiceClient) BuyCoinProduct

func (p *ShopServiceClient) BuyCoinProduct(ctx context.Context, paymentReservation *PaymentReservation) (err error)

Parameters:

  • PaymentReservation

func (*ShopServiceClient) BuyFreeProduct

func (p *ShopServiceClient) BuyFreeProduct(ctx context.Context, receiverMid string, productId string, messageTemplate int32, language string, country string, packageId int64) (err error)

Parameters:

  • ReceiverMid
  • ProductId
  • MessageTemplate
  • Language
  • Country
  • PackageId

func (*ShopServiceClient) BuyMustbuyProduct

func (p *ShopServiceClient) BuyMustbuyProduct(ctx context.Context, receiverMid string, productId string, messageTemplate int32, language string, country string, packageId int64, serialNumber string) (err error)

Parameters:

  • ReceiverMid
  • ProductId
  • MessageTemplate
  • Language
  • Country
  • PackageId
  • SerialNumber

func (*ShopServiceClient) CheckCanReceivePresent

func (p *ShopServiceClient) CheckCanReceivePresent(ctx context.Context, recipientMid string, packageId int64, language string, country string) (err error)

Parameters:

  • RecipientMid
  • PackageId
  • Language
  • Country

func (*ShopServiceClient) Client_

func (p *ShopServiceClient) Client_() TClient

func (*ShopServiceClient) GetActivePurchaseVersions

func (p *ShopServiceClient) GetActivePurchaseVersions(ctx context.Context, start int64, size int32, language string, country string) (r *ProductSimpleList, err error)

Parameters:

  • Start
  • Size
  • Language
  • Country

func (*ShopServiceClient) GetActivePurchases

func (p *ShopServiceClient) GetActivePurchases(ctx context.Context, start int64, size int32, language string, country string) (r *ProductList, err error)

Parameters:

  • Start
  • Size
  • Language
  • Country

func (*ShopServiceClient) GetCoinProducts

func (p *ShopServiceClient) GetCoinProducts(ctx context.Context, appStoreCode PaymentType, country string, language string) (r []*CoinProductItem, err error)

Parameters:

  • AppStoreCode
  • Country
  • Language

func (*ShopServiceClient) GetCoinProductsByPgCode

func (p *ShopServiceClient) GetCoinProductsByPgCode(ctx context.Context, appStoreCode PaymentType, pgCode PaymentPgType, country string, language string) (r []*CoinProductItem, err error)

Parameters:

  • AppStoreCode
  • PgCode
  • Country
  • Language

func (*ShopServiceClient) GetCoinPurchaseHistory

func (p *ShopServiceClient) GetCoinPurchaseHistory(ctx context.Context, request *CoinHistoryCondition) (r *CoinHistoryResult_, err error)

Parameters:

  • Request

func (*ShopServiceClient) GetCoinUseAndRefundHistory

func (p *ShopServiceClient) GetCoinUseAndRefundHistory(ctx context.Context, request *CoinHistoryCondition) (r *CoinHistoryResult_, err error)

Parameters:

  • Request

func (*ShopServiceClient) GetDownloads

func (p *ShopServiceClient) GetDownloads(ctx context.Context, start int64, size int32, language string, country string) (r *ProductList, err error)

Parameters:

  • Start
  • Size
  • Language
  • Country

func (*ShopServiceClient) GetEventPackages

func (p *ShopServiceClient) GetEventPackages(ctx context.Context, start int64, size int32, language string, country string) (r *ProductList, err error)

Parameters:

  • Start
  • Size
  • Language
  • Country

func (*ShopServiceClient) GetNewlyReleasedPackages

func (p *ShopServiceClient) GetNewlyReleasedPackages(ctx context.Context, start int64, size int32, language string, country string) (r *ProductList, err error)

Parameters:

  • Start
  • Size
  • Language
  • Country

func (*ShopServiceClient) GetPopularPackages

func (p *ShopServiceClient) GetPopularPackages(ctx context.Context, start int64, size int32, language string, country string) (r *ProductList, err error)

Parameters:

  • Start
  • Size
  • Language
  • Country

func (*ShopServiceClient) GetPresentsReceived

func (p *ShopServiceClient) GetPresentsReceived(ctx context.Context, start int64, size int32, language string, country string) (r *ProductList, err error)

Parameters:

  • Start
  • Size
  • Language
  • Country

func (*ShopServiceClient) GetPresentsSent

func (p *ShopServiceClient) GetPresentsSent(ctx context.Context, start int64, size int32, language string, country string) (r *ProductList, err error)

Parameters:

  • Start
  • Size
  • Language
  • Country

func (*ShopServiceClient) GetProduct

func (p *ShopServiceClient) GetProduct(ctx context.Context, packageID int64, language string, country string) (r *Product, err error)

Parameters:

  • PackageID
  • Language
  • Country

func (*ShopServiceClient) GetProductList

func (p *ShopServiceClient) GetProductList(ctx context.Context, productIdList []string, language string, country string) (r *ProductList, err error)

Parameters:

  • ProductIdList
  • Language
  • Country

func (*ShopServiceClient) GetProductListWithCarrier

func (p *ShopServiceClient) GetProductListWithCarrier(ctx context.Context, productIdList []string, language string, country string, carrierCode string) (r *ProductList, err error)

Parameters:

  • ProductIdList
  • Language
  • Country
  • CarrierCode

func (*ShopServiceClient) GetProductWithCarrier

func (p *ShopServiceClient) GetProductWithCarrier(ctx context.Context, packageID int64, language string, country string, carrierCode string) (r *Product, err error)

Parameters:

  • PackageID
  • Language
  • Country
  • CarrierCode

func (*ShopServiceClient) GetPurchaseHistory

func (p *ShopServiceClient) GetPurchaseHistory(ctx context.Context, start int64, size int32, language string, country string) (r *ProductList, err error)

Parameters:

  • Start
  • Size
  • Language
  • Country

func (*ShopServiceClient) GetTotalBalance

func (p *ShopServiceClient) GetTotalBalance(ctx context.Context, appStoreCode PaymentType) (r *Coin, err error)

Parameters:

  • AppStoreCode

func (*ShopServiceClient) NotifyDownloaded

func (p *ShopServiceClient) NotifyDownloaded(ctx context.Context, packageId int64, language string) (r int64, err error)

Parameters:

  • PackageId
  • Language

func (*ShopServiceClient) ReserveCoinPurchase

func (p *ShopServiceClient) ReserveCoinPurchase(ctx context.Context, request *CoinPurchaseReservation) (r *PaymentReservationResult_, err error)

Parameters:

  • Request

func (*ShopServiceClient) ReservePayment

func (p *ShopServiceClient) ReservePayment(ctx context.Context, paymentReservation *PaymentReservation) (r *PaymentReservationResult_, err error)

Parameters:

  • PaymentReservation

type ShopServiceGetActivePurchaseVersionsArgs

type ShopServiceGetActivePurchaseVersionsArgs struct {
	// unused field # 1
	Start    int64  `thrift:"start,2" db:"start" json:"start"`
	Size     int32  `thrift:"size,3" db:"size" json:"size"`
	Language string `thrift:"language,4" db:"language" json:"language"`
	Country  string `thrift:"country,5" db:"country" json:"country"`
}

Attributes:

  • Start
  • Size
  • Language
  • Country

func NewShopServiceGetActivePurchaseVersionsArgs

func NewShopServiceGetActivePurchaseVersionsArgs() *ShopServiceGetActivePurchaseVersionsArgs

func (*ShopServiceGetActivePurchaseVersionsArgs) GetCountry

func (*ShopServiceGetActivePurchaseVersionsArgs) GetLanguage

func (*ShopServiceGetActivePurchaseVersionsArgs) GetSize

func (*ShopServiceGetActivePurchaseVersionsArgs) GetStart

func (*ShopServiceGetActivePurchaseVersionsArgs) Read

func (*ShopServiceGetActivePurchaseVersionsArgs) ReadField2

func (*ShopServiceGetActivePurchaseVersionsArgs) ReadField3

func (*ShopServiceGetActivePurchaseVersionsArgs) ReadField4

func (*ShopServiceGetActivePurchaseVersionsArgs) ReadField5

func (*ShopServiceGetActivePurchaseVersionsArgs) String

func (*ShopServiceGetActivePurchaseVersionsArgs) Write

type ShopServiceGetActivePurchaseVersionsResult

type ShopServiceGetActivePurchaseVersionsResult struct {
	Success *ProductSimpleList `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException     `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewShopServiceGetActivePurchaseVersionsResult

func NewShopServiceGetActivePurchaseVersionsResult() *ShopServiceGetActivePurchaseVersionsResult

func (*ShopServiceGetActivePurchaseVersionsResult) GetE

func (*ShopServiceGetActivePurchaseVersionsResult) GetSuccess

func (*ShopServiceGetActivePurchaseVersionsResult) IsSetE

func (*ShopServiceGetActivePurchaseVersionsResult) IsSetSuccess

func (*ShopServiceGetActivePurchaseVersionsResult) Read

func (*ShopServiceGetActivePurchaseVersionsResult) ReadField0

func (*ShopServiceGetActivePurchaseVersionsResult) ReadField1

func (*ShopServiceGetActivePurchaseVersionsResult) String

func (*ShopServiceGetActivePurchaseVersionsResult) Write

type ShopServiceGetActivePurchasesArgs

type ShopServiceGetActivePurchasesArgs struct {
	// unused field # 1
	Start    int64  `thrift:"start,2" db:"start" json:"start"`
	Size     int32  `thrift:"size,3" db:"size" json:"size"`
	Language string `thrift:"language,4" db:"language" json:"language"`
	Country  string `thrift:"country,5" db:"country" json:"country"`
}

Attributes:

  • Start
  • Size
  • Language
  • Country

func NewShopServiceGetActivePurchasesArgs

func NewShopServiceGetActivePurchasesArgs() *ShopServiceGetActivePurchasesArgs

func (*ShopServiceGetActivePurchasesArgs) GetCountry

func (p *ShopServiceGetActivePurchasesArgs) GetCountry() string

func (*ShopServiceGetActivePurchasesArgs) GetLanguage

func (p *ShopServiceGetActivePurchasesArgs) GetLanguage() string

func (*ShopServiceGetActivePurchasesArgs) GetSize

func (*ShopServiceGetActivePurchasesArgs) GetStart

func (*ShopServiceGetActivePurchasesArgs) Read

func (*ShopServiceGetActivePurchasesArgs) ReadField2

func (p *ShopServiceGetActivePurchasesArgs) ReadField2(iprot TProtocol) error

func (*ShopServiceGetActivePurchasesArgs) ReadField3

func (p *ShopServiceGetActivePurchasesArgs) ReadField3(iprot TProtocol) error

func (*ShopServiceGetActivePurchasesArgs) ReadField4

func (p *ShopServiceGetActivePurchasesArgs) ReadField4(iprot TProtocol) error

func (*ShopServiceGetActivePurchasesArgs) ReadField5

func (p *ShopServiceGetActivePurchasesArgs) ReadField5(iprot TProtocol) error

func (*ShopServiceGetActivePurchasesArgs) String

func (*ShopServiceGetActivePurchasesArgs) Write

type ShopServiceGetActivePurchasesResult

type ShopServiceGetActivePurchasesResult struct {
	Success *ProductList   `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewShopServiceGetActivePurchasesResult

func NewShopServiceGetActivePurchasesResult() *ShopServiceGetActivePurchasesResult

func (*ShopServiceGetActivePurchasesResult) GetE

func (*ShopServiceGetActivePurchasesResult) GetSuccess

func (*ShopServiceGetActivePurchasesResult) IsSetE

func (*ShopServiceGetActivePurchasesResult) IsSetSuccess

func (p *ShopServiceGetActivePurchasesResult) IsSetSuccess() bool

func (*ShopServiceGetActivePurchasesResult) Read

func (*ShopServiceGetActivePurchasesResult) ReadField0

func (*ShopServiceGetActivePurchasesResult) ReadField1

func (*ShopServiceGetActivePurchasesResult) String

func (*ShopServiceGetActivePurchasesResult) Write

type ShopServiceGetCoinProductsArgs

type ShopServiceGetCoinProductsArgs struct {
	// unused field # 1
	AppStoreCode PaymentType `thrift:"appStoreCode,2" db:"appStoreCode" json:"appStoreCode"`
	Country      string      `thrift:"country,3" db:"country" json:"country"`
	Language     string      `thrift:"language,4" db:"language" json:"language"`
}

Attributes:

  • AppStoreCode
  • Country
  • Language

func NewShopServiceGetCoinProductsArgs

func NewShopServiceGetCoinProductsArgs() *ShopServiceGetCoinProductsArgs

func (*ShopServiceGetCoinProductsArgs) GetAppStoreCode

func (p *ShopServiceGetCoinProductsArgs) GetAppStoreCode() PaymentType

func (*ShopServiceGetCoinProductsArgs) GetCountry

func (p *ShopServiceGetCoinProductsArgs) GetCountry() string

func (*ShopServiceGetCoinProductsArgs) GetLanguage

func (p *ShopServiceGetCoinProductsArgs) GetLanguage() string

func (*ShopServiceGetCoinProductsArgs) Read

func (*ShopServiceGetCoinProductsArgs) ReadField2

func (p *ShopServiceGetCoinProductsArgs) ReadField2(iprot TProtocol) error

func (*ShopServiceGetCoinProductsArgs) ReadField3

func (p *ShopServiceGetCoinProductsArgs) ReadField3(iprot TProtocol) error

func (*ShopServiceGetCoinProductsArgs) ReadField4

func (p *ShopServiceGetCoinProductsArgs) ReadField4(iprot TProtocol) error

func (*ShopServiceGetCoinProductsArgs) String

func (*ShopServiceGetCoinProductsArgs) Write

type ShopServiceGetCoinProductsByPgCodeArgs

type ShopServiceGetCoinProductsByPgCodeArgs struct {
	// unused field # 1
	AppStoreCode PaymentType   `thrift:"appStoreCode,2" db:"appStoreCode" json:"appStoreCode"`
	PgCode       PaymentPgType `thrift:"pgCode,3" db:"pgCode" json:"pgCode"`
	Country      string        `thrift:"country,4" db:"country" json:"country"`
	Language     string        `thrift:"language,5" db:"language" json:"language"`
}

Attributes:

  • AppStoreCode
  • PgCode
  • Country
  • Language

func NewShopServiceGetCoinProductsByPgCodeArgs

func NewShopServiceGetCoinProductsByPgCodeArgs() *ShopServiceGetCoinProductsByPgCodeArgs

func (*ShopServiceGetCoinProductsByPgCodeArgs) GetAppStoreCode

func (*ShopServiceGetCoinProductsByPgCodeArgs) GetCountry

func (*ShopServiceGetCoinProductsByPgCodeArgs) GetLanguage

func (*ShopServiceGetCoinProductsByPgCodeArgs) GetPgCode

func (*ShopServiceGetCoinProductsByPgCodeArgs) Read

func (*ShopServiceGetCoinProductsByPgCodeArgs) ReadField2

func (*ShopServiceGetCoinProductsByPgCodeArgs) ReadField3

func (*ShopServiceGetCoinProductsByPgCodeArgs) ReadField4

func (*ShopServiceGetCoinProductsByPgCodeArgs) ReadField5

func (*ShopServiceGetCoinProductsByPgCodeArgs) String

func (*ShopServiceGetCoinProductsByPgCodeArgs) Write

type ShopServiceGetCoinProductsByPgCodeResult

type ShopServiceGetCoinProductsByPgCodeResult struct {
	Success []*CoinProductItem `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException     `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewShopServiceGetCoinProductsByPgCodeResult

func NewShopServiceGetCoinProductsByPgCodeResult() *ShopServiceGetCoinProductsByPgCodeResult

func (*ShopServiceGetCoinProductsByPgCodeResult) GetE

func (*ShopServiceGetCoinProductsByPgCodeResult) GetSuccess

func (*ShopServiceGetCoinProductsByPgCodeResult) IsSetE

func (*ShopServiceGetCoinProductsByPgCodeResult) IsSetSuccess

func (*ShopServiceGetCoinProductsByPgCodeResult) Read

func (*ShopServiceGetCoinProductsByPgCodeResult) ReadField0

func (*ShopServiceGetCoinProductsByPgCodeResult) ReadField1

func (*ShopServiceGetCoinProductsByPgCodeResult) String

func (*ShopServiceGetCoinProductsByPgCodeResult) Write

type ShopServiceGetCoinProductsResult

type ShopServiceGetCoinProductsResult struct {
	Success []*CoinProductItem `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException     `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewShopServiceGetCoinProductsResult

func NewShopServiceGetCoinProductsResult() *ShopServiceGetCoinProductsResult

func (*ShopServiceGetCoinProductsResult) GetE

func (*ShopServiceGetCoinProductsResult) GetSuccess

func (*ShopServiceGetCoinProductsResult) IsSetE

func (*ShopServiceGetCoinProductsResult) IsSetSuccess

func (p *ShopServiceGetCoinProductsResult) IsSetSuccess() bool

func (*ShopServiceGetCoinProductsResult) Read

func (*ShopServiceGetCoinProductsResult) ReadField0

func (p *ShopServiceGetCoinProductsResult) ReadField0(iprot TProtocol) error

func (*ShopServiceGetCoinProductsResult) ReadField1

func (p *ShopServiceGetCoinProductsResult) ReadField1(iprot TProtocol) error

func (*ShopServiceGetCoinProductsResult) String

func (*ShopServiceGetCoinProductsResult) Write

type ShopServiceGetCoinPurchaseHistoryArgs

type ShopServiceGetCoinPurchaseHistoryArgs struct {
	// unused field # 1
	Request *CoinHistoryCondition `thrift:"request,2" db:"request" json:"request"`
}

Attributes:

  • Request

func NewShopServiceGetCoinPurchaseHistoryArgs

func NewShopServiceGetCoinPurchaseHistoryArgs() *ShopServiceGetCoinPurchaseHistoryArgs

func (*ShopServiceGetCoinPurchaseHistoryArgs) GetRequest

func (*ShopServiceGetCoinPurchaseHistoryArgs) IsSetRequest

func (p *ShopServiceGetCoinPurchaseHistoryArgs) IsSetRequest() bool

func (*ShopServiceGetCoinPurchaseHistoryArgs) Read

func (*ShopServiceGetCoinPurchaseHistoryArgs) ReadField2

func (*ShopServiceGetCoinPurchaseHistoryArgs) String

func (*ShopServiceGetCoinPurchaseHistoryArgs) Write

type ShopServiceGetCoinPurchaseHistoryResult

type ShopServiceGetCoinPurchaseHistoryResult struct {
	Success *CoinHistoryResult_ `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException      `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewShopServiceGetCoinPurchaseHistoryResult

func NewShopServiceGetCoinPurchaseHistoryResult() *ShopServiceGetCoinPurchaseHistoryResult

func (*ShopServiceGetCoinPurchaseHistoryResult) GetE

func (*ShopServiceGetCoinPurchaseHistoryResult) GetSuccess

func (*ShopServiceGetCoinPurchaseHistoryResult) IsSetE

func (*ShopServiceGetCoinPurchaseHistoryResult) IsSetSuccess

func (*ShopServiceGetCoinPurchaseHistoryResult) Read

func (*ShopServiceGetCoinPurchaseHistoryResult) ReadField0

func (*ShopServiceGetCoinPurchaseHistoryResult) ReadField1

func (*ShopServiceGetCoinPurchaseHistoryResult) String

func (*ShopServiceGetCoinPurchaseHistoryResult) Write

type ShopServiceGetCoinUseAndRefundHistoryArgs

type ShopServiceGetCoinUseAndRefundHistoryArgs struct {
	// unused field # 1
	Request *CoinHistoryCondition `thrift:"request,2" db:"request" json:"request"`
}

Attributes:

  • Request

func NewShopServiceGetCoinUseAndRefundHistoryArgs

func NewShopServiceGetCoinUseAndRefundHistoryArgs() *ShopServiceGetCoinUseAndRefundHistoryArgs

func (*ShopServiceGetCoinUseAndRefundHistoryArgs) GetRequest

func (*ShopServiceGetCoinUseAndRefundHistoryArgs) IsSetRequest

func (*ShopServiceGetCoinUseAndRefundHistoryArgs) Read

func (*ShopServiceGetCoinUseAndRefundHistoryArgs) ReadField2

func (*ShopServiceGetCoinUseAndRefundHistoryArgs) String

func (*ShopServiceGetCoinUseAndRefundHistoryArgs) Write

type ShopServiceGetCoinUseAndRefundHistoryResult

type ShopServiceGetCoinUseAndRefundHistoryResult struct {
	Success *CoinHistoryResult_ `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException      `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewShopServiceGetCoinUseAndRefundHistoryResult

func NewShopServiceGetCoinUseAndRefundHistoryResult() *ShopServiceGetCoinUseAndRefundHistoryResult

func (*ShopServiceGetCoinUseAndRefundHistoryResult) GetE

func (*ShopServiceGetCoinUseAndRefundHistoryResult) GetSuccess

func (*ShopServiceGetCoinUseAndRefundHistoryResult) IsSetE

func (*ShopServiceGetCoinUseAndRefundHistoryResult) IsSetSuccess

func (*ShopServiceGetCoinUseAndRefundHistoryResult) Read

func (*ShopServiceGetCoinUseAndRefundHistoryResult) ReadField0

func (*ShopServiceGetCoinUseAndRefundHistoryResult) ReadField1

func (*ShopServiceGetCoinUseAndRefundHistoryResult) String

func (*ShopServiceGetCoinUseAndRefundHistoryResult) Write

type ShopServiceGetDownloadsArgs

type ShopServiceGetDownloadsArgs struct {
	// unused field # 1
	Start    int64  `thrift:"start,2" db:"start" json:"start"`
	Size     int32  `thrift:"size,3" db:"size" json:"size"`
	Language string `thrift:"language,4" db:"language" json:"language"`
	Country  string `thrift:"country,5" db:"country" json:"country"`
}

Attributes:

  • Start
  • Size
  • Language
  • Country

func NewShopServiceGetDownloadsArgs

func NewShopServiceGetDownloadsArgs() *ShopServiceGetDownloadsArgs

func (*ShopServiceGetDownloadsArgs) GetCountry

func (p *ShopServiceGetDownloadsArgs) GetCountry() string

func (*ShopServiceGetDownloadsArgs) GetLanguage

func (p *ShopServiceGetDownloadsArgs) GetLanguage() string

func (*ShopServiceGetDownloadsArgs) GetSize

func (p *ShopServiceGetDownloadsArgs) GetSize() int32

func (*ShopServiceGetDownloadsArgs) GetStart

func (p *ShopServiceGetDownloadsArgs) GetStart() int64

func (*ShopServiceGetDownloadsArgs) Read

func (*ShopServiceGetDownloadsArgs) ReadField2

func (p *ShopServiceGetDownloadsArgs) ReadField2(iprot TProtocol) error

func (*ShopServiceGetDownloadsArgs) ReadField3

func (p *ShopServiceGetDownloadsArgs) ReadField3(iprot TProtocol) error

func (*ShopServiceGetDownloadsArgs) ReadField4

func (p *ShopServiceGetDownloadsArgs) ReadField4(iprot TProtocol) error

func (*ShopServiceGetDownloadsArgs) ReadField5

func (p *ShopServiceGetDownloadsArgs) ReadField5(iprot TProtocol) error

func (*ShopServiceGetDownloadsArgs) String

func (p *ShopServiceGetDownloadsArgs) String() string

func (*ShopServiceGetDownloadsArgs) Write

type ShopServiceGetDownloadsResult

type ShopServiceGetDownloadsResult struct {
	Success *ProductList   `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewShopServiceGetDownloadsResult

func NewShopServiceGetDownloadsResult() *ShopServiceGetDownloadsResult

func (*ShopServiceGetDownloadsResult) GetE

func (*ShopServiceGetDownloadsResult) GetSuccess

func (p *ShopServiceGetDownloadsResult) GetSuccess() *ProductList

func (*ShopServiceGetDownloadsResult) IsSetE

func (p *ShopServiceGetDownloadsResult) IsSetE() bool

func (*ShopServiceGetDownloadsResult) IsSetSuccess

func (p *ShopServiceGetDownloadsResult) IsSetSuccess() bool

func (*ShopServiceGetDownloadsResult) Read

func (*ShopServiceGetDownloadsResult) ReadField0

func (p *ShopServiceGetDownloadsResult) ReadField0(iprot TProtocol) error

func (*ShopServiceGetDownloadsResult) ReadField1

func (p *ShopServiceGetDownloadsResult) ReadField1(iprot TProtocol) error

func (*ShopServiceGetDownloadsResult) String

func (*ShopServiceGetDownloadsResult) Write

type ShopServiceGetEventPackagesArgs

type ShopServiceGetEventPackagesArgs struct {
	// unused field # 1
	Start    int64  `thrift:"start,2" db:"start" json:"start"`
	Size     int32  `thrift:"size,3" db:"size" json:"size"`
	Language string `thrift:"language,4" db:"language" json:"language"`
	Country  string `thrift:"country,5" db:"country" json:"country"`
}

Attributes:

  • Start
  • Size
  • Language
  • Country

func NewShopServiceGetEventPackagesArgs

func NewShopServiceGetEventPackagesArgs() *ShopServiceGetEventPackagesArgs

func (*ShopServiceGetEventPackagesArgs) GetCountry

func (p *ShopServiceGetEventPackagesArgs) GetCountry() string

func (*ShopServiceGetEventPackagesArgs) GetLanguage

func (p *ShopServiceGetEventPackagesArgs) GetLanguage() string

func (*ShopServiceGetEventPackagesArgs) GetSize

func (*ShopServiceGetEventPackagesArgs) GetStart

func (p *ShopServiceGetEventPackagesArgs) GetStart() int64

func (*ShopServiceGetEventPackagesArgs) Read

func (*ShopServiceGetEventPackagesArgs) ReadField2

func (p *ShopServiceGetEventPackagesArgs) ReadField2(iprot TProtocol) error

func (*ShopServiceGetEventPackagesArgs) ReadField3

func (p *ShopServiceGetEventPackagesArgs) ReadField3(iprot TProtocol) error

func (*ShopServiceGetEventPackagesArgs) ReadField4

func (p *ShopServiceGetEventPackagesArgs) ReadField4(iprot TProtocol) error

func (*ShopServiceGetEventPackagesArgs) ReadField5

func (p *ShopServiceGetEventPackagesArgs) ReadField5(iprot TProtocol) error

func (*ShopServiceGetEventPackagesArgs) String

func (*ShopServiceGetEventPackagesArgs) Write

type ShopServiceGetEventPackagesResult

type ShopServiceGetEventPackagesResult struct {
	Success *ProductList   `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewShopServiceGetEventPackagesResult

func NewShopServiceGetEventPackagesResult() *ShopServiceGetEventPackagesResult

func (*ShopServiceGetEventPackagesResult) GetE

func (*ShopServiceGetEventPackagesResult) GetSuccess

func (*ShopServiceGetEventPackagesResult) IsSetE

func (*ShopServiceGetEventPackagesResult) IsSetSuccess

func (p *ShopServiceGetEventPackagesResult) IsSetSuccess() bool

func (*ShopServiceGetEventPackagesResult) Read

func (*ShopServiceGetEventPackagesResult) ReadField0

func (p *ShopServiceGetEventPackagesResult) ReadField0(iprot TProtocol) error

func (*ShopServiceGetEventPackagesResult) ReadField1

func (p *ShopServiceGetEventPackagesResult) ReadField1(iprot TProtocol) error

func (*ShopServiceGetEventPackagesResult) String

func (*ShopServiceGetEventPackagesResult) Write

type ShopServiceGetNewlyReleasedPackagesArgs

type ShopServiceGetNewlyReleasedPackagesArgs struct {
	// unused field # 1
	Start    int64  `thrift:"start,2" db:"start" json:"start"`
	Size     int32  `thrift:"size,3" db:"size" json:"size"`
	Language string `thrift:"language,4" db:"language" json:"language"`
	Country  string `thrift:"country,5" db:"country" json:"country"`
}

Attributes:

  • Start
  • Size
  • Language
  • Country

func NewShopServiceGetNewlyReleasedPackagesArgs

func NewShopServiceGetNewlyReleasedPackagesArgs() *ShopServiceGetNewlyReleasedPackagesArgs

func (*ShopServiceGetNewlyReleasedPackagesArgs) GetCountry

func (*ShopServiceGetNewlyReleasedPackagesArgs) GetLanguage

func (*ShopServiceGetNewlyReleasedPackagesArgs) GetSize

func (*ShopServiceGetNewlyReleasedPackagesArgs) GetStart

func (*ShopServiceGetNewlyReleasedPackagesArgs) Read

func (*ShopServiceGetNewlyReleasedPackagesArgs) ReadField2

func (*ShopServiceGetNewlyReleasedPackagesArgs) ReadField3

func (*ShopServiceGetNewlyReleasedPackagesArgs) ReadField4

func (*ShopServiceGetNewlyReleasedPackagesArgs) ReadField5

func (*ShopServiceGetNewlyReleasedPackagesArgs) String

func (*ShopServiceGetNewlyReleasedPackagesArgs) Write

type ShopServiceGetNewlyReleasedPackagesResult

type ShopServiceGetNewlyReleasedPackagesResult struct {
	Success *ProductList   `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewShopServiceGetNewlyReleasedPackagesResult

func NewShopServiceGetNewlyReleasedPackagesResult() *ShopServiceGetNewlyReleasedPackagesResult

func (*ShopServiceGetNewlyReleasedPackagesResult) GetE

func (*ShopServiceGetNewlyReleasedPackagesResult) GetSuccess

func (*ShopServiceGetNewlyReleasedPackagesResult) IsSetE

func (*ShopServiceGetNewlyReleasedPackagesResult) IsSetSuccess

func (*ShopServiceGetNewlyReleasedPackagesResult) Read

func (*ShopServiceGetNewlyReleasedPackagesResult) ReadField0

func (*ShopServiceGetNewlyReleasedPackagesResult) ReadField1

func (*ShopServiceGetNewlyReleasedPackagesResult) String

func (*ShopServiceGetNewlyReleasedPackagesResult) Write

type ShopServiceGetPopularPackagesArgs

type ShopServiceGetPopularPackagesArgs struct {
	// unused field # 1
	Start    int64  `thrift:"start,2" db:"start" json:"start"`
	Size     int32  `thrift:"size,3" db:"size" json:"size"`
	Language string `thrift:"language,4" db:"language" json:"language"`
	Country  string `thrift:"country,5" db:"country" json:"country"`
}

Attributes:

  • Start
  • Size
  • Language
  • Country

func NewShopServiceGetPopularPackagesArgs

func NewShopServiceGetPopularPackagesArgs() *ShopServiceGetPopularPackagesArgs

func (*ShopServiceGetPopularPackagesArgs) GetCountry

func (p *ShopServiceGetPopularPackagesArgs) GetCountry() string

func (*ShopServiceGetPopularPackagesArgs) GetLanguage

func (p *ShopServiceGetPopularPackagesArgs) GetLanguage() string

func (*ShopServiceGetPopularPackagesArgs) GetSize

func (*ShopServiceGetPopularPackagesArgs) GetStart

func (*ShopServiceGetPopularPackagesArgs) Read

func (*ShopServiceGetPopularPackagesArgs) ReadField2

func (p *ShopServiceGetPopularPackagesArgs) ReadField2(iprot TProtocol) error

func (*ShopServiceGetPopularPackagesArgs) ReadField3

func (p *ShopServiceGetPopularPackagesArgs) ReadField3(iprot TProtocol) error

func (*ShopServiceGetPopularPackagesArgs) ReadField4

func (p *ShopServiceGetPopularPackagesArgs) ReadField4(iprot TProtocol) error

func (*ShopServiceGetPopularPackagesArgs) ReadField5

func (p *ShopServiceGetPopularPackagesArgs) ReadField5(iprot TProtocol) error

func (*ShopServiceGetPopularPackagesArgs) String

func (*ShopServiceGetPopularPackagesArgs) Write

type ShopServiceGetPopularPackagesResult

type ShopServiceGetPopularPackagesResult struct {
	Success *ProductList   `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewShopServiceGetPopularPackagesResult

func NewShopServiceGetPopularPackagesResult() *ShopServiceGetPopularPackagesResult

func (*ShopServiceGetPopularPackagesResult) GetE

func (*ShopServiceGetPopularPackagesResult) GetSuccess

func (*ShopServiceGetPopularPackagesResult) IsSetE

func (*ShopServiceGetPopularPackagesResult) IsSetSuccess

func (p *ShopServiceGetPopularPackagesResult) IsSetSuccess() bool

func (*ShopServiceGetPopularPackagesResult) Read

func (*ShopServiceGetPopularPackagesResult) ReadField0

func (*ShopServiceGetPopularPackagesResult) ReadField1

func (*ShopServiceGetPopularPackagesResult) String

func (*ShopServiceGetPopularPackagesResult) Write

type ShopServiceGetPresentsReceivedArgs

type ShopServiceGetPresentsReceivedArgs struct {
	// unused field # 1
	Start    int64  `thrift:"start,2" db:"start" json:"start"`
	Size     int32  `thrift:"size,3" db:"size" json:"size"`
	Language string `thrift:"language,4" db:"language" json:"language"`
	Country  string `thrift:"country,5" db:"country" json:"country"`
}

Attributes:

  • Start
  • Size
  • Language
  • Country

func NewShopServiceGetPresentsReceivedArgs

func NewShopServiceGetPresentsReceivedArgs() *ShopServiceGetPresentsReceivedArgs

func (*ShopServiceGetPresentsReceivedArgs) GetCountry

func (*ShopServiceGetPresentsReceivedArgs) GetLanguage

func (p *ShopServiceGetPresentsReceivedArgs) GetLanguage() string

func (*ShopServiceGetPresentsReceivedArgs) GetSize

func (*ShopServiceGetPresentsReceivedArgs) GetStart

func (*ShopServiceGetPresentsReceivedArgs) Read

func (*ShopServiceGetPresentsReceivedArgs) ReadField2

func (p *ShopServiceGetPresentsReceivedArgs) ReadField2(iprot TProtocol) error

func (*ShopServiceGetPresentsReceivedArgs) ReadField3

func (p *ShopServiceGetPresentsReceivedArgs) ReadField3(iprot TProtocol) error

func (*ShopServiceGetPresentsReceivedArgs) ReadField4

func (p *ShopServiceGetPresentsReceivedArgs) ReadField4(iprot TProtocol) error

func (*ShopServiceGetPresentsReceivedArgs) ReadField5

func (p *ShopServiceGetPresentsReceivedArgs) ReadField5(iprot TProtocol) error

func (*ShopServiceGetPresentsReceivedArgs) String

func (*ShopServiceGetPresentsReceivedArgs) Write

type ShopServiceGetPresentsReceivedResult

type ShopServiceGetPresentsReceivedResult struct {
	Success *ProductList   `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewShopServiceGetPresentsReceivedResult

func NewShopServiceGetPresentsReceivedResult() *ShopServiceGetPresentsReceivedResult

func (*ShopServiceGetPresentsReceivedResult) GetE

func (*ShopServiceGetPresentsReceivedResult) GetSuccess

func (*ShopServiceGetPresentsReceivedResult) IsSetE

func (*ShopServiceGetPresentsReceivedResult) IsSetSuccess

func (p *ShopServiceGetPresentsReceivedResult) IsSetSuccess() bool

func (*ShopServiceGetPresentsReceivedResult) Read

func (*ShopServiceGetPresentsReceivedResult) ReadField0

func (*ShopServiceGetPresentsReceivedResult) ReadField1

func (*ShopServiceGetPresentsReceivedResult) String

func (*ShopServiceGetPresentsReceivedResult) Write

type ShopServiceGetPresentsSentArgs

type ShopServiceGetPresentsSentArgs struct {
	// unused field # 1
	Start    int64  `thrift:"start,2" db:"start" json:"start"`
	Size     int32  `thrift:"size,3" db:"size" json:"size"`
	Language string `thrift:"language,4" db:"language" json:"language"`
	Country  string `thrift:"country,5" db:"country" json:"country"`
}

Attributes:

  • Start
  • Size
  • Language
  • Country

func NewShopServiceGetPresentsSentArgs

func NewShopServiceGetPresentsSentArgs() *ShopServiceGetPresentsSentArgs

func (*ShopServiceGetPresentsSentArgs) GetCountry

func (p *ShopServiceGetPresentsSentArgs) GetCountry() string

func (*ShopServiceGetPresentsSentArgs) GetLanguage

func (p *ShopServiceGetPresentsSentArgs) GetLanguage() string

func (*ShopServiceGetPresentsSentArgs) GetSize

func (*ShopServiceGetPresentsSentArgs) GetStart

func (p *ShopServiceGetPresentsSentArgs) GetStart() int64

func (*ShopServiceGetPresentsSentArgs) Read

func (*ShopServiceGetPresentsSentArgs) ReadField2

func (p *ShopServiceGetPresentsSentArgs) ReadField2(iprot TProtocol) error

func (*ShopServiceGetPresentsSentArgs) ReadField3

func (p *ShopServiceGetPresentsSentArgs) ReadField3(iprot TProtocol) error

func (*ShopServiceGetPresentsSentArgs) ReadField4

func (p *ShopServiceGetPresentsSentArgs) ReadField4(iprot TProtocol) error

func (*ShopServiceGetPresentsSentArgs) ReadField5

func (p *ShopServiceGetPresentsSentArgs) ReadField5(iprot TProtocol) error

func (*ShopServiceGetPresentsSentArgs) String

func (*ShopServiceGetPresentsSentArgs) Write

type ShopServiceGetPresentsSentResult

type ShopServiceGetPresentsSentResult struct {
	Success *ProductList   `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewShopServiceGetPresentsSentResult

func NewShopServiceGetPresentsSentResult() *ShopServiceGetPresentsSentResult

func (*ShopServiceGetPresentsSentResult) GetE

func (*ShopServiceGetPresentsSentResult) GetSuccess

func (*ShopServiceGetPresentsSentResult) IsSetE

func (*ShopServiceGetPresentsSentResult) IsSetSuccess

func (p *ShopServiceGetPresentsSentResult) IsSetSuccess() bool

func (*ShopServiceGetPresentsSentResult) Read

func (*ShopServiceGetPresentsSentResult) ReadField0

func (p *ShopServiceGetPresentsSentResult) ReadField0(iprot TProtocol) error

func (*ShopServiceGetPresentsSentResult) ReadField1

func (p *ShopServiceGetPresentsSentResult) ReadField1(iprot TProtocol) error

func (*ShopServiceGetPresentsSentResult) String

func (*ShopServiceGetPresentsSentResult) Write

type ShopServiceGetProductArgs

type ShopServiceGetProductArgs struct {
	// unused field # 1
	PackageID int64  `thrift:"packageID,2" db:"packageID" json:"packageID"`
	Language  string `thrift:"language,3" db:"language" json:"language"`
	Country   string `thrift:"country,4" db:"country" json:"country"`
}

Attributes:

  • PackageID
  • Language
  • Country

func NewShopServiceGetProductArgs

func NewShopServiceGetProductArgs() *ShopServiceGetProductArgs

func (*ShopServiceGetProductArgs) GetCountry

func (p *ShopServiceGetProductArgs) GetCountry() string

func (*ShopServiceGetProductArgs) GetLanguage

func (p *ShopServiceGetProductArgs) GetLanguage() string

func (*ShopServiceGetProductArgs) GetPackageID

func (p *ShopServiceGetProductArgs) GetPackageID() int64

func (*ShopServiceGetProductArgs) Read

func (p *ShopServiceGetProductArgs) Read(iprot TProtocol) error

func (*ShopServiceGetProductArgs) ReadField2

func (p *ShopServiceGetProductArgs) ReadField2(iprot TProtocol) error

func (*ShopServiceGetProductArgs) ReadField3

func (p *ShopServiceGetProductArgs) ReadField3(iprot TProtocol) error

func (*ShopServiceGetProductArgs) ReadField4

func (p *ShopServiceGetProductArgs) ReadField4(iprot TProtocol) error

func (*ShopServiceGetProductArgs) String

func (p *ShopServiceGetProductArgs) String() string

func (*ShopServiceGetProductArgs) Write

func (p *ShopServiceGetProductArgs) Write(oprot TProtocol) error

type ShopServiceGetProductListArgs

type ShopServiceGetProductListArgs struct {
	// unused field # 1
	ProductIdList []string `thrift:"productIdList,2" db:"productIdList" json:"productIdList"`
	Language      string   `thrift:"language,3" db:"language" json:"language"`
	Country       string   `thrift:"country,4" db:"country" json:"country"`
}

Attributes:

  • ProductIdList
  • Language
  • Country

func NewShopServiceGetProductListArgs

func NewShopServiceGetProductListArgs() *ShopServiceGetProductListArgs

func (*ShopServiceGetProductListArgs) GetCountry

func (p *ShopServiceGetProductListArgs) GetCountry() string

func (*ShopServiceGetProductListArgs) GetLanguage

func (p *ShopServiceGetProductListArgs) GetLanguage() string

func (*ShopServiceGetProductListArgs) GetProductIdList

func (p *ShopServiceGetProductListArgs) GetProductIdList() []string

func (*ShopServiceGetProductListArgs) Read

func (*ShopServiceGetProductListArgs) ReadField2

func (p *ShopServiceGetProductListArgs) ReadField2(iprot TProtocol) error

func (*ShopServiceGetProductListArgs) ReadField3

func (p *ShopServiceGetProductListArgs) ReadField3(iprot TProtocol) error

func (*ShopServiceGetProductListArgs) ReadField4

func (p *ShopServiceGetProductListArgs) ReadField4(iprot TProtocol) error

func (*ShopServiceGetProductListArgs) String

func (*ShopServiceGetProductListArgs) Write

type ShopServiceGetProductListResult

type ShopServiceGetProductListResult struct {
	Success *ProductList   `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewShopServiceGetProductListResult

func NewShopServiceGetProductListResult() *ShopServiceGetProductListResult

func (*ShopServiceGetProductListResult) GetE

func (*ShopServiceGetProductListResult) GetSuccess

func (*ShopServiceGetProductListResult) IsSetE

func (*ShopServiceGetProductListResult) IsSetSuccess

func (p *ShopServiceGetProductListResult) IsSetSuccess() bool

func (*ShopServiceGetProductListResult) Read

func (*ShopServiceGetProductListResult) ReadField0

func (p *ShopServiceGetProductListResult) ReadField0(iprot TProtocol) error

func (*ShopServiceGetProductListResult) ReadField1

func (p *ShopServiceGetProductListResult) ReadField1(iprot TProtocol) error

func (*ShopServiceGetProductListResult) String

func (*ShopServiceGetProductListResult) Write

type ShopServiceGetProductListWithCarrierArgs

type ShopServiceGetProductListWithCarrierArgs struct {
	// unused field # 1
	ProductIdList []string `thrift:"productIdList,2" db:"productIdList" json:"productIdList"`
	Language      string   `thrift:"language,3" db:"language" json:"language"`
	Country       string   `thrift:"country,4" db:"country" json:"country"`
	CarrierCode   string   `thrift:"carrierCode,5" db:"carrierCode" json:"carrierCode"`
}

Attributes:

  • ProductIdList
  • Language
  • Country
  • CarrierCode

func NewShopServiceGetProductListWithCarrierArgs

func NewShopServiceGetProductListWithCarrierArgs() *ShopServiceGetProductListWithCarrierArgs

func (*ShopServiceGetProductListWithCarrierArgs) GetCarrierCode

func (*ShopServiceGetProductListWithCarrierArgs) GetCountry

func (*ShopServiceGetProductListWithCarrierArgs) GetLanguage

func (*ShopServiceGetProductListWithCarrierArgs) GetProductIdList

func (p *ShopServiceGetProductListWithCarrierArgs) GetProductIdList() []string

func (*ShopServiceGetProductListWithCarrierArgs) Read

func (*ShopServiceGetProductListWithCarrierArgs) ReadField2

func (*ShopServiceGetProductListWithCarrierArgs) ReadField3

func (*ShopServiceGetProductListWithCarrierArgs) ReadField4

func (*ShopServiceGetProductListWithCarrierArgs) ReadField5

func (*ShopServiceGetProductListWithCarrierArgs) String

func (*ShopServiceGetProductListWithCarrierArgs) Write

type ShopServiceGetProductListWithCarrierResult

type ShopServiceGetProductListWithCarrierResult struct {
	Success *ProductList   `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewShopServiceGetProductListWithCarrierResult

func NewShopServiceGetProductListWithCarrierResult() *ShopServiceGetProductListWithCarrierResult

func (*ShopServiceGetProductListWithCarrierResult) GetE

func (*ShopServiceGetProductListWithCarrierResult) GetSuccess

func (*ShopServiceGetProductListWithCarrierResult) IsSetE

func (*ShopServiceGetProductListWithCarrierResult) IsSetSuccess

func (*ShopServiceGetProductListWithCarrierResult) Read

func (*ShopServiceGetProductListWithCarrierResult) ReadField0

func (*ShopServiceGetProductListWithCarrierResult) ReadField1

func (*ShopServiceGetProductListWithCarrierResult) String

func (*ShopServiceGetProductListWithCarrierResult) Write

type ShopServiceGetProductResult

type ShopServiceGetProductResult struct {
	Success *Product       `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewShopServiceGetProductResult

func NewShopServiceGetProductResult() *ShopServiceGetProductResult

func (*ShopServiceGetProductResult) GetE

func (*ShopServiceGetProductResult) GetSuccess

func (p *ShopServiceGetProductResult) GetSuccess() *Product

func (*ShopServiceGetProductResult) IsSetE

func (p *ShopServiceGetProductResult) IsSetE() bool

func (*ShopServiceGetProductResult) IsSetSuccess

func (p *ShopServiceGetProductResult) IsSetSuccess() bool

func (*ShopServiceGetProductResult) Read

func (*ShopServiceGetProductResult) ReadField0

func (p *ShopServiceGetProductResult) ReadField0(iprot TProtocol) error

func (*ShopServiceGetProductResult) ReadField1

func (p *ShopServiceGetProductResult) ReadField1(iprot TProtocol) error

func (*ShopServiceGetProductResult) String

func (p *ShopServiceGetProductResult) String() string

func (*ShopServiceGetProductResult) Write

type ShopServiceGetProductWithCarrierArgs

type ShopServiceGetProductWithCarrierArgs struct {
	// unused field # 1
	PackageID   int64  `thrift:"packageID,2" db:"packageID" json:"packageID"`
	Language    string `thrift:"language,3" db:"language" json:"language"`
	Country     string `thrift:"country,4" db:"country" json:"country"`
	CarrierCode string `thrift:"carrierCode,5" db:"carrierCode" json:"carrierCode"`
}

Attributes:

  • PackageID
  • Language
  • Country
  • CarrierCode

func NewShopServiceGetProductWithCarrierArgs

func NewShopServiceGetProductWithCarrierArgs() *ShopServiceGetProductWithCarrierArgs

func (*ShopServiceGetProductWithCarrierArgs) GetCarrierCode

func (p *ShopServiceGetProductWithCarrierArgs) GetCarrierCode() string

func (*ShopServiceGetProductWithCarrierArgs) GetCountry

func (*ShopServiceGetProductWithCarrierArgs) GetLanguage

func (*ShopServiceGetProductWithCarrierArgs) GetPackageID

func (p *ShopServiceGetProductWithCarrierArgs) GetPackageID() int64

func (*ShopServiceGetProductWithCarrierArgs) Read

func (*ShopServiceGetProductWithCarrierArgs) ReadField2

func (*ShopServiceGetProductWithCarrierArgs) ReadField3

func (*ShopServiceGetProductWithCarrierArgs) ReadField4

func (*ShopServiceGetProductWithCarrierArgs) ReadField5

func (*ShopServiceGetProductWithCarrierArgs) String

func (*ShopServiceGetProductWithCarrierArgs) Write

type ShopServiceGetProductWithCarrierResult

type ShopServiceGetProductWithCarrierResult struct {
	Success *Product       `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewShopServiceGetProductWithCarrierResult

func NewShopServiceGetProductWithCarrierResult() *ShopServiceGetProductWithCarrierResult

func (*ShopServiceGetProductWithCarrierResult) GetE

func (*ShopServiceGetProductWithCarrierResult) GetSuccess

func (*ShopServiceGetProductWithCarrierResult) IsSetE

func (*ShopServiceGetProductWithCarrierResult) IsSetSuccess

func (p *ShopServiceGetProductWithCarrierResult) IsSetSuccess() bool

func (*ShopServiceGetProductWithCarrierResult) Read

func (*ShopServiceGetProductWithCarrierResult) ReadField0

func (*ShopServiceGetProductWithCarrierResult) ReadField1

func (*ShopServiceGetProductWithCarrierResult) String

func (*ShopServiceGetProductWithCarrierResult) Write

type ShopServiceGetPurchaseHistoryArgs

type ShopServiceGetPurchaseHistoryArgs struct {
	// unused field # 1
	Start    int64  `thrift:"start,2" db:"start" json:"start"`
	Size     int32  `thrift:"size,3" db:"size" json:"size"`
	Language string `thrift:"language,4" db:"language" json:"language"`
	Country  string `thrift:"country,5" db:"country" json:"country"`
}

Attributes:

  • Start
  • Size
  • Language
  • Country

func NewShopServiceGetPurchaseHistoryArgs

func NewShopServiceGetPurchaseHistoryArgs() *ShopServiceGetPurchaseHistoryArgs

func (*ShopServiceGetPurchaseHistoryArgs) GetCountry

func (p *ShopServiceGetPurchaseHistoryArgs) GetCountry() string

func (*ShopServiceGetPurchaseHistoryArgs) GetLanguage

func (p *ShopServiceGetPurchaseHistoryArgs) GetLanguage() string

func (*ShopServiceGetPurchaseHistoryArgs) GetSize

func (*ShopServiceGetPurchaseHistoryArgs) GetStart

func (*ShopServiceGetPurchaseHistoryArgs) Read

func (*ShopServiceGetPurchaseHistoryArgs) ReadField2

func (p *ShopServiceGetPurchaseHistoryArgs) ReadField2(iprot TProtocol) error

func (*ShopServiceGetPurchaseHistoryArgs) ReadField3

func (p *ShopServiceGetPurchaseHistoryArgs) ReadField3(iprot TProtocol) error

func (*ShopServiceGetPurchaseHistoryArgs) ReadField4

func (p *ShopServiceGetPurchaseHistoryArgs) ReadField4(iprot TProtocol) error

func (*ShopServiceGetPurchaseHistoryArgs) ReadField5

func (p *ShopServiceGetPurchaseHistoryArgs) ReadField5(iprot TProtocol) error

func (*ShopServiceGetPurchaseHistoryArgs) String

func (*ShopServiceGetPurchaseHistoryArgs) Write

type ShopServiceGetPurchaseHistoryResult

type ShopServiceGetPurchaseHistoryResult struct {
	Success *ProductList   `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewShopServiceGetPurchaseHistoryResult

func NewShopServiceGetPurchaseHistoryResult() *ShopServiceGetPurchaseHistoryResult

func (*ShopServiceGetPurchaseHistoryResult) GetE

func (*ShopServiceGetPurchaseHistoryResult) GetSuccess

func (*ShopServiceGetPurchaseHistoryResult) IsSetE

func (*ShopServiceGetPurchaseHistoryResult) IsSetSuccess

func (p *ShopServiceGetPurchaseHistoryResult) IsSetSuccess() bool

func (*ShopServiceGetPurchaseHistoryResult) Read

func (*ShopServiceGetPurchaseHistoryResult) ReadField0

func (*ShopServiceGetPurchaseHistoryResult) ReadField1

func (*ShopServiceGetPurchaseHistoryResult) String

func (*ShopServiceGetPurchaseHistoryResult) Write

type ShopServiceGetTotalBalanceArgs

type ShopServiceGetTotalBalanceArgs struct {
	// unused field # 1
	AppStoreCode PaymentType `thrift:"appStoreCode,2" db:"appStoreCode" json:"appStoreCode"`
}

Attributes:

  • AppStoreCode

func NewShopServiceGetTotalBalanceArgs

func NewShopServiceGetTotalBalanceArgs() *ShopServiceGetTotalBalanceArgs

func (*ShopServiceGetTotalBalanceArgs) GetAppStoreCode

func (p *ShopServiceGetTotalBalanceArgs) GetAppStoreCode() PaymentType

func (*ShopServiceGetTotalBalanceArgs) Read

func (*ShopServiceGetTotalBalanceArgs) ReadField2

func (p *ShopServiceGetTotalBalanceArgs) ReadField2(iprot TProtocol) error

func (*ShopServiceGetTotalBalanceArgs) String

func (*ShopServiceGetTotalBalanceArgs) Write

type ShopServiceGetTotalBalanceResult

type ShopServiceGetTotalBalanceResult struct {
	Success *Coin          `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewShopServiceGetTotalBalanceResult

func NewShopServiceGetTotalBalanceResult() *ShopServiceGetTotalBalanceResult

func (*ShopServiceGetTotalBalanceResult) GetE

func (*ShopServiceGetTotalBalanceResult) GetSuccess

func (p *ShopServiceGetTotalBalanceResult) GetSuccess() *Coin

func (*ShopServiceGetTotalBalanceResult) IsSetE

func (*ShopServiceGetTotalBalanceResult) IsSetSuccess

func (p *ShopServiceGetTotalBalanceResult) IsSetSuccess() bool

func (*ShopServiceGetTotalBalanceResult) Read

func (*ShopServiceGetTotalBalanceResult) ReadField0

func (p *ShopServiceGetTotalBalanceResult) ReadField0(iprot TProtocol) error

func (*ShopServiceGetTotalBalanceResult) ReadField1

func (p *ShopServiceGetTotalBalanceResult) ReadField1(iprot TProtocol) error

func (*ShopServiceGetTotalBalanceResult) String

func (*ShopServiceGetTotalBalanceResult) Write

type ShopServiceNotifyDownloadedArgs

type ShopServiceNotifyDownloadedArgs struct {
	// unused field # 1
	PackageId int64  `thrift:"packageId,2" db:"packageId" json:"packageId"`
	Language  string `thrift:"language,3" db:"language" json:"language"`
}

Attributes:

  • PackageId
  • Language

func NewShopServiceNotifyDownloadedArgs

func NewShopServiceNotifyDownloadedArgs() *ShopServiceNotifyDownloadedArgs

func (*ShopServiceNotifyDownloadedArgs) GetLanguage

func (p *ShopServiceNotifyDownloadedArgs) GetLanguage() string

func (*ShopServiceNotifyDownloadedArgs) GetPackageId

func (p *ShopServiceNotifyDownloadedArgs) GetPackageId() int64

func (*ShopServiceNotifyDownloadedArgs) Read

func (*ShopServiceNotifyDownloadedArgs) ReadField2

func (p *ShopServiceNotifyDownloadedArgs) ReadField2(iprot TProtocol) error

func (*ShopServiceNotifyDownloadedArgs) ReadField3

func (p *ShopServiceNotifyDownloadedArgs) ReadField3(iprot TProtocol) error

func (*ShopServiceNotifyDownloadedArgs) String

func (*ShopServiceNotifyDownloadedArgs) Write

type ShopServiceNotifyDownloadedResult

type ShopServiceNotifyDownloadedResult struct {
	Success *int64         `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewShopServiceNotifyDownloadedResult

func NewShopServiceNotifyDownloadedResult() *ShopServiceNotifyDownloadedResult

func (*ShopServiceNotifyDownloadedResult) GetE

func (*ShopServiceNotifyDownloadedResult) GetSuccess

func (p *ShopServiceNotifyDownloadedResult) GetSuccess() int64

func (*ShopServiceNotifyDownloadedResult) IsSetE

func (*ShopServiceNotifyDownloadedResult) IsSetSuccess

func (p *ShopServiceNotifyDownloadedResult) IsSetSuccess() bool

func (*ShopServiceNotifyDownloadedResult) Read

func (*ShopServiceNotifyDownloadedResult) ReadField0

func (p *ShopServiceNotifyDownloadedResult) ReadField0(iprot TProtocol) error

func (*ShopServiceNotifyDownloadedResult) ReadField1

func (p *ShopServiceNotifyDownloadedResult) ReadField1(iprot TProtocol) error

func (*ShopServiceNotifyDownloadedResult) String

func (*ShopServiceNotifyDownloadedResult) Write

type ShopServiceProcessor

type ShopServiceProcessor struct {
	// contains filtered or unexported fields
}

func NewShopServiceProcessor

func NewShopServiceProcessor(handler ShopService) *ShopServiceProcessor

func (*ShopServiceProcessor) AddToProcessorMap

func (p *ShopServiceProcessor) AddToProcessorMap(key string, processor TProcessorFunction)

func (*ShopServiceProcessor) GetProcessorFunction

func (p *ShopServiceProcessor) GetProcessorFunction(key string) (processor TProcessorFunction, ok bool)

func (*ShopServiceProcessor) Process

func (p *ShopServiceProcessor) Process(ctx context.Context, iprot, oprot TProtocol) (success bool, err TException)

func (*ShopServiceProcessor) ProcessorMap

func (p *ShopServiceProcessor) ProcessorMap() map[string]TProcessorFunction

type ShopServiceReserveCoinPurchaseArgs

type ShopServiceReserveCoinPurchaseArgs struct {
	// unused field # 1
	Request *CoinPurchaseReservation `thrift:"request,2" db:"request" json:"request"`
}

Attributes:

  • Request

func NewShopServiceReserveCoinPurchaseArgs

func NewShopServiceReserveCoinPurchaseArgs() *ShopServiceReserveCoinPurchaseArgs

func (*ShopServiceReserveCoinPurchaseArgs) GetRequest

func (*ShopServiceReserveCoinPurchaseArgs) IsSetRequest

func (p *ShopServiceReserveCoinPurchaseArgs) IsSetRequest() bool

func (*ShopServiceReserveCoinPurchaseArgs) Read

func (*ShopServiceReserveCoinPurchaseArgs) ReadField2

func (p *ShopServiceReserveCoinPurchaseArgs) ReadField2(iprot TProtocol) error

func (*ShopServiceReserveCoinPurchaseArgs) String

func (*ShopServiceReserveCoinPurchaseArgs) Write

type ShopServiceReserveCoinPurchaseResult

type ShopServiceReserveCoinPurchaseResult struct {
	Success *PaymentReservationResult_ `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException             `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewShopServiceReserveCoinPurchaseResult

func NewShopServiceReserveCoinPurchaseResult() *ShopServiceReserveCoinPurchaseResult

func (*ShopServiceReserveCoinPurchaseResult) GetE

func (*ShopServiceReserveCoinPurchaseResult) GetSuccess

func (*ShopServiceReserveCoinPurchaseResult) IsSetE

func (*ShopServiceReserveCoinPurchaseResult) IsSetSuccess

func (p *ShopServiceReserveCoinPurchaseResult) IsSetSuccess() bool

func (*ShopServiceReserveCoinPurchaseResult) Read

func (*ShopServiceReserveCoinPurchaseResult) ReadField0

func (*ShopServiceReserveCoinPurchaseResult) ReadField1

func (*ShopServiceReserveCoinPurchaseResult) String

func (*ShopServiceReserveCoinPurchaseResult) Write

type ShopServiceReservePaymentArgs

type ShopServiceReservePaymentArgs struct {
	// unused field # 1
	PaymentReservation *PaymentReservation `thrift:"paymentReservation,2" db:"paymentReservation" json:"paymentReservation"`
}

Attributes:

  • PaymentReservation

func NewShopServiceReservePaymentArgs

func NewShopServiceReservePaymentArgs() *ShopServiceReservePaymentArgs

func (*ShopServiceReservePaymentArgs) GetPaymentReservation

func (p *ShopServiceReservePaymentArgs) GetPaymentReservation() *PaymentReservation

func (*ShopServiceReservePaymentArgs) IsSetPaymentReservation

func (p *ShopServiceReservePaymentArgs) IsSetPaymentReservation() bool

func (*ShopServiceReservePaymentArgs) Read

func (*ShopServiceReservePaymentArgs) ReadField2

func (p *ShopServiceReservePaymentArgs) ReadField2(iprot TProtocol) error

func (*ShopServiceReservePaymentArgs) String

func (*ShopServiceReservePaymentArgs) Write

type ShopServiceReservePaymentResult

type ShopServiceReservePaymentResult struct {
	Success *PaymentReservationResult_ `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException             `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewShopServiceReservePaymentResult

func NewShopServiceReservePaymentResult() *ShopServiceReservePaymentResult

func (*ShopServiceReservePaymentResult) GetE

func (*ShopServiceReservePaymentResult) GetSuccess

func (*ShopServiceReservePaymentResult) IsSetE

func (*ShopServiceReservePaymentResult) IsSetSuccess

func (p *ShopServiceReservePaymentResult) IsSetSuccess() bool

func (*ShopServiceReservePaymentResult) Read

func (*ShopServiceReservePaymentResult) ReadField0

func (p *ShopServiceReservePaymentResult) ReadField0(iprot TProtocol) error

func (*ShopServiceReservePaymentResult) ReadField1

func (p *ShopServiceReservePaymentResult) ReadField1(iprot TProtocol) error

func (*ShopServiceReservePaymentResult) String

func (*ShopServiceReservePaymentResult) Write

type SimpleChannelClient

type SimpleChannelClient struct {
	ApplicationType    string `thrift:"applicationType,1" db:"applicationType" json:"applicationType"`
	ApplicationVersion string `thrift:"applicationVersion,2" db:"applicationVersion" json:"applicationVersion"`
	Locale             string `thrift:"locale,3" db:"locale" json:"locale"`
}

Attributes:

  • ApplicationType
  • ApplicationVersion
  • Locale
var ChannelApplicationProvidedServiceGetPrimaryClientForChannelResult_Success_DEFAULT *SimpleChannelClient

func NewSimpleChannelClient

func NewSimpleChannelClient() *SimpleChannelClient

func (*SimpleChannelClient) GetApplicationType

func (p *SimpleChannelClient) GetApplicationType() string

func (*SimpleChannelClient) GetApplicationVersion

func (p *SimpleChannelClient) GetApplicationVersion() string

func (*SimpleChannelClient) GetLocale

func (p *SimpleChannelClient) GetLocale() string

func (*SimpleChannelClient) Read

func (p *SimpleChannelClient) Read(iprot TProtocol) error

func (*SimpleChannelClient) ReadField1

func (p *SimpleChannelClient) ReadField1(iprot TProtocol) error

func (*SimpleChannelClient) ReadField2

func (p *SimpleChannelClient) ReadField2(iprot TProtocol) error

func (*SimpleChannelClient) ReadField3

func (p *SimpleChannelClient) ReadField3(iprot TProtocol) error

func (*SimpleChannelClient) String

func (p *SimpleChannelClient) String() string

func (*SimpleChannelClient) Write

func (p *SimpleChannelClient) Write(oprot TProtocol) error

type SimpleChannelContact

type SimpleChannelContact struct {
	Mid           string `thrift:"mid,1" db:"mid" json:"mid"`
	DisplayName   string `thrift:"displayName,2" db:"displayName" json:"displayName"`
	PictureStatus string `thrift:"pictureStatus,3" db:"pictureStatus" json:"pictureStatus"`
	PicturePath   string `thrift:"picturePath,4" db:"picturePath" json:"picturePath"`
	StatusMessage string `thrift:"statusMessage,5" db:"statusMessage" json:"statusMessage"`
}

Attributes:

  • Mid
  • DisplayName
  • PictureStatus
  • PicturePath
  • StatusMessage

func NewSimpleChannelContact

func NewSimpleChannelContact() *SimpleChannelContact

func (*SimpleChannelContact) GetDisplayName

func (p *SimpleChannelContact) GetDisplayName() string

func (*SimpleChannelContact) GetMid

func (p *SimpleChannelContact) GetMid() string

func (*SimpleChannelContact) GetPicturePath

func (p *SimpleChannelContact) GetPicturePath() string

func (*SimpleChannelContact) GetPictureStatus

func (p *SimpleChannelContact) GetPictureStatus() string

func (*SimpleChannelContact) GetStatusMessage

func (p *SimpleChannelContact) GetStatusMessage() string

func (*SimpleChannelContact) Read

func (p *SimpleChannelContact) Read(iprot TProtocol) error

func (*SimpleChannelContact) ReadField1

func (p *SimpleChannelContact) ReadField1(iprot TProtocol) error

func (*SimpleChannelContact) ReadField2

func (p *SimpleChannelContact) ReadField2(iprot TProtocol) error

func (*SimpleChannelContact) ReadField3

func (p *SimpleChannelContact) ReadField3(iprot TProtocol) error

func (*SimpleChannelContact) ReadField4

func (p *SimpleChannelContact) ReadField4(iprot TProtocol) error

func (*SimpleChannelContact) ReadField5

func (p *SimpleChannelContact) ReadField5(iprot TProtocol) error

func (*SimpleChannelContact) String

func (p *SimpleChannelContact) String() string

func (*SimpleChannelContact) Write

func (p *SimpleChannelContact) Write(oprot TProtocol) error

type SnsAdaptorService

type SnsAdaptorService interface {
	// Parameters:
	//  - SnsIdType
	//  - SnsAccessToken
	//  - StartIdx
	//  - Limit
	GetSnsFriends(ctx context.Context, snsIdType SnsIdType, snsAccessToken string, startIdx int32, limit int32) (r *SnsFriends, err error)
	// Parameters:
	//  - SnsIdType
	//  - SnsAccessToken
	GetSnsMyProfile(ctx context.Context, snsIdType SnsIdType, snsAccessToken string) (r *SnsProfile, err error)
	// Parameters:
	//  - SnsIdType
	//  - SnsAccessToken
	//  - ToSnsUserId
	PostSnsInvitationMessage(ctx context.Context, snsIdType SnsIdType, snsAccessToken string, toSnsUserId string) (err error)
}

type SnsAdaptorServiceClient

type SnsAdaptorServiceClient struct {
	// contains filtered or unexported fields
}

func NewSnsAdaptorServiceClient

func NewSnsAdaptorServiceClient(c TClient) *SnsAdaptorServiceClient

func NewSnsAdaptorServiceClientFactory

func NewSnsAdaptorServiceClientFactory(t TTransport, f TProtocolFactory) *SnsAdaptorServiceClient

func NewSnsAdaptorServiceClientProtocol

func NewSnsAdaptorServiceClientProtocol(t TTransport, iprot TProtocol, oprot TProtocol) *SnsAdaptorServiceClient

func (*SnsAdaptorServiceClient) Client_

func (p *SnsAdaptorServiceClient) Client_() TClient

func (*SnsAdaptorServiceClient) GetSnsFriends

func (p *SnsAdaptorServiceClient) GetSnsFriends(ctx context.Context, snsIdType SnsIdType, snsAccessToken string, startIdx int32, limit int32) (r *SnsFriends, err error)

Parameters:

  • SnsIdType
  • SnsAccessToken
  • StartIdx
  • Limit

func (*SnsAdaptorServiceClient) GetSnsMyProfile

func (p *SnsAdaptorServiceClient) GetSnsMyProfile(ctx context.Context, snsIdType SnsIdType, snsAccessToken string) (r *SnsProfile, err error)

Parameters:

  • SnsIdType
  • SnsAccessToken

func (*SnsAdaptorServiceClient) PostSnsInvitationMessage

func (p *SnsAdaptorServiceClient) PostSnsInvitationMessage(ctx context.Context, snsIdType SnsIdType, snsAccessToken string, toSnsUserId string) (err error)

Parameters:

  • SnsIdType
  • SnsAccessToken
  • ToSnsUserId

type SnsAdaptorServiceGetSnsFriendsArgs

type SnsAdaptorServiceGetSnsFriendsArgs struct {
	// unused field # 1
	SnsIdType      SnsIdType `thrift:"snsIdType,2" db:"snsIdType" json:"snsIdType"`
	SnsAccessToken string    `thrift:"snsAccessToken,3" db:"snsAccessToken" json:"snsAccessToken"`
	StartIdx       int32     `thrift:"startIdx,4" db:"startIdx" json:"startIdx"`
	Limit          int32     `thrift:"limit,5" db:"limit" json:"limit"`
}

Attributes:

  • SnsIdType
  • SnsAccessToken
  • StartIdx
  • Limit

func NewSnsAdaptorServiceGetSnsFriendsArgs

func NewSnsAdaptorServiceGetSnsFriendsArgs() *SnsAdaptorServiceGetSnsFriendsArgs

func (*SnsAdaptorServiceGetSnsFriendsArgs) GetLimit

func (*SnsAdaptorServiceGetSnsFriendsArgs) GetSnsAccessToken

func (p *SnsAdaptorServiceGetSnsFriendsArgs) GetSnsAccessToken() string

func (*SnsAdaptorServiceGetSnsFriendsArgs) GetSnsIdType

func (*SnsAdaptorServiceGetSnsFriendsArgs) GetStartIdx

func (p *SnsAdaptorServiceGetSnsFriendsArgs) GetStartIdx() int32

func (*SnsAdaptorServiceGetSnsFriendsArgs) Read

func (*SnsAdaptorServiceGetSnsFriendsArgs) ReadField2

func (p *SnsAdaptorServiceGetSnsFriendsArgs) ReadField2(iprot TProtocol) error

func (*SnsAdaptorServiceGetSnsFriendsArgs) ReadField3

func (p *SnsAdaptorServiceGetSnsFriendsArgs) ReadField3(iprot TProtocol) error

func (*SnsAdaptorServiceGetSnsFriendsArgs) ReadField4

func (p *SnsAdaptorServiceGetSnsFriendsArgs) ReadField4(iprot TProtocol) error

func (*SnsAdaptorServiceGetSnsFriendsArgs) ReadField5

func (p *SnsAdaptorServiceGetSnsFriendsArgs) ReadField5(iprot TProtocol) error

func (*SnsAdaptorServiceGetSnsFriendsArgs) String

func (*SnsAdaptorServiceGetSnsFriendsArgs) Write

type SnsAdaptorServiceGetSnsFriendsResult

type SnsAdaptorServiceGetSnsFriendsResult struct {
	Success *SnsFriends    `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewSnsAdaptorServiceGetSnsFriendsResult

func NewSnsAdaptorServiceGetSnsFriendsResult() *SnsAdaptorServiceGetSnsFriendsResult

func (*SnsAdaptorServiceGetSnsFriendsResult) GetE

func (*SnsAdaptorServiceGetSnsFriendsResult) GetSuccess

func (*SnsAdaptorServiceGetSnsFriendsResult) IsSetE

func (*SnsAdaptorServiceGetSnsFriendsResult) IsSetSuccess

func (p *SnsAdaptorServiceGetSnsFriendsResult) IsSetSuccess() bool

func (*SnsAdaptorServiceGetSnsFriendsResult) Read

func (*SnsAdaptorServiceGetSnsFriendsResult) ReadField0

func (*SnsAdaptorServiceGetSnsFriendsResult) ReadField1

func (*SnsAdaptorServiceGetSnsFriendsResult) String

func (*SnsAdaptorServiceGetSnsFriendsResult) Write

type SnsAdaptorServiceGetSnsMyProfileArgs

type SnsAdaptorServiceGetSnsMyProfileArgs struct {
	// unused field # 1
	SnsIdType      SnsIdType `thrift:"snsIdType,2" db:"snsIdType" json:"snsIdType"`
	SnsAccessToken string    `thrift:"snsAccessToken,3" db:"snsAccessToken" json:"snsAccessToken"`
}

Attributes:

  • SnsIdType
  • SnsAccessToken

func NewSnsAdaptorServiceGetSnsMyProfileArgs

func NewSnsAdaptorServiceGetSnsMyProfileArgs() *SnsAdaptorServiceGetSnsMyProfileArgs

func (*SnsAdaptorServiceGetSnsMyProfileArgs) GetSnsAccessToken

func (p *SnsAdaptorServiceGetSnsMyProfileArgs) GetSnsAccessToken() string

func (*SnsAdaptorServiceGetSnsMyProfileArgs) GetSnsIdType

func (*SnsAdaptorServiceGetSnsMyProfileArgs) Read

func (*SnsAdaptorServiceGetSnsMyProfileArgs) ReadField2

func (*SnsAdaptorServiceGetSnsMyProfileArgs) ReadField3

func (*SnsAdaptorServiceGetSnsMyProfileArgs) String

func (*SnsAdaptorServiceGetSnsMyProfileArgs) Write

type SnsAdaptorServiceGetSnsMyProfileResult

type SnsAdaptorServiceGetSnsMyProfileResult struct {
	Success *SnsProfile    `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewSnsAdaptorServiceGetSnsMyProfileResult

func NewSnsAdaptorServiceGetSnsMyProfileResult() *SnsAdaptorServiceGetSnsMyProfileResult

func (*SnsAdaptorServiceGetSnsMyProfileResult) GetE

func (*SnsAdaptorServiceGetSnsMyProfileResult) GetSuccess

func (*SnsAdaptorServiceGetSnsMyProfileResult) IsSetE

func (*SnsAdaptorServiceGetSnsMyProfileResult) IsSetSuccess

func (p *SnsAdaptorServiceGetSnsMyProfileResult) IsSetSuccess() bool

func (*SnsAdaptorServiceGetSnsMyProfileResult) Read

func (*SnsAdaptorServiceGetSnsMyProfileResult) ReadField0

func (*SnsAdaptorServiceGetSnsMyProfileResult) ReadField1

func (*SnsAdaptorServiceGetSnsMyProfileResult) String

func (*SnsAdaptorServiceGetSnsMyProfileResult) Write

type SnsAdaptorServicePostSnsInvitationMessageArgs

type SnsAdaptorServicePostSnsInvitationMessageArgs struct {
	// unused field # 1
	SnsIdType      SnsIdType `thrift:"snsIdType,2" db:"snsIdType" json:"snsIdType"`
	SnsAccessToken string    `thrift:"snsAccessToken,3" db:"snsAccessToken" json:"snsAccessToken"`
	ToSnsUserId    string    `thrift:"toSnsUserId,4" db:"toSnsUserId" json:"toSnsUserId"`
}

Attributes:

  • SnsIdType
  • SnsAccessToken
  • ToSnsUserId

func NewSnsAdaptorServicePostSnsInvitationMessageArgs

func NewSnsAdaptorServicePostSnsInvitationMessageArgs() *SnsAdaptorServicePostSnsInvitationMessageArgs

func (*SnsAdaptorServicePostSnsInvitationMessageArgs) GetSnsAccessToken

func (*SnsAdaptorServicePostSnsInvitationMessageArgs) GetSnsIdType

func (*SnsAdaptorServicePostSnsInvitationMessageArgs) GetToSnsUserId

func (*SnsAdaptorServicePostSnsInvitationMessageArgs) Read

func (*SnsAdaptorServicePostSnsInvitationMessageArgs) ReadField2

func (*SnsAdaptorServicePostSnsInvitationMessageArgs) ReadField3

func (*SnsAdaptorServicePostSnsInvitationMessageArgs) ReadField4

func (*SnsAdaptorServicePostSnsInvitationMessageArgs) String

func (*SnsAdaptorServicePostSnsInvitationMessageArgs) Write

type SnsAdaptorServicePostSnsInvitationMessageResult

type SnsAdaptorServicePostSnsInvitationMessageResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewSnsAdaptorServicePostSnsInvitationMessageResult

func NewSnsAdaptorServicePostSnsInvitationMessageResult() *SnsAdaptorServicePostSnsInvitationMessageResult

func (*SnsAdaptorServicePostSnsInvitationMessageResult) GetE

func (*SnsAdaptorServicePostSnsInvitationMessageResult) IsSetE

func (*SnsAdaptorServicePostSnsInvitationMessageResult) Read

func (*SnsAdaptorServicePostSnsInvitationMessageResult) ReadField1

func (*SnsAdaptorServicePostSnsInvitationMessageResult) String

func (*SnsAdaptorServicePostSnsInvitationMessageResult) Write

type SnsAdaptorServiceProcessor

type SnsAdaptorServiceProcessor struct {
	// contains filtered or unexported fields
}

func NewSnsAdaptorServiceProcessor

func NewSnsAdaptorServiceProcessor(handler SnsAdaptorService) *SnsAdaptorServiceProcessor

func (*SnsAdaptorServiceProcessor) AddToProcessorMap

func (p *SnsAdaptorServiceProcessor) AddToProcessorMap(key string, processor TProcessorFunction)

func (*SnsAdaptorServiceProcessor) GetProcessorFunction

func (p *SnsAdaptorServiceProcessor) GetProcessorFunction(key string) (processor TProcessorFunction, ok bool)

func (*SnsAdaptorServiceProcessor) Process

func (p *SnsAdaptorServiceProcessor) Process(ctx context.Context, iprot, oprot TProtocol) (success bool, err TException)

func (*SnsAdaptorServiceProcessor) ProcessorMap

type SnsFriend

type SnsFriend struct {
	SnsUserId   string    `thrift:"snsUserId,1" db:"snsUserId" json:"snsUserId"`
	SnsUserName string    `thrift:"snsUserName,2" db:"snsUserName" json:"snsUserName"`
	SnsIdType   SnsIdType `thrift:"snsIdType,3" db:"snsIdType" json:"snsIdType"`
}

Attributes:

  • SnsUserId
  • SnsUserName
  • SnsIdType
var SnsFriendModification_SnsFriend_DEFAULT *SnsFriend

func NewSnsFriend

func NewSnsFriend() *SnsFriend

func (*SnsFriend) GetSnsIdType

func (p *SnsFriend) GetSnsIdType() SnsIdType

func (*SnsFriend) GetSnsUserId

func (p *SnsFriend) GetSnsUserId() string

func (*SnsFriend) GetSnsUserName

func (p *SnsFriend) GetSnsUserName() string

func (*SnsFriend) Read

func (p *SnsFriend) Read(iprot TProtocol) error

func (*SnsFriend) ReadField1

func (p *SnsFriend) ReadField1(iprot TProtocol) error

func (*SnsFriend) ReadField2

func (p *SnsFriend) ReadField2(iprot TProtocol) error

func (*SnsFriend) ReadField3

func (p *SnsFriend) ReadField3(iprot TProtocol) error

func (*SnsFriend) String

func (p *SnsFriend) String() string

func (*SnsFriend) Write

func (p *SnsFriend) Write(oprot TProtocol) error

type SnsFriendContactRegistration

type SnsFriendContactRegistration struct {
	Contact   *Contact  `thrift:"contact,1" db:"contact" json:"contact"`
	SnsIdType SnsIdType `thrift:"snsIdType,2" db:"snsIdType" json:"snsIdType"`
	SnsUserId string    `thrift:"snsUserId,3" db:"snsUserId" json:"snsUserId"`
}

Attributes:

  • Contact
  • SnsIdType
  • SnsUserId

func NewSnsFriendContactRegistration

func NewSnsFriendContactRegistration() *SnsFriendContactRegistration

func (*SnsFriendContactRegistration) GetContact

func (p *SnsFriendContactRegistration) GetContact() *Contact

func (*SnsFriendContactRegistration) GetSnsIdType

func (p *SnsFriendContactRegistration) GetSnsIdType() SnsIdType

func (*SnsFriendContactRegistration) GetSnsUserId

func (p *SnsFriendContactRegistration) GetSnsUserId() string

func (*SnsFriendContactRegistration) IsSetContact

func (p *SnsFriendContactRegistration) IsSetContact() bool

func (*SnsFriendContactRegistration) Read

func (*SnsFriendContactRegistration) ReadField1

func (p *SnsFriendContactRegistration) ReadField1(iprot TProtocol) error

func (*SnsFriendContactRegistration) ReadField2

func (p *SnsFriendContactRegistration) ReadField2(iprot TProtocol) error

func (*SnsFriendContactRegistration) ReadField3

func (p *SnsFriendContactRegistration) ReadField3(iprot TProtocol) error

func (*SnsFriendContactRegistration) String

func (*SnsFriendContactRegistration) Write

type SnsFriendModification

type SnsFriendModification struct {
	Type      ModificationType `thrift:"type,1" db:"type" json:"type"`
	SnsFriend *SnsFriend       `thrift:"snsFriend,2" db:"snsFriend" json:"snsFriend"`
}

Attributes:

  • Type
  • SnsFriend

func NewSnsFriendModification

func NewSnsFriendModification() *SnsFriendModification

func (*SnsFriendModification) GetSnsFriend

func (p *SnsFriendModification) GetSnsFriend() *SnsFriend

func (*SnsFriendModification) GetType

func (*SnsFriendModification) IsSetSnsFriend

func (p *SnsFriendModification) IsSetSnsFriend() bool

func (*SnsFriendModification) Read

func (p *SnsFriendModification) Read(iprot TProtocol) error

func (*SnsFriendModification) ReadField1

func (p *SnsFriendModification) ReadField1(iprot TProtocol) error

func (*SnsFriendModification) ReadField2

func (p *SnsFriendModification) ReadField2(iprot TProtocol) error

func (*SnsFriendModification) String

func (p *SnsFriendModification) String() string

func (*SnsFriendModification) Write

func (p *SnsFriendModification) Write(oprot TProtocol) error

type SnsFriends

type SnsFriends struct {
	SnsFriends []*SnsFriend `thrift:"snsFriends,1" db:"snsFriends" json:"snsFriends"`
	HasMore    bool         `thrift:"hasMore,2" db:"hasMore" json:"hasMore"`
}

Attributes:

  • SnsFriends
  • HasMore
var SnsAdaptorServiceGetSnsFriendsResult_Success_DEFAULT *SnsFriends

func NewSnsFriends

func NewSnsFriends() *SnsFriends

func (*SnsFriends) GetHasMore

func (p *SnsFriends) GetHasMore() bool

func (*SnsFriends) GetSnsFriends

func (p *SnsFriends) GetSnsFriends() []*SnsFriend

func (*SnsFriends) Read

func (p *SnsFriends) Read(iprot TProtocol) error

func (*SnsFriends) ReadField1

func (p *SnsFriends) ReadField1(iprot TProtocol) error

func (*SnsFriends) ReadField2

func (p *SnsFriends) ReadField2(iprot TProtocol) error

func (*SnsFriends) String

func (p *SnsFriends) String() string

func (*SnsFriends) Write

func (p *SnsFriends) Write(oprot TProtocol) error

type SnsIdType

type SnsIdType int64
const (
	SnsIdType_FACEBOOK SnsIdType = 1
	SnsIdType_SINA     SnsIdType = 2
	SnsIdType_RENREN   SnsIdType = 3
	SnsIdType_FEIXIN   SnsIdType = 4
)

func SnsIdTypeFromString

func SnsIdTypeFromString(s string) (SnsIdType, error)

func SnsIdTypePtr

func SnsIdTypePtr(v SnsIdType) *SnsIdType

func (SnsIdType) MarshalText

func (p SnsIdType) MarshalText() ([]byte, error)

func (*SnsIdType) Scan

func (p *SnsIdType) Scan(value interface{}) error

func (SnsIdType) String

func (p SnsIdType) String() string

func (*SnsIdType) UnmarshalText

func (p *SnsIdType) UnmarshalText(text []byte) error

func (*SnsIdType) Value

func (p *SnsIdType) Value() (driver.Value, error)

type SnsIdUserStatus

type SnsIdUserStatus struct {
	UserExisting          bool `thrift:"userExisting,1" db:"userExisting" json:"userExisting"`
	PhoneNumberRegistered bool `thrift:"phoneNumberRegistered,2" db:"phoneNumberRegistered" json:"phoneNumberRegistered"`
	SameDevice            bool `thrift:"sameDevice,3" db:"sameDevice" json:"sameDevice"`
}

Attributes:

  • UserExisting
  • PhoneNumberRegistered
  • SameDevice
var TalkServiceFindSnsIdUserStatusResult_Success_DEFAULT *SnsIdUserStatus

func NewSnsIdUserStatus

func NewSnsIdUserStatus() *SnsIdUserStatus

func (*SnsIdUserStatus) GetPhoneNumberRegistered

func (p *SnsIdUserStatus) GetPhoneNumberRegistered() bool

func (*SnsIdUserStatus) GetSameDevice

func (p *SnsIdUserStatus) GetSameDevice() bool

func (*SnsIdUserStatus) GetUserExisting

func (p *SnsIdUserStatus) GetUserExisting() bool

func (*SnsIdUserStatus) Read

func (p *SnsIdUserStatus) Read(iprot TProtocol) error

func (*SnsIdUserStatus) ReadField1

func (p *SnsIdUserStatus) ReadField1(iprot TProtocol) error

func (*SnsIdUserStatus) ReadField2

func (p *SnsIdUserStatus) ReadField2(iprot TProtocol) error

func (*SnsIdUserStatus) ReadField3

func (p *SnsIdUserStatus) ReadField3(iprot TProtocol) error

func (*SnsIdUserStatus) String

func (p *SnsIdUserStatus) String() string

func (*SnsIdUserStatus) Write

func (p *SnsIdUserStatus) Write(oprot TProtocol) error

type SnsProfile

type SnsProfile struct {
	SnsUserId    string `thrift:"snsUserId,1" db:"snsUserId" json:"snsUserId"`
	SnsUserName  string `thrift:"snsUserName,2" db:"snsUserName" json:"snsUserName"`
	Email        string `thrift:"email,3" db:"email" json:"email"`
	ThumbnailUrl string `thrift:"thumbnailUrl,4" db:"thumbnailUrl" json:"thumbnailUrl"`
}

Attributes:

  • SnsUserId
  • SnsUserName
  • Email
  • ThumbnailUrl
var SnsAdaptorServiceGetSnsMyProfileResult_Success_DEFAULT *SnsProfile

func NewSnsProfile

func NewSnsProfile() *SnsProfile

func (*SnsProfile) GetEmail

func (p *SnsProfile) GetEmail() string

func (*SnsProfile) GetSnsUserId

func (p *SnsProfile) GetSnsUserId() string

func (*SnsProfile) GetSnsUserName

func (p *SnsProfile) GetSnsUserName() string

func (*SnsProfile) GetThumbnailUrl

func (p *SnsProfile) GetThumbnailUrl() string

func (*SnsProfile) Read

func (p *SnsProfile) Read(iprot TProtocol) error

func (*SnsProfile) ReadField1

func (p *SnsProfile) ReadField1(iprot TProtocol) error

func (*SnsProfile) ReadField2

func (p *SnsProfile) ReadField2(iprot TProtocol) error

func (*SnsProfile) ReadField3

func (p *SnsProfile) ReadField3(iprot TProtocol) error

func (*SnsProfile) ReadField4

func (p *SnsProfile) ReadField4(iprot TProtocol) error

func (*SnsProfile) String

func (p *SnsProfile) String() string

func (*SnsProfile) Write

func (p *SnsProfile) Write(oprot TProtocol) error

type SpammerReason

type SpammerReason int64
const (
	SpammerReason_OTHER             SpammerReason = 0
	SpammerReason_ADVERTISING       SpammerReason = 1
	SpammerReason_GENDER_HARASSMENT SpammerReason = 2
	SpammerReason_HARASSMENT        SpammerReason = 3
)

func SpammerReasonFromString

func SpammerReasonFromString(s string) (SpammerReason, error)

func SpammerReasonPtr

func SpammerReasonPtr(v SpammerReason) *SpammerReason

func (SpammerReason) MarshalText

func (p SpammerReason) MarshalText() ([]byte, error)

func (*SpammerReason) Scan

func (p *SpammerReason) Scan(value interface{}) error

func (SpammerReason) String

func (p SpammerReason) String() string

func (*SpammerReason) UnmarshalText

func (p *SpammerReason) UnmarshalText(text []byte) error

func (*SpammerReason) Value

func (p *SpammerReason) Value() (driver.Value, error)

type StreamTransport

type StreamTransport struct {
	io.Reader
	io.Writer
	// contains filtered or unexported fields
}

func NewStreamTransport

func NewStreamTransport(r io.Reader, w io.Writer) *StreamTransport

func NewStreamTransportR

func NewStreamTransportR(r io.Reader) *StreamTransport

func NewStreamTransportRW

func NewStreamTransportRW(rw io.ReadWriter) *StreamTransport

func NewStreamTransportW

func NewStreamTransportW(w io.Writer) *StreamTransport

func (*StreamTransport) Close

func (p *StreamTransport) Close() error

Closes both the input and output streams.

func (*StreamTransport) Flush

func (p *StreamTransport) Flush(ctx context.Context) error

Flushes the underlying output stream if not null.

func (*StreamTransport) IsOpen

func (p *StreamTransport) IsOpen() bool

func (*StreamTransport) Open

func (p *StreamTransport) Open() error

implicitly opened on creation, can't be reopened once closed

func (*StreamTransport) Read

func (p *StreamTransport) Read(c []byte) (n int, err error)

func (*StreamTransport) ReadByte

func (p *StreamTransport) ReadByte() (c byte, err error)

func (*StreamTransport) RemainingBytes

func (p *StreamTransport) RemainingBytes() (num_bytes uint64)

func (*StreamTransport) Write

func (p *StreamTransport) Write(c []byte) (n int, err error)

func (*StreamTransport) WriteByte

func (p *StreamTransport) WriteByte(c byte) (err error)

func (*StreamTransport) WriteString

func (p *StreamTransport) WriteString(s string) (n int, err error)

type StreamTransportFactory

type StreamTransportFactory struct {
	Reader io.Reader
	Writer io.Writer
	// contains filtered or unexported fields
}

func NewStreamTransportFactory

func NewStreamTransportFactory(reader io.Reader, writer io.Writer, isReadWriter bool) *StreamTransportFactory

func (*StreamTransportFactory) GetTransport

func (p *StreamTransportFactory) GetTransport(trans TTransport) (TTransport, error)

type SyncActionType

type SyncActionType int64
const (
	SyncActionType_SYNC   SyncActionType = 0
	SyncActionType_REPORT SyncActionType = 1
)

func SyncActionTypeFromString

func SyncActionTypeFromString(s string) (SyncActionType, error)

func SyncActionTypePtr

func SyncActionTypePtr(v SyncActionType) *SyncActionType

func (SyncActionType) MarshalText

func (p SyncActionType) MarshalText() ([]byte, error)

func (*SyncActionType) Scan

func (p *SyncActionType) Scan(value interface{}) error

func (SyncActionType) String

func (p SyncActionType) String() string

func (*SyncActionType) UnmarshalText

func (p *SyncActionType) UnmarshalText(text []byte) error

func (*SyncActionType) Value

func (p *SyncActionType) Value() (driver.Value, error)

type SyncCategory

type SyncCategory int64
const (
	SyncCategory_PROFILE      SyncCategory = 0
	SyncCategory_SETTINGS     SyncCategory = 1
	SyncCategory_OPS          SyncCategory = 2
	SyncCategory_CONTACT      SyncCategory = 3
	SyncCategory_RECOMMEND    SyncCategory = 4
	SyncCategory_BLOCK        SyncCategory = 5
	SyncCategory_GROUP        SyncCategory = 6
	SyncCategory_ROOM         SyncCategory = 7
	SyncCategory_NOTIFICATION SyncCategory = 8
)

func SyncCategoryFromString

func SyncCategoryFromString(s string) (SyncCategory, error)

func SyncCategoryPtr

func SyncCategoryPtr(v SyncCategory) *SyncCategory

func (SyncCategory) MarshalText

func (p SyncCategory) MarshalText() ([]byte, error)

func (*SyncCategory) Scan

func (p *SyncCategory) Scan(value interface{}) error

func (SyncCategory) String

func (p SyncCategory) String() string

func (*SyncCategory) UnmarshalText

func (p *SyncCategory) UnmarshalText(text []byte) error

func (*SyncCategory) Value

func (p *SyncCategory) Value() (driver.Value, error)

type SystemConfiguration

type SystemConfiguration struct {
	Endpoint    string `thrift:"endpoint,1" db:"endpoint" json:"endpoint"`
	EndpointSsl string `thrift:"endpointSsl,2" db:"endpointSsl" json:"endpointSsl"`
	UpdateUrl   string `thrift:"updateUrl,3" db:"updateUrl" json:"updateUrl"`
	// unused fields # 4 to 10
	C2dmAccount string `thrift:"c2dmAccount,11" db:"c2dmAccount" json:"c2dmAccount"`
	NniServer   string `thrift:"nniServer,12" db:"nniServer" json:"nniServer"`
}

Attributes:

  • Endpoint
  • EndpointSsl
  • UpdateUrl
  • C2dmAccount
  • NniServer
var TalkServiceGetSystemConfigurationResult_Success_DEFAULT *SystemConfiguration

func NewSystemConfiguration

func NewSystemConfiguration() *SystemConfiguration

func (*SystemConfiguration) GetC2dmAccount

func (p *SystemConfiguration) GetC2dmAccount() string

func (*SystemConfiguration) GetEndpoint

func (p *SystemConfiguration) GetEndpoint() string

func (*SystemConfiguration) GetEndpointSsl

func (p *SystemConfiguration) GetEndpointSsl() string

func (*SystemConfiguration) GetNniServer

func (p *SystemConfiguration) GetNniServer() string

func (*SystemConfiguration) GetUpdateUrl

func (p *SystemConfiguration) GetUpdateUrl() string

func (*SystemConfiguration) Read

func (p *SystemConfiguration) Read(iprot TProtocol) error

func (*SystemConfiguration) ReadField1

func (p *SystemConfiguration) ReadField1(iprot TProtocol) error

func (*SystemConfiguration) ReadField11

func (p *SystemConfiguration) ReadField11(iprot TProtocol) error

func (*SystemConfiguration) ReadField12

func (p *SystemConfiguration) ReadField12(iprot TProtocol) error

func (*SystemConfiguration) ReadField2

func (p *SystemConfiguration) ReadField2(iprot TProtocol) error

func (*SystemConfiguration) ReadField3

func (p *SystemConfiguration) ReadField3(iprot TProtocol) error

func (*SystemConfiguration) String

func (p *SystemConfiguration) String() string

func (*SystemConfiguration) Write

func (p *SystemConfiguration) Write(oprot TProtocol) error

type TApplicationException

type TApplicationException interface {
	TException
	TypeId() int32
	Read(iprot TProtocol) error
	Write(oprot TProtocol) error
}

Application level Thrift exception

func NewTApplicationException

func NewTApplicationException(type_ int32, message string) TApplicationException

type TBinaryProtocol

type TBinaryProtocol struct {
	// contains filtered or unexported fields
}

func NewTBinaryProtocol

func NewTBinaryProtocol(t TTransport, strictRead, strictWrite bool) *TBinaryProtocol

func NewTBinaryProtocolTransport

func NewTBinaryProtocolTransport(t TTransport) *TBinaryProtocol

func (*TBinaryProtocol) Flush

func (p *TBinaryProtocol) Flush(ctx context.Context) (err error)

func (*TBinaryProtocol) ReadBinary

func (p *TBinaryProtocol) ReadBinary() ([]byte, error)

func (*TBinaryProtocol) ReadBool

func (p *TBinaryProtocol) ReadBool() (bool, error)

func (*TBinaryProtocol) ReadByte

func (p *TBinaryProtocol) ReadByte() (int8, error)

func (*TBinaryProtocol) ReadDouble

func (p *TBinaryProtocol) ReadDouble() (value float64, err error)

func (*TBinaryProtocol) ReadFieldBegin

func (p *TBinaryProtocol) ReadFieldBegin() (name string, typeId TType, seqId int16, err error)

func (*TBinaryProtocol) ReadFieldEnd

func (p *TBinaryProtocol) ReadFieldEnd() error

func (*TBinaryProtocol) ReadI16

func (p *TBinaryProtocol) ReadI16() (value int16, err error)

func (*TBinaryProtocol) ReadI32

func (p *TBinaryProtocol) ReadI32() (value int32, err error)

func (*TBinaryProtocol) ReadI64

func (p *TBinaryProtocol) ReadI64() (value int64, err error)

func (*TBinaryProtocol) ReadListBegin

func (p *TBinaryProtocol) ReadListBegin() (elemType TType, size int, err error)

func (*TBinaryProtocol) ReadListEnd

func (p *TBinaryProtocol) ReadListEnd() error

func (*TBinaryProtocol) ReadMapBegin

func (p *TBinaryProtocol) ReadMapBegin() (kType, vType TType, size int, err error)

func (*TBinaryProtocol) ReadMapEnd

func (p *TBinaryProtocol) ReadMapEnd() error

func (*TBinaryProtocol) ReadMessageBegin

func (p *TBinaryProtocol) ReadMessageBegin() (name string, typeId TMessageType, seqId int32, err error)

func (*TBinaryProtocol) ReadMessageEnd

func (p *TBinaryProtocol) ReadMessageEnd() error

func (*TBinaryProtocol) ReadSetBegin

func (p *TBinaryProtocol) ReadSetBegin() (elemType TType, size int, err error)

func (*TBinaryProtocol) ReadSetEnd

func (p *TBinaryProtocol) ReadSetEnd() error

func (*TBinaryProtocol) ReadString

func (p *TBinaryProtocol) ReadString() (value string, err error)

func (*TBinaryProtocol) ReadStructBegin

func (p *TBinaryProtocol) ReadStructBegin() (name string, err error)

func (*TBinaryProtocol) ReadStructEnd

func (p *TBinaryProtocol) ReadStructEnd() error

func (*TBinaryProtocol) Skip

func (p *TBinaryProtocol) Skip(fieldType TType) (err error)

func (*TBinaryProtocol) Transport

func (p *TBinaryProtocol) Transport() TTransport

func (*TBinaryProtocol) WriteBinary

func (p *TBinaryProtocol) WriteBinary(value []byte) error

func (*TBinaryProtocol) WriteBool

func (p *TBinaryProtocol) WriteBool(value bool) error

func (*TBinaryProtocol) WriteByte

func (p *TBinaryProtocol) WriteByte(value int8) error

func (*TBinaryProtocol) WriteDouble

func (p *TBinaryProtocol) WriteDouble(value float64) error

func (*TBinaryProtocol) WriteFieldBegin

func (p *TBinaryProtocol) WriteFieldBegin(name string, typeId TType, id int16) error

func (*TBinaryProtocol) WriteFieldEnd

func (p *TBinaryProtocol) WriteFieldEnd() error

func (*TBinaryProtocol) WriteFieldStop

func (p *TBinaryProtocol) WriteFieldStop() error

func (*TBinaryProtocol) WriteI16

func (p *TBinaryProtocol) WriteI16(value int16) error

func (*TBinaryProtocol) WriteI32

func (p *TBinaryProtocol) WriteI32(value int32) error

func (*TBinaryProtocol) WriteI64

func (p *TBinaryProtocol) WriteI64(value int64) error

func (*TBinaryProtocol) WriteListBegin

func (p *TBinaryProtocol) WriteListBegin(elemType TType, size int) error

func (*TBinaryProtocol) WriteListEnd

func (p *TBinaryProtocol) WriteListEnd() error

func (*TBinaryProtocol) WriteMapBegin

func (p *TBinaryProtocol) WriteMapBegin(keyType TType, valueType TType, size int) error

func (*TBinaryProtocol) WriteMapEnd

func (p *TBinaryProtocol) WriteMapEnd() error

func (*TBinaryProtocol) WriteMessageBegin

func (p *TBinaryProtocol) WriteMessageBegin(name string, typeId TMessageType, seqId int32) error

func (*TBinaryProtocol) WriteMessageEnd

func (p *TBinaryProtocol) WriteMessageEnd() error

func (*TBinaryProtocol) WriteSetBegin

func (p *TBinaryProtocol) WriteSetBegin(elemType TType, size int) error

func (*TBinaryProtocol) WriteSetEnd

func (p *TBinaryProtocol) WriteSetEnd() error

func (*TBinaryProtocol) WriteString

func (p *TBinaryProtocol) WriteString(value string) error

func (*TBinaryProtocol) WriteStructBegin

func (p *TBinaryProtocol) WriteStructBegin(name string) error

func (*TBinaryProtocol) WriteStructEnd

func (p *TBinaryProtocol) WriteStructEnd() error

type TBinaryProtocolFactory

type TBinaryProtocolFactory struct {
	// contains filtered or unexported fields
}

func NewTBinaryProtocolFactory

func NewTBinaryProtocolFactory(strictRead, strictWrite bool) *TBinaryProtocolFactory

func NewTBinaryProtocolFactoryDefault

func NewTBinaryProtocolFactoryDefault() *TBinaryProtocolFactory

func (*TBinaryProtocolFactory) GetProtocol

func (p *TBinaryProtocolFactory) GetProtocol(t TTransport) TProtocol

type TBufferedTransport

type TBufferedTransport struct {
	bufio.ReadWriter
	// contains filtered or unexported fields
}

func NewTBufferedTransport

func NewTBufferedTransport(trans TTransport, bufferSize int) *TBufferedTransport

func (*TBufferedTransport) Close

func (p *TBufferedTransport) Close() (err error)

func (*TBufferedTransport) Flush

func (p *TBufferedTransport) Flush(ctx context.Context) error

func (*TBufferedTransport) IsOpen

func (p *TBufferedTransport) IsOpen() bool

func (*TBufferedTransport) Open

func (p *TBufferedTransport) Open() (err error)

func (*TBufferedTransport) Read

func (p *TBufferedTransport) Read(b []byte) (int, error)

func (*TBufferedTransport) RemainingBytes

func (p *TBufferedTransport) RemainingBytes() (num_bytes uint64)

func (*TBufferedTransport) Write

func (p *TBufferedTransport) Write(b []byte) (int, error)

type TBufferedTransportFactory

type TBufferedTransportFactory struct {
	// contains filtered or unexported fields
}

func NewTBufferedTransportFactory

func NewTBufferedTransportFactory(bufferSize int) *TBufferedTransportFactory

func (*TBufferedTransportFactory) GetTransport

func (p *TBufferedTransportFactory) GetTransport(trans TTransport) (TTransport, error)

type TClient

type TClient interface {
	Call(ctx context.Context, method string, args, result TStruct) error
}

type TCompactProtocol

type TCompactProtocol struct {
	// contains filtered or unexported fields
}

func NewTCompactProtocol

func NewTCompactProtocol(trans TTransport) *TCompactProtocol

Create a TCompactProtocol given a TTransport

func (*TCompactProtocol) Flush

func (p *TCompactProtocol) Flush(ctx context.Context) (err error)

func (*TCompactProtocol) ReadBinary

func (p *TCompactProtocol) ReadBinary() (value []byte, err error)

Read a []byte from the wire.

func (*TCompactProtocol) ReadBool

func (p *TCompactProtocol) ReadBool() (value bool, err error)

Read a boolean off the wire. If this is a boolean field, the value should already have been read during readFieldBegin, so we'll just consume the pre-stored value. Otherwise, read a byte.

func (*TCompactProtocol) ReadByte

func (p *TCompactProtocol) ReadByte() (int8, error)

Read a single byte off the wire. Nothing interesting here.

func (*TCompactProtocol) ReadDouble

func (p *TCompactProtocol) ReadDouble() (value float64, err error)

No magic here - just read a double off the wire.

func (*TCompactProtocol) ReadFieldBegin

func (p *TCompactProtocol) ReadFieldBegin() (name string, typeId TType, id int16, err error)

Read a field header off the wire.

func (*TCompactProtocol) ReadFieldEnd

func (p *TCompactProtocol) ReadFieldEnd() error

func (*TCompactProtocol) ReadI16

func (p *TCompactProtocol) ReadI16() (value int16, err error)

Read an i16 from the wire as a zigzag varint.

func (*TCompactProtocol) ReadI32

func (p *TCompactProtocol) ReadI32() (value int32, err error)

Read an i32 from the wire as a zigzag varint.

func (*TCompactProtocol) ReadI64

func (p *TCompactProtocol) ReadI64() (value int64, err error)

Read an i64 from the wire as a zigzag varint.

func (*TCompactProtocol) ReadListBegin

func (p *TCompactProtocol) ReadListBegin() (elemType TType, size int, err error)

Read a list header off the wire. If the list size is 0-14, the size will be packed into the element type header. If it's a longer list, the 4 MSB of the element type header will be 0xF, and a varint will follow with the true size.

func (*TCompactProtocol) ReadListEnd

func (p *TCompactProtocol) ReadListEnd() error

func (*TCompactProtocol) ReadMapBegin

func (p *TCompactProtocol) ReadMapBegin() (keyType TType, valueType TType, size int, err error)

Read a map header off the wire. If the size is zero, skip reading the key and value type. This means that 0-length maps will yield TMaps without the "correct" types.

func (*TCompactProtocol) ReadMapEnd

func (p *TCompactProtocol) ReadMapEnd() error

func (*TCompactProtocol) ReadMessageBegin

func (p *TCompactProtocol) ReadMessageBegin() (name string, typeId TMessageType, seqId int32, err error)

Read a message header.

func (*TCompactProtocol) ReadMessageEnd

func (p *TCompactProtocol) ReadMessageEnd() error

func (*TCompactProtocol) ReadSetBegin

func (p *TCompactProtocol) ReadSetBegin() (elemType TType, size int, err error)

Read a set header off the wire. If the set size is 0-14, the size will be packed into the element type header. If it's a longer set, the 4 MSB of the element type header will be 0xF, and a varint will follow with the true size.

func (*TCompactProtocol) ReadSetEnd

func (p *TCompactProtocol) ReadSetEnd() error

func (*TCompactProtocol) ReadString

func (p *TCompactProtocol) ReadString() (value string, err error)

Reads a []byte (via readBinary), and then UTF-8 decodes it.

func (*TCompactProtocol) ReadStructBegin

func (p *TCompactProtocol) ReadStructBegin() (name string, err error)

Read a struct begin. There's nothing on the wire for this, but it is our opportunity to push a new struct begin marker onto the field stack.

func (*TCompactProtocol) ReadStructEnd

func (p *TCompactProtocol) ReadStructEnd() error

Doesn't actually consume any wire data, just removes the last field for this struct from the field stack.

func (*TCompactProtocol) Skip

func (p *TCompactProtocol) Skip(fieldType TType) (err error)

func (*TCompactProtocol) Transport

func (p *TCompactProtocol) Transport() TTransport

func (*TCompactProtocol) WriteBinary

func (p *TCompactProtocol) WriteBinary(bin []byte) error

Write a byte array, using a varint for the size.

func (*TCompactProtocol) WriteBool

func (p *TCompactProtocol) WriteBool(value bool) error

func (*TCompactProtocol) WriteByte

func (p *TCompactProtocol) WriteByte(value int8) error

Write a byte. Nothing to see here!

func (*TCompactProtocol) WriteDouble

func (p *TCompactProtocol) WriteDouble(value float64) error

Write a double to the wire as 8 bytes.

func (*TCompactProtocol) WriteFieldBegin

func (p *TCompactProtocol) WriteFieldBegin(name string, typeId TType, id int16) error

func (*TCompactProtocol) WriteFieldEnd

func (p *TCompactProtocol) WriteFieldEnd() error

func (*TCompactProtocol) WriteFieldStop

func (p *TCompactProtocol) WriteFieldStop() error

func (*TCompactProtocol) WriteI16

func (p *TCompactProtocol) WriteI16(value int16) error

Write an I16 as a zigzag varint.

func (*TCompactProtocol) WriteI32

func (p *TCompactProtocol) WriteI32(value int32) error

Write an i32 as a zigzag varint.

func (*TCompactProtocol) WriteI64

func (p *TCompactProtocol) WriteI64(value int64) error

Write an i64 as a zigzag varint.

func (*TCompactProtocol) WriteListBegin

func (p *TCompactProtocol) WriteListBegin(elemType TType, size int) error

Write a list header.

func (*TCompactProtocol) WriteListEnd

func (p *TCompactProtocol) WriteListEnd() error

func (*TCompactProtocol) WriteMapBegin

func (p *TCompactProtocol) WriteMapBegin(keyType TType, valueType TType, size int) error

func (*TCompactProtocol) WriteMapEnd

func (p *TCompactProtocol) WriteMapEnd() error

func (*TCompactProtocol) WriteMessageBegin

func (p *TCompactProtocol) WriteMessageBegin(name string, typeId TMessageType, seqid int32) error

Write a message header to the wire. Compact Protocol messages contain the protocol version so we can migrate forwards in the future if need be.

func (*TCompactProtocol) WriteMessageEnd

func (p *TCompactProtocol) WriteMessageEnd() error

func (*TCompactProtocol) WriteSetBegin

func (p *TCompactProtocol) WriteSetBegin(elemType TType, size int) error

Write a set header.

func (*TCompactProtocol) WriteSetEnd

func (p *TCompactProtocol) WriteSetEnd() error

func (*TCompactProtocol) WriteString

func (p *TCompactProtocol) WriteString(value string) error

Write a string to the wire with a varint size preceding.

func (*TCompactProtocol) WriteStructBegin

func (p *TCompactProtocol) WriteStructBegin(name string) error

Write a struct begin. This doesn't actually put anything on the wire. We use it as an opportunity to put special placeholder markers on the field stack so we can get the field id deltas correct.

func (*TCompactProtocol) WriteStructEnd

func (p *TCompactProtocol) WriteStructEnd() error

Write a struct end. This doesn't actually put anything on the wire. We use this as an opportunity to pop the last field from the current struct off of the field stack.

type TCompactProtocolFactory

type TCompactProtocolFactory struct{}

func NewTCompactProtocolFactory

func NewTCompactProtocolFactory() *TCompactProtocolFactory

func (*TCompactProtocolFactory) GetProtocol

func (p *TCompactProtocolFactory) GetProtocol(trans TTransport) TProtocol

type TDebugProtocol

type TDebugProtocol struct {
	Delegate  TProtocol
	LogPrefix string
	Logger    Logger
}

func (*TDebugProtocol) Flush

func (tdp *TDebugProtocol) Flush(ctx context.Context) (err error)

func (*TDebugProtocol) ReadBinary

func (tdp *TDebugProtocol) ReadBinary() (value []byte, err error)

func (*TDebugProtocol) ReadBool

func (tdp *TDebugProtocol) ReadBool() (value bool, err error)

func (*TDebugProtocol) ReadByte

func (tdp *TDebugProtocol) ReadByte() (value int8, err error)

func (*TDebugProtocol) ReadDouble

func (tdp *TDebugProtocol) ReadDouble() (value float64, err error)

func (*TDebugProtocol) ReadFieldBegin

func (tdp *TDebugProtocol) ReadFieldBegin() (name string, typeId TType, id int16, err error)

func (*TDebugProtocol) ReadFieldEnd

func (tdp *TDebugProtocol) ReadFieldEnd() (err error)

func (*TDebugProtocol) ReadI16

func (tdp *TDebugProtocol) ReadI16() (value int16, err error)

func (*TDebugProtocol) ReadI32

func (tdp *TDebugProtocol) ReadI32() (value int32, err error)

func (*TDebugProtocol) ReadI64

func (tdp *TDebugProtocol) ReadI64() (value int64, err error)

func (*TDebugProtocol) ReadListBegin

func (tdp *TDebugProtocol) ReadListBegin() (elemType TType, size int, err error)

func (*TDebugProtocol) ReadListEnd

func (tdp *TDebugProtocol) ReadListEnd() (err error)

func (*TDebugProtocol) ReadMapBegin

func (tdp *TDebugProtocol) ReadMapBegin() (keyType TType, valueType TType, size int, err error)

func (*TDebugProtocol) ReadMapEnd

func (tdp *TDebugProtocol) ReadMapEnd() (err error)

func (*TDebugProtocol) ReadMessageBegin

func (tdp *TDebugProtocol) ReadMessageBegin() (name string, typeId TMessageType, seqid int32, err error)

func (*TDebugProtocol) ReadMessageEnd

func (tdp *TDebugProtocol) ReadMessageEnd() (err error)

func (*TDebugProtocol) ReadSetBegin

func (tdp *TDebugProtocol) ReadSetBegin() (elemType TType, size int, err error)

func (*TDebugProtocol) ReadSetEnd

func (tdp *TDebugProtocol) ReadSetEnd() (err error)

func (*TDebugProtocol) ReadString

func (tdp *TDebugProtocol) ReadString() (value string, err error)

func (*TDebugProtocol) ReadStructBegin

func (tdp *TDebugProtocol) ReadStructBegin() (name string, err error)

func (*TDebugProtocol) ReadStructEnd

func (tdp *TDebugProtocol) ReadStructEnd() (err error)

func (*TDebugProtocol) Skip

func (tdp *TDebugProtocol) Skip(fieldType TType) (err error)

func (*TDebugProtocol) Transport

func (tdp *TDebugProtocol) Transport() TTransport

func (*TDebugProtocol) WriteBinary

func (tdp *TDebugProtocol) WriteBinary(value []byte) error

func (*TDebugProtocol) WriteBool

func (tdp *TDebugProtocol) WriteBool(value bool) error

func (*TDebugProtocol) WriteByte

func (tdp *TDebugProtocol) WriteByte(value int8) error

func (*TDebugProtocol) WriteDouble

func (tdp *TDebugProtocol) WriteDouble(value float64) error

func (*TDebugProtocol) WriteFieldBegin

func (tdp *TDebugProtocol) WriteFieldBegin(name string, typeId TType, id int16) error

func (*TDebugProtocol) WriteFieldEnd

func (tdp *TDebugProtocol) WriteFieldEnd() error

func (*TDebugProtocol) WriteFieldStop

func (tdp *TDebugProtocol) WriteFieldStop() error

func (*TDebugProtocol) WriteI16

func (tdp *TDebugProtocol) WriteI16(value int16) error

func (*TDebugProtocol) WriteI32

func (tdp *TDebugProtocol) WriteI32(value int32) error

func (*TDebugProtocol) WriteI64

func (tdp *TDebugProtocol) WriteI64(value int64) error

func (*TDebugProtocol) WriteListBegin

func (tdp *TDebugProtocol) WriteListBegin(elemType TType, size int) error

func (*TDebugProtocol) WriteListEnd

func (tdp *TDebugProtocol) WriteListEnd() error

func (*TDebugProtocol) WriteMapBegin

func (tdp *TDebugProtocol) WriteMapBegin(keyType TType, valueType TType, size int) error

func (*TDebugProtocol) WriteMapEnd

func (tdp *TDebugProtocol) WriteMapEnd() error

func (*TDebugProtocol) WriteMessageBegin

func (tdp *TDebugProtocol) WriteMessageBegin(name string, typeId TMessageType, seqid int32) error

func (*TDebugProtocol) WriteMessageEnd

func (tdp *TDebugProtocol) WriteMessageEnd() error

func (*TDebugProtocol) WriteSetBegin

func (tdp *TDebugProtocol) WriteSetBegin(elemType TType, size int) error

func (*TDebugProtocol) WriteSetEnd

func (tdp *TDebugProtocol) WriteSetEnd() error

func (*TDebugProtocol) WriteString

func (tdp *TDebugProtocol) WriteString(value string) error

func (*TDebugProtocol) WriteStructBegin

func (tdp *TDebugProtocol) WriteStructBegin(name string) error

func (*TDebugProtocol) WriteStructEnd

func (tdp *TDebugProtocol) WriteStructEnd() error

type TDebugProtocolFactory

type TDebugProtocolFactory struct {
	Underlying TProtocolFactory
	LogPrefix  string
	Logger     Logger
}

func NewTDebugProtocolFactory deprecated

func NewTDebugProtocolFactory(underlying TProtocolFactory, logPrefix string) *TDebugProtocolFactory

NewTDebugProtocolFactory creates a TDebugProtocolFactory.

Deprecated: Please use NewTDebugProtocolFactoryWithLogger or the struct itself instead. This version will use the default logger from standard library.

func NewTDebugProtocolFactoryWithLogger

func NewTDebugProtocolFactoryWithLogger(underlying TProtocolFactory, logPrefix string, logger Logger) *TDebugProtocolFactory

NewTDebugProtocolFactoryWithLogger creates a TDebugProtocolFactory.

func (*TDebugProtocolFactory) GetProtocol

func (t *TDebugProtocolFactory) GetProtocol(trans TTransport) TProtocol

type TDeserializer

type TDeserializer struct {
	Transport TTransport
	Protocol  TProtocol
}

func NewTDeserializer

func NewTDeserializer() *TDeserializer

func (*TDeserializer) Read

func (t *TDeserializer) Read(msg TStruct, b []byte) (err error)

func (*TDeserializer) ReadString

func (t *TDeserializer) ReadString(msg TStruct, s string) (err error)

type TException

type TException interface {
	error
}

type TFramedTransport

type TFramedTransport struct {
	// contains filtered or unexported fields
}

func NewTFramedTransport

func NewTFramedTransport(transport TTransport) *TFramedTransport

func NewTFramedTransportMaxLength

func NewTFramedTransportMaxLength(transport TTransport, maxLength uint32) *TFramedTransport

func (*TFramedTransport) Close

func (p *TFramedTransport) Close() error

func (*TFramedTransport) Flush

func (p *TFramedTransport) Flush(ctx context.Context) error

func (*TFramedTransport) IsOpen

func (p *TFramedTransport) IsOpen() bool

func (*TFramedTransport) Open

func (p *TFramedTransport) Open() error

func (*TFramedTransport) Read

func (p *TFramedTransport) Read(buf []byte) (l int, err error)

func (*TFramedTransport) ReadByte

func (p *TFramedTransport) ReadByte() (c byte, err error)

func (*TFramedTransport) RemainingBytes

func (p *TFramedTransport) RemainingBytes() (num_bytes uint64)

func (*TFramedTransport) Write

func (p *TFramedTransport) Write(buf []byte) (int, error)

func (*TFramedTransport) WriteByte

func (p *TFramedTransport) WriteByte(c byte) error

func (*TFramedTransport) WriteString

func (p *TFramedTransport) WriteString(s string) (n int, err error)

type THeaderInfoType

type THeaderInfoType int32

THeaderInfoType is the type id of the info headers.

const (
	InfoKeyValue THeaderInfoType // 1

)

Supported THeaderInfoType values.

type THeaderMap

type THeaderMap map[string]string

THeaderMap is the type of the header map in THeader transport.

type THeaderProtocol

type THeaderProtocol struct {
	// contains filtered or unexported fields
}

THeaderProtocol is a thrift protocol that implements THeader: https://github.com/apache/thrift/blob/master/doc/specs/HeaderFormat.md

It supports either binary or compact protocol as the wrapped protocol.

Most of the THeader handlings are happening inside THeaderTransport.

func NewTHeaderProtocol

func NewTHeaderProtocol(trans TTransport) *THeaderProtocol

NewTHeaderProtocol creates a new THeaderProtocol from the underlying transport. The passed in transport will be wrapped with THeaderTransport.

Note that THeaderTransport handles frame and zlib by itself, so the underlying transport should be a raw socket transports (TSocket or TSSLSocket), instead of rich transports like TZlibTransport or TFramedTransport.

func (*THeaderProtocol) AddTransform

func (p *THeaderProtocol) AddTransform(transform THeaderTransformID) error

AddTransform add a transform for writing.

func (*THeaderProtocol) ClearWriteHeaders

func (p *THeaderProtocol) ClearWriteHeaders()

ClearWriteHeaders clears all write headers previously set.

func (*THeaderProtocol) Flush

func (p *THeaderProtocol) Flush(ctx context.Context) error

func (*THeaderProtocol) GetReadHeaders

func (p *THeaderProtocol) GetReadHeaders() THeaderMap

GetReadHeaders returns the THeaderMap read from transport.

func (*THeaderProtocol) ReadBinary

func (p *THeaderProtocol) ReadBinary() (value []byte, err error)

func (*THeaderProtocol) ReadBool

func (p *THeaderProtocol) ReadBool() (value bool, err error)

func (*THeaderProtocol) ReadByte

func (p *THeaderProtocol) ReadByte() (value int8, err error)

func (*THeaderProtocol) ReadDouble

func (p *THeaderProtocol) ReadDouble() (value float64, err error)

func (*THeaderProtocol) ReadFieldBegin

func (p *THeaderProtocol) ReadFieldBegin() (name string, typeID TType, id int16, err error)

func (*THeaderProtocol) ReadFieldEnd

func (p *THeaderProtocol) ReadFieldEnd() error

func (*THeaderProtocol) ReadFrame

func (p *THeaderProtocol) ReadFrame() error

ReadFrame calls underlying THeaderTransport's ReadFrame function.

func (*THeaderProtocol) ReadI16

func (p *THeaderProtocol) ReadI16() (value int16, err error)

func (*THeaderProtocol) ReadI32

func (p *THeaderProtocol) ReadI32() (value int32, err error)

func (*THeaderProtocol) ReadI64

func (p *THeaderProtocol) ReadI64() (value int64, err error)

func (*THeaderProtocol) ReadListBegin

func (p *THeaderProtocol) ReadListBegin() (elemType TType, size int, err error)

func (*THeaderProtocol) ReadListEnd

func (p *THeaderProtocol) ReadListEnd() error

func (*THeaderProtocol) ReadMapBegin

func (p *THeaderProtocol) ReadMapBegin() (keyType TType, valueType TType, size int, err error)

func (*THeaderProtocol) ReadMapEnd

func (p *THeaderProtocol) ReadMapEnd() error

func (*THeaderProtocol) ReadMessageBegin

func (p *THeaderProtocol) ReadMessageBegin() (name string, typeID TMessageType, seqID int32, err error)

func (*THeaderProtocol) ReadMessageEnd

func (p *THeaderProtocol) ReadMessageEnd() error

func (*THeaderProtocol) ReadSetBegin

func (p *THeaderProtocol) ReadSetBegin() (elemType TType, size int, err error)

func (*THeaderProtocol) ReadSetEnd

func (p *THeaderProtocol) ReadSetEnd() error

func (*THeaderProtocol) ReadString

func (p *THeaderProtocol) ReadString() (value string, err error)

func (*THeaderProtocol) ReadStructBegin

func (p *THeaderProtocol) ReadStructBegin() (name string, err error)

func (*THeaderProtocol) ReadStructEnd

func (p *THeaderProtocol) ReadStructEnd() error

func (*THeaderProtocol) SetWriteHeader

func (p *THeaderProtocol) SetWriteHeader(key, value string)

SetWriteHeader sets a header for write.

func (*THeaderProtocol) Skip

func (p *THeaderProtocol) Skip(fieldType TType) error

func (*THeaderProtocol) Transport

func (p *THeaderProtocol) Transport() TTransport

Transport returns the underlying transport.

It's guaranteed to be of type *THeaderTransport.

func (*THeaderProtocol) WriteBinary

func (p *THeaderProtocol) WriteBinary(value []byte) error

func (*THeaderProtocol) WriteBool

func (p *THeaderProtocol) WriteBool(value bool) error

func (*THeaderProtocol) WriteByte

func (p *THeaderProtocol) WriteByte(value int8) error

func (*THeaderProtocol) WriteDouble

func (p *THeaderProtocol) WriteDouble(value float64) error

func (*THeaderProtocol) WriteFieldBegin

func (p *THeaderProtocol) WriteFieldBegin(name string, typeID TType, id int16) error

func (*THeaderProtocol) WriteFieldEnd

func (p *THeaderProtocol) WriteFieldEnd() error

func (*THeaderProtocol) WriteFieldStop

func (p *THeaderProtocol) WriteFieldStop() error

func (*THeaderProtocol) WriteI16

func (p *THeaderProtocol) WriteI16(value int16) error

func (*THeaderProtocol) WriteI32

func (p *THeaderProtocol) WriteI32(value int32) error

func (*THeaderProtocol) WriteI64

func (p *THeaderProtocol) WriteI64(value int64) error

func (*THeaderProtocol) WriteListBegin

func (p *THeaderProtocol) WriteListBegin(elemType TType, size int) error

func (*THeaderProtocol) WriteListEnd

func (p *THeaderProtocol) WriteListEnd() error

func (*THeaderProtocol) WriteMapBegin

func (p *THeaderProtocol) WriteMapBegin(keyType TType, valueType TType, size int) error

func (*THeaderProtocol) WriteMapEnd

func (p *THeaderProtocol) WriteMapEnd() error

func (*THeaderProtocol) WriteMessageBegin

func (p *THeaderProtocol) WriteMessageBegin(name string, typeID TMessageType, seqID int32) error

func (*THeaderProtocol) WriteMessageEnd

func (p *THeaderProtocol) WriteMessageEnd() error

func (*THeaderProtocol) WriteSetBegin

func (p *THeaderProtocol) WriteSetBegin(elemType TType, size int) error

func (*THeaderProtocol) WriteSetEnd

func (p *THeaderProtocol) WriteSetEnd() error

func (*THeaderProtocol) WriteString

func (p *THeaderProtocol) WriteString(value string) error

func (*THeaderProtocol) WriteStructBegin

func (p *THeaderProtocol) WriteStructBegin(name string) error

func (*THeaderProtocol) WriteStructEnd

func (p *THeaderProtocol) WriteStructEnd() error

type THeaderProtocolID

type THeaderProtocolID int32

THeaderProtocolID is the wrapped protocol id used in THeader.

const (
	THeaderProtocolBinary  THeaderProtocolID = 0x00
	THeaderProtocolCompact THeaderProtocolID = 0x02
	THeaderProtocolDefault                   = THeaderProtocolBinary
)

Supported THeaderProtocolID values.

func (THeaderProtocolID) GetProtocol

func (id THeaderProtocolID) GetProtocol(trans TTransport) (TProtocol, error)

GetProtocol gets the corresponding TProtocol from the wrapped protocol id.

type THeaderTransformID

type THeaderTransformID int32

THeaderTransformID defines the numeric id of the transform used.

const (
	TransformNone THeaderTransformID = iota // 0, no special handling
	TransformZlib                           // 1, zlib

)

THeaderTransformID values

type THeaderTransport

type THeaderTransport struct {
	SequenceID int32
	Flags      uint32
	// contains filtered or unexported fields
}

THeaderTransport is a Transport mode that implements THeader.

Note that THeaderTransport handles frame and zlib by itself, so the underlying transport should be a raw socket transports (TSocket or TSSLSocket), instead of rich transports like TZlibTransport or TFramedTransport.

func NewTHeaderTransport

func NewTHeaderTransport(trans TTransport) *THeaderTransport

NewTHeaderTransport creates THeaderTransport from the underlying transport.

Please note that THeaderTransport handles framing and zlib by itself, so the underlying transport should be the raw socket transports (TSocket or TSSLSocket), instead of rich transports like TZlibTransport or TFramedTransport.

If trans is already a *THeaderTransport, it will be returned as is.

func (*THeaderTransport) AddTransform

func (t *THeaderTransport) AddTransform(transform THeaderTransformID) error

AddTransform add a transform for writing.

func (*THeaderTransport) ClearWriteHeaders

func (t *THeaderTransport) ClearWriteHeaders()

ClearWriteHeaders clears all write headers previously set.

func (*THeaderTransport) Close

func (t *THeaderTransport) Close() error

Close closes the transport, along with its underlying transport.

func (*THeaderTransport) Flush

func (t *THeaderTransport) Flush(ctx context.Context) error

Flush writes the appropriate header and the write buffer to the underlying transport.

func (*THeaderTransport) GetReadHeaders

func (t *THeaderTransport) GetReadHeaders() THeaderMap

GetReadHeaders returns the THeaderMap read from transport.

func (*THeaderTransport) IsOpen

func (t *THeaderTransport) IsOpen() bool

IsOpen calls the underlying transport's IsOpen function.

func (*THeaderTransport) Open

func (t *THeaderTransport) Open() error

Open calls the underlying transport's Open function.

func (*THeaderTransport) Protocol

func (t *THeaderTransport) Protocol() THeaderProtocolID

Protocol returns the wrapped protocol id used in this THeaderTransport.

func (*THeaderTransport) Read

func (t *THeaderTransport) Read(p []byte) (read int, err error)

func (*THeaderTransport) ReadFrame

func (t *THeaderTransport) ReadFrame() error

ReadFrame tries to read the frame header, guess the client type, and handle unframed clients.

func (*THeaderTransport) RemainingBytes

func (t *THeaderTransport) RemainingBytes() uint64

RemainingBytes calls underlying transport's RemainingBytes.

Even in framed cases, because of all the possible compression transforms involved, the remaining frame size is likely to be different from the actual remaining readable bytes, so we don't bother to keep tracking the remaining frame size by ourselves and just use the underlying transport's RemainingBytes directly.

func (*THeaderTransport) SetWriteHeader

func (t *THeaderTransport) SetWriteHeader(key, value string)

SetWriteHeader sets a header for write.

func (*THeaderTransport) Write

func (t *THeaderTransport) Write(p []byte) (int, error)

Write writes data to the write buffer.

You need to call Flush to actually write them to the transport.

type THeaderTransportFactory

type THeaderTransportFactory struct {
	// The underlying factory, could be nil.
	Factory TTransportFactory
}

THeaderTransportFactory is a TTransportFactory implementation to create THeaderTransport.

func (*THeaderTransportFactory) GetTransport

func (f *THeaderTransportFactory) GetTransport(trans TTransport) (TTransport, error)

GetTransport implements TTransportFactory.

type THttpClient

type THttpClient struct {
	// contains filtered or unexported fields
}

func CancelF4ModHttpClient

func CancelF4ModHttpClient(urlstr string, tr *http.Transport, headers http.Header) *THttpClient

func F4ModHttpClient

func F4ModHttpClient(urlstr string, tr *http.Transport, headers http.Header) *THttpClient

func InviteF4ModHttpClient

func InviteF4ModHttpClient(urlstr string, tr *http.Transport, headers http.Header) *THttpClient

func JoinF4ModHttpClient

func JoinF4ModHttpClient(urlstr string, tr *http.Transport, headers http.Header) *THttpClient

func KickF4ModHttpClient

func KickF4ModHttpClient(urlstr string, tr *http.Transport, headers http.Header) *THttpClient

func ModHttpClient

func ModHttpClient(urlstr string, tr *http.Transport, headers http.Header) *THttpClient

func S4ModHttpClient

func S4ModHttpClient(urlstr string, tr *http.Transport, headers http.Header) *THttpClient

func (*THttpClient) Close

func (p *THttpClient) Close() error

func (*THttpClient) DelHeader

func (p *THttpClient) DelHeader(key string)

Deletes the HTTP Header given a Header Key for this specific Thrift Transport It is important that you first assert the TTransport as a THttpClient type like so:

httpTrans := trans.(THttpClient) httpTrans.DelHeader("User-Agent")

func (*THttpClient) Flush

func (p *THttpClient) Flush(ctx context.Context) error

func (*THttpClient) GetBody

func (p *THttpClient) GetBody() []byte

func (*THttpClient) GetHeader

func (p *THttpClient) GetHeader(key string) string

Get the HTTP Header represented by the supplied Header Key for this specific Thrift Transport It is important that you first assert the TTransport as a THttpClient type like so:

httpTrans := trans.(THttpClient) hdrValue := httpTrans.GetHeader("User-Agent")

func (*THttpClient) IsOpen

func (p *THttpClient) IsOpen() bool

func (*THttpClient) Open

func (p *THttpClient) Open() error

func (*THttpClient) Read

func (p *THttpClient) Read(buf []byte) (int, error)

func (*THttpClient) ReadByte

func (p *THttpClient) ReadByte() (c byte, err error)

func (*THttpClient) RemainingBytes

func (p *THttpClient) RemainingBytes() (num_bytes uint64)

func (*THttpClient) SetHeader

func (p *THttpClient) SetHeader(key string, value string)

Set the HTTP Header for this specific Thrift Transport It is important that you first assert the TTransport as a THttpClient type like so:

httpTrans := trans.(THttpClient) httpTrans.SetHeader("User-Agent","Thrift Client 1.0")

func (*THttpClient) Write

func (p *THttpClient) Write(buf []byte) (int, error)

func (*THttpClient) WriteByte

func (p *THttpClient) WriteByte(c byte) error

func (*THttpClient) WriteString

func (p *THttpClient) WriteString(s string) (n int, err error)

type THttpClientOptions

type THttpClientOptions struct {
	// If nil, DefaultHttpClient is used
	Client *http.Client
}

type THttpClientTransportFactory

type THttpClientTransportFactory struct {
	// contains filtered or unexported fields
}

func NewTHttpClientTransportFactory

func NewTHttpClientTransportFactory(url string) *THttpClientTransportFactory

func NewTHttpClientTransportFactoryWithOptions

func NewTHttpClientTransportFactoryWithOptions(url string, options THttpClientOptions) *THttpClientTransportFactory

func NewTHttpPostClientTransportFactory deprecated

func NewTHttpPostClientTransportFactory(url string) *THttpClientTransportFactory

Deprecated: Use NewTHttpClientTransportFactory instead.

func NewTHttpPostClientTransportFactoryWithOptions deprecated

func NewTHttpPostClientTransportFactoryWithOptions(url string, options THttpClientOptions) *THttpClientTransportFactory

Deprecated: Use NewTHttpClientTransportFactoryWithOptions instead.

type TJSONProtocol

type TJSONProtocol struct {
	*TSimpleJSONProtocol
}

JSON protocol implementation for thrift. Utilizes Simple JSON protocol

func NewTJSONProtocol

func NewTJSONProtocol(t TTransport) *TJSONProtocol

Constructor

func (*TJSONProtocol) Flush

func (p *TJSONProtocol) Flush(ctx context.Context) (err error)

func (*TJSONProtocol) OutputElemListBegin

func (p *TJSONProtocol) OutputElemListBegin(elemType TType, size int) error

func (*TJSONProtocol) ParseElemListBegin

func (p *TJSONProtocol) ParseElemListBegin() (elemType TType, size int, e error)

func (*TJSONProtocol) ReadBinary

func (p *TJSONProtocol) ReadBinary() ([]byte, error)

func (*TJSONProtocol) ReadBool

func (p *TJSONProtocol) ReadBool() (bool, error)

func (*TJSONProtocol) ReadByte

func (p *TJSONProtocol) ReadByte() (int8, error)

func (*TJSONProtocol) ReadDouble

func (p *TJSONProtocol) ReadDouble() (float64, error)

func (*TJSONProtocol) ReadFieldBegin

func (p *TJSONProtocol) ReadFieldBegin() (string, TType, int16, error)

func (*TJSONProtocol) ReadFieldEnd

func (p *TJSONProtocol) ReadFieldEnd() error

func (*TJSONProtocol) ReadI16

func (p *TJSONProtocol) ReadI16() (int16, error)

func (*TJSONProtocol) ReadI32

func (p *TJSONProtocol) ReadI32() (int32, error)

func (*TJSONProtocol) ReadI64

func (p *TJSONProtocol) ReadI64() (int64, error)

func (*TJSONProtocol) ReadListBegin

func (p *TJSONProtocol) ReadListBegin() (elemType TType, size int, e error)

func (*TJSONProtocol) ReadListEnd

func (p *TJSONProtocol) ReadListEnd() error

func (*TJSONProtocol) ReadMapBegin

func (p *TJSONProtocol) ReadMapBegin() (keyType TType, valueType TType, size int, e error)

func (*TJSONProtocol) ReadMapEnd

func (p *TJSONProtocol) ReadMapEnd() error

func (*TJSONProtocol) ReadMessageBegin

func (p *TJSONProtocol) ReadMessageBegin() (name string, typeId TMessageType, seqId int32, err error)

Reading methods.

func (*TJSONProtocol) ReadMessageEnd

func (p *TJSONProtocol) ReadMessageEnd() error

func (*TJSONProtocol) ReadSetBegin

func (p *TJSONProtocol) ReadSetBegin() (elemType TType, size int, e error)

func (*TJSONProtocol) ReadSetEnd

func (p *TJSONProtocol) ReadSetEnd() error

func (*TJSONProtocol) ReadString

func (p *TJSONProtocol) ReadString() (string, error)

func (*TJSONProtocol) ReadStructBegin

func (p *TJSONProtocol) ReadStructBegin() (name string, err error)

func (*TJSONProtocol) ReadStructEnd

func (p *TJSONProtocol) ReadStructEnd() error

func (*TJSONProtocol) Skip

func (p *TJSONProtocol) Skip(fieldType TType) (err error)

func (*TJSONProtocol) StringToTypeId

func (p *TJSONProtocol) StringToTypeId(fieldType string) (TType, error)

func (*TJSONProtocol) Transport

func (p *TJSONProtocol) Transport() TTransport

func (*TJSONProtocol) TypeIdToString

func (p *TJSONProtocol) TypeIdToString(fieldType TType) (string, error)

func (*TJSONProtocol) WriteBinary

func (p *TJSONProtocol) WriteBinary(v []byte) error

func (*TJSONProtocol) WriteBool

func (p *TJSONProtocol) WriteBool(b bool) error

func (*TJSONProtocol) WriteByte

func (p *TJSONProtocol) WriteByte(b int8) error

func (*TJSONProtocol) WriteDouble

func (p *TJSONProtocol) WriteDouble(v float64) error

func (*TJSONProtocol) WriteFieldBegin

func (p *TJSONProtocol) WriteFieldBegin(name string, typeId TType, id int16) error

func (*TJSONProtocol) WriteFieldEnd

func (p *TJSONProtocol) WriteFieldEnd() error

func (*TJSONProtocol) WriteFieldStop

func (p *TJSONProtocol) WriteFieldStop() error

func (*TJSONProtocol) WriteI16

func (p *TJSONProtocol) WriteI16(v int16) error

func (*TJSONProtocol) WriteI32

func (p *TJSONProtocol) WriteI32(v int32) error

func (*TJSONProtocol) WriteI64

func (p *TJSONProtocol) WriteI64(v int64) error

func (*TJSONProtocol) WriteListBegin

func (p *TJSONProtocol) WriteListBegin(elemType TType, size int) error

func (*TJSONProtocol) WriteListEnd

func (p *TJSONProtocol) WriteListEnd() error

func (*TJSONProtocol) WriteMapBegin

func (p *TJSONProtocol) WriteMapBegin(keyType TType, valueType TType, size int) error

func (*TJSONProtocol) WriteMapEnd

func (p *TJSONProtocol) WriteMapEnd() error

func (*TJSONProtocol) WriteMessageBegin

func (p *TJSONProtocol) WriteMessageBegin(name string, typeId TMessageType, seqId int32) error

func (*TJSONProtocol) WriteMessageEnd

func (p *TJSONProtocol) WriteMessageEnd() error

func (*TJSONProtocol) WriteSetBegin

func (p *TJSONProtocol) WriteSetBegin(elemType TType, size int) error

func (*TJSONProtocol) WriteSetEnd

func (p *TJSONProtocol) WriteSetEnd() error

func (*TJSONProtocol) WriteString

func (p *TJSONProtocol) WriteString(v string) error

func (*TJSONProtocol) WriteStructBegin

func (p *TJSONProtocol) WriteStructBegin(name string) error

func (*TJSONProtocol) WriteStructEnd

func (p *TJSONProtocol) WriteStructEnd() error

type TJSONProtocolFactory

type TJSONProtocolFactory struct{}

Factory

func NewTJSONProtocolFactory

func NewTJSONProtocolFactory() *TJSONProtocolFactory

func (*TJSONProtocolFactory) GetProtocol

func (p *TJSONProtocolFactory) GetProtocol(trans TTransport) TProtocol

type TMemoryBuffer

type TMemoryBuffer struct {
	*bytes.Buffer
	// contains filtered or unexported fields
}

func NewTMemoryBuffer

func NewTMemoryBuffer() *TMemoryBuffer

func NewTMemoryBufferLen

func NewTMemoryBufferLen(size int) *TMemoryBuffer

func (*TMemoryBuffer) Close

func (p *TMemoryBuffer) Close() error

func (*TMemoryBuffer) Flush

func (p *TMemoryBuffer) Flush(ctx context.Context) error

Flushing a memory buffer is a no-op

func (*TMemoryBuffer) IsOpen

func (p *TMemoryBuffer) IsOpen() bool

func (*TMemoryBuffer) Open

func (p *TMemoryBuffer) Open() error

func (*TMemoryBuffer) RemainingBytes

func (p *TMemoryBuffer) RemainingBytes() (num_bytes uint64)

type TMemoryBufferTransportFactory

type TMemoryBufferTransportFactory struct {
	// contains filtered or unexported fields
}

func NewTMemoryBufferTransportFactory

func NewTMemoryBufferTransportFactory(size int) *TMemoryBufferTransportFactory

func (*TMemoryBufferTransportFactory) GetTransport

func (p *TMemoryBufferTransportFactory) GetTransport(trans TTransport) (TTransport, error)

type TMessageBox

type TMessageBox struct {
	ID        string `thrift:"id,1" db:"id" json:"id"`
	ChannelId string `thrift:"channelId,2" db:"channelId" json:"channelId"`
	// unused fields # 3 to 4
	LastSeq          int64      `thrift:"lastSeq,5" db:"lastSeq" json:"lastSeq"`
	UnreadCount      int64      `thrift:"unreadCount,6" db:"unreadCount" json:"unreadCount"`
	LastModifiedTime int64      `thrift:"lastModifiedTime,7" db:"lastModifiedTime" json:"lastModifiedTime"`
	Status           int32      `thrift:"status,8" db:"status" json:"status"`
	MidType          MIDType    `thrift:"midType,9" db:"midType" json:"midType"`
	LastMessages     []*Message `thrift:"lastMessages,10" db:"lastMessages" json:"lastMessages"`
}

Attributes:

  • ID
  • ChannelId
  • LastSeq
  • UnreadCount
  • LastModifiedTime
  • Status
  • MidType
  • LastMessages
var TMessageBoxWrapUp_MessageBox_DEFAULT *TMessageBox
var TalkServiceGetMessageBoxResult_Success_DEFAULT *TMessageBox

func NewTMessageBox

func NewTMessageBox() *TMessageBox

func (*TMessageBox) GetChannelId

func (p *TMessageBox) GetChannelId() string

func (*TMessageBox) GetID

func (p *TMessageBox) GetID() string

func (*TMessageBox) GetLastMessages

func (p *TMessageBox) GetLastMessages() []*Message

func (*TMessageBox) GetLastModifiedTime

func (p *TMessageBox) GetLastModifiedTime() int64

func (*TMessageBox) GetLastSeq

func (p *TMessageBox) GetLastSeq() int64

func (*TMessageBox) GetMidType

func (p *TMessageBox) GetMidType() MIDType

func (*TMessageBox) GetStatus

func (p *TMessageBox) GetStatus() int32

func (*TMessageBox) GetUnreadCount

func (p *TMessageBox) GetUnreadCount() int64

func (*TMessageBox) Read

func (p *TMessageBox) Read(iprot TProtocol) error

func (*TMessageBox) ReadField1

func (p *TMessageBox) ReadField1(iprot TProtocol) error

func (*TMessageBox) ReadField10

func (p *TMessageBox) ReadField10(iprot TProtocol) error

func (*TMessageBox) ReadField2

func (p *TMessageBox) ReadField2(iprot TProtocol) error

func (*TMessageBox) ReadField5

func (p *TMessageBox) ReadField5(iprot TProtocol) error

func (*TMessageBox) ReadField6

func (p *TMessageBox) ReadField6(iprot TProtocol) error

func (*TMessageBox) ReadField7

func (p *TMessageBox) ReadField7(iprot TProtocol) error

func (*TMessageBox) ReadField8

func (p *TMessageBox) ReadField8(iprot TProtocol) error

func (*TMessageBox) ReadField9

func (p *TMessageBox) ReadField9(iprot TProtocol) error

func (*TMessageBox) String

func (p *TMessageBox) String() string

func (*TMessageBox) Write

func (p *TMessageBox) Write(oprot TProtocol) error

type TMessageBoxStatus

type TMessageBoxStatus int64
const (
	TMessageBoxStatus_ACTIVATED TMessageBoxStatus = 1
	TMessageBoxStatus_UNREAD    TMessageBoxStatus = 2
)

func TMessageBoxStatusFromString

func TMessageBoxStatusFromString(s string) (TMessageBoxStatus, error)

func TMessageBoxStatusPtr

func TMessageBoxStatusPtr(v TMessageBoxStatus) *TMessageBoxStatus

func (TMessageBoxStatus) MarshalText

func (p TMessageBoxStatus) MarshalText() ([]byte, error)

func (*TMessageBoxStatus) Scan

func (p *TMessageBoxStatus) Scan(value interface{}) error

func (TMessageBoxStatus) String

func (p TMessageBoxStatus) String() string

func (*TMessageBoxStatus) UnmarshalText

func (p *TMessageBoxStatus) UnmarshalText(text []byte) error

func (*TMessageBoxStatus) Value

func (p *TMessageBoxStatus) Value() (driver.Value, error)

type TMessageBoxWrapUp

type TMessageBoxWrapUp struct {
	MessageBox      *TMessageBox `thrift:"messageBox,1" db:"messageBox" json:"messageBox"`
	Name            string       `thrift:"name,2" db:"name" json:"name"`
	Contacts        []*Contact   `thrift:"contacts,3" db:"contacts" json:"contacts"`
	PictureRevision string       `thrift:"pictureRevision,4" db:"pictureRevision" json:"pictureRevision"`
}

Attributes:

  • MessageBox
  • Name
  • Contacts
  • PictureRevision
var TalkServiceGetMessageBoxCompactWrapUpResult_Success_DEFAULT *TMessageBoxWrapUp
var TalkServiceGetMessageBoxWrapUpResult_Success_DEFAULT *TMessageBoxWrapUp

func NewTMessageBoxWrapUp

func NewTMessageBoxWrapUp() *TMessageBoxWrapUp

func (*TMessageBoxWrapUp) GetContacts

func (p *TMessageBoxWrapUp) GetContacts() []*Contact

func (*TMessageBoxWrapUp) GetMessageBox

func (p *TMessageBoxWrapUp) GetMessageBox() *TMessageBox

func (*TMessageBoxWrapUp) GetName

func (p *TMessageBoxWrapUp) GetName() string

func (*TMessageBoxWrapUp) GetPictureRevision

func (p *TMessageBoxWrapUp) GetPictureRevision() string

func (*TMessageBoxWrapUp) IsSetMessageBox

func (p *TMessageBoxWrapUp) IsSetMessageBox() bool

func (*TMessageBoxWrapUp) Read

func (p *TMessageBoxWrapUp) Read(iprot TProtocol) error

func (*TMessageBoxWrapUp) ReadField1

func (p *TMessageBoxWrapUp) ReadField1(iprot TProtocol) error

func (*TMessageBoxWrapUp) ReadField2

func (p *TMessageBoxWrapUp) ReadField2(iprot TProtocol) error

func (*TMessageBoxWrapUp) ReadField3

func (p *TMessageBoxWrapUp) ReadField3(iprot TProtocol) error

func (*TMessageBoxWrapUp) ReadField4

func (p *TMessageBoxWrapUp) ReadField4(iprot TProtocol) error

func (*TMessageBoxWrapUp) String

func (p *TMessageBoxWrapUp) String() string

func (*TMessageBoxWrapUp) Write

func (p *TMessageBoxWrapUp) Write(oprot TProtocol) error

type TMessageBoxWrapUpResponse

type TMessageBoxWrapUpResponse struct {
	MessageBoxWrapUpList []*TMessageBoxWrapUp `thrift:"messageBoxWrapUpList,1" db:"messageBoxWrapUpList" json:"messageBoxWrapUpList"`
	TotalSize            int32                `thrift:"totalSize,2" db:"totalSize" json:"totalSize"`
}

Attributes:

  • MessageBoxWrapUpList
  • TotalSize
var TalkServiceGetMessageBoxCompactWrapUpListResult_Success_DEFAULT *TMessageBoxWrapUpResponse
var TalkServiceGetMessageBoxWrapUpListResult_Success_DEFAULT *TMessageBoxWrapUpResponse

func NewTMessageBoxWrapUpResponse

func NewTMessageBoxWrapUpResponse() *TMessageBoxWrapUpResponse

func (*TMessageBoxWrapUpResponse) GetMessageBoxWrapUpList

func (p *TMessageBoxWrapUpResponse) GetMessageBoxWrapUpList() []*TMessageBoxWrapUp

func (*TMessageBoxWrapUpResponse) GetTotalSize

func (p *TMessageBoxWrapUpResponse) GetTotalSize() int32

func (*TMessageBoxWrapUpResponse) Read

func (p *TMessageBoxWrapUpResponse) Read(iprot TProtocol) error

func (*TMessageBoxWrapUpResponse) ReadField1

func (p *TMessageBoxWrapUpResponse) ReadField1(iprot TProtocol) error

func (*TMessageBoxWrapUpResponse) ReadField2

func (p *TMessageBoxWrapUpResponse) ReadField2(iprot TProtocol) error

func (*TMessageBoxWrapUpResponse) String

func (p *TMessageBoxWrapUpResponse) String() string

func (*TMessageBoxWrapUpResponse) Write

func (p *TMessageBoxWrapUpResponse) Write(oprot TProtocol) error

type TMessageType

type TMessageType int32
const (
	INVALID_TMESSAGE_TYPE TMessageType = 0
	CALL                  TMessageType = 1
	REPLY                 TMessageType = 2
	EXCEPTION             TMessageType = 3
	ONEWAY                TMessageType = 4
)

type TMultiplexedProcessor

type TMultiplexedProcessor struct {
	DefaultProcessor TProcessor
	// contains filtered or unexported fields
}

func NewTMultiplexedProcessor

func NewTMultiplexedProcessor() *TMultiplexedProcessor

func (*TMultiplexedProcessor) Process

func (t *TMultiplexedProcessor) Process(ctx context.Context, in, out TProtocol) (bool, TException)

func (*TMultiplexedProcessor) RegisterDefault

func (t *TMultiplexedProcessor) RegisterDefault(processor TProcessor)

func (*TMultiplexedProcessor) RegisterProcessor

func (t *TMultiplexedProcessor) RegisterProcessor(name string, processor TProcessor)

type TMultiplexedProtocol

type TMultiplexedProtocol struct {
	TProtocol
	// contains filtered or unexported fields
}

func NewTMultiplexedProtocol

func NewTMultiplexedProtocol(protocol TProtocol, serviceName string) *TMultiplexedProtocol

func (*TMultiplexedProtocol) WriteMessageBegin

func (t *TMultiplexedProtocol) WriteMessageBegin(name string, typeId TMessageType, seqid int32) error

type TProcessor

type TProcessor interface {
	Process(ctx context.Context, in, out TProtocol) (bool, TException)
}

type TProcessorFactory

type TProcessorFactory interface {
	GetProcessor(trans TTransport) TProcessor
}

The default processor factory just returns a singleton instance.

func NewTProcessorFactory

func NewTProcessorFactory(p TProcessor) TProcessorFactory

type TProcessorFunction

type TProcessorFunction interface {
	Process(ctx context.Context, seqId int32, in, out TProtocol) (bool, TException)
}

type TProcessorFunctionFactory

type TProcessorFunctionFactory interface {
	GetProcessorFunction(trans TTransport) TProcessorFunction
}

*

  • The default processor factory just returns a singleton
  • instance.

type TProtocol

type TProtocol interface {
	WriteMessageBegin(name string, typeId TMessageType, seqid int32) error
	WriteMessageEnd() error
	WriteStructBegin(name string) error
	WriteStructEnd() error
	WriteFieldBegin(name string, typeId TType, id int16) error
	WriteFieldEnd() error
	WriteFieldStop() error
	WriteMapBegin(keyType TType, valueType TType, size int) error
	WriteMapEnd() error
	WriteListBegin(elemType TType, size int) error
	WriteListEnd() error
	WriteSetBegin(elemType TType, size int) error
	WriteSetEnd() error
	WriteBool(value bool) error
	WriteByte(value int8) error
	WriteI16(value int16) error
	WriteI32(value int32) error
	WriteI64(value int64) error
	WriteDouble(value float64) error
	WriteString(value string) error
	WriteBinary(value []byte) error

	ReadMessageBegin() (name string, typeId TMessageType, seqid int32, err error)
	ReadMessageEnd() error
	ReadStructBegin() (name string, err error)
	ReadStructEnd() error
	ReadFieldBegin() (name string, typeId TType, id int16, err error)
	ReadFieldEnd() error
	ReadMapBegin() (keyType TType, valueType TType, size int, err error)
	ReadMapEnd() error
	ReadListBegin() (elemType TType, size int, err error)
	ReadListEnd() error
	ReadSetBegin() (elemType TType, size int, err error)
	ReadSetEnd() error
	ReadBool() (value bool, err error)
	ReadByte() (value int8, err error)
	ReadI16() (value int16, err error)
	ReadI32() (value int32, err error)
	ReadI64() (value int64, err error)
	ReadDouble() (value float64, err error)
	ReadString() (value string, err error)
	ReadBinary() (value []byte, err error)

	Skip(fieldType TType) (err error)
	Flush(ctx context.Context) (err error)

	Transport() TTransport
}

type TProtocolException

type TProtocolException interface {
	TException
	TypeId() int
}

func NewTProtocolException

func NewTProtocolException(err error) TProtocolException

func NewTProtocolExceptionWithType

func NewTProtocolExceptionWithType(errType int, err error) TProtocolException

type TProtocolFactory

type TProtocolFactory interface {
	GetProtocol(trans TTransport) TProtocol
}

func NewTHeaderProtocolFactory

func NewTHeaderProtocolFactory() TProtocolFactory

NewTHeaderProtocolFactory creates a factory for THeader.

It's a wrapper for NewTHeaderProtocol

type TRichTransport

type TRichTransport interface {
	io.ReadWriter
	io.ByteReader
	io.ByteWriter

	ContextFlusher
	ReadSizeProvider
	// contains filtered or unexported methods
}

This is "enchanced" transport with extra capabilities. You need to use one of these to construct protocol. Notably, TSocket does not implement this interface, and it is always a mistake to use TSocket directly in protocol.

type TSSLServerSocket

type TSSLServerSocket struct {
	// contains filtered or unexported fields
}

func NewTSSLServerSocket

func NewTSSLServerSocket(listenAddr string, cfg *tls.Config) (*TSSLServerSocket, error)

func NewTSSLServerSocketTimeout

func NewTSSLServerSocketTimeout(listenAddr string, cfg *tls.Config, clientTimeout time.Duration) (*TSSLServerSocket, error)

func (*TSSLServerSocket) Accept

func (p *TSSLServerSocket) Accept() (TTransport, error)

func (*TSSLServerSocket) Addr

func (p *TSSLServerSocket) Addr() net.Addr

func (*TSSLServerSocket) Close

func (p *TSSLServerSocket) Close() error

func (*TSSLServerSocket) Interrupt

func (p *TSSLServerSocket) Interrupt() error

func (*TSSLServerSocket) IsListening

func (p *TSSLServerSocket) IsListening() bool

Checks whether the socket is listening.

func (*TSSLServerSocket) Listen

func (p *TSSLServerSocket) Listen() error

func (*TSSLServerSocket) Open

func (p *TSSLServerSocket) Open() error

Connects the socket, creating a new socket object if necessary.

type TSSLSocket

type TSSLSocket struct {
	// contains filtered or unexported fields
}

func NewTSSLSocket

func NewTSSLSocket(hostPort string, cfg *tls.Config) (*TSSLSocket, error)

NewTSSLSocket creates a net.Conn-backed TTransport, given a host and port and tls Configuration

Example:

trans, err := thrift.NewTSSLSocket("localhost:9090", nil)

func NewTSSLSocketFromAddrTimeout

func NewTSSLSocketFromAddrTimeout(addr net.Addr, cfg *tls.Config, timeout time.Duration) *TSSLSocket

Creates a TSSLSocket from a net.Addr

func NewTSSLSocketFromConnTimeout

func NewTSSLSocketFromConnTimeout(conn net.Conn, cfg *tls.Config, timeout time.Duration) *TSSLSocket

Creates a TSSLSocket from an existing net.Conn

func NewTSSLSocketTimeout

func NewTSSLSocketTimeout(hostPort string, cfg *tls.Config, timeout time.Duration) (*TSSLSocket, error)

NewTSSLSocketTimeout creates a net.Conn-backed TTransport, given a host and port it also accepts a tls Configuration and a timeout as a time.Duration

func (*TSSLSocket) Close

func (p *TSSLSocket) Close() error

Closes the socket.

func (*TSSLSocket) Conn

func (p *TSSLSocket) Conn() net.Conn

Retrieve the underlying net.Conn

func (*TSSLSocket) Flush

func (p *TSSLSocket) Flush(ctx context.Context) error

func (*TSSLSocket) Interrupt

func (p *TSSLSocket) Interrupt() error

func (*TSSLSocket) IsOpen

func (p *TSSLSocket) IsOpen() bool

Returns true if the connection is open

func (*TSSLSocket) Open

func (p *TSSLSocket) Open() error

Connects the socket, creating a new socket object if necessary.

func (*TSSLSocket) Read

func (p *TSSLSocket) Read(buf []byte) (int, error)

func (*TSSLSocket) RemainingBytes

func (p *TSSLSocket) RemainingBytes() (num_bytes uint64)

func (*TSSLSocket) SetTimeout

func (p *TSSLSocket) SetTimeout(timeout time.Duration) error

Sets the socket timeout

func (*TSSLSocket) Write

func (p *TSSLSocket) Write(buf []byte) (int, error)

type TSerializer

type TSerializer struct {
	Transport *TMemoryBuffer
	Protocol  TProtocol
}

func NewTSerializer

func NewTSerializer() *TSerializer

func (*TSerializer) Write

func (t *TSerializer) Write(ctx context.Context, msg TStruct) (b []byte, err error)

func (*TSerializer) WriteString

func (t *TSerializer) WriteString(ctx context.Context, msg TStruct) (s string, err error)

type TServer

type TServer interface {
	ProcessorFactory() TProcessorFactory
	ServerTransport() TServerTransport
	InputTransportFactory() TTransportFactory
	OutputTransportFactory() TTransportFactory
	InputProtocolFactory() TProtocolFactory
	OutputProtocolFactory() TProtocolFactory

	// Starts the server
	Serve() error
	// Stops the server. This is optional on a per-implementation basis. Not
	// all servers are required to be cleanly stoppable.
	Stop() error
}

type TServerSocket

type TServerSocket struct {
	// contains filtered or unexported fields
}

func CreateServerSocket

func CreateServerSocket(t *testing.T, addr string) *TServerSocket

func NewTServerSocket

func NewTServerSocket(listenAddr string) (*TServerSocket, error)

func NewTServerSocketFromAddrTimeout

func NewTServerSocketFromAddrTimeout(addr net.Addr, clientTimeout time.Duration) *TServerSocket

Creates a TServerSocket from a net.Addr

func NewTServerSocketTimeout

func NewTServerSocketTimeout(listenAddr string, clientTimeout time.Duration) (*TServerSocket, error)

func (*TServerSocket) Accept

func (p *TServerSocket) Accept() (TTransport, error)

func (*TServerSocket) Addr

func (p *TServerSocket) Addr() net.Addr

func (*TServerSocket) Close

func (p *TServerSocket) Close() error

func (*TServerSocket) Interrupt

func (p *TServerSocket) Interrupt() error

func (*TServerSocket) IsListening

func (p *TServerSocket) IsListening() bool

Checks whether the socket is listening.

func (*TServerSocket) Listen

func (p *TServerSocket) Listen() error

func (*TServerSocket) Open

func (p *TServerSocket) Open() error

Connects the socket, creating a new socket object if necessary.

type TServerTransport

type TServerTransport interface {
	Listen() error
	Accept() (TTransport, error)
	Close() error

	// Optional method implementation. This signals to the server transport
	// that it should break out of any accept() or listen() that it is currently
	// blocked on. This method, if implemented, MUST be thread safe, as it may
	// be called from a different thread context than the other TServerTransport
	// methods.
	Interrupt() error
}

type TSimpleJSONProtocol

type TSimpleJSONProtocol struct {
	// contains filtered or unexported fields
}

Simple JSON protocol implementation for thrift.

This protocol produces/consumes a simple output format suitable for parsing by scripting languages. It should not be confused with the full-featured TJSONProtocol.

func NewTSimpleJSONProtocol

func NewTSimpleJSONProtocol(t TTransport) *TSimpleJSONProtocol

Constructor

func (*TSimpleJSONProtocol) Flush

func (p *TSimpleJSONProtocol) Flush(ctx context.Context) (err error)

func (*TSimpleJSONProtocol) OutputBool

func (p *TSimpleJSONProtocol) OutputBool(value bool) error

func (*TSimpleJSONProtocol) OutputElemListBegin

func (p *TSimpleJSONProtocol) OutputElemListBegin(elemType TType, size int) error

func (*TSimpleJSONProtocol) OutputF64

func (p *TSimpleJSONProtocol) OutputF64(value float64) error

func (*TSimpleJSONProtocol) OutputI64

func (p *TSimpleJSONProtocol) OutputI64(value int64) error

func (*TSimpleJSONProtocol) OutputListBegin

func (p *TSimpleJSONProtocol) OutputListBegin() error

func (*TSimpleJSONProtocol) OutputListEnd

func (p *TSimpleJSONProtocol) OutputListEnd() error

func (*TSimpleJSONProtocol) OutputNull

func (p *TSimpleJSONProtocol) OutputNull() error

func (*TSimpleJSONProtocol) OutputObjectBegin

func (p *TSimpleJSONProtocol) OutputObjectBegin() error

func (*TSimpleJSONProtocol) OutputObjectEnd

func (p *TSimpleJSONProtocol) OutputObjectEnd() error

func (*TSimpleJSONProtocol) OutputPostValue

func (p *TSimpleJSONProtocol) OutputPostValue() error

func (*TSimpleJSONProtocol) OutputPreValue

func (p *TSimpleJSONProtocol) OutputPreValue() error

func (*TSimpleJSONProtocol) OutputString

func (p *TSimpleJSONProtocol) OutputString(s string) error

func (*TSimpleJSONProtocol) OutputStringData

func (p *TSimpleJSONProtocol) OutputStringData(s string) error

func (*TSimpleJSONProtocol) ParseBase64EncodedBody

func (p *TSimpleJSONProtocol) ParseBase64EncodedBody() ([]byte, error)

func (*TSimpleJSONProtocol) ParseElemListBegin

func (p *TSimpleJSONProtocol) ParseElemListBegin() (elemType TType, size int, e error)

func (*TSimpleJSONProtocol) ParseF64

func (p *TSimpleJSONProtocol) ParseF64() (float64, bool, error)

func (*TSimpleJSONProtocol) ParseI64

func (p *TSimpleJSONProtocol) ParseI64() (int64, bool, error)

func (*TSimpleJSONProtocol) ParseListBegin

func (p *TSimpleJSONProtocol) ParseListBegin() (isNull bool, err error)

func (*TSimpleJSONProtocol) ParseListEnd

func (p *TSimpleJSONProtocol) ParseListEnd() error

func (*TSimpleJSONProtocol) ParseObjectEnd

func (p *TSimpleJSONProtocol) ParseObjectEnd() error

func (*TSimpleJSONProtocol) ParseObjectStart

func (p *TSimpleJSONProtocol) ParseObjectStart() (bool, error)

func (*TSimpleJSONProtocol) ParsePostValue

func (p *TSimpleJSONProtocol) ParsePostValue() error

func (*TSimpleJSONProtocol) ParsePreValue

func (p *TSimpleJSONProtocol) ParsePreValue() error

func (*TSimpleJSONProtocol) ParseQuotedStringBody

func (p *TSimpleJSONProtocol) ParseQuotedStringBody() (string, error)

func (*TSimpleJSONProtocol) ParseStringBody

func (p *TSimpleJSONProtocol) ParseStringBody() (string, error)

func (*TSimpleJSONProtocol) ReadBinary

func (p *TSimpleJSONProtocol) ReadBinary() ([]byte, error)

func (*TSimpleJSONProtocol) ReadBool

func (p *TSimpleJSONProtocol) ReadBool() (bool, error)

func (*TSimpleJSONProtocol) ReadByte

func (p *TSimpleJSONProtocol) ReadByte() (int8, error)

func (*TSimpleJSONProtocol) ReadDouble

func (p *TSimpleJSONProtocol) ReadDouble() (float64, error)

func (*TSimpleJSONProtocol) ReadFieldBegin

func (p *TSimpleJSONProtocol) ReadFieldBegin() (string, TType, int16, error)

func (*TSimpleJSONProtocol) ReadFieldEnd

func (p *TSimpleJSONProtocol) ReadFieldEnd() error

func (*TSimpleJSONProtocol) ReadI16

func (p *TSimpleJSONProtocol) ReadI16() (int16, error)

func (*TSimpleJSONProtocol) ReadI32

func (p *TSimpleJSONProtocol) ReadI32() (int32, error)

func (*TSimpleJSONProtocol) ReadI64

func (p *TSimpleJSONProtocol) ReadI64() (int64, error)

func (*TSimpleJSONProtocol) ReadListBegin

func (p *TSimpleJSONProtocol) ReadListBegin() (elemType TType, size int, e error)

func (*TSimpleJSONProtocol) ReadListEnd

func (p *TSimpleJSONProtocol) ReadListEnd() error

func (*TSimpleJSONProtocol) ReadMapBegin

func (p *TSimpleJSONProtocol) ReadMapBegin() (keyType TType, valueType TType, size int, e error)

func (*TSimpleJSONProtocol) ReadMapEnd

func (p *TSimpleJSONProtocol) ReadMapEnd() error

func (*TSimpleJSONProtocol) ReadMessageBegin

func (p *TSimpleJSONProtocol) ReadMessageBegin() (name string, typeId TMessageType, seqId int32, err error)

Reading methods.

func (*TSimpleJSONProtocol) ReadMessageEnd

func (p *TSimpleJSONProtocol) ReadMessageEnd() error

func (*TSimpleJSONProtocol) ReadSetBegin

func (p *TSimpleJSONProtocol) ReadSetBegin() (elemType TType, size int, e error)

func (*TSimpleJSONProtocol) ReadSetEnd

func (p *TSimpleJSONProtocol) ReadSetEnd() error

func (*TSimpleJSONProtocol) ReadString

func (p *TSimpleJSONProtocol) ReadString() (string, error)

func (*TSimpleJSONProtocol) ReadStructBegin

func (p *TSimpleJSONProtocol) ReadStructBegin() (name string, err error)

func (*TSimpleJSONProtocol) ReadStructEnd

func (p *TSimpleJSONProtocol) ReadStructEnd() error

func (*TSimpleJSONProtocol) Skip

func (p *TSimpleJSONProtocol) Skip(fieldType TType) (err error)

func (*TSimpleJSONProtocol) Transport

func (p *TSimpleJSONProtocol) Transport() TTransport

func (*TSimpleJSONProtocol) WriteBinary

func (p *TSimpleJSONProtocol) WriteBinary(v []byte) error

func (*TSimpleJSONProtocol) WriteBool

func (p *TSimpleJSONProtocol) WriteBool(b bool) error

func (*TSimpleJSONProtocol) WriteByte

func (p *TSimpleJSONProtocol) WriteByte(b int8) error

func (*TSimpleJSONProtocol) WriteDouble

func (p *TSimpleJSONProtocol) WriteDouble(v float64) error

func (*TSimpleJSONProtocol) WriteFieldBegin

func (p *TSimpleJSONProtocol) WriteFieldBegin(name string, typeId TType, id int16) error

func (*TSimpleJSONProtocol) WriteFieldEnd

func (p *TSimpleJSONProtocol) WriteFieldEnd() error

func (*TSimpleJSONProtocol) WriteFieldStop

func (p *TSimpleJSONProtocol) WriteFieldStop() error

func (*TSimpleJSONProtocol) WriteI16

func (p *TSimpleJSONProtocol) WriteI16(v int16) error

func (*TSimpleJSONProtocol) WriteI32

func (p *TSimpleJSONProtocol) WriteI32(v int32) error

func (*TSimpleJSONProtocol) WriteI64

func (p *TSimpleJSONProtocol) WriteI64(v int64) error

func (*TSimpleJSONProtocol) WriteListBegin

func (p *TSimpleJSONProtocol) WriteListBegin(elemType TType, size int) error

func (*TSimpleJSONProtocol) WriteListEnd

func (p *TSimpleJSONProtocol) WriteListEnd() error

func (*TSimpleJSONProtocol) WriteMapBegin

func (p *TSimpleJSONProtocol) WriteMapBegin(keyType TType, valueType TType, size int) error

func (*TSimpleJSONProtocol) WriteMapEnd

func (p *TSimpleJSONProtocol) WriteMapEnd() error

func (*TSimpleJSONProtocol) WriteMessageBegin

func (p *TSimpleJSONProtocol) WriteMessageBegin(name string, typeId TMessageType, seqId int32) error

func (*TSimpleJSONProtocol) WriteMessageEnd

func (p *TSimpleJSONProtocol) WriteMessageEnd() error

func (*TSimpleJSONProtocol) WriteSetBegin

func (p *TSimpleJSONProtocol) WriteSetBegin(elemType TType, size int) error

func (*TSimpleJSONProtocol) WriteSetEnd

func (p *TSimpleJSONProtocol) WriteSetEnd() error

func (*TSimpleJSONProtocol) WriteString

func (p *TSimpleJSONProtocol) WriteString(v string) error

func (*TSimpleJSONProtocol) WriteStructBegin

func (p *TSimpleJSONProtocol) WriteStructBegin(name string) error

func (*TSimpleJSONProtocol) WriteStructEnd

func (p *TSimpleJSONProtocol) WriteStructEnd() error

type TSimpleJSONProtocolFactory

type TSimpleJSONProtocolFactory struct{}

Factory

func NewTSimpleJSONProtocolFactory

func NewTSimpleJSONProtocolFactory() *TSimpleJSONProtocolFactory

func (*TSimpleJSONProtocolFactory) GetProtocol

func (p *TSimpleJSONProtocolFactory) GetProtocol(trans TTransport) TProtocol

type TSimpleServer

type TSimpleServer struct {
	// contains filtered or unexported fields
}

func NewTSimpleServer2

func NewTSimpleServer2(processor TProcessor, serverTransport TServerTransport) *TSimpleServer

func NewTSimpleServer4

func NewTSimpleServer4(processor TProcessor, serverTransport TServerTransport, transportFactory TTransportFactory, protocolFactory TProtocolFactory) *TSimpleServer

func NewTSimpleServer6

func NewTSimpleServer6(processor TProcessor, serverTransport TServerTransport, inputTransportFactory TTransportFactory, outputTransportFactory TTransportFactory, inputProtocolFactory TProtocolFactory, outputProtocolFactory TProtocolFactory) *TSimpleServer

func NewTSimpleServerFactory2

func NewTSimpleServerFactory2(processorFactory TProcessorFactory, serverTransport TServerTransport) *TSimpleServer

func NewTSimpleServerFactory4

func NewTSimpleServerFactory4(processorFactory TProcessorFactory, serverTransport TServerTransport, transportFactory TTransportFactory, protocolFactory TProtocolFactory) *TSimpleServer

func NewTSimpleServerFactory6

func NewTSimpleServerFactory6(processorFactory TProcessorFactory, serverTransport TServerTransport, inputTransportFactory TTransportFactory, outputTransportFactory TTransportFactory, inputProtocolFactory TProtocolFactory, outputProtocolFactory TProtocolFactory) *TSimpleServer

func (*TSimpleServer) AcceptLoop

func (p *TSimpleServer) AcceptLoop() error

func (*TSimpleServer) InputProtocolFactory

func (p *TSimpleServer) InputProtocolFactory() TProtocolFactory

func (*TSimpleServer) InputTransportFactory

func (p *TSimpleServer) InputTransportFactory() TTransportFactory

func (*TSimpleServer) Listen

func (p *TSimpleServer) Listen() error

func (*TSimpleServer) OutputProtocolFactory

func (p *TSimpleServer) OutputProtocolFactory() TProtocolFactory

func (*TSimpleServer) OutputTransportFactory

func (p *TSimpleServer) OutputTransportFactory() TTransportFactory

func (*TSimpleServer) ProcessorFactory

func (p *TSimpleServer) ProcessorFactory() TProcessorFactory

func (*TSimpleServer) Serve

func (p *TSimpleServer) Serve() error

func (*TSimpleServer) ServerTransport

func (p *TSimpleServer) ServerTransport() TServerTransport

func (*TSimpleServer) SetForwardHeaders

func (p *TSimpleServer) SetForwardHeaders(headers []string)

SetForwardHeaders sets the list of header keys that will be auto forwarded while using THeaderProtocol.

"forward" means that when the server is also a client to other upstream thrift servers, the context object user gets in the processor functions will have both read and write headers set, with write headers being forwarded. Users can always override the write headers by calling SetWriteHeaderList before calling thrift client functions.

func (*TSimpleServer) SetLogger

func (p *TSimpleServer) SetLogger(logger Logger)

SetLogger sets the logger used by this TSimpleServer.

If no logger was set before Serve is called, a default logger using standard log library will be used.

func (*TSimpleServer) Stop

func (p *TSimpleServer) Stop() error

type TSocket

type TSocket struct {
	// contains filtered or unexported fields
}

func NewTSocket

func NewTSocket(hostPort string) (*TSocket, error)

NewTSocket creates a net.Conn-backed TTransport, given a host and port

Example:

trans, err := thrift.NewTSocket("localhost:9090")

func NewTSocketFromAddrTimeout

func NewTSocketFromAddrTimeout(addr net.Addr, timeout time.Duration) *TSocket

Creates a TSocket from a net.Addr

func NewTSocketFromConnTimeout

func NewTSocketFromConnTimeout(conn net.Conn, timeout time.Duration) *TSocket

Creates a TSocket from an existing net.Conn

func NewTSocketTimeout

func NewTSocketTimeout(hostPort string, timeout time.Duration) (*TSocket, error)

NewTSocketTimeout creates a net.Conn-backed TTransport, given a host and port it also accepts a timeout as a time.Duration

func (*TSocket) Addr

func (p *TSocket) Addr() net.Addr

Returns the remote address of the socket.

func (*TSocket) Close

func (p *TSocket) Close() error

Closes the socket.

func (*TSocket) Conn

func (p *TSocket) Conn() net.Conn

Retrieve the underlying net.Conn

func (*TSocket) Flush

func (p *TSocket) Flush(ctx context.Context) error

func (*TSocket) Interrupt

func (p *TSocket) Interrupt() error

func (*TSocket) IsOpen

func (p *TSocket) IsOpen() bool

Returns true if the connection is open

func (*TSocket) Open

func (p *TSocket) Open() error

Connects the socket, creating a new socket object if necessary.

func (*TSocket) Read

func (p *TSocket) Read(buf []byte) (int, error)

func (*TSocket) RemainingBytes

func (p *TSocket) RemainingBytes() (num_bytes uint64)

func (*TSocket) SetTimeout

func (p *TSocket) SetTimeout(timeout time.Duration) error

Sets the socket timeout

func (*TSocket) Write

func (p *TSocket) Write(buf []byte) (int, error)

type TStandardClient

type TStandardClient struct {
	// contains filtered or unexported fields
}

func NewTStandardClient

func NewTStandardClient(inputProtocol, outputProtocol TProtocol) *TStandardClient

TStandardClient implements TClient, and uses the standard message format for Thrift. It is not safe for concurrent use.

func (*TStandardClient) Call

func (p *TStandardClient) Call(ctx context.Context, method string, args, result TStruct) error

func (*TStandardClient) Recv

func (p *TStandardClient) Recv(iprot TProtocol, seqId int32, method string, result TStruct) error

func (*TStandardClient) Send

func (p *TStandardClient) Send(ctx context.Context, oprot TProtocol, seqId int32, method string, args TStruct) error

type TStruct

type TStruct interface {
	Write(p TProtocol) error
	Read(p TProtocol) error
}

type TTransport

type TTransport interface {
	io.ReadWriteCloser
	ContextFlusher
	ReadSizeProvider

	// Opens the transport for communication
	Open() error

	// Returns true if the transport is open
	IsOpen() bool
}

Encapsulates the I/O layer

func NewTHttpClient

func NewTHttpClient(urlstr string, tr *http.Transport) (TTransport, error)

func NewTHttpClientWithOptions

func NewTHttpClientWithOptions(urlstr string, tr *http.Transport) (TTransport, error)

type TTransportException

type TTransportException interface {
	TException
	TypeId() int
	Err() error
}

Thrift Transport exception

func NewTTransportException

func NewTTransportException(t int, e string) TTransportException

func NewTTransportExceptionFromError

func NewTTransportExceptionFromError(e error) TTransportException

type TTransportFactory

type TTransportFactory interface {
	GetTransport(trans TTransport) (TTransport, error)
}

func NewTFramedTransportFactory

func NewTFramedTransportFactory(factory TTransportFactory) TTransportFactory

func NewTFramedTransportFactoryMaxLength

func NewTFramedTransportFactoryMaxLength(factory TTransportFactory, maxLength uint32) TTransportFactory

func NewTHeaderTransportFactory

func NewTHeaderTransportFactory(factory TTransportFactory) TTransportFactory

NewTHeaderTransportFactory creates a new *THeaderTransportFactory.

func NewTTransportFactory

func NewTTransportFactory() TTransportFactory

type TType

type TType byte

func (TType) String

func (p TType) String() string

type TZlibTransport

type TZlibTransport struct {
	// contains filtered or unexported fields
}

TZlibTransport is a TTransport implementation that makes use of zlib compression.

func NewTZlibTransport

func NewTZlibTransport(trans TTransport, level int) (*TZlibTransport, error)

NewTZlibTransport constructs a new instance of TZlibTransport

func (*TZlibTransport) Close

func (z *TZlibTransport) Close() error

Close closes the reader and writer (flushing any unwritten data) and closes the underlying transport.

func (*TZlibTransport) Flush

func (z *TZlibTransport) Flush(ctx context.Context) error

Flush flushes the writer and its underlying transport.

func (*TZlibTransport) IsOpen

func (z *TZlibTransport) IsOpen() bool

IsOpen returns true if the transport is open

func (*TZlibTransport) Open

func (z *TZlibTransport) Open() error

Open opens the transport for communication

func (*TZlibTransport) Read

func (z *TZlibTransport) Read(p []byte) (int, error)

func (*TZlibTransport) RemainingBytes

func (z *TZlibTransport) RemainingBytes() uint64

RemainingBytes returns the size in bytes of the data that is still to be read.

func (*TZlibTransport) Write

func (z *TZlibTransport) Write(p []byte) (int, error)

type TZlibTransportFactory

type TZlibTransportFactory struct {
	// contains filtered or unexported fields
}

func NewTZlibTransportFactory

func NewTZlibTransportFactory(level int) *TZlibTransportFactory

NewTZlibTransportFactory constructs a new instance of NewTZlibTransportFactory

func NewTZlibTransportFactoryWithFactory

func NewTZlibTransportFactoryWithFactory(level int, factory TTransportFactory) *TZlibTransportFactory

NewTZlibTransportFactory constructs a new instance of TZlibTransportFactory as a wrapper over existing transport factory

func (*TZlibTransportFactory) GetTransport

func (p *TZlibTransportFactory) GetTransport(trans TTransport) (TTransport, error)

GetTransport constructs a new instance of NewTZlibTransport

type TalkException

type TalkException struct {
	Code         ErrorCode         `thrift:"code,1" db:"code" json:"code"`
	Reason       string            `thrift:"reason,2" db:"reason" json:"reason"`
	ParameterMap map[string]string `thrift:"parameterMap,3" db:"parameterMap" json:"parameterMap"`
}

Attributes:

  • Code
  • Reason
  • ParameterMap
var AccountSupervisorServiceGetRSAKeyResult_E_DEFAULT *TalkException
var AccountSupervisorServiceNotifyEmailConfirmationResultResult_E_DEFAULT *TalkException
var AccountSupervisorServiceRegisterVirtualAccountResult_E_DEFAULT *TalkException
var AccountSupervisorServiceRequestVirtualAccountPasswordChangeResult_E_DEFAULT *TalkException
var AccountSupervisorServiceRequestVirtualAccountPasswordSetResult_E_DEFAULT *TalkException
var AccountSupervisorServiceUnregisterVirtualAccountResult_E_DEFAULT *TalkException
var AgeCheckServiceCheckUserAgeResult_E_DEFAULT *TalkException
var AgeCheckServiceCheckUserAgeWithDocomoResult_E_DEFAULT *TalkException
var AgeCheckServiceRetrieveOpenIdAuthUrlWithDocomoResult_E_DEFAULT *TalkException
var AgeCheckServiceRetrieveRequestTokenResult_E_DEFAULT *TalkException
var AuthServiceConfirmE2EELoginResult_E_DEFAULT *TalkException
var AuthServiceIssueTokenForAccountMigrationResult_E_DEFAULT *TalkException
var AuthServiceIssueTokenForAccountMigrationSettingsResult_E_DEFAULT *TalkException
var AuthServiceLoginZResult_E_DEFAULT *TalkException
var AuthServiceLogoutZResult_E_DEFAULT *TalkException
var AuthServiceNormalizePhoneNumberResult_E_DEFAULT *TalkException
var AuthServiceRespondE2EELoginRequestResult_E_DEFAULT *TalkException
var AuthServiceVerifyQrcodeWithE2EEResult_E_DEFAULT *TalkException
var BoteaterServiceAcceptGroupInvitationByTicketResult_E_DEFAULT *TalkException
var BoteaterServiceUnsendMessageResult_E_DEFAULT *TalkException
var BuddyManagementServiceAddBuddyMemberResult_E_DEFAULT *TalkException
var BuddyManagementServiceAddBuddyMembersResult_E_DEFAULT *TalkException
var BuddyManagementServiceBlockBuddyMemberResult_E_DEFAULT *TalkException
var BuddyManagementServiceCommitSendMessagesToAllResult_E_DEFAULT *TalkException
var BuddyManagementServiceCommitSendMessagesToMidsResult_E_DEFAULT *TalkException
var BuddyManagementServiceContainsBuddyMemberResult_E_DEFAULT *TalkException
var BuddyManagementServiceDownloadMessageContentPreviewResult_E_DEFAULT *TalkException
var BuddyManagementServiceDownloadMessageContentResult_E_DEFAULT *TalkException
var BuddyManagementServiceDownloadProfileImagePreviewResult_E_DEFAULT *TalkException
var BuddyManagementServiceDownloadProfileImageResult_E_DEFAULT *TalkException
var BuddyManagementServiceGetActiveMemberCountByBuddyMidResult_E_DEFAULT *TalkException
var BuddyManagementServiceGetActiveMemberMidsByBuddyMidResult_E_DEFAULT *TalkException
var BuddyManagementServiceGetAllBuddyMembersResult_E_DEFAULT *TalkException
var BuddyManagementServiceGetBlockedBuddyMembersResult_E_DEFAULT *TalkException
var BuddyManagementServiceGetBlockerCountByBuddyMidResult_E_DEFAULT *TalkException
var BuddyManagementServiceGetBuddyDetailByMidResult_E_DEFAULT *TalkException
var BuddyManagementServiceGetBuddyProfileResult_E_DEFAULT *TalkException
var BuddyManagementServiceGetContactTicketResult_E_DEFAULT *TalkException
var BuddyManagementServiceGetMemberCountByBuddyMidResult_E_DEFAULT *TalkException
var BuddyManagementServiceGetSendBuddyMessageResultResult_E_DEFAULT *TalkException
var BuddyManagementServiceGetSetBuddyOnAirResultResult_E_DEFAULT *TalkException
var BuddyManagementServiceGetUpdateBuddyProfileResultResult_E_DEFAULT *TalkException
var BuddyManagementServiceIsBuddyOnAirByMidResult_E_DEFAULT *TalkException
var BuddyManagementServiceLinkAndSendBuddyContentMessageToAllAsyncResult_E_DEFAULT *TalkException
var BuddyManagementServiceLinkAndSendBuddyContentMessageToMidsResult_E_DEFAULT *TalkException
var BuddyManagementServiceNotifyBuddyBlockedResult_E_DEFAULT *TalkException
var BuddyManagementServiceNotifyBuddyUnblockedResult_E_DEFAULT *TalkException
var BuddyManagementServiceRegisterBuddyAdminResult_E_DEFAULT *TalkException
var BuddyManagementServiceRegisterBuddyResult_E_DEFAULT *TalkException
var BuddyManagementServiceReissueContactTicketResult_E_DEFAULT *TalkException
var BuddyManagementServiceRemoveBuddyMemberResult_E_DEFAULT *TalkException
var BuddyManagementServiceRemoveBuddyMembersResult_E_DEFAULT *TalkException
var BuddyManagementServiceSendBuddyContentMessageToAllAsyncResult_E_DEFAULT *TalkException
var BuddyManagementServiceSendBuddyContentMessageToAllResult_E_DEFAULT *TalkException
var BuddyManagementServiceSendBuddyContentMessageToMidsAsyncResult_E_DEFAULT *TalkException
var BuddyManagementServiceSendBuddyContentMessageToMidsResult_E_DEFAULT *TalkException
var BuddyManagementServiceSendBuddyMessageToAllAsyncResult_E_DEFAULT *TalkException
var BuddyManagementServiceSendBuddyMessageToAllResult_E_DEFAULT *TalkException
var BuddyManagementServiceSendBuddyMessageToMidsAsyncResult_E_DEFAULT *TalkException
var BuddyManagementServiceSendBuddyMessageToMidsResult_E_DEFAULT *TalkException
var BuddyManagementServiceSendIndividualEventToAllAsyncResult_E_DEFAULT *TalkException
var BuddyManagementServiceSetBuddyOnAirAsyncResult_E_DEFAULT *TalkException
var BuddyManagementServiceSetBuddyOnAirResult_E_DEFAULT *TalkException
var BuddyManagementServiceStoreMessageResult_E_DEFAULT *TalkException
var BuddyManagementServiceUnblockBuddyMemberResult_E_DEFAULT *TalkException
var BuddyManagementServiceUnregisterBuddyAdminResult_E_DEFAULT *TalkException
var BuddyManagementServiceUnregisterBuddyResult_E_DEFAULT *TalkException
var BuddyManagementServiceUpdateBuddyAdminProfileAttributeResult_E_DEFAULT *TalkException
var BuddyManagementServiceUpdateBuddyAdminProfileImageResult_E_DEFAULT *TalkException
var BuddyManagementServiceUpdateBuddyProfileAttributesAsyncResult_E_DEFAULT *TalkException
var BuddyManagementServiceUpdateBuddyProfileAttributesResult_E_DEFAULT *TalkException
var BuddyManagementServiceUpdateBuddyProfileImageAsyncResult_E_DEFAULT *TalkException
var BuddyManagementServiceUpdateBuddyProfileImageResult_E_DEFAULT *TalkException
var BuddyManagementServiceUpdateBuddySearchIdResult_E_DEFAULT *TalkException
var BuddyManagementServiceUpdateBuddySettingsResult_E_DEFAULT *TalkException
var BuddyManagementServiceUploadBuddyContentResult_E_DEFAULT *TalkException
var BuddyServiceFindBuddyContactsByQueryResult_E_DEFAULT *TalkException
var BuddyServiceGetBuddyContactsResult_E_DEFAULT *TalkException
var BuddyServiceGetBuddyDetailResult_E_DEFAULT *TalkException
var BuddyServiceGetBuddyOnAirResult_E_DEFAULT *TalkException
var BuddyServiceGetCountriesHavingBuddyResult_E_DEFAULT *TalkException
var BuddyServiceGetNewlyReleasedBuddyIdsResult_E_DEFAULT *TalkException
var BuddyServiceGetPopularBuddyBannerResult_E_DEFAULT *TalkException
var BuddyServiceGetPopularBuddyListsResult_E_DEFAULT *TalkException
var BuddyServiceGetPromotedBuddyContactsResult_E_DEFAULT *TalkException
var ChannelApplicationProvidedServiceActiveBuddySubscriberCountResult_E_DEFAULT *TalkException
var ChannelApplicationProvidedServiceAddOperationForChannelResult_E_DEFAULT *TalkException
var ChannelApplicationProvidedServiceDisplayBuddySubscriberCountResult_E_DEFAULT *TalkException
var ChannelApplicationProvidedServiceFindContactByUseridWithoutAbuseBlockForChannelResult_E_DEFAULT *TalkException
var ChannelApplicationProvidedServiceGetAllContactIdsForChannelResult_E_DEFAULT *TalkException
var ChannelApplicationProvidedServiceGetCompactContactsResult_E_DEFAULT *TalkException
var ChannelApplicationProvidedServiceGetContactsForChannelResult_E_DEFAULT *TalkException
var ChannelApplicationProvidedServiceGetDisplayNameResult_E_DEFAULT *TalkException
var ChannelApplicationProvidedServiceGetFavoriteMidsForChannelResult_E_DEFAULT *TalkException
var ChannelApplicationProvidedServiceGetFriendMidsResult_E_DEFAULT *TalkException
var ChannelApplicationProvidedServiceGetGroupMemberMidsResult_E_DEFAULT *TalkException
var ChannelApplicationProvidedServiceGetGroupsForChannelResult_E_DEFAULT *TalkException
var ChannelApplicationProvidedServiceGetIdentityCredentialResult_E_DEFAULT *TalkException
var ChannelApplicationProvidedServiceGetJoinedGroupIdsForChannelResult_E_DEFAULT *TalkException
var ChannelApplicationProvidedServiceGetMetaProfileResult_E_DEFAULT *TalkException
var ChannelApplicationProvidedServiceGetMidResult_E_DEFAULT *TalkException
var ChannelApplicationProvidedServiceGetPrimaryClientForChannelResult_E_DEFAULT *TalkException
var ChannelApplicationProvidedServiceGetProfileForChannelResult_E_DEFAULT *TalkException
var ChannelApplicationProvidedServiceGetSimpleChannelContactsResult_E_DEFAULT *TalkException
var ChannelApplicationProvidedServiceGetUserCountryForBillingResult_E_DEFAULT *TalkException
var ChannelApplicationProvidedServiceGetUserCreateTimeResult_E_DEFAULT *TalkException
var ChannelApplicationProvidedServiceGetUserIdentitiesResult_E_DEFAULT *TalkException
var ChannelApplicationProvidedServiceGetUserLanguageResult_E_DEFAULT *TalkException
var ChannelApplicationProvidedServiceGetUserMidsWhoAddedMeResult_E_DEFAULT *TalkException
var ChannelApplicationProvidedServiceIsGroupMemberResult_E_DEFAULT *TalkException
var ChannelApplicationProvidedServiceIsInContactResult_E_DEFAULT *TalkException
var ChannelApplicationProvidedServiceRegisterChannelCPResult_E_DEFAULT *TalkException
var ChannelApplicationProvidedServiceRemoveNotificationStatusResult_E_DEFAULT *TalkException
var ChannelApplicationProvidedServiceSendMessageForChannelResult_E_DEFAULT *TalkException
var ChannelApplicationProvidedServiceSendPinCodeOperationResult_E_DEFAULT *TalkException
var ChannelApplicationProvidedServiceUpdateProfileAttributeForChannelResult_E_DEFAULT *TalkException
var MessageServiceFetchMessageOperationsResult_E_DEFAULT *TalkException
var MessageServiceGetLastReadMessageIdsResult_E_DEFAULT *TalkException
var MessageServiceMultiGetLastReadMessageIdsResult_E_DEFAULT *TalkException
var ShopServiceBuyCoinProductResult_E_DEFAULT *TalkException
var ShopServiceBuyFreeProductResult_E_DEFAULT *TalkException
var ShopServiceBuyMustbuyProductResult_E_DEFAULT *TalkException
var ShopServiceCheckCanReceivePresentResult_E_DEFAULT *TalkException
var ShopServiceGetActivePurchaseVersionsResult_E_DEFAULT *TalkException
var ShopServiceGetActivePurchasesResult_E_DEFAULT *TalkException
var ShopServiceGetCoinProductsByPgCodeResult_E_DEFAULT *TalkException
var ShopServiceGetCoinProductsResult_E_DEFAULT *TalkException
var ShopServiceGetCoinPurchaseHistoryResult_E_DEFAULT *TalkException
var ShopServiceGetCoinUseAndRefundHistoryResult_E_DEFAULT *TalkException
var ShopServiceGetDownloadsResult_E_DEFAULT *TalkException
var ShopServiceGetEventPackagesResult_E_DEFAULT *TalkException
var ShopServiceGetNewlyReleasedPackagesResult_E_DEFAULT *TalkException
var ShopServiceGetPopularPackagesResult_E_DEFAULT *TalkException
var ShopServiceGetPresentsReceivedResult_E_DEFAULT *TalkException
var ShopServiceGetPresentsSentResult_E_DEFAULT *TalkException
var ShopServiceGetProductListResult_E_DEFAULT *TalkException
var ShopServiceGetProductListWithCarrierResult_E_DEFAULT *TalkException
var ShopServiceGetProductResult_E_DEFAULT *TalkException
var ShopServiceGetProductWithCarrierResult_E_DEFAULT *TalkException
var ShopServiceGetPurchaseHistoryResult_E_DEFAULT *TalkException
var ShopServiceGetTotalBalanceResult_E_DEFAULT *TalkException
var ShopServiceNotifyDownloadedResult_E_DEFAULT *TalkException
var ShopServiceReserveCoinPurchaseResult_E_DEFAULT *TalkException
var ShopServiceReservePaymentResult_E_DEFAULT *TalkException
var SnsAdaptorServiceGetSnsFriendsResult_E_DEFAULT *TalkException
var SnsAdaptorServiceGetSnsMyProfileResult_E_DEFAULT *TalkException
var SnsAdaptorServicePostSnsInvitationMessageResult_E_DEFAULT *TalkException
var TalkServiceAcceptChatInvitationByTicketResult_E_DEFAULT *TalkException
var TalkServiceAcceptChatInvitationResult_E_DEFAULT *TalkException
var TalkServiceAcceptGroupInvitationResult_E_DEFAULT *TalkException
var TalkServiceAcceptProximityMatchesResult_E_DEFAULT *TalkException
var TalkServiceAcquireCallRouteResult_E_DEFAULT *TalkException
var TalkServiceAcquireCallTicketResult_E_DEFAULT *TalkException
var TalkServiceAcquireEncryptedAccessTokenResult_E_DEFAULT *TalkException
var TalkServiceAddSnsIdResult_E_DEFAULT *TalkException
var TalkServiceBlockContactResult_E_DEFAULT *TalkException
var TalkServiceBlockRecommendationResult_E_DEFAULT *TalkException
var TalkServiceCancelChatInvitationResult_E_DEFAULT *TalkException
var TalkServiceCancelGroupInvitationResult_E_DEFAULT *TalkException
var TalkServiceChangeVerificationMethodResult_E_DEFAULT *TalkException
var TalkServiceClearIdentityCredentialResult_E_DEFAULT *TalkException
var TalkServiceClearMessageBoxResult_E_DEFAULT *TalkException
var TalkServiceCloseProximityMatchResult_E_DEFAULT *TalkException
var TalkServiceCommitSendMessageResult_E_DEFAULT *TalkException
var TalkServiceCommitSendMessagesResult_E_DEFAULT *TalkException
var TalkServiceCommitUpdateProfileResult_E_DEFAULT *TalkException
var TalkServiceConfirmEmailResult_E_DEFAULT *TalkException
var TalkServiceCreateChatResult_E_DEFAULT *TalkException
var TalkServiceCreateGroupResult_E_DEFAULT *TalkException
var TalkServiceCreateQrcodeBase64ImageResult_E_DEFAULT *TalkException
var TalkServiceCreateRoomResult_E_DEFAULT *TalkException
var TalkServiceCreateSessionResult_E_DEFAULT *TalkException
var TalkServiceDeleteOtherFromChatResult_E_DEFAULT *TalkException
var TalkServiceDeleteSelfFromChatResult_E_DEFAULT *TalkException
var TalkServiceFetchAnnouncementsResult_E_DEFAULT *TalkException
var TalkServiceFetchMessagesResult_E_DEFAULT *TalkException
var TalkServiceFetchOperationsResult_E_DEFAULT *TalkException
var TalkServiceFetchOpsResult_E_DEFAULT *TalkException
var TalkServiceFindAndAddContactsByEmailResult_E_DEFAULT *TalkException
var TalkServiceFindAndAddContactsByMidResult_E_DEFAULT *TalkException
var TalkServiceFindAndAddContactsByPhoneResult_E_DEFAULT *TalkException
var TalkServiceFindAndAddContactsByUseridResult_E_DEFAULT *TalkException
var TalkServiceFindChatByTicketResult_E_DEFAULT *TalkException
var TalkServiceFindContactByUserTicketResult_E_DEFAULT *TalkException
var TalkServiceFindContactByUseridResult_E_DEFAULT *TalkException
var TalkServiceFindContactsByEmailResult_E_DEFAULT *TalkException
var TalkServiceFindContactsByPhoneResult_E_DEFAULT *TalkException
var TalkServiceFindGroupByTicketResult_E_DEFAULT *TalkException
var TalkServiceFindSnsIdUserStatusResult_E_DEFAULT *TalkException
var TalkServiceFinishUpdateVerificationResult_E_DEFAULT *TalkException
var TalkServiceGenerateUserTicketResult_E_DEFAULT *TalkException
var TalkServiceGetAcceptedProximityMatchesResult_E_DEFAULT *TalkException
var TalkServiceGetActiveBuddySubscriberIdsResult_E_DEFAULT *TalkException
var TalkServiceGetAllChatMidsResult_E_DEFAULT *TalkException
var TalkServiceGetAllContactIdsResult_E_DEFAULT *TalkException
var TalkServiceGetAuthQrcodeResult_E_DEFAULT *TalkException
var TalkServiceGetBlockedContactIdsByRangeResult_E_DEFAULT *TalkException
var TalkServiceGetBlockedContactIdsResult_E_DEFAULT *TalkException
var TalkServiceGetBlockedRecommendationIdsResult_E_DEFAULT *TalkException
var TalkServiceGetBuddyBlockerIdsResult_E_DEFAULT *TalkException
var TalkServiceGetBuddyLocationResult_E_DEFAULT *TalkException
var TalkServiceGetChatEffectMetaListResult_E_DEFAULT *TalkException
var TalkServiceGetChatsResult_E_DEFAULT *TalkException
var TalkServiceGetCompactContactsModifiedSinceResult_E_DEFAULT *TalkException
var TalkServiceGetCompactGroupResult_E_DEFAULT *TalkException
var TalkServiceGetCompactRoomResult_E_DEFAULT *TalkException
var TalkServiceGetContactResult_E_DEFAULT *TalkException
var TalkServiceGetContactsResult_E_DEFAULT *TalkException
var TalkServiceGetCountryWithRequestIpResult_E_DEFAULT *TalkException
var TalkServiceGetFavoriteMidsResult_E_DEFAULT *TalkException
var TalkServiceGetGroupIdsInvitedResult_E_DEFAULT *TalkException
var TalkServiceGetGroupIdsJoinedResult_E_DEFAULT *TalkException
var TalkServiceGetGroupResult_E_DEFAULT *TalkException
var TalkServiceGetGroupWithoutMembersResult_E_DEFAULT *TalkException
var TalkServiceGetGroupsResult_E_DEFAULT *TalkException
var TalkServiceGetGroupsV2Result_E_DEFAULT *TalkException
var TalkServiceGetHiddenContactMidsResult_E_DEFAULT *TalkException
var TalkServiceGetIdentityIdentifierResult_E_DEFAULT *TalkException
var TalkServiceGetLastAnnouncementIndexResult_E_DEFAULT *TalkException
var TalkServiceGetLastOpRevisionResult_E_DEFAULT *TalkException
var TalkServiceGetMessageBoxCompactWrapUpListResult_E_DEFAULT *TalkException
var TalkServiceGetMessageBoxCompactWrapUpResult_E_DEFAULT *TalkException
var TalkServiceGetMessageBoxListByStatusResult_E_DEFAULT *TalkException
var TalkServiceGetMessageBoxListResult_E_DEFAULT *TalkException
var TalkServiceGetMessageBoxResult_E_DEFAULT *TalkException
var TalkServiceGetMessageBoxWrapUpListResult_E_DEFAULT *TalkException
var TalkServiceGetMessageBoxWrapUpResult_E_DEFAULT *TalkException
var TalkServiceGetMessagesBySequenceNumberResult_E_DEFAULT *TalkException
var TalkServiceGetNextMessagesResult_E_DEFAULT *TalkException
var TalkServiceGetNotificationPolicyResult_E_DEFAULT *TalkException
var TalkServiceGetPreviousMessagesResult_E_DEFAULT *TalkException
var TalkServiceGetProfileResult_E_DEFAULT *TalkException
var TalkServiceGetProximityMatchCandidateListResult_E_DEFAULT *TalkException
var TalkServiceGetProximityMatchCandidatesResult_E_DEFAULT *TalkException
var TalkServiceGetRSAKeyInfoResult_E_DEFAULT *TalkException
var TalkServiceGetRecentMessagesResult_E_DEFAULT *TalkException
var TalkServiceGetRecentMessagesV2Result_E_DEFAULT *TalkException
var TalkServiceGetRecommendationIdsResult_E_DEFAULT *TalkException
var TalkServiceGetRoomResult_E_DEFAULT *TalkException
var TalkServiceGetServerTimeResult_E_DEFAULT *TalkException
var TalkServiceGetSessionsResult_E_DEFAULT *TalkException
var TalkServiceGetSettingsAttributesResult_E_DEFAULT *TalkException
var TalkServiceGetSettingsResult_E_DEFAULT *TalkException
var TalkServiceGetSystemConfigurationResult_E_DEFAULT *TalkException
var TalkServiceGetUserTicketResult_E_DEFAULT *TalkException
var TalkServiceGetWapInvitationResult_E_DEFAULT *TalkException
var TalkServiceInvalidateUserTicketResult_E_DEFAULT *TalkException
var TalkServiceInviteFriendsBySmsResult_E_DEFAULT *TalkException
var TalkServiceInviteIntoChatResult_E_DEFAULT *TalkException
var TalkServiceInviteIntoGroupResult_E_DEFAULT *TalkException
var TalkServiceInviteIntoRoomResult_E_DEFAULT *TalkException
var TalkServiceInviteViaEmailResult_E_DEFAULT *TalkException
var TalkServiceIsIdentityIdentifierAvailableResult_E_DEFAULT *TalkException
var TalkServiceIsUseridAvailableResult_E_DEFAULT *TalkException
var TalkServiceKickoutFromGroupResult_E_DEFAULT *TalkException
var TalkServiceLeaveGroupResult_E_DEFAULT *TalkException
var TalkServiceLeaveRoomResult_E_DEFAULT *TalkException
var TalkServiceLoginWithIdentityCredentialForCertificateResult_E_DEFAULT *TalkException
var TalkServiceLoginWithIdentityCredentialResult_E_DEFAULT *TalkException
var TalkServiceLoginWithVerifierForCerificateResult_E_DEFAULT *TalkException
var TalkServiceLoginWithVerifierForCertificateResult_E_DEFAULT *TalkException
var TalkServiceLoginWithVerifierResult_E_DEFAULT *TalkException
var TalkServiceLogoutResult_E_DEFAULT *TalkException
var TalkServiceLogoutSessionResult_E_DEFAULT *TalkException
var TalkServiceNoopResult_E_DEFAULT *TalkException
var TalkServiceNotifiedRedirectResult_E_DEFAULT *TalkException
var TalkServiceNotifyBuddyOnAirResult_E_DEFAULT *TalkException
var TalkServiceNotifyIndividualEventResult_E_DEFAULT *TalkException
var TalkServiceNotifySleepResult_E_DEFAULT *TalkException
var TalkServiceNotifyUpdatedResult_E_DEFAULT *TalkException
var TalkServiceOpenProximityMatchResult_E_DEFAULT *TalkException
var TalkServiceRegisterBuddyUserResult_E_DEFAULT *TalkException
var TalkServiceRegisterBuddyUseridResult_E_DEFAULT *TalkException
var TalkServiceRegisterDeviceResult_E_DEFAULT *TalkException
var TalkServiceRegisterDeviceWithIdentityCredentialResult_E_DEFAULT *TalkException
var TalkServiceRegisterDeviceWithoutPhoneNumberResult_E_DEFAULT *TalkException
var TalkServiceRegisterDeviceWithoutPhoneNumberWithIdentityCredentialResult_E_DEFAULT *TalkException
var TalkServiceRegisterUseridResult_E_DEFAULT *TalkException
var TalkServiceRegisterWapDeviceResult_E_DEFAULT *TalkException
var TalkServiceRegisterWithExistingSnsIdAndIdentityCredentialResult_E_DEFAULT *TalkException
var TalkServiceRegisterWithSnsIdAndIdentityCredentialResult_E_DEFAULT *TalkException
var TalkServiceRegisterWithSnsIdResult_E_DEFAULT *TalkException
var TalkServiceReissueChatTicketResult_E_DEFAULT *TalkException
var TalkServiceReissueDeviceCredentialResult_E_DEFAULT *TalkException
var TalkServiceReissueGroupTicketResult_E_DEFAULT *TalkException
var TalkServiceReissueUserTicketResult_E_DEFAULT *TalkException
var TalkServiceRejectChatInvitationResult_E_DEFAULT *TalkException
var TalkServiceRejectGroupInvitationResult_E_DEFAULT *TalkException
var TalkServiceReleaseSessionResult_E_DEFAULT *TalkException
var TalkServiceRemoveAllMessagesResult_E_DEFAULT *TalkException
var TalkServiceRemoveBuddyLocationResult_E_DEFAULT *TalkException
var TalkServiceRemoveMessageFromMyHomeResult_E_DEFAULT *TalkException
var TalkServiceRemoveMessageResult_E_DEFAULT *TalkException
var TalkServiceRemoveSnsIdResult_E_DEFAULT *TalkException
var TalkServiceReportContactsResult_E_DEFAULT *TalkException
var TalkServiceReportGroupsResult_E_DEFAULT *TalkException
var TalkServiceReportProfileResult_E_DEFAULT *TalkException
var TalkServiceReportResult_E_DEFAULT *TalkException
var TalkServiceReportRoomsResult_E_DEFAULT *TalkException
var TalkServiceReportSettingsResult_E_DEFAULT *TalkException
var TalkServiceReportSpammerResult_E_DEFAULT *TalkException
var TalkServiceRequestAccountPasswordResetResult_E_DEFAULT *TalkException
var TalkServiceRequestEmailConfirmationResult_E_DEFAULT *TalkException
var TalkServiceRequestIdentityUnbindResult_E_DEFAULT *TalkException
var TalkServiceResendEmailConfirmationResult_E_DEFAULT *TalkException
var TalkServiceResendPinCodeBySMSResult_E_DEFAULT *TalkException
var TalkServiceResendPinCodeResult_E_DEFAULT *TalkException
var TalkServiceSendChatCheckedResult_E_DEFAULT *TalkException
var TalkServiceSendChatRemovedResult_E_DEFAULT *TalkException
var TalkServiceSendContentPreviewUpdatedResult_E_DEFAULT *TalkException
var TalkServiceSendContentReceiptResult_E_DEFAULT *TalkException
var TalkServiceSendDummyPushResult_E_DEFAULT *TalkException
var TalkServiceSendEventResult_E_DEFAULT *TalkException
var TalkServiceSendMessageIgnoredResult_E_DEFAULT *TalkException
var TalkServiceSendMessageReceiptResult_E_DEFAULT *TalkException
var TalkServiceSendMessageResult_E_DEFAULT *TalkException
var TalkServiceSendMessageToMyHomeResult_E_DEFAULT *TalkException
var TalkServiceSetBuddyLocationResult_E_DEFAULT *TalkException
var TalkServiceSetIdentityCredentialResult_E_DEFAULT *TalkException
var TalkServiceSetNotificationsEnabledResult_E_DEFAULT *TalkException
var TalkServiceStartUpdateVerificationResult_E_DEFAULT *TalkException
var TalkServiceStartVerificationResult_E_DEFAULT *TalkException
var TalkServiceStoreUpdateProfileAttributeResult_E_DEFAULT *TalkException
var TalkServiceSyncContactBySnsIdsResult_E_DEFAULT *TalkException
var TalkServiceSyncContactsResult_E_DEFAULT *TalkException
var TalkServiceTrySendMessageResult_E_DEFAULT *TalkException
var TalkServiceUnblockContactResult_E_DEFAULT *TalkException
var TalkServiceUnblockRecommendationResult_E_DEFAULT *TalkException
var TalkServiceUnregisterUserAndDeviceResult_E_DEFAULT *TalkException
var TalkServiceUpdateApnsDeviceTokenResult_E_DEFAULT *TalkException
var TalkServiceUpdateBuddySettingResult_E_DEFAULT *TalkException
var TalkServiceUpdateC2DMRegistrationIdResult_E_DEFAULT *TalkException
var TalkServiceUpdateChatResult_E_DEFAULT *TalkException
var TalkServiceUpdateContactSettingResult_E_DEFAULT *TalkException
var TalkServiceUpdateCustomModeSettingsResult_E_DEFAULT *TalkException
var TalkServiceUpdateDeviceInfoResult_E_DEFAULT *TalkException
var TalkServiceUpdateGroupResult_E_DEFAULT *TalkException
var TalkServiceUpdateNotificationTokenResult_E_DEFAULT *TalkException
var TalkServiceUpdateNotificationTokenWithBytesResult_E_DEFAULT *TalkException
var TalkServiceUpdateProfileAttributeResult_E_DEFAULT *TalkException
var TalkServiceUpdateProfileResult_E_DEFAULT *TalkException
var TalkServiceUpdateRegionResult_E_DEFAULT *TalkException
var TalkServiceUpdateSettings2Result_E_DEFAULT *TalkException
var TalkServiceUpdateSettingsAttributeResult_E_DEFAULT *TalkException
var TalkServiceUpdateSettingsAttributesResult_E_DEFAULT *TalkException
var TalkServiceUpdateSettingsResult_E_DEFAULT *TalkException
var TalkServiceVerifyIdentityCredentialResult_E_DEFAULT *TalkException
var TalkServiceVerifyIdentityCredentialWithResultResult_E_DEFAULT *TalkException
var TalkServiceVerifyPhoneResult_E_DEFAULT *TalkException
var TalkServiceVerifyQrcodeResult_E_DEFAULT *TalkException

func NewTalkException

func NewTalkException() *TalkException

func (*TalkException) Error

func (p *TalkException) Error() string

func (*TalkException) GetCode

func (p *TalkException) GetCode() ErrorCode

func (*TalkException) GetParameterMap

func (p *TalkException) GetParameterMap() map[string]string

func (*TalkException) GetReason

func (p *TalkException) GetReason() string

func (*TalkException) Read

func (p *TalkException) Read(iprot TProtocol) error

func (*TalkException) ReadField1

func (p *TalkException) ReadField1(iprot TProtocol) error

func (*TalkException) ReadField2

func (p *TalkException) ReadField2(iprot TProtocol) error

func (*TalkException) ReadField3

func (p *TalkException) ReadField3(iprot TProtocol) error

func (*TalkException) String

func (p *TalkException) String() string

func (*TalkException) Write

func (p *TalkException) Write(oprot TProtocol) error

type TalkService

type TalkService interface {
	// Parameters:
	//  - ReqSeq
	//  - GroupId
	AcceptGroupInvitation(ctx context.Context, reqSeq int32, groupId string) (err error)
	// Parameters:
	//  - ReqSeq
	//  - GroupMid
	//  - TicketId
	AcceptGroupInvitationByTicket(ctx context.Context, reqSeq int32, groupMid string, ticketId string) (err error)
	// Parameters:
	//  - SessionId
	//  - Ids
	AcceptProximityMatches(ctx context.Context, sessionId string, ids []string) (err error)
	// Parameters:
	//  - To
	AcquireCallRoute(ctx context.Context, to string) (r []string, err error)
	// Parameters:
	//  - To
	AcquireCallTicket(ctx context.Context, to string) (r string, err error)
	// Parameters:
	//  - FeatureType
	AcquireEncryptedAccessToken(ctx context.Context, featureType FeatureType) (r string, err error)
	// Parameters:
	//  - SnsIdType
	//  - SnsAccessToken
	AddSnsId(ctx context.Context, snsIdType SnsIdType, snsAccessToken string) (r string, err error)
	// Parameters:
	//  - ReqSeq
	//  - ID
	BlockContact(ctx context.Context, reqSeq int32, id string) (err error)
	// Parameters:
	//  - ReqSeq
	//  - ID
	BlockRecommendation(ctx context.Context, reqSeq int32, id string) (err error)
	// Parameters:
	//  - ReqSeq
	//  - GroupId
	//  - ContactIds
	CancelGroupInvitation(ctx context.Context, reqSeq int32, groupId string, contactIds []string) (err error)
	// Parameters:
	//  - SessionId
	//  - Method
	ChangeVerificationMethod(ctx context.Context, sessionId string, method VerificationMethod) (r *VerificationSessionData, err error)
	ClearIdentityCredential(ctx context.Context) (err error)
	// Parameters:
	//  - ChannelId
	//  - MessageBoxId
	ClearMessageBox(ctx context.Context, channelId string, messageBoxId string) (err error)
	// Parameters:
	//  - SessionId
	CloseProximityMatch(ctx context.Context, sessionId string) (err error)
	// Parameters:
	//  - Seq
	//  - MessageId
	//  - ReceiverMids
	CommitSendMessage(ctx context.Context, seq int32, messageId string, receiverMids []string) (r map[string]string, err error)
	// Parameters:
	//  - Seq
	//  - MessageIds
	//  - ReceiverMids
	CommitSendMessages(ctx context.Context, seq int32, messageIds []string, receiverMids []string) (r map[string]string, err error)
	// Parameters:
	//  - Seq
	//  - Attrs
	//  - ReceiverMids
	CommitUpdateProfile(ctx context.Context, seq int32, attrs []ProfileAttribute, receiverMids []string) (r map[string]string, err error)
	// Parameters:
	//  - Verifier
	//  - PinCode
	ConfirmEmail(ctx context.Context, verifier string, pinCode string) (err error)
	// Parameters:
	//  - Seq
	//  - Name
	//  - ContactIds
	CreateGroup(ctx context.Context, seq int32, name string, contactIds []string) (r *Group, err error)
	// Parameters:
	//  - URL
	//  - CharacterSet
	//  - ImageSize
	//  - X
	//  - Y
	//  - Width
	//  - Height
	CreateQrcodeBase64Image(ctx context.Context, url string, characterSet string, imageSize int32, x int32, y int32, width int32, height int32) (r string, err error)
	// Parameters:
	//  - ReqSeq
	//  - ContactIds
	CreateRoom(ctx context.Context, reqSeq int32, contactIds []string) (r *Room, err error)
	CreateSession(ctx context.Context) (r string, err error)
	// Parameters:
	//  - LastFetchedIndex
	FetchAnnouncements(ctx context.Context, lastFetchedIndex int32) (r []*Announcement, err error)
	// Parameters:
	//  - LocalTs
	//  - Count
	FetchMessages(ctx context.Context, localTs int64, count int32) (r []*Message, err error)
	// Parameters:
	//  - LocalRev
	//  - Count
	FetchOperations(ctx context.Context, localRev int64, count int32) (r []*Operation, err error)
	// Parameters:
	//  - LocalRev
	//  - Count
	//  - GlobalRev
	//  - IndividualRev
	FetchOps(ctx context.Context, localRev int64, count int32, globalRev int64, individualRev int64) (r []*Operation, err error)
	// Parameters:
	//  - ReqSeq
	//  - Emails
	FindAndAddContactsByEmail(ctx context.Context, reqSeq int32, emails []string) (r map[string]*Contact, err error)
	// Parameters:
	//  - ReqSeq
	//  - Mid
	FindAndAddContactsByMid(ctx context.Context, reqSeq int32, mid string) (r map[string]*Contact, err error)
	// Parameters:
	//  - ReqSeq
	//  - Phones
	FindAndAddContactsByPhone(ctx context.Context, reqSeq int32, phones []string) (r map[string]*Contact, err error)
	// Parameters:
	//  - ReqSeq
	//  - Userid
	FindAndAddContactsByUserid(ctx context.Context, reqSeq int32, userid string) (r map[string]*Contact, err error)
	// Parameters:
	//  - Userid
	FindContactByUserid(ctx context.Context, userid string) (r *Contact, err error)
	// Parameters:
	//  - TicketId
	FindContactByUserTicket(ctx context.Context, ticketId string) (r *Contact, err error)
	// Parameters:
	//  - Emails
	FindContactsByEmail(ctx context.Context, emails []string) (r map[string]*Contact, err error)
	// Parameters:
	//  - Phones
	FindContactsByPhone(ctx context.Context, phones []string) (r map[string]*Contact, err error)
	// Parameters:
	//  - SnsIdType
	//  - SnsAccessToken
	//  - UdidHash
	FindSnsIdUserStatus(ctx context.Context, snsIdType SnsIdType, snsAccessToken string, udidHash string) (r *SnsIdUserStatus, err error)
	// Parameters:
	//  - SessionId
	FinishUpdateVerification(ctx context.Context, sessionId string) (err error)
	// Parameters:
	//  - ExpirationTime
	//  - MaxUseCount
	GenerateUserTicket(ctx context.Context, expirationTime int64, maxUseCount int32) (r *Ticket, err error)
	// Parameters:
	//  - Seq
	//  - MessageId
	UnsendMessage(ctx context.Context, seq int32, messageId string) (err error)
	// Parameters:
	//  - SessionId
	GetAcceptedProximityMatches(ctx context.Context, sessionId string) (r []string, err error)
	GetActiveBuddySubscriberIds(ctx context.Context) (r []string, err error)
	GetAllContactIds(ctx context.Context) (r []string, err error)
	// Parameters:
	//  - KeepLoggedIn
	//  - SystemName
	GetAuthQrcode(ctx context.Context, keepLoggedIn bool, systemName string) (r *AuthQrcode, err error)
	GetBlockedContactIds(ctx context.Context) (r []string, err error)
	// Parameters:
	//  - Start
	//  - Count
	GetBlockedContactIdsByRange(ctx context.Context, start int32, count int32) (r []string, err error)
	GetBlockedRecommendationIds(ctx context.Context) (r []string, err error)
	GetBuddyBlockerIds(ctx context.Context) (r []string, err error)
	// Parameters:
	//  - Mid
	//  - Index
	GetBuddyLocation(ctx context.Context, mid string, index int32) (r *Geolocation, err error)
	// Parameters:
	//  - Timestamp
	GetCompactContactsModifiedSince(ctx context.Context, timestamp int64) (r []*CompactContact, err error)
	// Parameters:
	//  - GroupId
	GetCompactGroup(ctx context.Context, groupId string) (r *Group, err error)
	// Parameters:
	//  - RoomId
	GetCompactRoom(ctx context.Context, roomId string) (r *Room, err error)
	// Parameters:
	//  - ID
	GetContact(ctx context.Context, id string) (r *Contact, err error)
	// Parameters:
	//  - Ids
	GetContacts(ctx context.Context, ids []string) (r []*Contact, err error)
	GetCountryWithRequestIp(ctx context.Context) (r string, err error)
	GetFavoriteMids(ctx context.Context) (r []string, err error)
	// Parameters:
	//  - GroupIds
	GetGroupsV2(ctx context.Context, groupIds []string) (r []*Group, err error)
	// Parameters:
	//  - GroupId
	GetGroupWithoutMembers(ctx context.Context, groupId string) (r *Group, err error)
	// Parameters:
	//  - GroupId
	GetGroup(ctx context.Context, groupId string) (r *Group, err error)
	GetGroupIdsInvited(ctx context.Context) (r []string, err error)
	GetGroupIdsJoined(ctx context.Context) (r []string, err error)
	// Parameters:
	//  - GroupIds
	GetGroups(ctx context.Context, groupIds []string) (r []*Group, err error)
	GetHiddenContactMids(ctx context.Context) (r []string, err error)
	GetIdentityIdentifier(ctx context.Context) (r string, err error)
	GetLastAnnouncementIndex(ctx context.Context) (r int32, err error)
	GetLastOpRevision(ctx context.Context) (r int64, err error)
	// Parameters:
	//  - ChannelId
	//  - MessageBoxId
	//  - LastMessagesCount
	GetMessageBox(ctx context.Context, channelId string, messageBoxId string, lastMessagesCount int32) (r *TMessageBox, err error)
	// Parameters:
	//  - Mid
	GetMessageBoxCompactWrapUp(ctx context.Context, mid string) (r *TMessageBoxWrapUp, err error)
	// Parameters:
	//  - Start
	//  - MessageBoxCount
	GetMessageBoxCompactWrapUpList(ctx context.Context, start int32, messageBoxCount int32) (r *TMessageBoxWrapUpResponse, err error)
	// Parameters:
	//  - ChannelId
	//  - LastMessagesCount
	GetMessageBoxList(ctx context.Context, channelId string, lastMessagesCount int32) (r []*TMessageBox, err error)
	// Parameters:
	//  - ChannelId
	//  - LastMessagesCount
	//  - Status
	GetMessageBoxListByStatus(ctx context.Context, channelId string, lastMessagesCount int32, status int32) (r []*TMessageBox, err error)
	// Parameters:
	//  - Mid
	GetMessageBoxWrapUp(ctx context.Context, mid string) (r *TMessageBoxWrapUp, err error)
	// Parameters:
	//  - Start
	//  - MessageBoxCount
	GetMessageBoxWrapUpList(ctx context.Context, start int32, messageBoxCount int32) (r *TMessageBoxWrapUpResponse, err error)
	// Parameters:
	//  - ChannelId
	//  - MessageBoxId
	//  - StartSeq
	//  - EndSeq
	GetMessagesBySequenceNumber(ctx context.Context, channelId string, messageBoxId string, startSeq int64, endSeq int64) (r []*Message, err error)
	// Parameters:
	//  - MessageBoxId
	//  - StartSeq
	//  - MessagesCount
	GetNextMessages(ctx context.Context, messageBoxId string, startSeq int64, messagesCount int32) (r []*Message, err error)
	// Parameters:
	//  - Carrier
	GetNotificationPolicy(ctx context.Context, carrier CarrierCode) (r []NotificationType, err error)
	// Parameters:
	//  - MessageBoxId
	//  - EndSeq
	//  - MessagesCount
	GetPreviousMessages(ctx context.Context, messageBoxId string, endSeq int64, messagesCount int32) (r []*Message, err error)
	GetProfile(ctx context.Context) (r *Profile, err error)
	// Parameters:
	//  - SessionId
	GetProximityMatchCandidateList(ctx context.Context, sessionId string) (r *ProximityMatchCandidateResult_, err error)
	// Parameters:
	//  - SessionId
	GetProximityMatchCandidates(ctx context.Context, sessionId string) (r []*Contact, err error)
	// Parameters:
	//  - MessageBoxId
	//  - MessagesCount
	GetRecentMessages(ctx context.Context, messageBoxId string, messagesCount int32) (r []*Message, err error)
	// Parameters:
	//  - ExpirationTime
	//  - MaxUseCount
	GetRecentMessagesV2(ctx context.Context, messageBoxId string, messagesCount int32) (r []*Message, err error)
	// Parameters:
	//  - ExpirationTime
	//  - MaxUseCount
	GetRecommendationIds(ctx context.Context) (r []string, err error)
	// Parameters:
	//  - RoomId
	GetRoom(ctx context.Context, roomId string) (r *Room, err error)
	// Parameters:
	//  - Provider
	GetRSAKeyInfo(ctx context.Context, provider IdentityProvider) (r *RSAKey, err error)
	GetServerTime(ctx context.Context) (r int64, err error)
	GetSessions(ctx context.Context) (r []*LoginSession, err error)
	GetSettings(ctx context.Context) (r *Settings, err error)
	// Parameters:
	//  - AttrBitset
	GetSettingsAttributes(ctx context.Context, attrBitset int32) (r *Settings, err error)
	GetSystemConfiguration(ctx context.Context) (r *SystemConfiguration, err error)
	GetUserTicket(ctx context.Context) (r *Ticket, err error)
	// Parameters:
	//  - InvitationHash
	GetWapInvitation(ctx context.Context, invitationHash string) (r *WapInvitation, err error)
	InvalidateUserTicket(ctx context.Context) (err error)
	// Parameters:
	//  - PhoneNumberList
	InviteFriendsBySms(ctx context.Context, phoneNumberList []string) (err error)
	// Parameters:
	//  - ReqSeq
	//  - GroupId
	//  - ContactIds
	InviteIntoGroup(ctx context.Context, reqSeq int32, groupId string, contactIds []string) (err error)
	// Parameters:
	//  - ReqSeq
	//  - RoomId
	//  - ContactIds
	InviteIntoRoom(ctx context.Context, reqSeq int32, roomId string, contactIds []string) (err error)
	// Parameters:
	//  - ReqSeq
	//  - Email
	//  - Name
	InviteViaEmail(ctx context.Context, reqSeq int32, email string, name string) (err error)
	// Parameters:
	//  - Provider
	//  - Identifier
	IsIdentityIdentifierAvailable(ctx context.Context, provider IdentityProvider, identifier string) (r bool, err error)
	// Parameters:
	//  - None
	IsUseridAvailable(ctx context.Context, userid string) (r bool, err error)
	// Parameters:
	//  - TicketId
	FindGroupByTicket(ctx context.Context, ticketId string) (r *Group, err error)
	// Parameters:
	//  - GroupMid
	ReissueGroupTicket(ctx context.Context, groupMid string) (r string, err error)
	// Parameters:
	//  - ReqSeq
	//  - GroupId
	//  - ContactIds
	KickoutFromGroup(ctx context.Context, reqSeq int32, groupId string, contactIds []string) (err error)
	// Parameters:
	//  - Categories
	GetChatEffectMetaList(ctx context.Context, categories []Categories) (r []*ChatEffectMeta, err error)
	// Parameters:
	//  - Request
	AcceptChatInvitation(ctx context.Context, request *AcceptChatInvitationRequest) (r *AcceptChatInvitationResponse, err error)
	// Parameters:
	//  - Request
	AcceptChatInvitationByTicket(ctx context.Context, request *AcceptChatInvitationByTicketRequest) (r *AcceptChatInvitationByTicketResponse, err error)
	// Parameters:
	//  - Request
	FindChatByTicket(ctx context.Context, request *FindChatByTicketRequest) (r *FindChatByTicketResponse, err error)
	// Parameters:
	//  - Request
	ReissueChatTicket(ctx context.Context, request *ReissueChatTicketRequest) (r *ReissueChatTicketResponse, err error)
	// Parameters:
	//  - Request
	CancelChatInvitation(ctx context.Context, request *CancelChatInvitationRequest) (r *CancelChatInvitationResponse, err error)
	// Parameters:
	//  - Request
	GetChats(ctx context.Context, request *GetChatsRequest) (r *GetChatsResponse, err error)
	// Parameters:
	//  - Request
	CreateChat(ctx context.Context, request *CreateChatRequest) (r *CreateChatResponse, err error)
	// Parameters:
	//  - Request
	DeleteOtherFromChat(ctx context.Context, request *DeleteOtherFromChatRequest) (r *DeleteOtherFromChatResponse, err error)
	// Parameters:
	//  - Request
	DeleteSelfFromChat(ctx context.Context, request *DeleteSelfFromChatRequest) (r *DeleteSelfFromChatResponse, err error)
	// Parameters:
	//  - Request
	GetAllChatMids(ctx context.Context, request *GetAllChatMidsRequest) (r *GetAllChatMidsResponse, err error)
	// Parameters:
	//  - Request
	InviteIntoChat(ctx context.Context, request *InviteIntoChatRequest) (r *InviteIntoChatResponse, err error)
	// Parameters:
	//  - Request
	RejectChatInvitation(ctx context.Context, request *RejectChatInvitationRequest) (r *RejectChatInvitationResponse, err error)
	// Parameters:
	//  - Request
	UpdateChat(ctx context.Context, request *UpdateChatRequest) (r *UpdateChatResponse, err error)
	// Parameters:
	//  - ReqSeq
	//  - GroupId
	LeaveGroup(ctx context.Context, reqSeq int32, groupId string) (err error)
	// Parameters:
	//  - ReqSeq
	//  - RoomId
	LeaveRoom(ctx context.Context, reqSeq int32, roomId string) (err error)
	// Parameters:
	//  - IdentityProvider
	//  - Identifier
	//  - Password
	//  - KeepLoggedIn
	//  - AccessLocation
	//  - SystemName
	//  - Certificate
	LoginWithIdentityCredential(ctx context.Context, identityProvider IdentityProvider, identifier string, password string, keepLoggedIn bool, accessLocation string, systemName string, certificate string) (r string, err error)
	// Parameters:
	//  - IdentityProvider
	//  - Identifier
	//  - Password
	//  - KeepLoggedIn
	//  - AccessLocation
	//  - SystemName
	//  - Certificate
	LoginWithIdentityCredentialForCertificate(ctx context.Context, identityProvider IdentityProvider, identifier string, password string, keepLoggedIn bool, accessLocation string, systemName string, certificate string) (r *LoginResult_, err error)
	// Parameters:
	//  - Verifier
	LoginWithVerifier(ctx context.Context, verifier string) (r string, err error)
	// Parameters:
	//  - Verifier
	LoginWithVerifierForCerificate(ctx context.Context, verifier string) (r *LoginResult_, err error)
	// Parameters:
	//  - Verifier
	LoginWithVerifierForCertificate(ctx context.Context, verifier string) (r *LoginResult_, err error)
	Logout(ctx context.Context) (err error)
	// Parameters:
	//  - TokenKey
	LogoutSession(ctx context.Context, tokenKey string) (err error)
	Noop(ctx context.Context) (err error)
	// Parameters:
	//  - ParamMap
	NotifiedRedirect(ctx context.Context, paramMap map[string]string) (err error)
	// Parameters:
	//  - Seq
	//  - ReceiverMids
	NotifyBuddyOnAir(ctx context.Context, seq int32, receiverMids []string) (r map[string]string, err error)
	// Parameters:
	//  - NotificationStatus
	//  - ReceiverMids
	NotifyIndividualEvent(ctx context.Context, notificationStatus NotificationStatus, receiverMids []string) (err error)
	// Parameters:
	//  - UdidHash
	//  - ApplicationTypeWithExtensions
	NotifyInstalled(ctx context.Context, udidHash string, applicationTypeWithExtensions string) (err error)
	// Parameters:
	//  - UdidHash
	//  - ApplicationTypeWithExtensions
	NotifyRegistrationComplete(ctx context.Context, udidHash string, applicationTypeWithExtensions string) (err error)
	// Parameters:
	//  - LastRev
	//  - Badge
	NotifySleep(ctx context.Context, lastRev int64, badge int32) (err error)
	// Parameters:
	//  - LastRev
	//  - DeviceInfo
	NotifyUpdated(ctx context.Context, lastRev int64, deviceInfo *DeviceInfo) (err error)
	// Parameters:
	//  - Location
	OpenProximityMatch(ctx context.Context, location *Location) (r string, err error)
	// Parameters:
	//  - BuddyId
	//  - RegistrarPassword
	RegisterBuddyUser(ctx context.Context, buddyId string, registrarPassword string) (r string, err error)
	// Parameters:
	//  - Seq
	//  - Userid
	RegisterBuddyUserid(ctx context.Context, seq int32, userid string) (err error)
	// Parameters:
	//  - SessionId
	RegisterDevice(ctx context.Context, sessionId string) (r string, err error)
	// Parameters:
	//  - SessionId
	//  - Provider
	//  - Identifier
	//  - Verifier
	RegisterDeviceWithIdentityCredential(ctx context.Context, sessionId string, provider IdentityProvider, identifier string, verifier string) (r string, err error)
	// Parameters:
	//  - Region
	//  - UdidHash
	//  - DeviceInfo
	RegisterDeviceWithoutPhoneNumber(ctx context.Context, region string, udidHash string, deviceInfo *DeviceInfo) (r string, err error)
	// Parameters:
	//  - Region
	//  - UdidHash
	//  - DeviceInfo
	//  - Provider
	//  - Identifier
	//  - Verifier
	//  - Mid
	RegisterDeviceWithoutPhoneNumberWithIdentityCredential(ctx context.Context, region string, udidHash string, deviceInfo *DeviceInfo, provider IdentityProvider, identifier string, verifier string, mid string) (r string, err error)
	// Parameters:
	//  - ReqSeq
	//  - Userid
	RegisterUserid(ctx context.Context, reqSeq int32, userid string) (r bool, err error)
	// Parameters:
	//  - InvitationHash
	//  - GuidHash
	//  - Email
	//  - DeviceInfo
	RegisterWapDevice(ctx context.Context, invitationHash string, guidHash string, email string, deviceInfo *DeviceInfo) (r string, err error)
	// Parameters:
	//  - IdentityCredential
	//  - Region
	//  - UdidHash
	//  - DeviceInfo
	RegisterWithExistingSnsIdAndIdentityCredential(ctx context.Context, identityCredential *IdentityCredential, region string, udidHash string, deviceInfo *DeviceInfo) (r string, err error)
	// Parameters:
	//  - SnsIdType
	//  - SnsAccessToken
	//  - Region
	//  - UdidHash
	//  - DeviceInfo
	//  - Mid
	RegisterWithSnsId(ctx context.Context, snsIdType SnsIdType, snsAccessToken string, region string, udidHash string, deviceInfo *DeviceInfo, mid string) (r *RegisterWithSnsIdResult_, err error)
	// Parameters:
	//  - SnsIdType
	//  - SnsAccessToken
	//  - IdentityCredential
	//  - Region
	//  - UdidHash
	//  - DeviceInfo
	RegisterWithSnsIdAndIdentityCredential(ctx context.Context, snsIdType SnsIdType, snsAccessToken string, identityCredential *IdentityCredential, region string, udidHash string, deviceInfo *DeviceInfo) (r string, err error)
	ReissueDeviceCredential(ctx context.Context) (r string, err error)
	// Parameters:
	//  - ExpirationTime
	//  - MaxUseCount
	ReissueUserTicket(ctx context.Context, expirationTime int64, maxUseCount int32) (r string, err error)
	// Parameters:
	//  - ReqSeq
	//  - GroupId
	RejectGroupInvitation(ctx context.Context, reqSeq int32, groupId string) (err error)
	ReleaseSession(ctx context.Context) (err error)
	// Parameters:
	//  - Seq
	//  - LastMessageId
	RemoveAllMessages(ctx context.Context, seq int32, lastMessageId string) (err error)
	// Parameters:
	//  - Mid
	//  - Index
	RemoveBuddyLocation(ctx context.Context, mid string, index int32) (err error)
	// Parameters:
	//  - MessageId
	RemoveMessage(ctx context.Context, messageId string) (r bool, err error)
	// Parameters:
	//  - MessageId
	RemoveMessageFromMyHome(ctx context.Context, messageId string) (r bool, err error)
	// Parameters:
	//  - SnsIdType
	RemoveSnsId(ctx context.Context, snsIdType SnsIdType) (r string, err error)
	// Parameters:
	//  - SyncOpRevision
	//  - Category
	//  - Report
	Report(ctx context.Context, syncOpRevision int64, category SyncCategory, report string) (err error)
	// Parameters:
	//  - SyncOpRevision
	//  - Category
	//  - ContactReports
	//  - ActionType
	ReportContacts(ctx context.Context, syncOpRevision int64, category SyncCategory, contactReports []*ContactReport, actionType SyncActionType) (r []*ContactReportResult_, err error)
	// Parameters:
	//  - SyncOpRevision
	//  - Groups
	ReportGroups(ctx context.Context, syncOpRevision int64, groups []*Group) (err error)
	// Parameters:
	//  - SyncOpRevision
	//  - Profile
	ReportProfile(ctx context.Context, syncOpRevision int64, profile *Profile) (err error)
	// Parameters:
	//  - SyncOpRevision
	//  - Rooms
	ReportRooms(ctx context.Context, syncOpRevision int64, rooms []*Room) (err error)
	// Parameters:
	//  - SyncOpRevision
	//  - Settings
	ReportSettings(ctx context.Context, syncOpRevision int64, settings *Settings) (err error)
	// Parameters:
	//  - SpammerMid
	//  - SpammerReasons
	//  - SpamMessageIds
	ReportSpammer(ctx context.Context, spammerMid string, spammerReasons []SpammerReason, spamMessageIds []string) (err error)
	// Parameters:
	//  - Provider
	//  - Identifier
	//  - Locale
	RequestAccountPasswordReset(ctx context.Context, provider IdentityProvider, identifier string, locale string) (err error)
	// Parameters:
	//  - EmailConfirmation
	RequestEmailConfirmation(ctx context.Context, emailConfirmation *EmailConfirmation) (r *EmailConfirmationSession, err error)
	// Parameters:
	//  - Provider
	//  - Identifier
	RequestIdentityUnbind(ctx context.Context, provider IdentityProvider, identifier string) (err error)
	// Parameters:
	//  - Verifier
	ResendEmailConfirmation(ctx context.Context, verifier string) (r *EmailConfirmationSession, err error)
	// Parameters:
	//  - SessionId
	ResendPinCode(ctx context.Context, sessionId string) (err error)
	// Parameters:
	//  - SessionId
	ResendPinCodeBySMS(ctx context.Context, sessionId string) (err error)
	// Parameters:
	//  - Seq
	//  - Consumer
	//  - LastMessageId
	SendChatChecked(ctx context.Context, seq int32, consumer string, lastMessageId string) (err error)
	// Parameters:
	//  - Seq
	//  - Consumer
	//  - LastMessageId
	SendChatRemoved(ctx context.Context, seq int32, consumer string, lastMessageId string) (err error)
	// Parameters:
	//  - Esq
	//  - MessageId
	//  - ReceiverMids
	SendContentPreviewUpdated(ctx context.Context, esq int32, messageId string, receiverMids []string) (r map[string]string, err error)
	// Parameters:
	//  - Seq
	//  - Consumer
	//  - MessageId
	SendContentReceipt(ctx context.Context, seq int32, consumer string, messageId string) (err error)
	SendDummyPush(ctx context.Context) (err error)
	// Parameters:
	//  - Seq
	//  - Message
	SendEvent(ctx context.Context, seq int32, message *Message) (r *Message, err error)
	// Parameters:
	//  - Seq
	//  - Message
	SendMessage(ctx context.Context, seq int32, message *Message) (r *Message, err error)
	// Parameters:
	//  - Seq
	//  - Consumer
	//  - MessageIds
	SendMessageIgnored(ctx context.Context, seq int32, consumer string, messageIds []string) (err error)
	// Parameters:
	//  - Seq
	//  - Consumer
	//  - MessageIds
	SendMessageReceipt(ctx context.Context, seq int32, consumer string, messageIds []string) (err error)
	// Parameters:
	//  - Seq
	//  - Message
	SendMessageToMyHome(ctx context.Context, seq int32, message *Message) (r *Message, err error)
	// Parameters:
	//  - Mid
	//  - Index
	//  - Location
	SetBuddyLocation(ctx context.Context, mid string, index int32, location *Geolocation) (err error)
	// Parameters:
	//  - Provider
	//  - Identifier
	//  - Verifier
	SetIdentityCredential(ctx context.Context, provider IdentityProvider, identifier string, verifier string) (err error)
	// Parameters:
	//  - ReqSeq
	//  - Type
	//  - Target
	//  - Enablement
	SetNotificationsEnabled(ctx context.Context, reqSeq int32, type_a1 MIDType, target string, enablement bool) (err error)
	// Parameters:
	//  - Region
	//  - Carrier
	//  - Phone
	//  - UdidHash
	//  - DeviceInfo
	//  - NetworkCode
	//  - Locale
	StartUpdateVerification(ctx context.Context, region string, carrier CarrierCode, phone string, udidHash string, deviceInfo *DeviceInfo, networkCode string, locale string) (r *VerificationSessionData, err error)
	// Parameters:
	//  - Region
	//  - Carrier
	//  - Phone
	//  - UdidHash
	//  - DeviceInfo
	//  - NetworkCode
	//  - Mid
	//  - Locale
	StartVerification(ctx context.Context, region string, carrier CarrierCode, phone string, udidHash string, deviceInfo *DeviceInfo, networkCode string, mid string, locale string) (r *VerificationSessionData, err error)
	// Parameters:
	//  - Seq
	//  - ProfileAttribute
	//  - Value
	StoreUpdateProfileAttribute(ctx context.Context, seq int32, profileAttribute ProfileAttribute, value string) (err error)
	// Parameters:
	//  - ReqSeq
	//  - Modifications
	SyncContactBySnsIds(ctx context.Context, reqSeq int32, modifications []*SnsFriendModification) (r []*SnsFriendContactRegistration, err error)
	// Parameters:
	//  - ReqSeq
	//  - LocalContacts
	SyncContacts(ctx context.Context, reqSeq int32, localContacts []*ContactModification) (r map[string]*ContactRegistration, err error)
	// Parameters:
	//  - Seq
	//  - Message
	TrySendMessage(ctx context.Context, seq int32, message *Message) (r *Message, err error)
	// Parameters:
	//  - ReqSeq
	//  - ID
	UnblockContact(ctx context.Context, reqSeq int32, id string) (err error)
	// Parameters:
	//  - ReqSeq
	//  - ID
	UnblockRecommendation(ctx context.Context, reqSeq int32, id string) (err error)
	UnregisterUserAndDevice(ctx context.Context) (r string, err error)
	// Parameters:
	//  - ApnsDeviceToken
	UpdateApnsDeviceToken(ctx context.Context, apnsDeviceToken []byte) (err error)
	// Parameters:
	//  - Key
	//  - Value
	UpdateBuddySetting(ctx context.Context, key string, value string) (err error)
	// Parameters:
	//  - RegistrationId
	UpdateC2DMRegistrationId(ctx context.Context, registrationId string) (err error)
	// Parameters:
	//  - ReqSeq
	//  - Mid
	//  - Flag
	//  - Value
	UpdateContactSetting(ctx context.Context, reqSeq int32, mid string, flag ContactSetting, value string) (err error)
	// Parameters:
	//  - CustomMode
	//  - ParamMap
	UpdateCustomModeSettings(ctx context.Context, customMode CustomMode, paramMap map[string]string) (err error)
	// Parameters:
	//  - DeviceUid
	//  - DeviceInfo
	UpdateDeviceInfo(ctx context.Context, deviceUid string, deviceInfo *DeviceInfo) (err error)
	// Parameters:
	//  - ReqSeq
	//  - Group
	UpdateGroup(ctx context.Context, reqSeq int32, group *Group) (err error)
	// Parameters:
	//  - Type
	//  - Token
	UpdateNotificationToken(ctx context.Context, type_a1 NotificationType, token string) (err error)
	// Parameters:
	//  - Type
	//  - Token
	UpdateNotificationTokenWithBytes(ctx context.Context, type_a1 NotificationType, token []byte) (err error)
	// Parameters:
	//  - ReqSeq
	//  - Profile
	UpdateProfile(ctx context.Context, reqSeq int32, profile *Profile) (err error)
	// Parameters:
	//  - ReqSeq
	//  - Attr
	//  - Value
	UpdateProfileAttribute(ctx context.Context, reqSeq int32, attr ProfileAttribute, value string) (err error)
	// Parameters:
	//  - Region
	UpdateRegion(ctx context.Context, region string) (err error)
	// Parameters:
	//  - ReqSeq
	//  - Settings
	UpdateSettings(ctx context.Context, reqSeq int32, settings *Settings) (err error)
	// Parameters:
	//  - ReqSeq
	//  - Settings
	UpdateSettings2(ctx context.Context, reqSeq int32, settings *Settings) (r int32, err error)
	// Parameters:
	//  - ReqSeq
	//  - Attr
	//  - Value
	UpdateSettingsAttribute(ctx context.Context, reqSeq int32, attr SettingsAttribute, value string) (err error)
	// Parameters:
	//  - ReqSeq
	//  - AttrBitset
	//  - Settings
	UpdateSettingsAttributes(ctx context.Context, reqSeq int32, attrBitset int32, settings *Settings) (r int32, err error)
	// Parameters:
	//  - IdentityProvider
	//  - Identifier
	//  - Password
	VerifyIdentityCredential(ctx context.Context, identityProvider IdentityProvider, identifier string, password string) (err error)
	// Parameters:
	//  - IdentityCredential
	VerifyIdentityCredentialWithResult_(ctx context.Context, identityCredential *IdentityCredential) (r *UserAuthStatus, err error)
	// Parameters:
	//  - SessionId
	//  - PinCode
	//  - UdidHash
	VerifyPhone(ctx context.Context, sessionId string, pinCode string, udidHash string) (r VerificationResult_, err error)
	// Parameters:
	//  - Verifier
	//  - PinCode
	VerifyQrcode(ctx context.Context, verifier string, pinCode string) (r string, err error)
}

type TalkServiceAcceptChatInvitationArgs

type TalkServiceAcceptChatInvitationArgs struct {
	Request *AcceptChatInvitationRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewTalkServiceAcceptChatInvitationArgs

func NewTalkServiceAcceptChatInvitationArgs() *TalkServiceAcceptChatInvitationArgs

func (*TalkServiceAcceptChatInvitationArgs) GetRequest

func (*TalkServiceAcceptChatInvitationArgs) IsSetRequest

func (p *TalkServiceAcceptChatInvitationArgs) IsSetRequest() bool

func (*TalkServiceAcceptChatInvitationArgs) Read

func (*TalkServiceAcceptChatInvitationArgs) ReadField1

func (*TalkServiceAcceptChatInvitationArgs) String

func (*TalkServiceAcceptChatInvitationArgs) Write

type TalkServiceAcceptChatInvitationByTicketArgs

type TalkServiceAcceptChatInvitationByTicketArgs struct {
	Request *AcceptChatInvitationByTicketRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewTalkServiceAcceptChatInvitationByTicketArgs

func NewTalkServiceAcceptChatInvitationByTicketArgs() *TalkServiceAcceptChatInvitationByTicketArgs

func (*TalkServiceAcceptChatInvitationByTicketArgs) GetRequest

func (*TalkServiceAcceptChatInvitationByTicketArgs) IsSetRequest

func (*TalkServiceAcceptChatInvitationByTicketArgs) Read

func (*TalkServiceAcceptChatInvitationByTicketArgs) ReadField1

func (*TalkServiceAcceptChatInvitationByTicketArgs) String

func (*TalkServiceAcceptChatInvitationByTicketArgs) Write

type TalkServiceAcceptChatInvitationByTicketResult

type TalkServiceAcceptChatInvitationByTicketResult struct {
	Success *AcceptChatInvitationByTicketResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException                        `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceAcceptChatInvitationByTicketResult

func NewTalkServiceAcceptChatInvitationByTicketResult() *TalkServiceAcceptChatInvitationByTicketResult

func (*TalkServiceAcceptChatInvitationByTicketResult) GetE

func (*TalkServiceAcceptChatInvitationByTicketResult) GetSuccess

func (*TalkServiceAcceptChatInvitationByTicketResult) IsSetE

func (*TalkServiceAcceptChatInvitationByTicketResult) IsSetSuccess

func (*TalkServiceAcceptChatInvitationByTicketResult) Read

func (*TalkServiceAcceptChatInvitationByTicketResult) ReadField0

func (*TalkServiceAcceptChatInvitationByTicketResult) ReadField1

func (*TalkServiceAcceptChatInvitationByTicketResult) String

func (*TalkServiceAcceptChatInvitationByTicketResult) Write

type TalkServiceAcceptChatInvitationResult

type TalkServiceAcceptChatInvitationResult struct {
	Success *AcceptChatInvitationResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException                `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceAcceptChatInvitationResult

func NewTalkServiceAcceptChatInvitationResult() *TalkServiceAcceptChatInvitationResult

func (*TalkServiceAcceptChatInvitationResult) GetE

func (*TalkServiceAcceptChatInvitationResult) GetSuccess

func (*TalkServiceAcceptChatInvitationResult) IsSetE

func (*TalkServiceAcceptChatInvitationResult) IsSetSuccess

func (p *TalkServiceAcceptChatInvitationResult) IsSetSuccess() bool

func (*TalkServiceAcceptChatInvitationResult) Read

func (*TalkServiceAcceptChatInvitationResult) ReadField0

func (*TalkServiceAcceptChatInvitationResult) ReadField1

func (*TalkServiceAcceptChatInvitationResult) String

func (*TalkServiceAcceptChatInvitationResult) Write

type TalkServiceAcceptGroupInvitationArgs

type TalkServiceAcceptGroupInvitationArgs struct {
	ReqSeq  int32  `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"`
	GroupId string `thrift:"groupId,2" db:"groupId" json:"groupId"`
}

Attributes:

  • ReqSeq
  • GroupId

func NewTalkServiceAcceptGroupInvitationArgs

func NewTalkServiceAcceptGroupInvitationArgs() *TalkServiceAcceptGroupInvitationArgs

func (*TalkServiceAcceptGroupInvitationArgs) GetGroupId

func (*TalkServiceAcceptGroupInvitationArgs) GetReqSeq

func (*TalkServiceAcceptGroupInvitationArgs) Read

func (*TalkServiceAcceptGroupInvitationArgs) ReadField1

func (*TalkServiceAcceptGroupInvitationArgs) ReadField2

func (*TalkServiceAcceptGroupInvitationArgs) String

func (*TalkServiceAcceptGroupInvitationArgs) Write

type TalkServiceAcceptGroupInvitationByTicketArgs

type TalkServiceAcceptGroupInvitationByTicketArgs struct {
	ReqSeq   int32  `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"`
	GroupMid string `thrift:"groupMid,2" db:"groupMid" json:"groupMid"`
	TicketId string `thrift:"ticketId,3" db:"ticketId" json:"ticketId"`
}

================================================================================================================================== ================================================================================================================================== Attributes:

  • ReqSeq
  • GroupMid
  • TicketId

func NewTalkServiceAcceptGroupInvitationByTicketArgs

func NewTalkServiceAcceptGroupInvitationByTicketArgs() *TalkServiceAcceptGroupInvitationByTicketArgs

func (*TalkServiceAcceptGroupInvitationByTicketArgs) GetGroupMid

func (*TalkServiceAcceptGroupInvitationByTicketArgs) GetReqSeq

func (*TalkServiceAcceptGroupInvitationByTicketArgs) GetTicketId

func (*TalkServiceAcceptGroupInvitationByTicketArgs) Read

func (*TalkServiceAcceptGroupInvitationByTicketArgs) ReadField1

func (*TalkServiceAcceptGroupInvitationByTicketArgs) ReadField2

func (*TalkServiceAcceptGroupInvitationByTicketArgs) ReadField3

func (*TalkServiceAcceptGroupInvitationByTicketArgs) String

func (*TalkServiceAcceptGroupInvitationByTicketArgs) Write

type TalkServiceAcceptGroupInvitationByTicketResult

type TalkServiceAcceptGroupInvitationByTicketResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewBoteaterServiceAcceptGroupInvitationByTicketResult

func NewBoteaterServiceAcceptGroupInvitationByTicketResult() *TalkServiceAcceptGroupInvitationByTicketResult

func (*TalkServiceAcceptGroupInvitationByTicketResult) GetE

func (*TalkServiceAcceptGroupInvitationByTicketResult) IsSetE

func (*TalkServiceAcceptGroupInvitationByTicketResult) Read

func (*TalkServiceAcceptGroupInvitationByTicketResult) ReadField1

func (*TalkServiceAcceptGroupInvitationByTicketResult) String

func (*TalkServiceAcceptGroupInvitationByTicketResult) Write

type TalkServiceAcceptGroupInvitationResult

type TalkServiceAcceptGroupInvitationResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceAcceptGroupInvitationResult

func NewTalkServiceAcceptGroupInvitationResult() *TalkServiceAcceptGroupInvitationResult

func (*TalkServiceAcceptGroupInvitationResult) GetE

func (*TalkServiceAcceptGroupInvitationResult) IsSetE

func (*TalkServiceAcceptGroupInvitationResult) Read

func (*TalkServiceAcceptGroupInvitationResult) ReadField1

func (*TalkServiceAcceptGroupInvitationResult) String

func (*TalkServiceAcceptGroupInvitationResult) Write

type TalkServiceAcceptProximityMatchesArgs

type TalkServiceAcceptProximityMatchesArgs struct {
	// unused field # 1
	SessionId string   `thrift:"sessionId,2" db:"sessionId" json:"sessionId"`
	Ids       []string `thrift:"ids,3" db:"ids" json:"ids"`
}

Attributes:

  • SessionId
  • Ids

func NewTalkServiceAcceptProximityMatchesArgs

func NewTalkServiceAcceptProximityMatchesArgs() *TalkServiceAcceptProximityMatchesArgs

func (*TalkServiceAcceptProximityMatchesArgs) GetIds

func (*TalkServiceAcceptProximityMatchesArgs) GetSessionId

func (*TalkServiceAcceptProximityMatchesArgs) Read

func (*TalkServiceAcceptProximityMatchesArgs) ReadField2

func (*TalkServiceAcceptProximityMatchesArgs) ReadField3

func (*TalkServiceAcceptProximityMatchesArgs) String

func (*TalkServiceAcceptProximityMatchesArgs) Write

type TalkServiceAcceptProximityMatchesResult

type TalkServiceAcceptProximityMatchesResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceAcceptProximityMatchesResult

func NewTalkServiceAcceptProximityMatchesResult() *TalkServiceAcceptProximityMatchesResult

func (*TalkServiceAcceptProximityMatchesResult) GetE

func (*TalkServiceAcceptProximityMatchesResult) IsSetE

func (*TalkServiceAcceptProximityMatchesResult) Read

func (*TalkServiceAcceptProximityMatchesResult) ReadField1

func (*TalkServiceAcceptProximityMatchesResult) String

func (*TalkServiceAcceptProximityMatchesResult) Write

type TalkServiceAcquireCallRouteArgs

type TalkServiceAcquireCallRouteArgs struct {
	// unused field # 1
	To string `thrift:"to,2" db:"to" json:"to"`
}

Attributes:

  • To

func NewTalkServiceAcquireCallRouteArgs

func NewTalkServiceAcquireCallRouteArgs() *TalkServiceAcquireCallRouteArgs

func (*TalkServiceAcquireCallRouteArgs) GetTo

func (*TalkServiceAcquireCallRouteArgs) Read

func (*TalkServiceAcquireCallRouteArgs) ReadField2

func (p *TalkServiceAcquireCallRouteArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceAcquireCallRouteArgs) String

func (*TalkServiceAcquireCallRouteArgs) Write

type TalkServiceAcquireCallRouteResult

type TalkServiceAcquireCallRouteResult struct {
	Success []string       `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceAcquireCallRouteResult

func NewTalkServiceAcquireCallRouteResult() *TalkServiceAcquireCallRouteResult

func (*TalkServiceAcquireCallRouteResult) GetE

func (*TalkServiceAcquireCallRouteResult) GetSuccess

func (p *TalkServiceAcquireCallRouteResult) GetSuccess() []string

func (*TalkServiceAcquireCallRouteResult) IsSetE

func (*TalkServiceAcquireCallRouteResult) IsSetSuccess

func (p *TalkServiceAcquireCallRouteResult) IsSetSuccess() bool

func (*TalkServiceAcquireCallRouteResult) Read

func (*TalkServiceAcquireCallRouteResult) ReadField0

func (p *TalkServiceAcquireCallRouteResult) ReadField0(iprot TProtocol) error

func (*TalkServiceAcquireCallRouteResult) ReadField1

func (p *TalkServiceAcquireCallRouteResult) ReadField1(iprot TProtocol) error

func (*TalkServiceAcquireCallRouteResult) String

func (*TalkServiceAcquireCallRouteResult) Write

type TalkServiceAcquireCallTicketArgs

type TalkServiceAcquireCallTicketArgs struct {
	// unused field # 1
	To string `thrift:"to,2" db:"to" json:"to"`
}

Attributes:

  • To

func NewTalkServiceAcquireCallTicketArgs

func NewTalkServiceAcquireCallTicketArgs() *TalkServiceAcquireCallTicketArgs

func (*TalkServiceAcquireCallTicketArgs) GetTo

func (*TalkServiceAcquireCallTicketArgs) Read

func (*TalkServiceAcquireCallTicketArgs) ReadField2

func (p *TalkServiceAcquireCallTicketArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceAcquireCallTicketArgs) String

func (*TalkServiceAcquireCallTicketArgs) Write

type TalkServiceAcquireCallTicketResult

type TalkServiceAcquireCallTicketResult struct {
	Success *string        `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceAcquireCallTicketResult

func NewTalkServiceAcquireCallTicketResult() *TalkServiceAcquireCallTicketResult

func (*TalkServiceAcquireCallTicketResult) GetE

func (*TalkServiceAcquireCallTicketResult) GetSuccess

func (*TalkServiceAcquireCallTicketResult) IsSetE

func (*TalkServiceAcquireCallTicketResult) IsSetSuccess

func (p *TalkServiceAcquireCallTicketResult) IsSetSuccess() bool

func (*TalkServiceAcquireCallTicketResult) Read

func (*TalkServiceAcquireCallTicketResult) ReadField0

func (p *TalkServiceAcquireCallTicketResult) ReadField0(iprot TProtocol) error

func (*TalkServiceAcquireCallTicketResult) ReadField1

func (p *TalkServiceAcquireCallTicketResult) ReadField1(iprot TProtocol) error

func (*TalkServiceAcquireCallTicketResult) String

func (*TalkServiceAcquireCallTicketResult) Write

type TalkServiceAcquireEncryptedAccessTokenArgs

type TalkServiceAcquireEncryptedAccessTokenArgs struct {
	// unused field # 1
	FeatureType FeatureType `thrift:"featureType,2" db:"featureType" json:"featureType"`
}

Attributes:

  • FeatureType

func NewTalkServiceAcquireEncryptedAccessTokenArgs

func NewTalkServiceAcquireEncryptedAccessTokenArgs() *TalkServiceAcquireEncryptedAccessTokenArgs

func (*TalkServiceAcquireEncryptedAccessTokenArgs) GetFeatureType

func (*TalkServiceAcquireEncryptedAccessTokenArgs) Read

func (*TalkServiceAcquireEncryptedAccessTokenArgs) ReadField2

func (*TalkServiceAcquireEncryptedAccessTokenArgs) String

func (*TalkServiceAcquireEncryptedAccessTokenArgs) Write

type TalkServiceAcquireEncryptedAccessTokenResult

type TalkServiceAcquireEncryptedAccessTokenResult struct {
	Success *string        `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceAcquireEncryptedAccessTokenResult

func NewTalkServiceAcquireEncryptedAccessTokenResult() *TalkServiceAcquireEncryptedAccessTokenResult

func (*TalkServiceAcquireEncryptedAccessTokenResult) GetE

func (*TalkServiceAcquireEncryptedAccessTokenResult) GetSuccess

func (*TalkServiceAcquireEncryptedAccessTokenResult) IsSetE

func (*TalkServiceAcquireEncryptedAccessTokenResult) IsSetSuccess

func (*TalkServiceAcquireEncryptedAccessTokenResult) Read

func (*TalkServiceAcquireEncryptedAccessTokenResult) ReadField0

func (*TalkServiceAcquireEncryptedAccessTokenResult) ReadField1

func (*TalkServiceAcquireEncryptedAccessTokenResult) String

func (*TalkServiceAcquireEncryptedAccessTokenResult) Write

type TalkServiceAddSnsIdArgs

type TalkServiceAddSnsIdArgs struct {
	// unused field # 1
	SnsIdType      SnsIdType `thrift:"snsIdType,2" db:"snsIdType" json:"snsIdType"`
	SnsAccessToken string    `thrift:"snsAccessToken,3" db:"snsAccessToken" json:"snsAccessToken"`
}

Attributes:

  • SnsIdType
  • SnsAccessToken

func NewTalkServiceAddSnsIdArgs

func NewTalkServiceAddSnsIdArgs() *TalkServiceAddSnsIdArgs

func (*TalkServiceAddSnsIdArgs) GetSnsAccessToken

func (p *TalkServiceAddSnsIdArgs) GetSnsAccessToken() string

func (*TalkServiceAddSnsIdArgs) GetSnsIdType

func (p *TalkServiceAddSnsIdArgs) GetSnsIdType() SnsIdType

func (*TalkServiceAddSnsIdArgs) Read

func (p *TalkServiceAddSnsIdArgs) Read(iprot TProtocol) error

func (*TalkServiceAddSnsIdArgs) ReadField2

func (p *TalkServiceAddSnsIdArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceAddSnsIdArgs) ReadField3

func (p *TalkServiceAddSnsIdArgs) ReadField3(iprot TProtocol) error

func (*TalkServiceAddSnsIdArgs) String

func (p *TalkServiceAddSnsIdArgs) String() string

func (*TalkServiceAddSnsIdArgs) Write

func (p *TalkServiceAddSnsIdArgs) Write(oprot TProtocol) error

type TalkServiceAddSnsIdResult

type TalkServiceAddSnsIdResult struct {
	Success *string        `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceAddSnsIdResult

func NewTalkServiceAddSnsIdResult() *TalkServiceAddSnsIdResult

func (*TalkServiceAddSnsIdResult) GetE

func (*TalkServiceAddSnsIdResult) GetSuccess

func (p *TalkServiceAddSnsIdResult) GetSuccess() string

func (*TalkServiceAddSnsIdResult) IsSetE

func (p *TalkServiceAddSnsIdResult) IsSetE() bool

func (*TalkServiceAddSnsIdResult) IsSetSuccess

func (p *TalkServiceAddSnsIdResult) IsSetSuccess() bool

func (*TalkServiceAddSnsIdResult) Read

func (p *TalkServiceAddSnsIdResult) Read(iprot TProtocol) error

func (*TalkServiceAddSnsIdResult) ReadField0

func (p *TalkServiceAddSnsIdResult) ReadField0(iprot TProtocol) error

func (*TalkServiceAddSnsIdResult) ReadField1

func (p *TalkServiceAddSnsIdResult) ReadField1(iprot TProtocol) error

func (*TalkServiceAddSnsIdResult) String

func (p *TalkServiceAddSnsIdResult) String() string

func (*TalkServiceAddSnsIdResult) Write

func (p *TalkServiceAddSnsIdResult) Write(oprot TProtocol) error

type TalkServiceBlockContactArgs

type TalkServiceBlockContactArgs struct {
	ReqSeq int32  `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"`
	ID     string `thrift:"id,2" db:"id" json:"id"`
}

Attributes:

  • ReqSeq
  • ID

func NewTalkServiceBlockContactArgs

func NewTalkServiceBlockContactArgs() *TalkServiceBlockContactArgs

func (*TalkServiceBlockContactArgs) GetID

func (*TalkServiceBlockContactArgs) GetReqSeq

func (p *TalkServiceBlockContactArgs) GetReqSeq() int32

func (*TalkServiceBlockContactArgs) Read

func (*TalkServiceBlockContactArgs) ReadField1

func (p *TalkServiceBlockContactArgs) ReadField1(iprot TProtocol) error

func (*TalkServiceBlockContactArgs) ReadField2

func (p *TalkServiceBlockContactArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceBlockContactArgs) String

func (p *TalkServiceBlockContactArgs) String() string

func (*TalkServiceBlockContactArgs) Write

type TalkServiceBlockContactResult

type TalkServiceBlockContactResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceBlockContactResult

func NewTalkServiceBlockContactResult() *TalkServiceBlockContactResult

func (*TalkServiceBlockContactResult) GetE

func (*TalkServiceBlockContactResult) IsSetE

func (p *TalkServiceBlockContactResult) IsSetE() bool

func (*TalkServiceBlockContactResult) Read

func (*TalkServiceBlockContactResult) ReadField1

func (p *TalkServiceBlockContactResult) ReadField1(iprot TProtocol) error

func (*TalkServiceBlockContactResult) String

func (*TalkServiceBlockContactResult) Write

type TalkServiceBlockRecommendationArgs

type TalkServiceBlockRecommendationArgs struct {
	ReqSeq int32  `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"`
	ID     string `thrift:"id,2" db:"id" json:"id"`
}

Attributes:

  • ReqSeq
  • ID

func NewTalkServiceBlockRecommendationArgs

func NewTalkServiceBlockRecommendationArgs() *TalkServiceBlockRecommendationArgs

func (*TalkServiceBlockRecommendationArgs) GetID

func (*TalkServiceBlockRecommendationArgs) GetReqSeq

func (*TalkServiceBlockRecommendationArgs) Read

func (*TalkServiceBlockRecommendationArgs) ReadField1

func (p *TalkServiceBlockRecommendationArgs) ReadField1(iprot TProtocol) error

func (*TalkServiceBlockRecommendationArgs) ReadField2

func (p *TalkServiceBlockRecommendationArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceBlockRecommendationArgs) String

func (*TalkServiceBlockRecommendationArgs) Write

type TalkServiceBlockRecommendationResult

type TalkServiceBlockRecommendationResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceBlockRecommendationResult

func NewTalkServiceBlockRecommendationResult() *TalkServiceBlockRecommendationResult

func (*TalkServiceBlockRecommendationResult) GetE

func (*TalkServiceBlockRecommendationResult) IsSetE

func (*TalkServiceBlockRecommendationResult) Read

func (*TalkServiceBlockRecommendationResult) ReadField1

func (*TalkServiceBlockRecommendationResult) String

func (*TalkServiceBlockRecommendationResult) Write

type TalkServiceCancelChatInvitationArgs

type TalkServiceCancelChatInvitationArgs struct {
	Request *CancelChatInvitationRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewTalkServiceCancelChatInvitationArgs

func NewTalkServiceCancelChatInvitationArgs() *TalkServiceCancelChatInvitationArgs

func (*TalkServiceCancelChatInvitationArgs) GetRequest

func (*TalkServiceCancelChatInvitationArgs) IsSetRequest

func (p *TalkServiceCancelChatInvitationArgs) IsSetRequest() bool

func (*TalkServiceCancelChatInvitationArgs) Read

func (*TalkServiceCancelChatInvitationArgs) ReadField1

func (*TalkServiceCancelChatInvitationArgs) String

func (*TalkServiceCancelChatInvitationArgs) Write

type TalkServiceCancelChatInvitationResult

type TalkServiceCancelChatInvitationResult struct {
	Success *CancelChatInvitationResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException                `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceCancelChatInvitationResult

func NewTalkServiceCancelChatInvitationResult() *TalkServiceCancelChatInvitationResult

func (*TalkServiceCancelChatInvitationResult) GetE

func (*TalkServiceCancelChatInvitationResult) GetSuccess

func (*TalkServiceCancelChatInvitationResult) IsSetE

func (*TalkServiceCancelChatInvitationResult) IsSetSuccess

func (p *TalkServiceCancelChatInvitationResult) IsSetSuccess() bool

func (*TalkServiceCancelChatInvitationResult) Read

func (*TalkServiceCancelChatInvitationResult) ReadField0

func (*TalkServiceCancelChatInvitationResult) ReadField1

func (*TalkServiceCancelChatInvitationResult) String

func (*TalkServiceCancelChatInvitationResult) Write

type TalkServiceCancelGroupInvitationArgs

type TalkServiceCancelGroupInvitationArgs struct {
	ReqSeq     int32    `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"`
	GroupId    string   `thrift:"groupId,2" db:"groupId" json:"groupId"`
	ContactIds []string `thrift:"contactIds,3" db:"contactIds" json:"contactIds"`
}

Attributes:

  • ReqSeq
  • GroupId
  • ContactIds

func NewTalkServiceCancelGroupInvitationArgs

func NewTalkServiceCancelGroupInvitationArgs() *TalkServiceCancelGroupInvitationArgs

func (*TalkServiceCancelGroupInvitationArgs) GetContactIds

func (p *TalkServiceCancelGroupInvitationArgs) GetContactIds() []string

func (*TalkServiceCancelGroupInvitationArgs) GetGroupId

func (*TalkServiceCancelGroupInvitationArgs) GetReqSeq

func (*TalkServiceCancelGroupInvitationArgs) Read

func (*TalkServiceCancelGroupInvitationArgs) ReadField1

func (*TalkServiceCancelGroupInvitationArgs) ReadField2

func (*TalkServiceCancelGroupInvitationArgs) ReadField3

func (*TalkServiceCancelGroupInvitationArgs) String

func (*TalkServiceCancelGroupInvitationArgs) Write

type TalkServiceCancelGroupInvitationResult

type TalkServiceCancelGroupInvitationResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceCancelGroupInvitationResult

func NewTalkServiceCancelGroupInvitationResult() *TalkServiceCancelGroupInvitationResult

func (*TalkServiceCancelGroupInvitationResult) GetE

func (*TalkServiceCancelGroupInvitationResult) IsSetE

func (*TalkServiceCancelGroupInvitationResult) Read

func (*TalkServiceCancelGroupInvitationResult) ReadField1

func (*TalkServiceCancelGroupInvitationResult) String

func (*TalkServiceCancelGroupInvitationResult) Write

type TalkServiceChangeVerificationMethodArgs

type TalkServiceChangeVerificationMethodArgs struct {
	// unused field # 1
	SessionId string             `thrift:"sessionId,2" db:"sessionId" json:"sessionId"`
	Method    VerificationMethod `thrift:"method,3" db:"method" json:"method"`
}

Attributes:

  • SessionId
  • Method

func NewTalkServiceChangeVerificationMethodArgs

func NewTalkServiceChangeVerificationMethodArgs() *TalkServiceChangeVerificationMethodArgs

func (*TalkServiceChangeVerificationMethodArgs) GetMethod

func (*TalkServiceChangeVerificationMethodArgs) GetSessionId

func (*TalkServiceChangeVerificationMethodArgs) Read

func (*TalkServiceChangeVerificationMethodArgs) ReadField2

func (*TalkServiceChangeVerificationMethodArgs) ReadField3

func (*TalkServiceChangeVerificationMethodArgs) String

func (*TalkServiceChangeVerificationMethodArgs) Write

type TalkServiceChangeVerificationMethodResult

type TalkServiceChangeVerificationMethodResult struct {
	Success *VerificationSessionData `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException           `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceChangeVerificationMethodResult

func NewTalkServiceChangeVerificationMethodResult() *TalkServiceChangeVerificationMethodResult

func (*TalkServiceChangeVerificationMethodResult) GetE

func (*TalkServiceChangeVerificationMethodResult) GetSuccess

func (*TalkServiceChangeVerificationMethodResult) IsSetE

func (*TalkServiceChangeVerificationMethodResult) IsSetSuccess

func (*TalkServiceChangeVerificationMethodResult) Read

func (*TalkServiceChangeVerificationMethodResult) ReadField0

func (*TalkServiceChangeVerificationMethodResult) ReadField1

func (*TalkServiceChangeVerificationMethodResult) String

func (*TalkServiceChangeVerificationMethodResult) Write

type TalkServiceClearIdentityCredentialArgs

type TalkServiceClearIdentityCredentialArgs struct {
}

func NewTalkServiceClearIdentityCredentialArgs

func NewTalkServiceClearIdentityCredentialArgs() *TalkServiceClearIdentityCredentialArgs

func (*TalkServiceClearIdentityCredentialArgs) Read

func (*TalkServiceClearIdentityCredentialArgs) String

func (*TalkServiceClearIdentityCredentialArgs) Write

type TalkServiceClearIdentityCredentialResult

type TalkServiceClearIdentityCredentialResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceClearIdentityCredentialResult

func NewTalkServiceClearIdentityCredentialResult() *TalkServiceClearIdentityCredentialResult

func (*TalkServiceClearIdentityCredentialResult) GetE

func (*TalkServiceClearIdentityCredentialResult) IsSetE

func (*TalkServiceClearIdentityCredentialResult) Read

func (*TalkServiceClearIdentityCredentialResult) ReadField1

func (*TalkServiceClearIdentityCredentialResult) String

func (*TalkServiceClearIdentityCredentialResult) Write

type TalkServiceClearMessageBoxArgs

type TalkServiceClearMessageBoxArgs struct {
	// unused field # 1
	ChannelId    string `thrift:"channelId,2" db:"channelId" json:"channelId"`
	MessageBoxId string `thrift:"messageBoxId,3" db:"messageBoxId" json:"messageBoxId"`
}

Attributes:

  • ChannelId
  • MessageBoxId

func NewTalkServiceClearMessageBoxArgs

func NewTalkServiceClearMessageBoxArgs() *TalkServiceClearMessageBoxArgs

func (*TalkServiceClearMessageBoxArgs) GetChannelId

func (p *TalkServiceClearMessageBoxArgs) GetChannelId() string

func (*TalkServiceClearMessageBoxArgs) GetMessageBoxId

func (p *TalkServiceClearMessageBoxArgs) GetMessageBoxId() string

func (*TalkServiceClearMessageBoxArgs) Read

func (*TalkServiceClearMessageBoxArgs) ReadField2

func (p *TalkServiceClearMessageBoxArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceClearMessageBoxArgs) ReadField3

func (p *TalkServiceClearMessageBoxArgs) ReadField3(iprot TProtocol) error

func (*TalkServiceClearMessageBoxArgs) String

func (*TalkServiceClearMessageBoxArgs) Write

type TalkServiceClearMessageBoxResult

type TalkServiceClearMessageBoxResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceClearMessageBoxResult

func NewTalkServiceClearMessageBoxResult() *TalkServiceClearMessageBoxResult

func (*TalkServiceClearMessageBoxResult) GetE

func (*TalkServiceClearMessageBoxResult) IsSetE

func (*TalkServiceClearMessageBoxResult) Read

func (*TalkServiceClearMessageBoxResult) ReadField1

func (p *TalkServiceClearMessageBoxResult) ReadField1(iprot TProtocol) error

func (*TalkServiceClearMessageBoxResult) String

func (*TalkServiceClearMessageBoxResult) Write

type TalkServiceClient

type TalkServiceClient struct {
	// contains filtered or unexported fields
}

func NewTalkServiceClient

func NewTalkServiceClient(c TClient) *TalkServiceClient

func NewTalkServiceClientFactory

func NewTalkServiceClientFactory(t TTransport, f TProtocolFactory) *TalkServiceClient

func NewTalkServiceClientProtocol

func NewTalkServiceClientProtocol(t TTransport, iprot TProtocol, oprot TProtocol) *TalkServiceClient

func (*TalkServiceClient) AcceptChatInvitation

func (p *TalkServiceClient) AcceptChatInvitation(ctx context.Context, request *AcceptChatInvitationRequest) (r *AcceptChatInvitationResponse, err error)

Parameters:

  • Request

func (*TalkServiceClient) AcceptChatInvitationByTicket

Parameters:

  • Request

func (*TalkServiceClient) AcceptGroupInvitation

func (p *TalkServiceClient) AcceptGroupInvitation(ctx context.Context, reqSeq int32, groupId string) (err error)

Parameters:

  • ReqSeq
  • GroupId

func (*TalkServiceClient) AcceptGroupInvitationByTicket

func (p *TalkServiceClient) AcceptGroupInvitationByTicket(ctx context.Context, reqSeq int32, groupMid string, ticketId string) (err error)

Parameters:

  • ReqSeq
  • GroupMid
  • TicketId

func (*TalkServiceClient) AcceptProximityMatches

func (p *TalkServiceClient) AcceptProximityMatches(ctx context.Context, sessionId string, ids []string) (err error)

Parameters:

  • SessionId
  • Ids

func (*TalkServiceClient) AcquireCallRoute

func (p *TalkServiceClient) AcquireCallRoute(ctx context.Context, to string) (r []string, err error)

Parameters:

  • To

func (*TalkServiceClient) AcquireCallTicket

func (p *TalkServiceClient) AcquireCallTicket(ctx context.Context, to string) (r string, err error)

Parameters:

  • To

func (*TalkServiceClient) AcquireEncryptedAccessToken

func (p *TalkServiceClient) AcquireEncryptedAccessToken(ctx context.Context, featureType FeatureType) (r string, err error)

Parameters:

  • FeatureType

func (*TalkServiceClient) AddSnsId

func (p *TalkServiceClient) AddSnsId(ctx context.Context, snsIdType SnsIdType, snsAccessToken string) (r string, err error)

Parameters:

  • SnsIdType
  • SnsAccessToken

func (*TalkServiceClient) BlockContact

func (p *TalkServiceClient) BlockContact(ctx context.Context, reqSeq int32, id string) (err error)

Parameters:

  • ReqSeq
  • ID

func (*TalkServiceClient) BlockRecommendation

func (p *TalkServiceClient) BlockRecommendation(ctx context.Context, reqSeq int32, id string) (err error)

Parameters:

  • ReqSeq
  • ID

func (*TalkServiceClient) CancelChatInvitation

func (p *TalkServiceClient) CancelChatInvitation(ctx context.Context, request *CancelChatInvitationRequest) (r *CancelChatInvitationResponse, err error)

Parameters:

  • Request

func (*TalkServiceClient) CancelGroupInvitation

func (p *TalkServiceClient) CancelGroupInvitation(ctx context.Context, reqSeq int32, groupId string, contactIds []string) (err error)

Parameters:

  • ReqSeq
  • GroupId
  • ContactIds

func (*TalkServiceClient) ChangeVerificationMethod

func (p *TalkServiceClient) ChangeVerificationMethod(ctx context.Context, sessionId string, method VerificationMethod) (r *VerificationSessionData, err error)

Parameters:

  • SessionId
  • Method

func (*TalkServiceClient) ClearIdentityCredential

func (p *TalkServiceClient) ClearIdentityCredential(ctx context.Context) (err error)

func (*TalkServiceClient) ClearMessageBox

func (p *TalkServiceClient) ClearMessageBox(ctx context.Context, channelId string, messageBoxId string) (err error)

Parameters:

  • ChannelId
  • MessageBoxId

func (*TalkServiceClient) Client_

func (p *TalkServiceClient) Client_() TClient

func (*TalkServiceClient) CloseProximityMatch

func (p *TalkServiceClient) CloseProximityMatch(ctx context.Context, sessionId string) (err error)

Parameters:

  • SessionId

func (*TalkServiceClient) CommitSendMessage

func (p *TalkServiceClient) CommitSendMessage(ctx context.Context, seq int32, messageId string, receiverMids []string) (r map[string]string, err error)

Parameters:

  • Seq
  • MessageId
  • ReceiverMids

func (*TalkServiceClient) CommitSendMessages

func (p *TalkServiceClient) CommitSendMessages(ctx context.Context, seq int32, messageIds []string, receiverMids []string) (r map[string]string, err error)

Parameters:

  • Seq
  • MessageIds
  • ReceiverMids

func (*TalkServiceClient) CommitUpdateProfile

func (p *TalkServiceClient) CommitUpdateProfile(ctx context.Context, seq int32, attrs []ProfileAttribute, receiverMids []string) (r map[string]string, err error)

Parameters:

  • Seq
  • Attrs
  • ReceiverMids

func (*TalkServiceClient) ConfirmEmail

func (p *TalkServiceClient) ConfirmEmail(ctx context.Context, verifier string, pinCode string) (err error)

Parameters:

  • Verifier
  • PinCode

func (*TalkServiceClient) CreateChat

func (p *TalkServiceClient) CreateChat(ctx context.Context, request *CreateChatRequest) (r *CreateChatResponse, err error)

Parameters:

  • Request

func (*TalkServiceClient) CreateGroup

func (p *TalkServiceClient) CreateGroup(ctx context.Context, seq int32, name string, contactIds []string) (r *Group, err error)

Parameters:

  • Seq
  • Name
  • ContactIds

func (*TalkServiceClient) CreateQrcodeBase64Image

func (p *TalkServiceClient) CreateQrcodeBase64Image(ctx context.Context, url string, characterSet string, imageSize int32, x int32, y int32, width int32, height int32) (r string, err error)

Parameters:

  • URL
  • CharacterSet
  • ImageSize
  • X
  • Y
  • Width
  • Height

func (*TalkServiceClient) CreateRoom

func (p *TalkServiceClient) CreateRoom(ctx context.Context, reqSeq int32, contactIds []string) (r *Room, err error)

Parameters:

  • ReqSeq
  • ContactIds

func (*TalkServiceClient) CreateSession

func (p *TalkServiceClient) CreateSession(ctx context.Context) (r string, err error)

func (*TalkServiceClient) DeleteOtherFromChat

func (p *TalkServiceClient) DeleteOtherFromChat(ctx context.Context, request *DeleteOtherFromChatRequest) (r *DeleteOtherFromChatResponse, err error)

Parameters:

  • Request

func (*TalkServiceClient) DeleteSelfFromChat

func (p *TalkServiceClient) DeleteSelfFromChat(ctx context.Context, request *DeleteSelfFromChatRequest) (r *DeleteSelfFromChatResponse, err error)

Parameters:

  • Request

func (*TalkServiceClient) FetchAnnouncements

func (p *TalkServiceClient) FetchAnnouncements(ctx context.Context, lastFetchedIndex int32) (r []*Announcement, err error)

Parameters:

  • LastFetchedIndex

func (*TalkServiceClient) FetchMessages

func (p *TalkServiceClient) FetchMessages(ctx context.Context, localTs int64, count int32) (r []*Message, err error)

Parameters:

  • LocalTs
  • Count

func (*TalkServiceClient) FetchOperations

func (p *TalkServiceClient) FetchOperations(ctx context.Context, localRev int64, count int32) (r []*Operation, err error)

Parameters:

  • LocalRev
  • Count

func (*TalkServiceClient) FetchOps

func (p *TalkServiceClient) FetchOps(ctx context.Context, localRev int64, count int32, globalRev int64, individualRev int64) (r []*Operation, err error)

Parameters:

  • LocalRev
  • Count
  • GlobalRev
  • IndividualRev

func (*TalkServiceClient) FindAndAddContactsByEmail

func (p *TalkServiceClient) FindAndAddContactsByEmail(ctx context.Context, reqSeq int32, emails []string) (r map[string]*Contact, err error)

Parameters:

  • ReqSeq
  • Emails

func (*TalkServiceClient) FindAndAddContactsByMid

func (p *TalkServiceClient) FindAndAddContactsByMid(ctx context.Context, reqSeq int32, mid string) (r map[string]*Contact, err error)

Parameters:

  • ReqSeq
  • Mid

func (*TalkServiceClient) FindAndAddContactsByPhone

func (p *TalkServiceClient) FindAndAddContactsByPhone(ctx context.Context, reqSeq int32, phones []string) (r map[string]*Contact, err error)

Parameters:

  • ReqSeq
  • Phones

func (*TalkServiceClient) FindAndAddContactsByUserid

func (p *TalkServiceClient) FindAndAddContactsByUserid(ctx context.Context, reqSeq int32, userid string) (r map[string]*Contact, err error)

Parameters:

  • ReqSeq
  • Userid

func (*TalkServiceClient) FindChatByTicket

func (p *TalkServiceClient) FindChatByTicket(ctx context.Context, request *FindChatByTicketRequest) (r *FindChatByTicketResponse, err error)

Parameters:

  • Request

func (*TalkServiceClient) FindContactByUserTicket

func (p *TalkServiceClient) FindContactByUserTicket(ctx context.Context, ticketId string) (r *Contact, err error)

Parameters:

  • TicketId

func (*TalkServiceClient) FindContactByUserid

func (p *TalkServiceClient) FindContactByUserid(ctx context.Context, userid string) (r *Contact, err error)

Parameters:

  • Userid

func (*TalkServiceClient) FindContactsByEmail

func (p *TalkServiceClient) FindContactsByEmail(ctx context.Context, emails []string) (r map[string]*Contact, err error)

Parameters:

  • Emails

func (*TalkServiceClient) FindContactsByPhone

func (p *TalkServiceClient) FindContactsByPhone(ctx context.Context, phones []string) (r map[string]*Contact, err error)

Parameters:

  • Phones

func (*TalkServiceClient) FindGroupByTicket

func (p *TalkServiceClient) FindGroupByTicket(ctx context.Context, ticketId string) (r *Group, err error)

func (*TalkServiceClient) FindSnsIdUserStatus

func (p *TalkServiceClient) FindSnsIdUserStatus(ctx context.Context, snsIdType SnsIdType, snsAccessToken string, udidHash string) (r *SnsIdUserStatus, err error)

Parameters:

  • SnsIdType
  • SnsAccessToken
  • UdidHash

func (*TalkServiceClient) FinishUpdateVerification

func (p *TalkServiceClient) FinishUpdateVerification(ctx context.Context, sessionId string) (err error)

Parameters:

  • SessionId

func (*TalkServiceClient) GenerateUserTicket

func (p *TalkServiceClient) GenerateUserTicket(ctx context.Context, expirationTime int64, maxUseCount int32) (r *Ticket, err error)

Parameters:

  • ExpirationTime
  • MaxUseCount

func (*TalkServiceClient) GetAcceptedProximityMatches

func (p *TalkServiceClient) GetAcceptedProximityMatches(ctx context.Context, sessionId string) (r []string, err error)

Parameters:

  • SessionId

func (*TalkServiceClient) GetActiveBuddySubscriberIds

func (p *TalkServiceClient) GetActiveBuddySubscriberIds(ctx context.Context) (r []string, err error)

func (*TalkServiceClient) GetAllChatMids

func (p *TalkServiceClient) GetAllChatMids(ctx context.Context, request *GetAllChatMidsRequest) (r *GetAllChatMidsResponse, err error)

Parameters:

  • Request

func (*TalkServiceClient) GetAllContactIds

func (p *TalkServiceClient) GetAllContactIds(ctx context.Context) (r []string, err error)

func (*TalkServiceClient) GetAuthQrcode

func (p *TalkServiceClient) GetAuthQrcode(ctx context.Context, keepLoggedIn bool, systemName string) (r *AuthQrcode, err error)

Parameters:

  • KeepLoggedIn
  • SystemName

func (*TalkServiceClient) GetBlockedContactIds

func (p *TalkServiceClient) GetBlockedContactIds(ctx context.Context) (r []string, err error)

func (*TalkServiceClient) GetBlockedContactIdsByRange

func (p *TalkServiceClient) GetBlockedContactIdsByRange(ctx context.Context, start int32, count int32) (r []string, err error)

Parameters:

  • Start
  • Count

func (*TalkServiceClient) GetBlockedRecommendationIds

func (p *TalkServiceClient) GetBlockedRecommendationIds(ctx context.Context) (r []string, err error)

func (*TalkServiceClient) GetBuddyBlockerIds

func (p *TalkServiceClient) GetBuddyBlockerIds(ctx context.Context) (r []string, err error)

func (*TalkServiceClient) GetBuddyLocation

func (p *TalkServiceClient) GetBuddyLocation(ctx context.Context, mid string, index int32) (r *Geolocation, err error)

Parameters:

  • Mid
  • Index

func (*TalkServiceClient) GetChatEffectMetaList

func (p *TalkServiceClient) GetChatEffectMetaList(ctx context.Context, categories []Categories) (r []*ChatEffectMeta, err error)

Parameters:

  • Categories

func (*TalkServiceClient) GetChats

func (p *TalkServiceClient) GetChats(ctx context.Context, request *GetChatsRequest) (r *GetChatsResponse, err error)

Parameters:

  • Request

func (*TalkServiceClient) GetCompactContactsModifiedSince

func (p *TalkServiceClient) GetCompactContactsModifiedSince(ctx context.Context, timestamp int64) (r []*CompactContact, err error)

Parameters:

  • Timestamp

func (*TalkServiceClient) GetCompactGroup

func (p *TalkServiceClient) GetCompactGroup(ctx context.Context, groupId string) (r *Group, err error)

Parameters:

  • GroupId

func (*TalkServiceClient) GetCompactRoom

func (p *TalkServiceClient) GetCompactRoom(ctx context.Context, roomId string) (r *Room, err error)

Parameters:

  • RoomId

func (*TalkServiceClient) GetContact

func (p *TalkServiceClient) GetContact(ctx context.Context, id string) (r *Contact, err error)

Parameters:

  • ID

func (*TalkServiceClient) GetContacts

func (p *TalkServiceClient) GetContacts(ctx context.Context, ids []string) (r []*Contact, err error)

Parameters:

  • Ids

func (*TalkServiceClient) GetCountryWithRequestIp

func (p *TalkServiceClient) GetCountryWithRequestIp(ctx context.Context) (r string, err error)

func (*TalkServiceClient) GetFavoriteMids

func (p *TalkServiceClient) GetFavoriteMids(ctx context.Context) (r []string, err error)

func (*TalkServiceClient) GetGroup

func (p *TalkServiceClient) GetGroup(ctx context.Context, groupId string) (r *Group, err error)

Parameters:

  • GroupId

func (*TalkServiceClient) GetGroupIdsInvited

func (p *TalkServiceClient) GetGroupIdsInvited(ctx context.Context) (r []string, err error)

func (*TalkServiceClient) GetGroupIdsJoined

func (p *TalkServiceClient) GetGroupIdsJoined(ctx context.Context) (r []string, err error)

func (*TalkServiceClient) GetGroupWithoutMembers

func (p *TalkServiceClient) GetGroupWithoutMembers(ctx context.Context, groupId string) (r *Group, err error)

Parameters:

  • GroupId

func (*TalkServiceClient) GetGroups

func (p *TalkServiceClient) GetGroups(ctx context.Context, groupIds []string) (r []*Group, err error)

Parameters:

  • GroupIds

func (*TalkServiceClient) GetGroupsV2

func (p *TalkServiceClient) GetGroupsV2(ctx context.Context, groupIds []string) (r []*Group, err error)

Parameters:

  • GroupIds

func (*TalkServiceClient) GetHiddenContactMids

func (p *TalkServiceClient) GetHiddenContactMids(ctx context.Context) (r []string, err error)

func (*TalkServiceClient) GetIdentityIdentifier

func (p *TalkServiceClient) GetIdentityIdentifier(ctx context.Context) (r string, err error)

func (*TalkServiceClient) GetLastAnnouncementIndex

func (p *TalkServiceClient) GetLastAnnouncementIndex(ctx context.Context) (r int32, err error)

func (*TalkServiceClient) GetLastOpRevision

func (p *TalkServiceClient) GetLastOpRevision(ctx context.Context) (r int64, err error)

func (*TalkServiceClient) GetMessageBox

func (p *TalkServiceClient) GetMessageBox(ctx context.Context, channelId string, messageBoxId string, lastMessagesCount int32) (r *TMessageBox, err error)

Parameters:

  • ChannelId
  • MessageBoxId
  • LastMessagesCount

func (*TalkServiceClient) GetMessageBoxCompactWrapUp

func (p *TalkServiceClient) GetMessageBoxCompactWrapUp(ctx context.Context, mid string) (r *TMessageBoxWrapUp, err error)

Parameters:

  • Mid

func (*TalkServiceClient) GetMessageBoxCompactWrapUpList

func (p *TalkServiceClient) GetMessageBoxCompactWrapUpList(ctx context.Context, start int32, messageBoxCount int32) (r *TMessageBoxWrapUpResponse, err error)

Parameters:

  • Start
  • MessageBoxCount

func (*TalkServiceClient) GetMessageBoxList

func (p *TalkServiceClient) GetMessageBoxList(ctx context.Context, channelId string, lastMessagesCount int32) (r []*TMessageBox, err error)

Parameters:

  • ChannelId
  • LastMessagesCount

func (*TalkServiceClient) GetMessageBoxListByStatus

func (p *TalkServiceClient) GetMessageBoxListByStatus(ctx context.Context, channelId string, lastMessagesCount int32, status int32) (r []*TMessageBox, err error)

Parameters:

  • ChannelId
  • LastMessagesCount
  • Status

func (*TalkServiceClient) GetMessageBoxWrapUp

func (p *TalkServiceClient) GetMessageBoxWrapUp(ctx context.Context, mid string) (r *TMessageBoxWrapUp, err error)

Parameters:

  • Mid

func (*TalkServiceClient) GetMessageBoxWrapUpList

func (p *TalkServiceClient) GetMessageBoxWrapUpList(ctx context.Context, start int32, messageBoxCount int32) (r *TMessageBoxWrapUpResponse, err error)

Parameters:

  • Start
  • MessageBoxCount

func (*TalkServiceClient) GetMessagesBySequenceNumber

func (p *TalkServiceClient) GetMessagesBySequenceNumber(ctx context.Context, channelId string, messageBoxId string, startSeq int64, endSeq int64) (r []*Message, err error)

Parameters:

  • ChannelId
  • MessageBoxId
  • StartSeq
  • EndSeq

func (*TalkServiceClient) GetNextMessages

func (p *TalkServiceClient) GetNextMessages(ctx context.Context, messageBoxId string, startSeq int64, messagesCount int32) (r []*Message, err error)

Parameters:

  • MessageBoxId
  • StartSeq
  • MessagesCount

func (*TalkServiceClient) GetNotificationPolicy

func (p *TalkServiceClient) GetNotificationPolicy(ctx context.Context, carrier CarrierCode) (r []NotificationType, err error)

Parameters:

  • Carrier

func (*TalkServiceClient) GetPreviousMessages

func (p *TalkServiceClient) GetPreviousMessages(ctx context.Context, messageBoxId string, endSeq int64, messagesCount int32) (r []*Message, err error)

Parameters:

  • MessageBoxId
  • EndSeq
  • MessagesCount

func (*TalkServiceClient) GetProfile

func (p *TalkServiceClient) GetProfile(ctx context.Context) (r *Profile, err error)

func (*TalkServiceClient) GetProximityMatchCandidateList

func (p *TalkServiceClient) GetProximityMatchCandidateList(ctx context.Context, sessionId string) (r *ProximityMatchCandidateResult_, err error)

Parameters:

  • SessionId

func (*TalkServiceClient) GetProximityMatchCandidates

func (p *TalkServiceClient) GetProximityMatchCandidates(ctx context.Context, sessionId string) (r []*Contact, err error)

Parameters:

  • SessionId

func (*TalkServiceClient) GetRSAKeyInfo

func (p *TalkServiceClient) GetRSAKeyInfo(ctx context.Context, provider IdentityProvider) (r *RSAKey, err error)

Parameters:

  • Provider

func (*TalkServiceClient) GetRecentMessages

func (p *TalkServiceClient) GetRecentMessages(ctx context.Context, messageBoxId string, messagesCount int32) (r []*Message, err error)

Parameters:

  • MessageBoxId
  • MessagesCount

func (*TalkServiceClient) GetRecentMessagesV2

func (p *TalkServiceClient) GetRecentMessagesV2(ctx context.Context, messageBoxId string, messagesCount int32) (r []*Message, err error)

func (*TalkServiceClient) GetRecommendationIds

func (p *TalkServiceClient) GetRecommendationIds(ctx context.Context) (r []string, err error)

Parameters:

  • ExpirationTime
  • MaxUseCount

func (*TalkServiceClient) GetRoom

func (p *TalkServiceClient) GetRoom(ctx context.Context, roomId string) (r *Room, err error)

Parameters:

  • RoomId

func (*TalkServiceClient) GetServerTime

func (p *TalkServiceClient) GetServerTime(ctx context.Context) (r int64, err error)

func (*TalkServiceClient) GetSessions

func (p *TalkServiceClient) GetSessions(ctx context.Context) (r []*LoginSession, err error)

func (*TalkServiceClient) GetSettings

func (p *TalkServiceClient) GetSettings(ctx context.Context) (r *Settings, err error)

func (*TalkServiceClient) GetSettingsAttributes

func (p *TalkServiceClient) GetSettingsAttributes(ctx context.Context, attrBitset int32) (r *Settings, err error)

Parameters:

  • AttrBitset

func (*TalkServiceClient) GetSystemConfiguration

func (p *TalkServiceClient) GetSystemConfiguration(ctx context.Context) (r *SystemConfiguration, err error)

func (*TalkServiceClient) GetUserTicket

func (p *TalkServiceClient) GetUserTicket(ctx context.Context) (r *Ticket, err error)

func (*TalkServiceClient) GetWapInvitation

func (p *TalkServiceClient) GetWapInvitation(ctx context.Context, invitationHash string) (r *WapInvitation, err error)

Parameters:

  • InvitationHash

func (*TalkServiceClient) InvalidateUserTicket

func (p *TalkServiceClient) InvalidateUserTicket(ctx context.Context) (err error)

func (*TalkServiceClient) InviteFriendsBySms

func (p *TalkServiceClient) InviteFriendsBySms(ctx context.Context, phoneNumberList []string) (err error)

Parameters:

  • PhoneNumberList

func (*TalkServiceClient) InviteIntoChat

func (p *TalkServiceClient) InviteIntoChat(ctx context.Context, request *InviteIntoChatRequest) (r *InviteIntoChatResponse, err error)

Parameters:

  • Request

func (*TalkServiceClient) InviteIntoGroup

func (p *TalkServiceClient) InviteIntoGroup(ctx context.Context, reqSeq int32, groupId string, contactIds []string) (err error)

Parameters:

  • ReqSeq
  • GroupId
  • ContactIds

func (*TalkServiceClient) InviteIntoRoom

func (p *TalkServiceClient) InviteIntoRoom(ctx context.Context, reqSeq int32, roomId string, contactIds []string) (err error)

Parameters:

  • ReqSeq
  • RoomId
  • ContactIds

func (*TalkServiceClient) InviteViaEmail

func (p *TalkServiceClient) InviteViaEmail(ctx context.Context, reqSeq int32, email string, name string) (err error)

Parameters:

  • ReqSeq
  • Email
  • Name

func (*TalkServiceClient) IsIdentityIdentifierAvailable

func (p *TalkServiceClient) IsIdentityIdentifierAvailable(ctx context.Context, provider IdentityProvider, identifier string) (r bool, err error)

Parameters:

  • Provider
  • Identifier

func (*TalkServiceClient) IsUseridAvailable

func (p *TalkServiceClient) IsUseridAvailable(ctx context.Context, userid string) (r bool, err error)

Parameters:

  • Userid

func (*TalkServiceClient) KickoutFromGroup

func (p *TalkServiceClient) KickoutFromGroup(ctx context.Context, reqSeq int32, groupId string, contactIds []string) (err error)

Parameters:

  • ReqSeq
  • GroupId
  • ContactIds

func (*TalkServiceClient) LeaveGroup

func (p *TalkServiceClient) LeaveGroup(ctx context.Context, reqSeq int32, groupId string) (err error)

Parameters:

  • ReqSeq
  • GroupId

func (*TalkServiceClient) LeaveRoom

func (p *TalkServiceClient) LeaveRoom(ctx context.Context, reqSeq int32, roomId string) (err error)

Parameters:

  • ReqSeq
  • RoomId

func (*TalkServiceClient) LoginWithIdentityCredential

func (p *TalkServiceClient) LoginWithIdentityCredential(ctx context.Context, identityProvider IdentityProvider, identifier string, password string, keepLoggedIn bool, accessLocation string, systemName string, certificate string) (r string, err error)

Parameters:

  • IdentityProvider
  • Identifier
  • Password
  • KeepLoggedIn
  • AccessLocation
  • SystemName
  • Certificate

func (*TalkServiceClient) LoginWithIdentityCredentialForCertificate

func (p *TalkServiceClient) LoginWithIdentityCredentialForCertificate(ctx context.Context, identityProvider IdentityProvider, identifier string, password string, keepLoggedIn bool, accessLocation string, systemName string, certificate string) (r *LoginResult_, err error)

Parameters:

  • IdentityProvider
  • Identifier
  • Password
  • KeepLoggedIn
  • AccessLocation
  • SystemName
  • Certificate

func (*TalkServiceClient) LoginWithVerifier

func (p *TalkServiceClient) LoginWithVerifier(ctx context.Context, verifier string) (r string, err error)

Parameters:

  • Verifier

func (*TalkServiceClient) LoginWithVerifierForCerificate

func (p *TalkServiceClient) LoginWithVerifierForCerificate(ctx context.Context, verifier string) (r *LoginResult_, err error)

Parameters:

  • Verifier

func (*TalkServiceClient) LoginWithVerifierForCertificate

func (p *TalkServiceClient) LoginWithVerifierForCertificate(ctx context.Context, verifier string) (r *LoginResult_, err error)

Parameters:

  • Verifier

func (*TalkServiceClient) Logout

func (p *TalkServiceClient) Logout(ctx context.Context) (err error)

func (*TalkServiceClient) LogoutSession

func (p *TalkServiceClient) LogoutSession(ctx context.Context, tokenKey string) (err error)

Parameters:

  • TokenKey

func (*TalkServiceClient) Noop

func (p *TalkServiceClient) Noop(ctx context.Context) (err error)

func (*TalkServiceClient) NotifiedRedirect

func (p *TalkServiceClient) NotifiedRedirect(ctx context.Context, paramMap map[string]string) (err error)

Parameters:

  • ParamMap

func (*TalkServiceClient) NotifyBuddyOnAir

func (p *TalkServiceClient) NotifyBuddyOnAir(ctx context.Context, seq int32, receiverMids []string) (r map[string]string, err error)

Parameters:

  • Seq
  • ReceiverMids

func (*TalkServiceClient) NotifyIndividualEvent

func (p *TalkServiceClient) NotifyIndividualEvent(ctx context.Context, notificationStatus NotificationStatus, receiverMids []string) (err error)

Parameters:

  • NotificationStatus
  • ReceiverMids

func (*TalkServiceClient) NotifyInstalled

func (p *TalkServiceClient) NotifyInstalled(ctx context.Context, udidHash string, applicationTypeWithExtensions string) (err error)

Parameters:

  • UdidHash
  • ApplicationTypeWithExtensions

func (*TalkServiceClient) NotifyRegistrationComplete

func (p *TalkServiceClient) NotifyRegistrationComplete(ctx context.Context, udidHash string, applicationTypeWithExtensions string) (err error)

Parameters:

  • UdidHash
  • ApplicationTypeWithExtensions

func (*TalkServiceClient) NotifySleep

func (p *TalkServiceClient) NotifySleep(ctx context.Context, lastRev int64, badge int32) (err error)

Parameters:

  • LastRev
  • Badge

func (*TalkServiceClient) NotifyUpdated

func (p *TalkServiceClient) NotifyUpdated(ctx context.Context, lastRev int64, deviceInfo *DeviceInfo) (err error)

Parameters:

  • LastRev
  • DeviceInfo

func (*TalkServiceClient) OpenProximityMatch

func (p *TalkServiceClient) OpenProximityMatch(ctx context.Context, location *Location) (r string, err error)

Parameters:

  • Location

func (*TalkServiceClient) RegisterBuddyUser

func (p *TalkServiceClient) RegisterBuddyUser(ctx context.Context, buddyId string, registrarPassword string) (r string, err error)

Parameters:

  • BuddyId
  • RegistrarPassword

func (*TalkServiceClient) RegisterBuddyUserid

func (p *TalkServiceClient) RegisterBuddyUserid(ctx context.Context, seq int32, userid string) (err error)

Parameters:

  • Seq
  • Userid

func (*TalkServiceClient) RegisterDevice

func (p *TalkServiceClient) RegisterDevice(ctx context.Context, sessionId string) (r string, err error)

Parameters:

  • SessionId

func (*TalkServiceClient) RegisterDeviceWithIdentityCredential

func (p *TalkServiceClient) RegisterDeviceWithIdentityCredential(ctx context.Context, sessionId string, provider IdentityProvider, identifier string, verifier string) (r string, err error)

Parameters:

  • SessionId
  • Provider
  • Identifier
  • Verifier

func (*TalkServiceClient) RegisterDeviceWithoutPhoneNumber

func (p *TalkServiceClient) RegisterDeviceWithoutPhoneNumber(ctx context.Context, region string, udidHash string, deviceInfo *DeviceInfo) (r string, err error)

Parameters:

  • Region
  • UdidHash
  • DeviceInfo

func (*TalkServiceClient) RegisterDeviceWithoutPhoneNumberWithIdentityCredential

func (p *TalkServiceClient) RegisterDeviceWithoutPhoneNumberWithIdentityCredential(ctx context.Context, region string, udidHash string, deviceInfo *DeviceInfo, provider IdentityProvider, identifier string, verifier string, mid string) (r string, err error)

Parameters:

  • Region
  • UdidHash
  • DeviceInfo
  • Provider
  • Identifier
  • Verifier
  • Mid

func (*TalkServiceClient) RegisterUserid

func (p *TalkServiceClient) RegisterUserid(ctx context.Context, reqSeq int32, userid string) (r bool, err error)

Parameters:

  • ReqSeq
  • Userid

func (*TalkServiceClient) RegisterWapDevice

func (p *TalkServiceClient) RegisterWapDevice(ctx context.Context, invitationHash string, guidHash string, email string, deviceInfo *DeviceInfo) (r string, err error)

Parameters:

  • InvitationHash
  • GuidHash
  • Email
  • DeviceInfo

func (*TalkServiceClient) RegisterWithExistingSnsIdAndIdentityCredential

func (p *TalkServiceClient) RegisterWithExistingSnsIdAndIdentityCredential(ctx context.Context, identityCredential *IdentityCredential, region string, udidHash string, deviceInfo *DeviceInfo) (r string, err error)

Parameters:

  • IdentityCredential
  • Region
  • UdidHash
  • DeviceInfo

func (*TalkServiceClient) RegisterWithSnsId

func (p *TalkServiceClient) RegisterWithSnsId(ctx context.Context, snsIdType SnsIdType, snsAccessToken string, region string, udidHash string, deviceInfo *DeviceInfo, mid string) (r *RegisterWithSnsIdResult_, err error)

Parameters:

  • SnsIdType
  • SnsAccessToken
  • Region
  • UdidHash
  • DeviceInfo
  • Mid

func (*TalkServiceClient) RegisterWithSnsIdAndIdentityCredential

func (p *TalkServiceClient) RegisterWithSnsIdAndIdentityCredential(ctx context.Context, snsIdType SnsIdType, snsAccessToken string, identityCredential *IdentityCredential, region string, udidHash string, deviceInfo *DeviceInfo) (r string, err error)

Parameters:

  • SnsIdType
  • SnsAccessToken
  • IdentityCredential
  • Region
  • UdidHash
  • DeviceInfo

func (*TalkServiceClient) ReissueChatTicket

func (p *TalkServiceClient) ReissueChatTicket(ctx context.Context, request *ReissueChatTicketRequest) (r *ReissueChatTicketResponse, err error)

Parameters:

  • Request

func (*TalkServiceClient) ReissueDeviceCredential

func (p *TalkServiceClient) ReissueDeviceCredential(ctx context.Context) (r string, err error)

func (*TalkServiceClient) ReissueGroupTicket

func (p *TalkServiceClient) ReissueGroupTicket(ctx context.Context, groupMid string) (r string, err error)

Parameters:

  • GroupMid

func (*TalkServiceClient) ReissueUserTicket

func (p *TalkServiceClient) ReissueUserTicket(ctx context.Context, expirationTime int64, maxUseCount int32) (r string, err error)

Parameters:

  • ExpirationTime
  • MaxUseCount

func (*TalkServiceClient) RejectChatInvitation

func (p *TalkServiceClient) RejectChatInvitation(ctx context.Context, request *RejectChatInvitationRequest) (r *RejectChatInvitationResponse, err error)

Parameters:

  • Request

func (*TalkServiceClient) RejectGroupInvitation

func (p *TalkServiceClient) RejectGroupInvitation(ctx context.Context, reqSeq int32, groupId string) (err error)

Parameters:

  • ReqSeq
  • GroupId

func (*TalkServiceClient) ReleaseSession

func (p *TalkServiceClient) ReleaseSession(ctx context.Context) (err error)

func (*TalkServiceClient) RemoveAllMessages

func (p *TalkServiceClient) RemoveAllMessages(ctx context.Context, seq int32, lastMessageId string) (err error)

Parameters:

  • Seq
  • LastMessageId

func (*TalkServiceClient) RemoveBuddyLocation

func (p *TalkServiceClient) RemoveBuddyLocation(ctx context.Context, mid string, index int32) (err error)

Parameters:

  • Mid
  • Index

func (*TalkServiceClient) RemoveMessage

func (p *TalkServiceClient) RemoveMessage(ctx context.Context, messageId string) (r bool, err error)

Parameters:

  • MessageId

func (*TalkServiceClient) RemoveMessageFromMyHome

func (p *TalkServiceClient) RemoveMessageFromMyHome(ctx context.Context, messageId string) (r bool, err error)

Parameters:

  • MessageId

func (*TalkServiceClient) RemoveSnsId

func (p *TalkServiceClient) RemoveSnsId(ctx context.Context, snsIdType SnsIdType) (r string, err error)

Parameters:

  • SnsIdType

func (*TalkServiceClient) Report

func (p *TalkServiceClient) Report(ctx context.Context, syncOpRevision int64, category SyncCategory, report string) (err error)

Parameters:

  • SyncOpRevision
  • Category
  • Report

func (*TalkServiceClient) ReportContacts

func (p *TalkServiceClient) ReportContacts(ctx context.Context, syncOpRevision int64, category SyncCategory, contactReports []*ContactReport, actionType SyncActionType) (r []*ContactReportResult_, err error)

Parameters:

  • SyncOpRevision
  • Category
  • ContactReports
  • ActionType

func (*TalkServiceClient) ReportGroups

func (p *TalkServiceClient) ReportGroups(ctx context.Context, syncOpRevision int64, groups []*Group) (err error)

Parameters:

  • SyncOpRevision
  • Groups

func (*TalkServiceClient) ReportProfile

func (p *TalkServiceClient) ReportProfile(ctx context.Context, syncOpRevision int64, profile *Profile) (err error)

Parameters:

  • SyncOpRevision
  • Profile

func (*TalkServiceClient) ReportRooms

func (p *TalkServiceClient) ReportRooms(ctx context.Context, syncOpRevision int64, rooms []*Room) (err error)

Parameters:

  • SyncOpRevision
  • Rooms

func (*TalkServiceClient) ReportSettings

func (p *TalkServiceClient) ReportSettings(ctx context.Context, syncOpRevision int64, settings *Settings) (err error)

Parameters:

  • SyncOpRevision
  • Settings

func (*TalkServiceClient) ReportSpammer

func (p *TalkServiceClient) ReportSpammer(ctx context.Context, spammerMid string, spammerReasons []SpammerReason, spamMessageIds []string) (err error)

Parameters:

  • SpammerMid
  • SpammerReasons
  • SpamMessageIds

func (*TalkServiceClient) RequestAccountPasswordReset

func (p *TalkServiceClient) RequestAccountPasswordReset(ctx context.Context, provider IdentityProvider, identifier string, locale string) (err error)

Parameters:

  • Provider
  • Identifier
  • Locale

func (*TalkServiceClient) RequestEmailConfirmation

func (p *TalkServiceClient) RequestEmailConfirmation(ctx context.Context, emailConfirmation *EmailConfirmation) (r *EmailConfirmationSession, err error)

Parameters:

  • EmailConfirmation

func (*TalkServiceClient) RequestIdentityUnbind

func (p *TalkServiceClient) RequestIdentityUnbind(ctx context.Context, provider IdentityProvider, identifier string) (err error)

Parameters:

  • Provider
  • Identifier

func (*TalkServiceClient) ResendEmailConfirmation

func (p *TalkServiceClient) ResendEmailConfirmation(ctx context.Context, verifier string) (r *EmailConfirmationSession, err error)

Parameters:

  • Verifier

func (*TalkServiceClient) ResendPinCode

func (p *TalkServiceClient) ResendPinCode(ctx context.Context, sessionId string) (err error)

Parameters:

  • SessionId

func (*TalkServiceClient) ResendPinCodeBySMS

func (p *TalkServiceClient) ResendPinCodeBySMS(ctx context.Context, sessionId string) (err error)

Parameters:

  • SessionId

func (*TalkServiceClient) SendChatChecked

func (p *TalkServiceClient) SendChatChecked(ctx context.Context, seq int32, consumer string, lastMessageId string) (err error)

Parameters:

  • Seq
  • Consumer
  • LastMessageId

func (*TalkServiceClient) SendChatRemoved

func (p *TalkServiceClient) SendChatRemoved(ctx context.Context, seq int32, consumer string, lastMessageId string) (err error)

Parameters:

  • Seq
  • Consumer
  • LastMessageId

func (*TalkServiceClient) SendContentPreviewUpdated

func (p *TalkServiceClient) SendContentPreviewUpdated(ctx context.Context, esq int32, messageId string, receiverMids []string) (r map[string]string, err error)

Parameters:

  • Esq
  • MessageId
  • ReceiverMids

func (*TalkServiceClient) SendContentReceipt

func (p *TalkServiceClient) SendContentReceipt(ctx context.Context, seq int32, consumer string, messageId string) (err error)

Parameters:

  • Seq
  • Consumer
  • MessageId

func (*TalkServiceClient) SendDummyPush

func (p *TalkServiceClient) SendDummyPush(ctx context.Context) (err error)

func (*TalkServiceClient) SendEvent

func (p *TalkServiceClient) SendEvent(ctx context.Context, seq int32, message *Message) (r *Message, err error)

Parameters:

  • Seq
  • Message

func (*TalkServiceClient) SendMessage

func (p *TalkServiceClient) SendMessage(ctx context.Context, seq int32, message *Message) (r *Message, err error)

Parameters:

  • Seq
  • Message

func (*TalkServiceClient) SendMessageIgnored

func (p *TalkServiceClient) SendMessageIgnored(ctx context.Context, seq int32, consumer string, messageIds []string) (err error)

Parameters:

  • Seq
  • Consumer
  • MessageIds

func (*TalkServiceClient) SendMessageReceipt

func (p *TalkServiceClient) SendMessageReceipt(ctx context.Context, seq int32, consumer string, messageIds []string) (err error)

Parameters:

  • Seq
  • Consumer
  • MessageIds

func (*TalkServiceClient) SendMessageToMyHome

func (p *TalkServiceClient) SendMessageToMyHome(ctx context.Context, seq int32, message *Message) (r *Message, err error)

Parameters:

  • Seq
  • Message

func (*TalkServiceClient) SetBuddyLocation

func (p *TalkServiceClient) SetBuddyLocation(ctx context.Context, mid string, index int32, location *Geolocation) (err error)

Parameters:

  • Mid
  • Index
  • Location

func (*TalkServiceClient) SetIdentityCredential

func (p *TalkServiceClient) SetIdentityCredential(ctx context.Context, provider IdentityProvider, identifier string, verifier string) (err error)

Parameters:

  • Provider
  • Identifier
  • Verifier

func (*TalkServiceClient) SetNotificationsEnabled

func (p *TalkServiceClient) SetNotificationsEnabled(ctx context.Context, reqSeq int32, type_a1 MIDType, target string, enablement bool) (err error)

Parameters:

  • ReqSeq
  • Type
  • Target
  • Enablement

func (*TalkServiceClient) StartUpdateVerification

func (p *TalkServiceClient) StartUpdateVerification(ctx context.Context, region string, carrier CarrierCode, phone string, udidHash string, deviceInfo *DeviceInfo, networkCode string, locale string) (r *VerificationSessionData, err error)

Parameters:

  • Region
  • Carrier
  • Phone
  • UdidHash
  • DeviceInfo
  • NetworkCode
  • Locale

func (*TalkServiceClient) StartVerification

func (p *TalkServiceClient) StartVerification(ctx context.Context, region string, carrier CarrierCode, phone string, udidHash string, deviceInfo *DeviceInfo, networkCode string, mid string, locale string) (r *VerificationSessionData, err error)

Parameters:

  • Region
  • Carrier
  • Phone
  • UdidHash
  • DeviceInfo
  • NetworkCode
  • Mid
  • Locale

func (*TalkServiceClient) StoreUpdateProfileAttribute

func (p *TalkServiceClient) StoreUpdateProfileAttribute(ctx context.Context, seq int32, profileAttribute ProfileAttribute, value string) (err error)

Parameters:

  • Seq
  • ProfileAttribute
  • Value

func (*TalkServiceClient) SyncContactBySnsIds

func (p *TalkServiceClient) SyncContactBySnsIds(ctx context.Context, reqSeq int32, modifications []*SnsFriendModification) (r []*SnsFriendContactRegistration, err error)

Parameters:

  • ReqSeq
  • Modifications

func (*TalkServiceClient) SyncContacts

func (p *TalkServiceClient) SyncContacts(ctx context.Context, reqSeq int32, localContacts []*ContactModification) (r map[string]*ContactRegistration, err error)

Parameters:

  • ReqSeq
  • LocalContacts

func (*TalkServiceClient) TrySendMessage

func (p *TalkServiceClient) TrySendMessage(ctx context.Context, seq int32, message *Message) (r *Message, err error)

Parameters:

  • Seq
  • Message

func (*TalkServiceClient) UnblockContact

func (p *TalkServiceClient) UnblockContact(ctx context.Context, reqSeq int32, id string) (err error)

Parameters:

  • ReqSeq
  • ID

func (*TalkServiceClient) UnblockRecommendation

func (p *TalkServiceClient) UnblockRecommendation(ctx context.Context, reqSeq int32, id string) (err error)

Parameters:

  • ReqSeq
  • ID

func (*TalkServiceClient) UnregisterUserAndDevice

func (p *TalkServiceClient) UnregisterUserAndDevice(ctx context.Context) (r string, err error)

func (*TalkServiceClient) UnsendMessage

func (p *TalkServiceClient) UnsendMessage(ctx context.Context, seq int32, messageId string) (err error)

Parameters:

  • Seq
  • MessageId

func (*TalkServiceClient) UpdateApnsDeviceToken

func (p *TalkServiceClient) UpdateApnsDeviceToken(ctx context.Context, apnsDeviceToken []byte) (err error)

Parameters:

  • ApnsDeviceToken

func (*TalkServiceClient) UpdateBuddySetting

func (p *TalkServiceClient) UpdateBuddySetting(ctx context.Context, key string, value string) (err error)

Parameters:

  • Key
  • Value

func (*TalkServiceClient) UpdateC2DMRegistrationId

func (p *TalkServiceClient) UpdateC2DMRegistrationId(ctx context.Context, registrationId string) (err error)

Parameters:

  • RegistrationId

func (*TalkServiceClient) UpdateChat

func (p *TalkServiceClient) UpdateChat(ctx context.Context, request *UpdateChatRequest) (r *UpdateChatResponse, err error)

Parameters:

  • Request

func (*TalkServiceClient) UpdateContactSetting

func (p *TalkServiceClient) UpdateContactSetting(ctx context.Context, reqSeq int32, mid string, flag ContactSetting, value string) (err error)

Parameters:

  • ReqSeq
  • Mid
  • Flag
  • Value

func (*TalkServiceClient) UpdateCustomModeSettings

func (p *TalkServiceClient) UpdateCustomModeSettings(ctx context.Context, customMode CustomMode, paramMap map[string]string) (err error)

Parameters:

  • CustomMode
  • ParamMap

func (*TalkServiceClient) UpdateDeviceInfo

func (p *TalkServiceClient) UpdateDeviceInfo(ctx context.Context, deviceUid string, deviceInfo *DeviceInfo) (err error)

Parameters:

  • DeviceUid
  • DeviceInfo

func (*TalkServiceClient) UpdateGroup

func (p *TalkServiceClient) UpdateGroup(ctx context.Context, reqSeq int32, group *Group) (err error)

Parameters:

  • ReqSeq
  • Group

func (*TalkServiceClient) UpdateNotificationToken

func (p *TalkServiceClient) UpdateNotificationToken(ctx context.Context, type_a1 NotificationType, token string) (err error)

Parameters:

  • Type
  • Token

func (*TalkServiceClient) UpdateNotificationTokenWithBytes

func (p *TalkServiceClient) UpdateNotificationTokenWithBytes(ctx context.Context, type_a1 NotificationType, token []byte) (err error)

Parameters:

  • Type
  • Token

func (*TalkServiceClient) UpdateProfile

func (p *TalkServiceClient) UpdateProfile(ctx context.Context, reqSeq int32, profile *Profile) (err error)

Parameters:

  • ReqSeq
  • Profile

func (*TalkServiceClient) UpdateProfileAttribute

func (p *TalkServiceClient) UpdateProfileAttribute(ctx context.Context, reqSeq int32, attr ProfileAttribute, value string) (err error)

Parameters:

  • ReqSeq
  • Attr
  • Value

func (*TalkServiceClient) UpdateRegion

func (p *TalkServiceClient) UpdateRegion(ctx context.Context, region string) (err error)

Parameters:

  • Region

func (*TalkServiceClient) UpdateSettings

func (p *TalkServiceClient) UpdateSettings(ctx context.Context, reqSeq int32, settings *Settings) (err error)

Parameters:

  • ReqSeq
  • Settings

func (*TalkServiceClient) UpdateSettings2

func (p *TalkServiceClient) UpdateSettings2(ctx context.Context, reqSeq int32, settings *Settings) (r int32, err error)

Parameters:

  • ReqSeq
  • Settings

func (*TalkServiceClient) UpdateSettingsAttribute

func (p *TalkServiceClient) UpdateSettingsAttribute(ctx context.Context, reqSeq int32, attr SettingsAttribute, value string) (err error)

Parameters:

  • ReqSeq
  • Attr
  • Value

func (*TalkServiceClient) UpdateSettingsAttributes

func (p *TalkServiceClient) UpdateSettingsAttributes(ctx context.Context, reqSeq int32, attrBitset int32, settings *Settings) (r int32, err error)

Parameters:

  • ReqSeq
  • AttrBitset
  • Settings

func (*TalkServiceClient) VerifyIdentityCredential

func (p *TalkServiceClient) VerifyIdentityCredential(ctx context.Context, identityProvider IdentityProvider, identifier string, password string) (err error)

Parameters:

  • IdentityProvider
  • Identifier
  • Password

func (*TalkServiceClient) VerifyIdentityCredentialWithResult_

func (p *TalkServiceClient) VerifyIdentityCredentialWithResult_(ctx context.Context, identityCredential *IdentityCredential) (r *UserAuthStatus, err error)

Parameters:

  • IdentityCredential

func (*TalkServiceClient) VerifyPhone

func (p *TalkServiceClient) VerifyPhone(ctx context.Context, sessionId string, pinCode string, udidHash string) (r VerificationResult_, err error)

Parameters:

  • SessionId
  • PinCode
  • UdidHash

func (*TalkServiceClient) VerifyQrcode

func (p *TalkServiceClient) VerifyQrcode(ctx context.Context, verifier string, pinCode string) (r string, err error)

Parameters:

  • Verifier
  • PinCode

type TalkServiceCloseProximityMatchArgs

type TalkServiceCloseProximityMatchArgs struct {
	// unused field # 1
	SessionId string `thrift:"sessionId,2" db:"sessionId" json:"sessionId"`
}

Attributes:

  • SessionId

func NewTalkServiceCloseProximityMatchArgs

func NewTalkServiceCloseProximityMatchArgs() *TalkServiceCloseProximityMatchArgs

func (*TalkServiceCloseProximityMatchArgs) GetSessionId

func (p *TalkServiceCloseProximityMatchArgs) GetSessionId() string

func (*TalkServiceCloseProximityMatchArgs) Read

func (*TalkServiceCloseProximityMatchArgs) ReadField2

func (p *TalkServiceCloseProximityMatchArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceCloseProximityMatchArgs) String

func (*TalkServiceCloseProximityMatchArgs) Write

type TalkServiceCloseProximityMatchResult

type TalkServiceCloseProximityMatchResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceCloseProximityMatchResult

func NewTalkServiceCloseProximityMatchResult() *TalkServiceCloseProximityMatchResult

func (*TalkServiceCloseProximityMatchResult) GetE

func (*TalkServiceCloseProximityMatchResult) IsSetE

func (*TalkServiceCloseProximityMatchResult) Read

func (*TalkServiceCloseProximityMatchResult) ReadField1

func (*TalkServiceCloseProximityMatchResult) String

func (*TalkServiceCloseProximityMatchResult) Write

type TalkServiceCommitSendMessageArgs

type TalkServiceCommitSendMessageArgs struct {
	Seq          int32    `thrift:"seq,1" db:"seq" json:"seq"`
	MessageId    string   `thrift:"messageId,2" db:"messageId" json:"messageId"`
	ReceiverMids []string `thrift:"receiverMids,3" db:"receiverMids" json:"receiverMids"`
}

Attributes:

  • Seq
  • MessageId
  • ReceiverMids

func NewTalkServiceCommitSendMessageArgs

func NewTalkServiceCommitSendMessageArgs() *TalkServiceCommitSendMessageArgs

func (*TalkServiceCommitSendMessageArgs) GetMessageId

func (p *TalkServiceCommitSendMessageArgs) GetMessageId() string

func (*TalkServiceCommitSendMessageArgs) GetReceiverMids

func (p *TalkServiceCommitSendMessageArgs) GetReceiverMids() []string

func (*TalkServiceCommitSendMessageArgs) GetSeq

func (*TalkServiceCommitSendMessageArgs) Read

func (*TalkServiceCommitSendMessageArgs) ReadField1

func (p *TalkServiceCommitSendMessageArgs) ReadField1(iprot TProtocol) error

func (*TalkServiceCommitSendMessageArgs) ReadField2

func (p *TalkServiceCommitSendMessageArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceCommitSendMessageArgs) ReadField3

func (p *TalkServiceCommitSendMessageArgs) ReadField3(iprot TProtocol) error

func (*TalkServiceCommitSendMessageArgs) String

func (*TalkServiceCommitSendMessageArgs) Write

type TalkServiceCommitSendMessageResult

type TalkServiceCommitSendMessageResult struct {
	Success map[string]string `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException    `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceCommitSendMessageResult

func NewTalkServiceCommitSendMessageResult() *TalkServiceCommitSendMessageResult

func (*TalkServiceCommitSendMessageResult) GetE

func (*TalkServiceCommitSendMessageResult) GetSuccess

func (p *TalkServiceCommitSendMessageResult) GetSuccess() map[string]string

func (*TalkServiceCommitSendMessageResult) IsSetE

func (*TalkServiceCommitSendMessageResult) IsSetSuccess

func (p *TalkServiceCommitSendMessageResult) IsSetSuccess() bool

func (*TalkServiceCommitSendMessageResult) Read

func (*TalkServiceCommitSendMessageResult) ReadField0

func (p *TalkServiceCommitSendMessageResult) ReadField0(iprot TProtocol) error

func (*TalkServiceCommitSendMessageResult) ReadField1

func (p *TalkServiceCommitSendMessageResult) ReadField1(iprot TProtocol) error

func (*TalkServiceCommitSendMessageResult) String

func (*TalkServiceCommitSendMessageResult) Write

type TalkServiceCommitSendMessagesArgs

type TalkServiceCommitSendMessagesArgs struct {
	Seq          int32    `thrift:"seq,1" db:"seq" json:"seq"`
	MessageIds   []string `thrift:"messageIds,2" db:"messageIds" json:"messageIds"`
	ReceiverMids []string `thrift:"receiverMids,3" db:"receiverMids" json:"receiverMids"`
}

Attributes:

  • Seq
  • MessageIds
  • ReceiverMids

func NewTalkServiceCommitSendMessagesArgs

func NewTalkServiceCommitSendMessagesArgs() *TalkServiceCommitSendMessagesArgs

func (*TalkServiceCommitSendMessagesArgs) GetMessageIds

func (p *TalkServiceCommitSendMessagesArgs) GetMessageIds() []string

func (*TalkServiceCommitSendMessagesArgs) GetReceiverMids

func (p *TalkServiceCommitSendMessagesArgs) GetReceiverMids() []string

func (*TalkServiceCommitSendMessagesArgs) GetSeq

func (*TalkServiceCommitSendMessagesArgs) Read

func (*TalkServiceCommitSendMessagesArgs) ReadField1

func (p *TalkServiceCommitSendMessagesArgs) ReadField1(iprot TProtocol) error

func (*TalkServiceCommitSendMessagesArgs) ReadField2

func (p *TalkServiceCommitSendMessagesArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceCommitSendMessagesArgs) ReadField3

func (p *TalkServiceCommitSendMessagesArgs) ReadField3(iprot TProtocol) error

func (*TalkServiceCommitSendMessagesArgs) String

func (*TalkServiceCommitSendMessagesArgs) Write

type TalkServiceCommitSendMessagesResult

type TalkServiceCommitSendMessagesResult struct {
	Success map[string]string `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException    `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceCommitSendMessagesResult

func NewTalkServiceCommitSendMessagesResult() *TalkServiceCommitSendMessagesResult

func (*TalkServiceCommitSendMessagesResult) GetE

func (*TalkServiceCommitSendMessagesResult) GetSuccess

func (*TalkServiceCommitSendMessagesResult) IsSetE

func (*TalkServiceCommitSendMessagesResult) IsSetSuccess

func (p *TalkServiceCommitSendMessagesResult) IsSetSuccess() bool

func (*TalkServiceCommitSendMessagesResult) Read

func (*TalkServiceCommitSendMessagesResult) ReadField0

func (*TalkServiceCommitSendMessagesResult) ReadField1

func (*TalkServiceCommitSendMessagesResult) String

func (*TalkServiceCommitSendMessagesResult) Write

type TalkServiceCommitUpdateProfileArgs

type TalkServiceCommitUpdateProfileArgs struct {
	Seq          int32              `thrift:"seq,1" db:"seq" json:"seq"`
	Attrs        []ProfileAttribute `thrift:"attrs,2" db:"attrs" json:"attrs"`
	ReceiverMids []string           `thrift:"receiverMids,3" db:"receiverMids" json:"receiverMids"`
}

Attributes:

  • Seq
  • Attrs
  • ReceiverMids

func NewTalkServiceCommitUpdateProfileArgs

func NewTalkServiceCommitUpdateProfileArgs() *TalkServiceCommitUpdateProfileArgs

func (*TalkServiceCommitUpdateProfileArgs) GetAttrs

func (*TalkServiceCommitUpdateProfileArgs) GetReceiverMids

func (p *TalkServiceCommitUpdateProfileArgs) GetReceiverMids() []string

func (*TalkServiceCommitUpdateProfileArgs) GetSeq

func (*TalkServiceCommitUpdateProfileArgs) Read

func (*TalkServiceCommitUpdateProfileArgs) ReadField1

func (p *TalkServiceCommitUpdateProfileArgs) ReadField1(iprot TProtocol) error

func (*TalkServiceCommitUpdateProfileArgs) ReadField2

func (p *TalkServiceCommitUpdateProfileArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceCommitUpdateProfileArgs) ReadField3

func (p *TalkServiceCommitUpdateProfileArgs) ReadField3(iprot TProtocol) error

func (*TalkServiceCommitUpdateProfileArgs) String

func (*TalkServiceCommitUpdateProfileArgs) Write

type TalkServiceCommitUpdateProfileResult

type TalkServiceCommitUpdateProfileResult struct {
	Success map[string]string `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException    `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceCommitUpdateProfileResult

func NewTalkServiceCommitUpdateProfileResult() *TalkServiceCommitUpdateProfileResult

func (*TalkServiceCommitUpdateProfileResult) GetE

func (*TalkServiceCommitUpdateProfileResult) GetSuccess

func (*TalkServiceCommitUpdateProfileResult) IsSetE

func (*TalkServiceCommitUpdateProfileResult) IsSetSuccess

func (p *TalkServiceCommitUpdateProfileResult) IsSetSuccess() bool

func (*TalkServiceCommitUpdateProfileResult) Read

func (*TalkServiceCommitUpdateProfileResult) ReadField0

func (*TalkServiceCommitUpdateProfileResult) ReadField1

func (*TalkServiceCommitUpdateProfileResult) String

func (*TalkServiceCommitUpdateProfileResult) Write

type TalkServiceConfirmEmailArgs

type TalkServiceConfirmEmailArgs struct {
	// unused field # 1
	Verifier string `thrift:"verifier,2" db:"verifier" json:"verifier"`
	PinCode  string `thrift:"pinCode,3" db:"pinCode" json:"pinCode"`
}

Attributes:

  • Verifier
  • PinCode

func NewTalkServiceConfirmEmailArgs

func NewTalkServiceConfirmEmailArgs() *TalkServiceConfirmEmailArgs

func (*TalkServiceConfirmEmailArgs) GetPinCode

func (p *TalkServiceConfirmEmailArgs) GetPinCode() string

func (*TalkServiceConfirmEmailArgs) GetVerifier

func (p *TalkServiceConfirmEmailArgs) GetVerifier() string

func (*TalkServiceConfirmEmailArgs) Read

func (*TalkServiceConfirmEmailArgs) ReadField2

func (p *TalkServiceConfirmEmailArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceConfirmEmailArgs) ReadField3

func (p *TalkServiceConfirmEmailArgs) ReadField3(iprot TProtocol) error

func (*TalkServiceConfirmEmailArgs) String

func (p *TalkServiceConfirmEmailArgs) String() string

func (*TalkServiceConfirmEmailArgs) Write

type TalkServiceConfirmEmailResult

type TalkServiceConfirmEmailResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceConfirmEmailResult

func NewTalkServiceConfirmEmailResult() *TalkServiceConfirmEmailResult

func (*TalkServiceConfirmEmailResult) GetE

func (*TalkServiceConfirmEmailResult) IsSetE

func (p *TalkServiceConfirmEmailResult) IsSetE() bool

func (*TalkServiceConfirmEmailResult) Read

func (*TalkServiceConfirmEmailResult) ReadField1

func (p *TalkServiceConfirmEmailResult) ReadField1(iprot TProtocol) error

func (*TalkServiceConfirmEmailResult) String

func (*TalkServiceConfirmEmailResult) Write

type TalkServiceCreateChatArgs

type TalkServiceCreateChatArgs struct {
	Request *CreateChatRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewTalkServiceCreateChatArgs

func NewTalkServiceCreateChatArgs() *TalkServiceCreateChatArgs

func (*TalkServiceCreateChatArgs) GetRequest

func (*TalkServiceCreateChatArgs) IsSetRequest

func (p *TalkServiceCreateChatArgs) IsSetRequest() bool

func (*TalkServiceCreateChatArgs) Read

func (p *TalkServiceCreateChatArgs) Read(iprot TProtocol) error

func (*TalkServiceCreateChatArgs) ReadField1

func (p *TalkServiceCreateChatArgs) ReadField1(iprot TProtocol) error

func (*TalkServiceCreateChatArgs) String

func (p *TalkServiceCreateChatArgs) String() string

func (*TalkServiceCreateChatArgs) Write

func (p *TalkServiceCreateChatArgs) Write(oprot TProtocol) error

type TalkServiceCreateChatResult

type TalkServiceCreateChatResult struct {
	Success *CreateChatResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException      `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceCreateChatResult

func NewTalkServiceCreateChatResult() *TalkServiceCreateChatResult

func (*TalkServiceCreateChatResult) GetE

func (*TalkServiceCreateChatResult) GetSuccess

func (*TalkServiceCreateChatResult) IsSetE

func (p *TalkServiceCreateChatResult) IsSetE() bool

func (*TalkServiceCreateChatResult) IsSetSuccess

func (p *TalkServiceCreateChatResult) IsSetSuccess() bool

func (*TalkServiceCreateChatResult) Read

func (*TalkServiceCreateChatResult) ReadField0

func (p *TalkServiceCreateChatResult) ReadField0(iprot TProtocol) error

func (*TalkServiceCreateChatResult) ReadField1

func (p *TalkServiceCreateChatResult) ReadField1(iprot TProtocol) error

func (*TalkServiceCreateChatResult) String

func (p *TalkServiceCreateChatResult) String() string

func (*TalkServiceCreateChatResult) Write

type TalkServiceCreateGroupArgs

type TalkServiceCreateGroupArgs struct {
	Seq        int32    `thrift:"seq,1" db:"seq" json:"seq"`
	Name       string   `thrift:"name,2" db:"name" json:"name"`
	ContactIds []string `thrift:"contactIds,3" db:"contactIds" json:"contactIds"`
}

Attributes:

  • Seq
  • Name
  • ContactIds

func NewTalkServiceCreateGroupArgs

func NewTalkServiceCreateGroupArgs() *TalkServiceCreateGroupArgs

func (*TalkServiceCreateGroupArgs) GetContactIds

func (p *TalkServiceCreateGroupArgs) GetContactIds() []string

func (*TalkServiceCreateGroupArgs) GetName

func (p *TalkServiceCreateGroupArgs) GetName() string

func (*TalkServiceCreateGroupArgs) GetSeq

func (p *TalkServiceCreateGroupArgs) GetSeq() int32

func (*TalkServiceCreateGroupArgs) Read

func (*TalkServiceCreateGroupArgs) ReadField1

func (p *TalkServiceCreateGroupArgs) ReadField1(iprot TProtocol) error

func (*TalkServiceCreateGroupArgs) ReadField2

func (p *TalkServiceCreateGroupArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceCreateGroupArgs) ReadField3

func (p *TalkServiceCreateGroupArgs) ReadField3(iprot TProtocol) error

func (*TalkServiceCreateGroupArgs) String

func (p *TalkServiceCreateGroupArgs) String() string

func (*TalkServiceCreateGroupArgs) Write

func (p *TalkServiceCreateGroupArgs) Write(oprot TProtocol) error

type TalkServiceCreateGroupResult

type TalkServiceCreateGroupResult struct {
	Success *Group         `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceCreateGroupResult

func NewTalkServiceCreateGroupResult() *TalkServiceCreateGroupResult

func (*TalkServiceCreateGroupResult) GetE

func (*TalkServiceCreateGroupResult) GetSuccess

func (p *TalkServiceCreateGroupResult) GetSuccess() *Group

func (*TalkServiceCreateGroupResult) IsSetE

func (p *TalkServiceCreateGroupResult) IsSetE() bool

func (*TalkServiceCreateGroupResult) IsSetSuccess

func (p *TalkServiceCreateGroupResult) IsSetSuccess() bool

func (*TalkServiceCreateGroupResult) Read

func (*TalkServiceCreateGroupResult) ReadField0

func (p *TalkServiceCreateGroupResult) ReadField0(iprot TProtocol) error

func (*TalkServiceCreateGroupResult) ReadField1

func (p *TalkServiceCreateGroupResult) ReadField1(iprot TProtocol) error

func (*TalkServiceCreateGroupResult) String

func (*TalkServiceCreateGroupResult) Write

type TalkServiceCreateQrcodeBase64ImageArgs

type TalkServiceCreateQrcodeBase64ImageArgs struct {
	// unused field # 1
	URL          string `thrift:"url,2" db:"url" json:"url"`
	CharacterSet string `thrift:"characterSet,3" db:"characterSet" json:"characterSet"`
	ImageSize    int32  `thrift:"imageSize,4" db:"imageSize" json:"imageSize"`
	X            int32  `thrift:"x,5" db:"x" json:"x"`
	Y            int32  `thrift:"y,6" db:"y" json:"y"`
	Width        int32  `thrift:"width,7" db:"width" json:"width"`
	Height       int32  `thrift:"height,8" db:"height" json:"height"`
}

Attributes:

  • URL
  • CharacterSet
  • ImageSize
  • X
  • Y
  • Width
  • Height

func NewTalkServiceCreateQrcodeBase64ImageArgs

func NewTalkServiceCreateQrcodeBase64ImageArgs() *TalkServiceCreateQrcodeBase64ImageArgs

func (*TalkServiceCreateQrcodeBase64ImageArgs) GetCharacterSet

func (p *TalkServiceCreateQrcodeBase64ImageArgs) GetCharacterSet() string

func (*TalkServiceCreateQrcodeBase64ImageArgs) GetHeight

func (*TalkServiceCreateQrcodeBase64ImageArgs) GetImageSize

func (*TalkServiceCreateQrcodeBase64ImageArgs) GetURL

func (*TalkServiceCreateQrcodeBase64ImageArgs) GetWidth

func (*TalkServiceCreateQrcodeBase64ImageArgs) GetX

func (*TalkServiceCreateQrcodeBase64ImageArgs) GetY

func (*TalkServiceCreateQrcodeBase64ImageArgs) Read

func (*TalkServiceCreateQrcodeBase64ImageArgs) ReadField2

func (*TalkServiceCreateQrcodeBase64ImageArgs) ReadField3

func (*TalkServiceCreateQrcodeBase64ImageArgs) ReadField4

func (*TalkServiceCreateQrcodeBase64ImageArgs) ReadField5

func (*TalkServiceCreateQrcodeBase64ImageArgs) ReadField6

func (*TalkServiceCreateQrcodeBase64ImageArgs) ReadField7

func (*TalkServiceCreateQrcodeBase64ImageArgs) ReadField8

func (*TalkServiceCreateQrcodeBase64ImageArgs) String

func (*TalkServiceCreateQrcodeBase64ImageArgs) Write

type TalkServiceCreateQrcodeBase64ImageResult

type TalkServiceCreateQrcodeBase64ImageResult struct {
	Success *string        `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceCreateQrcodeBase64ImageResult

func NewTalkServiceCreateQrcodeBase64ImageResult() *TalkServiceCreateQrcodeBase64ImageResult

func (*TalkServiceCreateQrcodeBase64ImageResult) GetE

func (*TalkServiceCreateQrcodeBase64ImageResult) GetSuccess

func (*TalkServiceCreateQrcodeBase64ImageResult) IsSetE

func (*TalkServiceCreateQrcodeBase64ImageResult) IsSetSuccess

func (*TalkServiceCreateQrcodeBase64ImageResult) Read

func (*TalkServiceCreateQrcodeBase64ImageResult) ReadField0

func (*TalkServiceCreateQrcodeBase64ImageResult) ReadField1

func (*TalkServiceCreateQrcodeBase64ImageResult) String

func (*TalkServiceCreateQrcodeBase64ImageResult) Write

type TalkServiceCreateRoomArgs

type TalkServiceCreateRoomArgs struct {
	ReqSeq     int32    `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"`
	ContactIds []string `thrift:"contactIds,2" db:"contactIds" json:"contactIds"`
}

Attributes:

  • ReqSeq
  • ContactIds

func NewTalkServiceCreateRoomArgs

func NewTalkServiceCreateRoomArgs() *TalkServiceCreateRoomArgs

func (*TalkServiceCreateRoomArgs) GetContactIds

func (p *TalkServiceCreateRoomArgs) GetContactIds() []string

func (*TalkServiceCreateRoomArgs) GetReqSeq

func (p *TalkServiceCreateRoomArgs) GetReqSeq() int32

func (*TalkServiceCreateRoomArgs) Read

func (p *TalkServiceCreateRoomArgs) Read(iprot TProtocol) error

func (*TalkServiceCreateRoomArgs) ReadField1

func (p *TalkServiceCreateRoomArgs) ReadField1(iprot TProtocol) error

func (*TalkServiceCreateRoomArgs) ReadField2

func (p *TalkServiceCreateRoomArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceCreateRoomArgs) String

func (p *TalkServiceCreateRoomArgs) String() string

func (*TalkServiceCreateRoomArgs) Write

func (p *TalkServiceCreateRoomArgs) Write(oprot TProtocol) error

type TalkServiceCreateRoomResult

type TalkServiceCreateRoomResult struct {
	Success *Room          `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceCreateRoomResult

func NewTalkServiceCreateRoomResult() *TalkServiceCreateRoomResult

func (*TalkServiceCreateRoomResult) GetE

func (*TalkServiceCreateRoomResult) GetSuccess

func (p *TalkServiceCreateRoomResult) GetSuccess() *Room

func (*TalkServiceCreateRoomResult) IsSetE

func (p *TalkServiceCreateRoomResult) IsSetE() bool

func (*TalkServiceCreateRoomResult) IsSetSuccess

func (p *TalkServiceCreateRoomResult) IsSetSuccess() bool

func (*TalkServiceCreateRoomResult) Read

func (*TalkServiceCreateRoomResult) ReadField0

func (p *TalkServiceCreateRoomResult) ReadField0(iprot TProtocol) error

func (*TalkServiceCreateRoomResult) ReadField1

func (p *TalkServiceCreateRoomResult) ReadField1(iprot TProtocol) error

func (*TalkServiceCreateRoomResult) String

func (p *TalkServiceCreateRoomResult) String() string

func (*TalkServiceCreateRoomResult) Write

type TalkServiceCreateSessionArgs

type TalkServiceCreateSessionArgs struct {
}

func NewTalkServiceCreateSessionArgs

func NewTalkServiceCreateSessionArgs() *TalkServiceCreateSessionArgs

func (*TalkServiceCreateSessionArgs) Read

func (*TalkServiceCreateSessionArgs) String

func (*TalkServiceCreateSessionArgs) Write

type TalkServiceCreateSessionResult

type TalkServiceCreateSessionResult struct {
	Success *string        `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceCreateSessionResult

func NewTalkServiceCreateSessionResult() *TalkServiceCreateSessionResult

func (*TalkServiceCreateSessionResult) GetE

func (*TalkServiceCreateSessionResult) GetSuccess

func (p *TalkServiceCreateSessionResult) GetSuccess() string

func (*TalkServiceCreateSessionResult) IsSetE

func (*TalkServiceCreateSessionResult) IsSetSuccess

func (p *TalkServiceCreateSessionResult) IsSetSuccess() bool

func (*TalkServiceCreateSessionResult) Read

func (*TalkServiceCreateSessionResult) ReadField0

func (p *TalkServiceCreateSessionResult) ReadField0(iprot TProtocol) error

func (*TalkServiceCreateSessionResult) ReadField1

func (p *TalkServiceCreateSessionResult) ReadField1(iprot TProtocol) error

func (*TalkServiceCreateSessionResult) String

func (*TalkServiceCreateSessionResult) Write

type TalkServiceDeleteOtherFromChatArgs

type TalkServiceDeleteOtherFromChatArgs struct {
	Request *DeleteOtherFromChatRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewTalkServiceDeleteOtherFromChatArgs

func NewTalkServiceDeleteOtherFromChatArgs() *TalkServiceDeleteOtherFromChatArgs

func (*TalkServiceDeleteOtherFromChatArgs) GetRequest

func (*TalkServiceDeleteOtherFromChatArgs) IsSetRequest

func (p *TalkServiceDeleteOtherFromChatArgs) IsSetRequest() bool

func (*TalkServiceDeleteOtherFromChatArgs) Read

func (*TalkServiceDeleteOtherFromChatArgs) ReadField1

func (p *TalkServiceDeleteOtherFromChatArgs) ReadField1(iprot TProtocol) error

func (*TalkServiceDeleteOtherFromChatArgs) String

func (*TalkServiceDeleteOtherFromChatArgs) Write

type TalkServiceDeleteOtherFromChatResult

type TalkServiceDeleteOtherFromChatResult struct {
	Success *DeleteOtherFromChatResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException               `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceDeleteOtherFromChatResult

func NewTalkServiceDeleteOtherFromChatResult() *TalkServiceDeleteOtherFromChatResult

func (*TalkServiceDeleteOtherFromChatResult) GetE

func (*TalkServiceDeleteOtherFromChatResult) GetSuccess

func (*TalkServiceDeleteOtherFromChatResult) IsSetE

func (*TalkServiceDeleteOtherFromChatResult) IsSetSuccess

func (p *TalkServiceDeleteOtherFromChatResult) IsSetSuccess() bool

func (*TalkServiceDeleteOtherFromChatResult) Read

func (*TalkServiceDeleteOtherFromChatResult) ReadField0

func (*TalkServiceDeleteOtherFromChatResult) ReadField1

func (*TalkServiceDeleteOtherFromChatResult) String

func (*TalkServiceDeleteOtherFromChatResult) Write

type TalkServiceDeleteSelfFromChatArgs

type TalkServiceDeleteSelfFromChatArgs struct {
	Request *DeleteSelfFromChatRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewTalkServiceDeleteSelfFromChatArgs

func NewTalkServiceDeleteSelfFromChatArgs() *TalkServiceDeleteSelfFromChatArgs

func (*TalkServiceDeleteSelfFromChatArgs) GetRequest

func (*TalkServiceDeleteSelfFromChatArgs) IsSetRequest

func (p *TalkServiceDeleteSelfFromChatArgs) IsSetRequest() bool

func (*TalkServiceDeleteSelfFromChatArgs) Read

func (*TalkServiceDeleteSelfFromChatArgs) ReadField1

func (p *TalkServiceDeleteSelfFromChatArgs) ReadField1(iprot TProtocol) error

func (*TalkServiceDeleteSelfFromChatArgs) String

func (*TalkServiceDeleteSelfFromChatArgs) Write

type TalkServiceDeleteSelfFromChatResult

type TalkServiceDeleteSelfFromChatResult struct {
	Success *DeleteSelfFromChatResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException              `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceDeleteSelfFromChatResult

func NewTalkServiceDeleteSelfFromChatResult() *TalkServiceDeleteSelfFromChatResult

func (*TalkServiceDeleteSelfFromChatResult) GetE

func (*TalkServiceDeleteSelfFromChatResult) GetSuccess

func (*TalkServiceDeleteSelfFromChatResult) IsSetE

func (*TalkServiceDeleteSelfFromChatResult) IsSetSuccess

func (p *TalkServiceDeleteSelfFromChatResult) IsSetSuccess() bool

func (*TalkServiceDeleteSelfFromChatResult) Read

func (*TalkServiceDeleteSelfFromChatResult) ReadField0

func (*TalkServiceDeleteSelfFromChatResult) ReadField1

func (*TalkServiceDeleteSelfFromChatResult) String

func (*TalkServiceDeleteSelfFromChatResult) Write

type TalkServiceFetchAnnouncementsArgs

type TalkServiceFetchAnnouncementsArgs struct {
	// unused field # 1
	LastFetchedIndex int32 `thrift:"lastFetchedIndex,2" db:"lastFetchedIndex" json:"lastFetchedIndex"`
}

Attributes:

  • LastFetchedIndex

func NewTalkServiceFetchAnnouncementsArgs

func NewTalkServiceFetchAnnouncementsArgs() *TalkServiceFetchAnnouncementsArgs

func (*TalkServiceFetchAnnouncementsArgs) GetLastFetchedIndex

func (p *TalkServiceFetchAnnouncementsArgs) GetLastFetchedIndex() int32

func (*TalkServiceFetchAnnouncementsArgs) Read

func (*TalkServiceFetchAnnouncementsArgs) ReadField2

func (p *TalkServiceFetchAnnouncementsArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceFetchAnnouncementsArgs) String

func (*TalkServiceFetchAnnouncementsArgs) Write

type TalkServiceFetchAnnouncementsResult

type TalkServiceFetchAnnouncementsResult struct {
	Success []*Announcement `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException  `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceFetchAnnouncementsResult

func NewTalkServiceFetchAnnouncementsResult() *TalkServiceFetchAnnouncementsResult

func (*TalkServiceFetchAnnouncementsResult) GetE

func (*TalkServiceFetchAnnouncementsResult) GetSuccess

func (*TalkServiceFetchAnnouncementsResult) IsSetE

func (*TalkServiceFetchAnnouncementsResult) IsSetSuccess

func (p *TalkServiceFetchAnnouncementsResult) IsSetSuccess() bool

func (*TalkServiceFetchAnnouncementsResult) Read

func (*TalkServiceFetchAnnouncementsResult) ReadField0

func (*TalkServiceFetchAnnouncementsResult) ReadField1

func (*TalkServiceFetchAnnouncementsResult) String

func (*TalkServiceFetchAnnouncementsResult) Write

type TalkServiceFetchMessagesArgs

type TalkServiceFetchMessagesArgs struct {
	// unused field # 1
	LocalTs int64 `thrift:"localTs,2" db:"localTs" json:"localTs"`
	Count   int32 `thrift:"count,3" db:"count" json:"count"`
}

Attributes:

  • LocalTs
  • Count

func NewTalkServiceFetchMessagesArgs

func NewTalkServiceFetchMessagesArgs() *TalkServiceFetchMessagesArgs

func (*TalkServiceFetchMessagesArgs) GetCount

func (p *TalkServiceFetchMessagesArgs) GetCount() int32

func (*TalkServiceFetchMessagesArgs) GetLocalTs

func (p *TalkServiceFetchMessagesArgs) GetLocalTs() int64

func (*TalkServiceFetchMessagesArgs) Read

func (*TalkServiceFetchMessagesArgs) ReadField2

func (p *TalkServiceFetchMessagesArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceFetchMessagesArgs) ReadField3

func (p *TalkServiceFetchMessagesArgs) ReadField3(iprot TProtocol) error

func (*TalkServiceFetchMessagesArgs) String

func (*TalkServiceFetchMessagesArgs) Write

type TalkServiceFetchMessagesResult

type TalkServiceFetchMessagesResult struct {
	Success []*Message     `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceFetchMessagesResult

func NewTalkServiceFetchMessagesResult() *TalkServiceFetchMessagesResult

func (*TalkServiceFetchMessagesResult) GetE

func (*TalkServiceFetchMessagesResult) GetSuccess

func (p *TalkServiceFetchMessagesResult) GetSuccess() []*Message

func (*TalkServiceFetchMessagesResult) IsSetE

func (*TalkServiceFetchMessagesResult) IsSetSuccess

func (p *TalkServiceFetchMessagesResult) IsSetSuccess() bool

func (*TalkServiceFetchMessagesResult) Read

func (*TalkServiceFetchMessagesResult) ReadField0

func (p *TalkServiceFetchMessagesResult) ReadField0(iprot TProtocol) error

func (*TalkServiceFetchMessagesResult) ReadField1

func (p *TalkServiceFetchMessagesResult) ReadField1(iprot TProtocol) error

func (*TalkServiceFetchMessagesResult) String

func (*TalkServiceFetchMessagesResult) Write

type TalkServiceFetchOperationsArgs

type TalkServiceFetchOperationsArgs struct {
	// unused field # 1
	LocalRev int64 `thrift:"localRev,2" db:"localRev" json:"localRev"`
	Count    int32 `thrift:"count,3" db:"count" json:"count"`
}

Attributes:

  • LocalRev
  • Count

func NewTalkServiceFetchOperationsArgs

func NewTalkServiceFetchOperationsArgs() *TalkServiceFetchOperationsArgs

func (*TalkServiceFetchOperationsArgs) GetCount

func (p *TalkServiceFetchOperationsArgs) GetCount() int32

func (*TalkServiceFetchOperationsArgs) GetLocalRev

func (p *TalkServiceFetchOperationsArgs) GetLocalRev() int64

func (*TalkServiceFetchOperationsArgs) Read

func (*TalkServiceFetchOperationsArgs) ReadField2

func (p *TalkServiceFetchOperationsArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceFetchOperationsArgs) ReadField3

func (p *TalkServiceFetchOperationsArgs) ReadField3(iprot TProtocol) error

func (*TalkServiceFetchOperationsArgs) String

func (*TalkServiceFetchOperationsArgs) Write

type TalkServiceFetchOperationsResult

type TalkServiceFetchOperationsResult struct {
	Success []*Operation   `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceFetchOperationsResult

func NewTalkServiceFetchOperationsResult() *TalkServiceFetchOperationsResult

func (*TalkServiceFetchOperationsResult) GetE

func (*TalkServiceFetchOperationsResult) GetSuccess

func (p *TalkServiceFetchOperationsResult) GetSuccess() []*Operation

func (*TalkServiceFetchOperationsResult) IsSetE

func (*TalkServiceFetchOperationsResult) IsSetSuccess

func (p *TalkServiceFetchOperationsResult) IsSetSuccess() bool

func (*TalkServiceFetchOperationsResult) Read

func (*TalkServiceFetchOperationsResult) ReadField0

func (p *TalkServiceFetchOperationsResult) ReadField0(iprot TProtocol) error

func (*TalkServiceFetchOperationsResult) ReadField1

func (p *TalkServiceFetchOperationsResult) ReadField1(iprot TProtocol) error

func (*TalkServiceFetchOperationsResult) String

func (*TalkServiceFetchOperationsResult) Write

type TalkServiceFetchOpsArgs

type TalkServiceFetchOpsArgs struct {
	// unused field # 1
	LocalRev      int64 `thrift:"localRev,2" db:"localRev" json:"localRev"`
	Count         int32 `thrift:"count,3" db:"count" json:"count"`
	GlobalRev     int64 `thrift:"globalRev,4" db:"globalRev" json:"globalRev"`
	IndividualRev int64 `thrift:"individualRev,5" db:"individualRev" json:"individualRev"`
}

Attributes:

  • LocalRev
  • Count
  • GlobalRev
  • IndividualRev

func NewTalkServiceFetchOpsArgs

func NewTalkServiceFetchOpsArgs() *TalkServiceFetchOpsArgs

func (*TalkServiceFetchOpsArgs) GetCount

func (p *TalkServiceFetchOpsArgs) GetCount() int32

func (*TalkServiceFetchOpsArgs) GetGlobalRev

func (p *TalkServiceFetchOpsArgs) GetGlobalRev() int64

func (*TalkServiceFetchOpsArgs) GetIndividualRev

func (p *TalkServiceFetchOpsArgs) GetIndividualRev() int64

func (*TalkServiceFetchOpsArgs) GetLocalRev

func (p *TalkServiceFetchOpsArgs) GetLocalRev() int64

func (*TalkServiceFetchOpsArgs) Read

func (p *TalkServiceFetchOpsArgs) Read(iprot TProtocol) error

func (*TalkServiceFetchOpsArgs) ReadField2

func (p *TalkServiceFetchOpsArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceFetchOpsArgs) ReadField3

func (p *TalkServiceFetchOpsArgs) ReadField3(iprot TProtocol) error

func (*TalkServiceFetchOpsArgs) ReadField4

func (p *TalkServiceFetchOpsArgs) ReadField4(iprot TProtocol) error

func (*TalkServiceFetchOpsArgs) ReadField5

func (p *TalkServiceFetchOpsArgs) ReadField5(iprot TProtocol) error

func (*TalkServiceFetchOpsArgs) String

func (p *TalkServiceFetchOpsArgs) String() string

func (*TalkServiceFetchOpsArgs) Write

func (p *TalkServiceFetchOpsArgs) Write(oprot TProtocol) error

type TalkServiceFetchOpsResult

type TalkServiceFetchOpsResult struct {
	Success []*Operation   `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceFetchOpsResult

func NewTalkServiceFetchOpsResult() *TalkServiceFetchOpsResult

func (*TalkServiceFetchOpsResult) GetE

func (*TalkServiceFetchOpsResult) GetSuccess

func (p *TalkServiceFetchOpsResult) GetSuccess() []*Operation

func (*TalkServiceFetchOpsResult) IsSetE

func (p *TalkServiceFetchOpsResult) IsSetE() bool

func (*TalkServiceFetchOpsResult) IsSetSuccess

func (p *TalkServiceFetchOpsResult) IsSetSuccess() bool

func (*TalkServiceFetchOpsResult) Read

func (p *TalkServiceFetchOpsResult) Read(iprot TProtocol) error

func (*TalkServiceFetchOpsResult) ReadField0

func (p *TalkServiceFetchOpsResult) ReadField0(iprot TProtocol) error

func (*TalkServiceFetchOpsResult) ReadField1

func (p *TalkServiceFetchOpsResult) ReadField1(iprot TProtocol) error

func (*TalkServiceFetchOpsResult) String

func (p *TalkServiceFetchOpsResult) String() string

func (*TalkServiceFetchOpsResult) Write

func (p *TalkServiceFetchOpsResult) Write(oprot TProtocol) error

type TalkServiceFindAndAddContactsByEmailArgs

type TalkServiceFindAndAddContactsByEmailArgs struct {
	ReqSeq int32    `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"`
	Emails []string `thrift:"emails,2" db:"emails" json:"emails"`
}

Attributes:

  • ReqSeq
  • Emails

func NewTalkServiceFindAndAddContactsByEmailArgs

func NewTalkServiceFindAndAddContactsByEmailArgs() *TalkServiceFindAndAddContactsByEmailArgs

func (*TalkServiceFindAndAddContactsByEmailArgs) GetEmails

func (*TalkServiceFindAndAddContactsByEmailArgs) GetReqSeq

func (*TalkServiceFindAndAddContactsByEmailArgs) Read

func (*TalkServiceFindAndAddContactsByEmailArgs) ReadField1

func (*TalkServiceFindAndAddContactsByEmailArgs) ReadField2

func (*TalkServiceFindAndAddContactsByEmailArgs) String

func (*TalkServiceFindAndAddContactsByEmailArgs) Write

type TalkServiceFindAndAddContactsByEmailResult

type TalkServiceFindAndAddContactsByEmailResult struct {
	Success map[string]*Contact `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException      `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceFindAndAddContactsByEmailResult

func NewTalkServiceFindAndAddContactsByEmailResult() *TalkServiceFindAndAddContactsByEmailResult

func (*TalkServiceFindAndAddContactsByEmailResult) GetE

func (*TalkServiceFindAndAddContactsByEmailResult) GetSuccess

func (*TalkServiceFindAndAddContactsByEmailResult) IsSetE

func (*TalkServiceFindAndAddContactsByEmailResult) IsSetSuccess

func (*TalkServiceFindAndAddContactsByEmailResult) Read

func (*TalkServiceFindAndAddContactsByEmailResult) ReadField0

func (*TalkServiceFindAndAddContactsByEmailResult) ReadField1

func (*TalkServiceFindAndAddContactsByEmailResult) String

func (*TalkServiceFindAndAddContactsByEmailResult) Write

type TalkServiceFindAndAddContactsByMidArgs

type TalkServiceFindAndAddContactsByMidArgs struct {
	ReqSeq int32  `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"`
	Mid    string `thrift:"mid,2" db:"mid" json:"mid"`
}

Attributes:

  • ReqSeq
  • Mid

func NewTalkServiceFindAndAddContactsByMidArgs

func NewTalkServiceFindAndAddContactsByMidArgs() *TalkServiceFindAndAddContactsByMidArgs

func (*TalkServiceFindAndAddContactsByMidArgs) GetMid

func (*TalkServiceFindAndAddContactsByMidArgs) GetReqSeq

func (*TalkServiceFindAndAddContactsByMidArgs) Read

func (*TalkServiceFindAndAddContactsByMidArgs) ReadField1

func (*TalkServiceFindAndAddContactsByMidArgs) ReadField2

func (*TalkServiceFindAndAddContactsByMidArgs) String

func (*TalkServiceFindAndAddContactsByMidArgs) Write

type TalkServiceFindAndAddContactsByMidResult

type TalkServiceFindAndAddContactsByMidResult struct {
	Success map[string]*Contact `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException      `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceFindAndAddContactsByMidResult

func NewTalkServiceFindAndAddContactsByMidResult() *TalkServiceFindAndAddContactsByMidResult

func (*TalkServiceFindAndAddContactsByMidResult) GetE

func (*TalkServiceFindAndAddContactsByMidResult) GetSuccess

func (*TalkServiceFindAndAddContactsByMidResult) IsSetE

func (*TalkServiceFindAndAddContactsByMidResult) IsSetSuccess

func (*TalkServiceFindAndAddContactsByMidResult) Read

func (*TalkServiceFindAndAddContactsByMidResult) ReadField0

func (*TalkServiceFindAndAddContactsByMidResult) ReadField1

func (*TalkServiceFindAndAddContactsByMidResult) String

func (*TalkServiceFindAndAddContactsByMidResult) Write

type TalkServiceFindAndAddContactsByPhoneArgs

type TalkServiceFindAndAddContactsByPhoneArgs struct {
	ReqSeq int32    `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"`
	Phones []string `thrift:"phones,2" db:"phones" json:"phones"`
}

Attributes:

  • ReqSeq
  • Phones

func NewTalkServiceFindAndAddContactsByPhoneArgs

func NewTalkServiceFindAndAddContactsByPhoneArgs() *TalkServiceFindAndAddContactsByPhoneArgs

func (*TalkServiceFindAndAddContactsByPhoneArgs) GetPhones

func (*TalkServiceFindAndAddContactsByPhoneArgs) GetReqSeq

func (*TalkServiceFindAndAddContactsByPhoneArgs) Read

func (*TalkServiceFindAndAddContactsByPhoneArgs) ReadField1

func (*TalkServiceFindAndAddContactsByPhoneArgs) ReadField2

func (*TalkServiceFindAndAddContactsByPhoneArgs) String

func (*TalkServiceFindAndAddContactsByPhoneArgs) Write

type TalkServiceFindAndAddContactsByPhoneResult

type TalkServiceFindAndAddContactsByPhoneResult struct {
	Success map[string]*Contact `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException      `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceFindAndAddContactsByPhoneResult

func NewTalkServiceFindAndAddContactsByPhoneResult() *TalkServiceFindAndAddContactsByPhoneResult

func (*TalkServiceFindAndAddContactsByPhoneResult) GetE

func (*TalkServiceFindAndAddContactsByPhoneResult) GetSuccess

func (*TalkServiceFindAndAddContactsByPhoneResult) IsSetE

func (*TalkServiceFindAndAddContactsByPhoneResult) IsSetSuccess

func (*TalkServiceFindAndAddContactsByPhoneResult) Read

func (*TalkServiceFindAndAddContactsByPhoneResult) ReadField0

func (*TalkServiceFindAndAddContactsByPhoneResult) ReadField1

func (*TalkServiceFindAndAddContactsByPhoneResult) String

func (*TalkServiceFindAndAddContactsByPhoneResult) Write

type TalkServiceFindAndAddContactsByUseridArgs

type TalkServiceFindAndAddContactsByUseridArgs struct {
	ReqSeq int32  `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"`
	Userid string `thrift:"userid,2" db:"userid" json:"userid"`
}

Attributes:

  • ReqSeq
  • Userid

func NewTalkServiceFindAndAddContactsByUseridArgs

func NewTalkServiceFindAndAddContactsByUseridArgs() *TalkServiceFindAndAddContactsByUseridArgs

func (*TalkServiceFindAndAddContactsByUseridArgs) GetReqSeq

func (*TalkServiceFindAndAddContactsByUseridArgs) GetUserid

func (*TalkServiceFindAndAddContactsByUseridArgs) Read

func (*TalkServiceFindAndAddContactsByUseridArgs) ReadField1

func (*TalkServiceFindAndAddContactsByUseridArgs) ReadField2

func (*TalkServiceFindAndAddContactsByUseridArgs) String

func (*TalkServiceFindAndAddContactsByUseridArgs) Write

type TalkServiceFindAndAddContactsByUseridResult

type TalkServiceFindAndAddContactsByUseridResult struct {
	Success map[string]*Contact `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException      `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceFindAndAddContactsByUseridResult

func NewTalkServiceFindAndAddContactsByUseridResult() *TalkServiceFindAndAddContactsByUseridResult

func (*TalkServiceFindAndAddContactsByUseridResult) GetE

func (*TalkServiceFindAndAddContactsByUseridResult) GetSuccess

func (*TalkServiceFindAndAddContactsByUseridResult) IsSetE

func (*TalkServiceFindAndAddContactsByUseridResult) IsSetSuccess

func (*TalkServiceFindAndAddContactsByUseridResult) Read

func (*TalkServiceFindAndAddContactsByUseridResult) ReadField0

func (*TalkServiceFindAndAddContactsByUseridResult) ReadField1

func (*TalkServiceFindAndAddContactsByUseridResult) String

func (*TalkServiceFindAndAddContactsByUseridResult) Write

type TalkServiceFindChatByTicketArgs

type TalkServiceFindChatByTicketArgs struct {
	Request *FindChatByTicketRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewTalkServiceFindChatByTicketArgs

func NewTalkServiceFindChatByTicketArgs() *TalkServiceFindChatByTicketArgs

func (*TalkServiceFindChatByTicketArgs) GetRequest

func (*TalkServiceFindChatByTicketArgs) IsSetRequest

func (p *TalkServiceFindChatByTicketArgs) IsSetRequest() bool

func (*TalkServiceFindChatByTicketArgs) Read

func (*TalkServiceFindChatByTicketArgs) ReadField1

func (p *TalkServiceFindChatByTicketArgs) ReadField1(iprot TProtocol) error

func (*TalkServiceFindChatByTicketArgs) String

func (*TalkServiceFindChatByTicketArgs) Write

type TalkServiceFindChatByTicketResult

type TalkServiceFindChatByTicketResult struct {
	Success *FindChatByTicketResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException            `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceFindChatByTicketResult

func NewTalkServiceFindChatByTicketResult() *TalkServiceFindChatByTicketResult

func (*TalkServiceFindChatByTicketResult) GetE

func (*TalkServiceFindChatByTicketResult) GetSuccess

func (*TalkServiceFindChatByTicketResult) IsSetE

func (*TalkServiceFindChatByTicketResult) IsSetSuccess

func (p *TalkServiceFindChatByTicketResult) IsSetSuccess() bool

func (*TalkServiceFindChatByTicketResult) Read

func (*TalkServiceFindChatByTicketResult) ReadField0

func (p *TalkServiceFindChatByTicketResult) ReadField0(iprot TProtocol) error

func (*TalkServiceFindChatByTicketResult) ReadField1

func (p *TalkServiceFindChatByTicketResult) ReadField1(iprot TProtocol) error

func (*TalkServiceFindChatByTicketResult) String

func (*TalkServiceFindChatByTicketResult) Write

type TalkServiceFindContactByUserTicketArgs

type TalkServiceFindContactByUserTicketArgs struct {
	// unused field # 1
	TicketId string `thrift:"ticketId,2" db:"ticketId" json:"ticketId"`
}

Attributes:

  • TicketId

func NewTalkServiceFindContactByUserTicketArgs

func NewTalkServiceFindContactByUserTicketArgs() *TalkServiceFindContactByUserTicketArgs

func (*TalkServiceFindContactByUserTicketArgs) GetTicketId

func (*TalkServiceFindContactByUserTicketArgs) Read

func (*TalkServiceFindContactByUserTicketArgs) ReadField2

func (*TalkServiceFindContactByUserTicketArgs) String

func (*TalkServiceFindContactByUserTicketArgs) Write

type TalkServiceFindContactByUserTicketResult

type TalkServiceFindContactByUserTicketResult struct {
	Success *Contact       `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceFindContactByUserTicketResult

func NewTalkServiceFindContactByUserTicketResult() *TalkServiceFindContactByUserTicketResult

func (*TalkServiceFindContactByUserTicketResult) GetE

func (*TalkServiceFindContactByUserTicketResult) GetSuccess

func (*TalkServiceFindContactByUserTicketResult) IsSetE

func (*TalkServiceFindContactByUserTicketResult) IsSetSuccess

func (*TalkServiceFindContactByUserTicketResult) Read

func (*TalkServiceFindContactByUserTicketResult) ReadField0

func (*TalkServiceFindContactByUserTicketResult) ReadField1

func (*TalkServiceFindContactByUserTicketResult) String

func (*TalkServiceFindContactByUserTicketResult) Write

type TalkServiceFindContactByUseridArgs

type TalkServiceFindContactByUseridArgs struct {
	// unused field # 1
	Userid string `thrift:"userid,2" db:"userid" json:"userid"`
}

Attributes:

  • Userid

func NewTalkServiceFindContactByUseridArgs

func NewTalkServiceFindContactByUseridArgs() *TalkServiceFindContactByUseridArgs

func (*TalkServiceFindContactByUseridArgs) GetUserid

func (*TalkServiceFindContactByUseridArgs) Read

func (*TalkServiceFindContactByUseridArgs) ReadField2

func (p *TalkServiceFindContactByUseridArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceFindContactByUseridArgs) String

func (*TalkServiceFindContactByUseridArgs) Write

type TalkServiceFindContactByUseridResult

type TalkServiceFindContactByUseridResult struct {
	Success *Contact       `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceFindContactByUseridResult

func NewTalkServiceFindContactByUseridResult() *TalkServiceFindContactByUseridResult

func (*TalkServiceFindContactByUseridResult) GetE

func (*TalkServiceFindContactByUseridResult) GetSuccess

func (*TalkServiceFindContactByUseridResult) IsSetE

func (*TalkServiceFindContactByUseridResult) IsSetSuccess

func (p *TalkServiceFindContactByUseridResult) IsSetSuccess() bool

func (*TalkServiceFindContactByUseridResult) Read

func (*TalkServiceFindContactByUseridResult) ReadField0

func (*TalkServiceFindContactByUseridResult) ReadField1

func (*TalkServiceFindContactByUseridResult) String

func (*TalkServiceFindContactByUseridResult) Write

type TalkServiceFindContactsByEmailArgs

type TalkServiceFindContactsByEmailArgs struct {
	// unused field # 1
	Emails []string `thrift:"emails,2" db:"emails" json:"emails"`
}

Attributes:

  • Emails

func NewTalkServiceFindContactsByEmailArgs

func NewTalkServiceFindContactsByEmailArgs() *TalkServiceFindContactsByEmailArgs

func (*TalkServiceFindContactsByEmailArgs) GetEmails

func (p *TalkServiceFindContactsByEmailArgs) GetEmails() []string

func (*TalkServiceFindContactsByEmailArgs) Read

func (*TalkServiceFindContactsByEmailArgs) ReadField2

func (p *TalkServiceFindContactsByEmailArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceFindContactsByEmailArgs) String

func (*TalkServiceFindContactsByEmailArgs) Write

type TalkServiceFindContactsByEmailResult

type TalkServiceFindContactsByEmailResult struct {
	Success map[string]*Contact `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException      `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceFindContactsByEmailResult

func NewTalkServiceFindContactsByEmailResult() *TalkServiceFindContactsByEmailResult

func (*TalkServiceFindContactsByEmailResult) GetE

func (*TalkServiceFindContactsByEmailResult) GetSuccess

func (*TalkServiceFindContactsByEmailResult) IsSetE

func (*TalkServiceFindContactsByEmailResult) IsSetSuccess

func (p *TalkServiceFindContactsByEmailResult) IsSetSuccess() bool

func (*TalkServiceFindContactsByEmailResult) Read

func (*TalkServiceFindContactsByEmailResult) ReadField0

func (*TalkServiceFindContactsByEmailResult) ReadField1

func (*TalkServiceFindContactsByEmailResult) String

func (*TalkServiceFindContactsByEmailResult) Write

type TalkServiceFindContactsByPhoneArgs

type TalkServiceFindContactsByPhoneArgs struct {
	// unused field # 1
	Phones []string `thrift:"phones,2" db:"phones" json:"phones"`
}

Attributes:

  • Phones

func NewTalkServiceFindContactsByPhoneArgs

func NewTalkServiceFindContactsByPhoneArgs() *TalkServiceFindContactsByPhoneArgs

func (*TalkServiceFindContactsByPhoneArgs) GetPhones

func (p *TalkServiceFindContactsByPhoneArgs) GetPhones() []string

func (*TalkServiceFindContactsByPhoneArgs) Read

func (*TalkServiceFindContactsByPhoneArgs) ReadField2

func (p *TalkServiceFindContactsByPhoneArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceFindContactsByPhoneArgs) String

func (*TalkServiceFindContactsByPhoneArgs) Write

type TalkServiceFindContactsByPhoneResult

type TalkServiceFindContactsByPhoneResult struct {
	Success map[string]*Contact `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException      `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceFindContactsByPhoneResult

func NewTalkServiceFindContactsByPhoneResult() *TalkServiceFindContactsByPhoneResult

func (*TalkServiceFindContactsByPhoneResult) GetE

func (*TalkServiceFindContactsByPhoneResult) GetSuccess

func (*TalkServiceFindContactsByPhoneResult) IsSetE

func (*TalkServiceFindContactsByPhoneResult) IsSetSuccess

func (p *TalkServiceFindContactsByPhoneResult) IsSetSuccess() bool

func (*TalkServiceFindContactsByPhoneResult) Read

func (*TalkServiceFindContactsByPhoneResult) ReadField0

func (*TalkServiceFindContactsByPhoneResult) ReadField1

func (*TalkServiceFindContactsByPhoneResult) String

func (*TalkServiceFindContactsByPhoneResult) Write

type TalkServiceFindGroupByTicketArgs

type TalkServiceFindGroupByTicketArgs struct {
	TicketId string `thrift:"ticketId,1" db:"ticketId" json:"ticketId"`
}

================================================================================================================================== Attributes:

  • TicketId

func NewTalkServiceFindGroupByTicketArgs

func NewTalkServiceFindGroupByTicketArgs() *TalkServiceFindGroupByTicketArgs

func (*TalkServiceFindGroupByTicketArgs) GetTicketId

func (p *TalkServiceFindGroupByTicketArgs) GetTicketId() string

func (*TalkServiceFindGroupByTicketArgs) Read

func (*TalkServiceFindGroupByTicketArgs) ReadField1

func (p *TalkServiceFindGroupByTicketArgs) ReadField1(iprot TProtocol) error

func (*TalkServiceFindGroupByTicketArgs) String

func (*TalkServiceFindGroupByTicketArgs) Write

type TalkServiceFindGroupByTicketResult

type TalkServiceFindGroupByTicketResult struct {
	Success *Group         `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceFindGroupByTicketResult

func NewTalkServiceFindGroupByTicketResult() *TalkServiceFindGroupByTicketResult

func (*TalkServiceFindGroupByTicketResult) GetE

func (*TalkServiceFindGroupByTicketResult) GetSuccess

func (p *TalkServiceFindGroupByTicketResult) GetSuccess() *Group

func (*TalkServiceFindGroupByTicketResult) IsSetE

func (*TalkServiceFindGroupByTicketResult) IsSetSuccess

func (p *TalkServiceFindGroupByTicketResult) IsSetSuccess() bool

func (*TalkServiceFindGroupByTicketResult) Read

func (*TalkServiceFindGroupByTicketResult) ReadField0

func (p *TalkServiceFindGroupByTicketResult) ReadField0(iprot TProtocol) error

func (*TalkServiceFindGroupByTicketResult) ReadField1

func (p *TalkServiceFindGroupByTicketResult) ReadField1(iprot TProtocol) error

func (*TalkServiceFindGroupByTicketResult) String

func (*TalkServiceFindGroupByTicketResult) Write

type TalkServiceFindSnsIdUserStatusArgs

type TalkServiceFindSnsIdUserStatusArgs struct {
	// unused field # 1
	SnsIdType      SnsIdType `thrift:"snsIdType,2" db:"snsIdType" json:"snsIdType"`
	SnsAccessToken string    `thrift:"snsAccessToken,3" db:"snsAccessToken" json:"snsAccessToken"`
	UdidHash       string    `thrift:"udidHash,4" db:"udidHash" json:"udidHash"`
}

Attributes:

  • SnsIdType
  • SnsAccessToken
  • UdidHash

func NewTalkServiceFindSnsIdUserStatusArgs

func NewTalkServiceFindSnsIdUserStatusArgs() *TalkServiceFindSnsIdUserStatusArgs

func (*TalkServiceFindSnsIdUserStatusArgs) GetSnsAccessToken

func (p *TalkServiceFindSnsIdUserStatusArgs) GetSnsAccessToken() string

func (*TalkServiceFindSnsIdUserStatusArgs) GetSnsIdType

func (*TalkServiceFindSnsIdUserStatusArgs) GetUdidHash

func (p *TalkServiceFindSnsIdUserStatusArgs) GetUdidHash() string

func (*TalkServiceFindSnsIdUserStatusArgs) Read

func (*TalkServiceFindSnsIdUserStatusArgs) ReadField2

func (p *TalkServiceFindSnsIdUserStatusArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceFindSnsIdUserStatusArgs) ReadField3

func (p *TalkServiceFindSnsIdUserStatusArgs) ReadField3(iprot TProtocol) error

func (*TalkServiceFindSnsIdUserStatusArgs) ReadField4

func (p *TalkServiceFindSnsIdUserStatusArgs) ReadField4(iprot TProtocol) error

func (*TalkServiceFindSnsIdUserStatusArgs) String

func (*TalkServiceFindSnsIdUserStatusArgs) Write

type TalkServiceFindSnsIdUserStatusResult

type TalkServiceFindSnsIdUserStatusResult struct {
	Success *SnsIdUserStatus `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException   `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceFindSnsIdUserStatusResult

func NewTalkServiceFindSnsIdUserStatusResult() *TalkServiceFindSnsIdUserStatusResult

func (*TalkServiceFindSnsIdUserStatusResult) GetE

func (*TalkServiceFindSnsIdUserStatusResult) GetSuccess

func (*TalkServiceFindSnsIdUserStatusResult) IsSetE

func (*TalkServiceFindSnsIdUserStatusResult) IsSetSuccess

func (p *TalkServiceFindSnsIdUserStatusResult) IsSetSuccess() bool

func (*TalkServiceFindSnsIdUserStatusResult) Read

func (*TalkServiceFindSnsIdUserStatusResult) ReadField0

func (*TalkServiceFindSnsIdUserStatusResult) ReadField1

func (*TalkServiceFindSnsIdUserStatusResult) String

func (*TalkServiceFindSnsIdUserStatusResult) Write

type TalkServiceFinishUpdateVerificationArgs

type TalkServiceFinishUpdateVerificationArgs struct {
	// unused field # 1
	SessionId string `thrift:"sessionId,2" db:"sessionId" json:"sessionId"`
}

Attributes:

  • SessionId

func NewTalkServiceFinishUpdateVerificationArgs

func NewTalkServiceFinishUpdateVerificationArgs() *TalkServiceFinishUpdateVerificationArgs

func (*TalkServiceFinishUpdateVerificationArgs) GetSessionId

func (*TalkServiceFinishUpdateVerificationArgs) Read

func (*TalkServiceFinishUpdateVerificationArgs) ReadField2

func (*TalkServiceFinishUpdateVerificationArgs) String

func (*TalkServiceFinishUpdateVerificationArgs) Write

type TalkServiceFinishUpdateVerificationResult

type TalkServiceFinishUpdateVerificationResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceFinishUpdateVerificationResult

func NewTalkServiceFinishUpdateVerificationResult() *TalkServiceFinishUpdateVerificationResult

func (*TalkServiceFinishUpdateVerificationResult) GetE

func (*TalkServiceFinishUpdateVerificationResult) IsSetE

func (*TalkServiceFinishUpdateVerificationResult) Read

func (*TalkServiceFinishUpdateVerificationResult) ReadField1

func (*TalkServiceFinishUpdateVerificationResult) String

func (*TalkServiceFinishUpdateVerificationResult) Write

type TalkServiceGenerateUserTicketArgs

type TalkServiceGenerateUserTicketArgs struct {
	// unused fields # 1 to 2
	ExpirationTime int64 `thrift:"expirationTime,3" db:"expirationTime" json:"expirationTime"`
	MaxUseCount    int32 `thrift:"maxUseCount,4" db:"maxUseCount" json:"maxUseCount"`
}

Attributes:

  • ExpirationTime
  • MaxUseCount

func NewTalkServiceGenerateUserTicketArgs

func NewTalkServiceGenerateUserTicketArgs() *TalkServiceGenerateUserTicketArgs

func (*TalkServiceGenerateUserTicketArgs) GetExpirationTime

func (p *TalkServiceGenerateUserTicketArgs) GetExpirationTime() int64

func (*TalkServiceGenerateUserTicketArgs) GetMaxUseCount

func (p *TalkServiceGenerateUserTicketArgs) GetMaxUseCount() int32

func (*TalkServiceGenerateUserTicketArgs) Read

func (*TalkServiceGenerateUserTicketArgs) ReadField3

func (p *TalkServiceGenerateUserTicketArgs) ReadField3(iprot TProtocol) error

func (*TalkServiceGenerateUserTicketArgs) ReadField4

func (p *TalkServiceGenerateUserTicketArgs) ReadField4(iprot TProtocol) error

func (*TalkServiceGenerateUserTicketArgs) String

func (*TalkServiceGenerateUserTicketArgs) Write

type TalkServiceGenerateUserTicketResult

type TalkServiceGenerateUserTicketResult struct {
	Success *Ticket        `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGenerateUserTicketResult

func NewTalkServiceGenerateUserTicketResult() *TalkServiceGenerateUserTicketResult

func (*TalkServiceGenerateUserTicketResult) GetE

func (*TalkServiceGenerateUserTicketResult) GetSuccess

func (*TalkServiceGenerateUserTicketResult) IsSetE

func (*TalkServiceGenerateUserTicketResult) IsSetSuccess

func (p *TalkServiceGenerateUserTicketResult) IsSetSuccess() bool

func (*TalkServiceGenerateUserTicketResult) Read

func (*TalkServiceGenerateUserTicketResult) ReadField0

func (*TalkServiceGenerateUserTicketResult) ReadField1

func (*TalkServiceGenerateUserTicketResult) String

func (*TalkServiceGenerateUserTicketResult) Write

type TalkServiceGetAcceptedProximityMatchesArgs

type TalkServiceGetAcceptedProximityMatchesArgs struct {
	// unused field # 1
	SessionId string `thrift:"sessionId,2" db:"sessionId" json:"sessionId"`
}

Attributes:

  • SessionId

func NewTalkServiceGetAcceptedProximityMatchesArgs

func NewTalkServiceGetAcceptedProximityMatchesArgs() *TalkServiceGetAcceptedProximityMatchesArgs

func (*TalkServiceGetAcceptedProximityMatchesArgs) GetSessionId

func (*TalkServiceGetAcceptedProximityMatchesArgs) Read

func (*TalkServiceGetAcceptedProximityMatchesArgs) ReadField2

func (*TalkServiceGetAcceptedProximityMatchesArgs) String

func (*TalkServiceGetAcceptedProximityMatchesArgs) Write

type TalkServiceGetAcceptedProximityMatchesResult

type TalkServiceGetAcceptedProximityMatchesResult struct {
	Success []string       `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetAcceptedProximityMatchesResult

func NewTalkServiceGetAcceptedProximityMatchesResult() *TalkServiceGetAcceptedProximityMatchesResult

func (*TalkServiceGetAcceptedProximityMatchesResult) GetE

func (*TalkServiceGetAcceptedProximityMatchesResult) GetSuccess

func (*TalkServiceGetAcceptedProximityMatchesResult) IsSetE

func (*TalkServiceGetAcceptedProximityMatchesResult) IsSetSuccess

func (*TalkServiceGetAcceptedProximityMatchesResult) Read

func (*TalkServiceGetAcceptedProximityMatchesResult) ReadField0

func (*TalkServiceGetAcceptedProximityMatchesResult) ReadField1

func (*TalkServiceGetAcceptedProximityMatchesResult) String

func (*TalkServiceGetAcceptedProximityMatchesResult) Write

type TalkServiceGetActiveBuddySubscriberIdsArgs

type TalkServiceGetActiveBuddySubscriberIdsArgs struct {
}

func NewTalkServiceGetActiveBuddySubscriberIdsArgs

func NewTalkServiceGetActiveBuddySubscriberIdsArgs() *TalkServiceGetActiveBuddySubscriberIdsArgs

func (*TalkServiceGetActiveBuddySubscriberIdsArgs) Read

func (*TalkServiceGetActiveBuddySubscriberIdsArgs) String

func (*TalkServiceGetActiveBuddySubscriberIdsArgs) Write

type TalkServiceGetActiveBuddySubscriberIdsResult

type TalkServiceGetActiveBuddySubscriberIdsResult struct {
	Success []string       `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetActiveBuddySubscriberIdsResult

func NewTalkServiceGetActiveBuddySubscriberIdsResult() *TalkServiceGetActiveBuddySubscriberIdsResult

func (*TalkServiceGetActiveBuddySubscriberIdsResult) GetE

func (*TalkServiceGetActiveBuddySubscriberIdsResult) GetSuccess

func (*TalkServiceGetActiveBuddySubscriberIdsResult) IsSetE

func (*TalkServiceGetActiveBuddySubscriberIdsResult) IsSetSuccess

func (*TalkServiceGetActiveBuddySubscriberIdsResult) Read

func (*TalkServiceGetActiveBuddySubscriberIdsResult) ReadField0

func (*TalkServiceGetActiveBuddySubscriberIdsResult) ReadField1

func (*TalkServiceGetActiveBuddySubscriberIdsResult) String

func (*TalkServiceGetActiveBuddySubscriberIdsResult) Write

type TalkServiceGetAllChatMidsArgs

type TalkServiceGetAllChatMidsArgs struct {
	Request *GetAllChatMidsRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewTalkServiceGetAllChatMidsArgs

func NewTalkServiceGetAllChatMidsArgs() *TalkServiceGetAllChatMidsArgs

func (*TalkServiceGetAllChatMidsArgs) GetRequest

func (*TalkServiceGetAllChatMidsArgs) IsSetRequest

func (p *TalkServiceGetAllChatMidsArgs) IsSetRequest() bool

func (*TalkServiceGetAllChatMidsArgs) Read

func (*TalkServiceGetAllChatMidsArgs) ReadField1

func (p *TalkServiceGetAllChatMidsArgs) ReadField1(iprot TProtocol) error

func (*TalkServiceGetAllChatMidsArgs) String

func (*TalkServiceGetAllChatMidsArgs) Write

type TalkServiceGetAllChatMidsResult

type TalkServiceGetAllChatMidsResult struct {
	Success *GetAllChatMidsResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException          `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetAllChatMidsResult

func NewTalkServiceGetAllChatMidsResult() *TalkServiceGetAllChatMidsResult

func (*TalkServiceGetAllChatMidsResult) GetE

func (*TalkServiceGetAllChatMidsResult) GetSuccess

func (*TalkServiceGetAllChatMidsResult) IsSetE

func (*TalkServiceGetAllChatMidsResult) IsSetSuccess

func (p *TalkServiceGetAllChatMidsResult) IsSetSuccess() bool

func (*TalkServiceGetAllChatMidsResult) Read

func (*TalkServiceGetAllChatMidsResult) ReadField0

func (p *TalkServiceGetAllChatMidsResult) ReadField0(iprot TProtocol) error

func (*TalkServiceGetAllChatMidsResult) ReadField1

func (p *TalkServiceGetAllChatMidsResult) ReadField1(iprot TProtocol) error

func (*TalkServiceGetAllChatMidsResult) String

func (*TalkServiceGetAllChatMidsResult) Write

type TalkServiceGetAllContactIdsArgs

type TalkServiceGetAllContactIdsArgs struct {
}

func NewTalkServiceGetAllContactIdsArgs

func NewTalkServiceGetAllContactIdsArgs() *TalkServiceGetAllContactIdsArgs

func (*TalkServiceGetAllContactIdsArgs) Read

func (*TalkServiceGetAllContactIdsArgs) String

func (*TalkServiceGetAllContactIdsArgs) Write

type TalkServiceGetAllContactIdsResult

type TalkServiceGetAllContactIdsResult struct {
	Success []string       `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetAllContactIdsResult

func NewTalkServiceGetAllContactIdsResult() *TalkServiceGetAllContactIdsResult

func (*TalkServiceGetAllContactIdsResult) GetE

func (*TalkServiceGetAllContactIdsResult) GetSuccess

func (p *TalkServiceGetAllContactIdsResult) GetSuccess() []string

func (*TalkServiceGetAllContactIdsResult) IsSetE

func (*TalkServiceGetAllContactIdsResult) IsSetSuccess

func (p *TalkServiceGetAllContactIdsResult) IsSetSuccess() bool

func (*TalkServiceGetAllContactIdsResult) Read

func (*TalkServiceGetAllContactIdsResult) ReadField0

func (p *TalkServiceGetAllContactIdsResult) ReadField0(iprot TProtocol) error

func (*TalkServiceGetAllContactIdsResult) ReadField1

func (p *TalkServiceGetAllContactIdsResult) ReadField1(iprot TProtocol) error

func (*TalkServiceGetAllContactIdsResult) String

func (*TalkServiceGetAllContactIdsResult) Write

type TalkServiceGetAuthQrcodeArgs

type TalkServiceGetAuthQrcodeArgs struct {
	// unused field # 1
	KeepLoggedIn bool   `thrift:"keepLoggedIn,2" db:"keepLoggedIn" json:"keepLoggedIn"`
	SystemName   string `thrift:"systemName,3" db:"systemName" json:"systemName"`
}

Attributes:

  • KeepLoggedIn
  • SystemName

func NewTalkServiceGetAuthQrcodeArgs

func NewTalkServiceGetAuthQrcodeArgs() *TalkServiceGetAuthQrcodeArgs

func (*TalkServiceGetAuthQrcodeArgs) GetKeepLoggedIn

func (p *TalkServiceGetAuthQrcodeArgs) GetKeepLoggedIn() bool

func (*TalkServiceGetAuthQrcodeArgs) GetSystemName

func (p *TalkServiceGetAuthQrcodeArgs) GetSystemName() string

func (*TalkServiceGetAuthQrcodeArgs) Read

func (*TalkServiceGetAuthQrcodeArgs) ReadField2

func (p *TalkServiceGetAuthQrcodeArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceGetAuthQrcodeArgs) ReadField3

func (p *TalkServiceGetAuthQrcodeArgs) ReadField3(iprot TProtocol) error

func (*TalkServiceGetAuthQrcodeArgs) String

func (*TalkServiceGetAuthQrcodeArgs) Write

type TalkServiceGetAuthQrcodeResult

type TalkServiceGetAuthQrcodeResult struct {
	Success *AuthQrcode    `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetAuthQrcodeResult

func NewTalkServiceGetAuthQrcodeResult() *TalkServiceGetAuthQrcodeResult

func (*TalkServiceGetAuthQrcodeResult) GetE

func (*TalkServiceGetAuthQrcodeResult) GetSuccess

func (p *TalkServiceGetAuthQrcodeResult) GetSuccess() *AuthQrcode

func (*TalkServiceGetAuthQrcodeResult) IsSetE

func (*TalkServiceGetAuthQrcodeResult) IsSetSuccess

func (p *TalkServiceGetAuthQrcodeResult) IsSetSuccess() bool

func (*TalkServiceGetAuthQrcodeResult) Read

func (*TalkServiceGetAuthQrcodeResult) ReadField0

func (p *TalkServiceGetAuthQrcodeResult) ReadField0(iprot TProtocol) error

func (*TalkServiceGetAuthQrcodeResult) ReadField1

func (p *TalkServiceGetAuthQrcodeResult) ReadField1(iprot TProtocol) error

func (*TalkServiceGetAuthQrcodeResult) String

func (*TalkServiceGetAuthQrcodeResult) Write

type TalkServiceGetBlockedContactIdsArgs

type TalkServiceGetBlockedContactIdsArgs struct {
}

func NewTalkServiceGetBlockedContactIdsArgs

func NewTalkServiceGetBlockedContactIdsArgs() *TalkServiceGetBlockedContactIdsArgs

func (*TalkServiceGetBlockedContactIdsArgs) Read

func (*TalkServiceGetBlockedContactIdsArgs) String

func (*TalkServiceGetBlockedContactIdsArgs) Write

type TalkServiceGetBlockedContactIdsByRangeArgs

type TalkServiceGetBlockedContactIdsByRangeArgs struct {
	// unused field # 1
	Start int32 `thrift:"start,2" db:"start" json:"start"`
	Count int32 `thrift:"count,3" db:"count" json:"count"`
}

Attributes:

  • Start
  • Count

func NewTalkServiceGetBlockedContactIdsByRangeArgs

func NewTalkServiceGetBlockedContactIdsByRangeArgs() *TalkServiceGetBlockedContactIdsByRangeArgs

func (*TalkServiceGetBlockedContactIdsByRangeArgs) GetCount

func (*TalkServiceGetBlockedContactIdsByRangeArgs) GetStart

func (*TalkServiceGetBlockedContactIdsByRangeArgs) Read

func (*TalkServiceGetBlockedContactIdsByRangeArgs) ReadField2

func (*TalkServiceGetBlockedContactIdsByRangeArgs) ReadField3

func (*TalkServiceGetBlockedContactIdsByRangeArgs) String

func (*TalkServiceGetBlockedContactIdsByRangeArgs) Write

type TalkServiceGetBlockedContactIdsByRangeResult

type TalkServiceGetBlockedContactIdsByRangeResult struct {
	Success []string       `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetBlockedContactIdsByRangeResult

func NewTalkServiceGetBlockedContactIdsByRangeResult() *TalkServiceGetBlockedContactIdsByRangeResult

func (*TalkServiceGetBlockedContactIdsByRangeResult) GetE

func (*TalkServiceGetBlockedContactIdsByRangeResult) GetSuccess

func (*TalkServiceGetBlockedContactIdsByRangeResult) IsSetE

func (*TalkServiceGetBlockedContactIdsByRangeResult) IsSetSuccess

func (*TalkServiceGetBlockedContactIdsByRangeResult) Read

func (*TalkServiceGetBlockedContactIdsByRangeResult) ReadField0

func (*TalkServiceGetBlockedContactIdsByRangeResult) ReadField1

func (*TalkServiceGetBlockedContactIdsByRangeResult) String

func (*TalkServiceGetBlockedContactIdsByRangeResult) Write

type TalkServiceGetBlockedContactIdsResult

type TalkServiceGetBlockedContactIdsResult struct {
	Success []string       `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetBlockedContactIdsResult

func NewTalkServiceGetBlockedContactIdsResult() *TalkServiceGetBlockedContactIdsResult

func (*TalkServiceGetBlockedContactIdsResult) GetE

func (*TalkServiceGetBlockedContactIdsResult) GetSuccess

func (*TalkServiceGetBlockedContactIdsResult) IsSetE

func (*TalkServiceGetBlockedContactIdsResult) IsSetSuccess

func (p *TalkServiceGetBlockedContactIdsResult) IsSetSuccess() bool

func (*TalkServiceGetBlockedContactIdsResult) Read

func (*TalkServiceGetBlockedContactIdsResult) ReadField0

func (*TalkServiceGetBlockedContactIdsResult) ReadField1

func (*TalkServiceGetBlockedContactIdsResult) String

func (*TalkServiceGetBlockedContactIdsResult) Write

type TalkServiceGetBlockedRecommendationIdsArgs

type TalkServiceGetBlockedRecommendationIdsArgs struct {
}

func NewTalkServiceGetBlockedRecommendationIdsArgs

func NewTalkServiceGetBlockedRecommendationIdsArgs() *TalkServiceGetBlockedRecommendationIdsArgs

func (*TalkServiceGetBlockedRecommendationIdsArgs) Read

func (*TalkServiceGetBlockedRecommendationIdsArgs) String

func (*TalkServiceGetBlockedRecommendationIdsArgs) Write

type TalkServiceGetBlockedRecommendationIdsResult

type TalkServiceGetBlockedRecommendationIdsResult struct {
	Success []string       `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetBlockedRecommendationIdsResult

func NewTalkServiceGetBlockedRecommendationIdsResult() *TalkServiceGetBlockedRecommendationIdsResult

func (*TalkServiceGetBlockedRecommendationIdsResult) GetE

func (*TalkServiceGetBlockedRecommendationIdsResult) GetSuccess

func (*TalkServiceGetBlockedRecommendationIdsResult) IsSetE

func (*TalkServiceGetBlockedRecommendationIdsResult) IsSetSuccess

func (*TalkServiceGetBlockedRecommendationIdsResult) Read

func (*TalkServiceGetBlockedRecommendationIdsResult) ReadField0

func (*TalkServiceGetBlockedRecommendationIdsResult) ReadField1

func (*TalkServiceGetBlockedRecommendationIdsResult) String

func (*TalkServiceGetBlockedRecommendationIdsResult) Write

type TalkServiceGetBuddyBlockerIdsArgs

type TalkServiceGetBuddyBlockerIdsArgs struct {
}

func NewTalkServiceGetBuddyBlockerIdsArgs

func NewTalkServiceGetBuddyBlockerIdsArgs() *TalkServiceGetBuddyBlockerIdsArgs

func (*TalkServiceGetBuddyBlockerIdsArgs) Read

func (*TalkServiceGetBuddyBlockerIdsArgs) String

func (*TalkServiceGetBuddyBlockerIdsArgs) Write

type TalkServiceGetBuddyBlockerIdsResult

type TalkServiceGetBuddyBlockerIdsResult struct {
	Success []string       `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetBuddyBlockerIdsResult

func NewTalkServiceGetBuddyBlockerIdsResult() *TalkServiceGetBuddyBlockerIdsResult

func (*TalkServiceGetBuddyBlockerIdsResult) GetE

func (*TalkServiceGetBuddyBlockerIdsResult) GetSuccess

func (p *TalkServiceGetBuddyBlockerIdsResult) GetSuccess() []string

func (*TalkServiceGetBuddyBlockerIdsResult) IsSetE

func (*TalkServiceGetBuddyBlockerIdsResult) IsSetSuccess

func (p *TalkServiceGetBuddyBlockerIdsResult) IsSetSuccess() bool

func (*TalkServiceGetBuddyBlockerIdsResult) Read

func (*TalkServiceGetBuddyBlockerIdsResult) ReadField0

func (*TalkServiceGetBuddyBlockerIdsResult) ReadField1

func (*TalkServiceGetBuddyBlockerIdsResult) String

func (*TalkServiceGetBuddyBlockerIdsResult) Write

type TalkServiceGetBuddyLocationArgs

type TalkServiceGetBuddyLocationArgs struct {
	// unused field # 1
	Mid   string `thrift:"mid,2" db:"mid" json:"mid"`
	Index int32  `thrift:"index,3" db:"index" json:"index"`
}

Attributes:

  • Mid
  • Index

func NewTalkServiceGetBuddyLocationArgs

func NewTalkServiceGetBuddyLocationArgs() *TalkServiceGetBuddyLocationArgs

func (*TalkServiceGetBuddyLocationArgs) GetIndex

func (p *TalkServiceGetBuddyLocationArgs) GetIndex() int32

func (*TalkServiceGetBuddyLocationArgs) GetMid

func (*TalkServiceGetBuddyLocationArgs) Read

func (*TalkServiceGetBuddyLocationArgs) ReadField2

func (p *TalkServiceGetBuddyLocationArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceGetBuddyLocationArgs) ReadField3

func (p *TalkServiceGetBuddyLocationArgs) ReadField3(iprot TProtocol) error

func (*TalkServiceGetBuddyLocationArgs) String

func (*TalkServiceGetBuddyLocationArgs) Write

type TalkServiceGetBuddyLocationResult

type TalkServiceGetBuddyLocationResult struct {
	Success *Geolocation   `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetBuddyLocationResult

func NewTalkServiceGetBuddyLocationResult() *TalkServiceGetBuddyLocationResult

func (*TalkServiceGetBuddyLocationResult) GetE

func (*TalkServiceGetBuddyLocationResult) GetSuccess

func (*TalkServiceGetBuddyLocationResult) IsSetE

func (*TalkServiceGetBuddyLocationResult) IsSetSuccess

func (p *TalkServiceGetBuddyLocationResult) IsSetSuccess() bool

func (*TalkServiceGetBuddyLocationResult) Read

func (*TalkServiceGetBuddyLocationResult) ReadField0

func (p *TalkServiceGetBuddyLocationResult) ReadField0(iprot TProtocol) error

func (*TalkServiceGetBuddyLocationResult) ReadField1

func (p *TalkServiceGetBuddyLocationResult) ReadField1(iprot TProtocol) error

func (*TalkServiceGetBuddyLocationResult) String

func (*TalkServiceGetBuddyLocationResult) Write

type TalkServiceGetChatEffectMetaListArgs

type TalkServiceGetChatEffectMetaListArgs struct {
	Categories []Categories `thrift:"categories,1" db:"categories" json:"categories"`
}

Attributes:

  • Categories

func NewTalkServiceGetChatEffectMetaListArgs

func NewTalkServiceGetChatEffectMetaListArgs() *TalkServiceGetChatEffectMetaListArgs

func (*TalkServiceGetChatEffectMetaListArgs) GetCategories

func (p *TalkServiceGetChatEffectMetaListArgs) GetCategories() []Categories

func (*TalkServiceGetChatEffectMetaListArgs) Read

func (*TalkServiceGetChatEffectMetaListArgs) ReadField1

func (*TalkServiceGetChatEffectMetaListArgs) String

func (*TalkServiceGetChatEffectMetaListArgs) Write

type TalkServiceGetChatEffectMetaListResult

type TalkServiceGetChatEffectMetaListResult struct {
	Success []*ChatEffectMeta `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException    `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetChatEffectMetaListResult

func NewTalkServiceGetChatEffectMetaListResult() *TalkServiceGetChatEffectMetaListResult

func (*TalkServiceGetChatEffectMetaListResult) GetE

func (*TalkServiceGetChatEffectMetaListResult) GetSuccess

func (*TalkServiceGetChatEffectMetaListResult) IsSetE

func (*TalkServiceGetChatEffectMetaListResult) IsSetSuccess

func (p *TalkServiceGetChatEffectMetaListResult) IsSetSuccess() bool

func (*TalkServiceGetChatEffectMetaListResult) Read

func (*TalkServiceGetChatEffectMetaListResult) ReadField0

func (*TalkServiceGetChatEffectMetaListResult) ReadField1

func (*TalkServiceGetChatEffectMetaListResult) String

func (*TalkServiceGetChatEffectMetaListResult) Write

type TalkServiceGetChatsArgs

type TalkServiceGetChatsArgs struct {
	Request *GetChatsRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewTalkServiceGetChatsArgs

func NewTalkServiceGetChatsArgs() *TalkServiceGetChatsArgs

func (*TalkServiceGetChatsArgs) GetRequest

func (p *TalkServiceGetChatsArgs) GetRequest() *GetChatsRequest

func (*TalkServiceGetChatsArgs) IsSetRequest

func (p *TalkServiceGetChatsArgs) IsSetRequest() bool

func (*TalkServiceGetChatsArgs) Read

func (p *TalkServiceGetChatsArgs) Read(iprot TProtocol) error

func (*TalkServiceGetChatsArgs) ReadField1

func (p *TalkServiceGetChatsArgs) ReadField1(iprot TProtocol) error

func (*TalkServiceGetChatsArgs) String

func (p *TalkServiceGetChatsArgs) String() string

func (*TalkServiceGetChatsArgs) Write

func (p *TalkServiceGetChatsArgs) Write(oprot TProtocol) error

type TalkServiceGetChatsResult

type TalkServiceGetChatsResult struct {
	Success *GetChatsResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException    `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetChatsResult

func NewTalkServiceGetChatsResult() *TalkServiceGetChatsResult

func (*TalkServiceGetChatsResult) GetE

func (*TalkServiceGetChatsResult) GetSuccess

func (*TalkServiceGetChatsResult) IsSetE

func (p *TalkServiceGetChatsResult) IsSetE() bool

func (*TalkServiceGetChatsResult) IsSetSuccess

func (p *TalkServiceGetChatsResult) IsSetSuccess() bool

func (*TalkServiceGetChatsResult) Read

func (p *TalkServiceGetChatsResult) Read(iprot TProtocol) error

func (*TalkServiceGetChatsResult) ReadField0

func (p *TalkServiceGetChatsResult) ReadField0(iprot TProtocol) error

func (*TalkServiceGetChatsResult) ReadField1

func (p *TalkServiceGetChatsResult) ReadField1(iprot TProtocol) error

func (*TalkServiceGetChatsResult) String

func (p *TalkServiceGetChatsResult) String() string

func (*TalkServiceGetChatsResult) Write

func (p *TalkServiceGetChatsResult) Write(oprot TProtocol) error

type TalkServiceGetCompactContactsModifiedSinceArgs

type TalkServiceGetCompactContactsModifiedSinceArgs struct {
	// unused field # 1
	Timestamp int64 `thrift:"timestamp,2" db:"timestamp" json:"timestamp"`
}

Attributes:

  • Timestamp

func NewTalkServiceGetCompactContactsModifiedSinceArgs

func NewTalkServiceGetCompactContactsModifiedSinceArgs() *TalkServiceGetCompactContactsModifiedSinceArgs

func (*TalkServiceGetCompactContactsModifiedSinceArgs) GetTimestamp

func (*TalkServiceGetCompactContactsModifiedSinceArgs) Read

func (*TalkServiceGetCompactContactsModifiedSinceArgs) ReadField2

func (*TalkServiceGetCompactContactsModifiedSinceArgs) String

func (*TalkServiceGetCompactContactsModifiedSinceArgs) Write

type TalkServiceGetCompactContactsModifiedSinceResult

type TalkServiceGetCompactContactsModifiedSinceResult struct {
	Success []*CompactContact `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException    `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetCompactContactsModifiedSinceResult

func NewTalkServiceGetCompactContactsModifiedSinceResult() *TalkServiceGetCompactContactsModifiedSinceResult

func (*TalkServiceGetCompactContactsModifiedSinceResult) GetE

func (*TalkServiceGetCompactContactsModifiedSinceResult) GetSuccess

func (*TalkServiceGetCompactContactsModifiedSinceResult) IsSetE

func (*TalkServiceGetCompactContactsModifiedSinceResult) IsSetSuccess

func (*TalkServiceGetCompactContactsModifiedSinceResult) Read

func (*TalkServiceGetCompactContactsModifiedSinceResult) ReadField0

func (*TalkServiceGetCompactContactsModifiedSinceResult) ReadField1

func (*TalkServiceGetCompactContactsModifiedSinceResult) String

func (*TalkServiceGetCompactContactsModifiedSinceResult) Write

type TalkServiceGetCompactGroupArgs

type TalkServiceGetCompactGroupArgs struct {
	// unused field # 1
	GroupId string `thrift:"groupId,2" db:"groupId" json:"groupId"`
}

Attributes:

  • GroupId

func NewTalkServiceGetCompactGroupArgs

func NewTalkServiceGetCompactGroupArgs() *TalkServiceGetCompactGroupArgs

func (*TalkServiceGetCompactGroupArgs) GetGroupId

func (p *TalkServiceGetCompactGroupArgs) GetGroupId() string

func (*TalkServiceGetCompactGroupArgs) Read

func (*TalkServiceGetCompactGroupArgs) ReadField2

func (p *TalkServiceGetCompactGroupArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceGetCompactGroupArgs) String

func (*TalkServiceGetCompactGroupArgs) Write

type TalkServiceGetCompactGroupResult

type TalkServiceGetCompactGroupResult struct {
	Success *Group         `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetCompactGroupResult

func NewTalkServiceGetCompactGroupResult() *TalkServiceGetCompactGroupResult

func (*TalkServiceGetCompactGroupResult) GetE

func (*TalkServiceGetCompactGroupResult) GetSuccess

func (p *TalkServiceGetCompactGroupResult) GetSuccess() *Group

func (*TalkServiceGetCompactGroupResult) IsSetE

func (*TalkServiceGetCompactGroupResult) IsSetSuccess

func (p *TalkServiceGetCompactGroupResult) IsSetSuccess() bool

func (*TalkServiceGetCompactGroupResult) Read

func (*TalkServiceGetCompactGroupResult) ReadField0

func (p *TalkServiceGetCompactGroupResult) ReadField0(iprot TProtocol) error

func (*TalkServiceGetCompactGroupResult) ReadField1

func (p *TalkServiceGetCompactGroupResult) ReadField1(iprot TProtocol) error

func (*TalkServiceGetCompactGroupResult) String

func (*TalkServiceGetCompactGroupResult) Write

type TalkServiceGetCompactRoomArgs

type TalkServiceGetCompactRoomArgs struct {
	// unused field # 1
	RoomId string `thrift:"roomId,2" db:"roomId" json:"roomId"`
}

Attributes:

  • RoomId

func NewTalkServiceGetCompactRoomArgs

func NewTalkServiceGetCompactRoomArgs() *TalkServiceGetCompactRoomArgs

func (*TalkServiceGetCompactRoomArgs) GetRoomId

func (p *TalkServiceGetCompactRoomArgs) GetRoomId() string

func (*TalkServiceGetCompactRoomArgs) Read

func (*TalkServiceGetCompactRoomArgs) ReadField2

func (p *TalkServiceGetCompactRoomArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceGetCompactRoomArgs) String

func (*TalkServiceGetCompactRoomArgs) Write

type TalkServiceGetCompactRoomResult

type TalkServiceGetCompactRoomResult struct {
	Success *Room          `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetCompactRoomResult

func NewTalkServiceGetCompactRoomResult() *TalkServiceGetCompactRoomResult

func (*TalkServiceGetCompactRoomResult) GetE

func (*TalkServiceGetCompactRoomResult) GetSuccess

func (p *TalkServiceGetCompactRoomResult) GetSuccess() *Room

func (*TalkServiceGetCompactRoomResult) IsSetE

func (*TalkServiceGetCompactRoomResult) IsSetSuccess

func (p *TalkServiceGetCompactRoomResult) IsSetSuccess() bool

func (*TalkServiceGetCompactRoomResult) Read

func (*TalkServiceGetCompactRoomResult) ReadField0

func (p *TalkServiceGetCompactRoomResult) ReadField0(iprot TProtocol) error

func (*TalkServiceGetCompactRoomResult) ReadField1

func (p *TalkServiceGetCompactRoomResult) ReadField1(iprot TProtocol) error

func (*TalkServiceGetCompactRoomResult) String

func (*TalkServiceGetCompactRoomResult) Write

type TalkServiceGetContactArgs

type TalkServiceGetContactArgs struct {
	// unused field # 1
	ID string `thrift:"id,2" db:"id" json:"id"`
}

Attributes:

  • ID

func NewTalkServiceGetContactArgs

func NewTalkServiceGetContactArgs() *TalkServiceGetContactArgs

func (*TalkServiceGetContactArgs) GetID

func (p *TalkServiceGetContactArgs) GetID() string

func (*TalkServiceGetContactArgs) Read

func (p *TalkServiceGetContactArgs) Read(iprot TProtocol) error

func (*TalkServiceGetContactArgs) ReadField2

func (p *TalkServiceGetContactArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceGetContactArgs) String

func (p *TalkServiceGetContactArgs) String() string

func (*TalkServiceGetContactArgs) Write

func (p *TalkServiceGetContactArgs) Write(oprot TProtocol) error

type TalkServiceGetContactResult

type TalkServiceGetContactResult struct {
	Success *Contact       `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetContactResult

func NewTalkServiceGetContactResult() *TalkServiceGetContactResult

func (*TalkServiceGetContactResult) GetE

func (*TalkServiceGetContactResult) GetSuccess

func (p *TalkServiceGetContactResult) GetSuccess() *Contact

func (*TalkServiceGetContactResult) IsSetE

func (p *TalkServiceGetContactResult) IsSetE() bool

func (*TalkServiceGetContactResult) IsSetSuccess

func (p *TalkServiceGetContactResult) IsSetSuccess() bool

func (*TalkServiceGetContactResult) Read

func (*TalkServiceGetContactResult) ReadField0

func (p *TalkServiceGetContactResult) ReadField0(iprot TProtocol) error

func (*TalkServiceGetContactResult) ReadField1

func (p *TalkServiceGetContactResult) ReadField1(iprot TProtocol) error

func (*TalkServiceGetContactResult) String

func (p *TalkServiceGetContactResult) String() string

func (*TalkServiceGetContactResult) Write

type TalkServiceGetContactsArgs

type TalkServiceGetContactsArgs struct {
	// unused field # 1
	Ids []string `thrift:"ids,2" db:"ids" json:"ids"`
}

Attributes:

  • Ids

func NewTalkServiceGetContactsArgs

func NewTalkServiceGetContactsArgs() *TalkServiceGetContactsArgs

func (*TalkServiceGetContactsArgs) GetIds

func (p *TalkServiceGetContactsArgs) GetIds() []string

func (*TalkServiceGetContactsArgs) Read

func (*TalkServiceGetContactsArgs) ReadField2

func (p *TalkServiceGetContactsArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceGetContactsArgs) String

func (p *TalkServiceGetContactsArgs) String() string

func (*TalkServiceGetContactsArgs) Write

func (p *TalkServiceGetContactsArgs) Write(oprot TProtocol) error

type TalkServiceGetContactsResult

type TalkServiceGetContactsResult struct {
	Success []*Contact     `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetContactsResult

func NewTalkServiceGetContactsResult() *TalkServiceGetContactsResult

func (*TalkServiceGetContactsResult) GetE

func (*TalkServiceGetContactsResult) GetSuccess

func (p *TalkServiceGetContactsResult) GetSuccess() []*Contact

func (*TalkServiceGetContactsResult) IsSetE

func (p *TalkServiceGetContactsResult) IsSetE() bool

func (*TalkServiceGetContactsResult) IsSetSuccess

func (p *TalkServiceGetContactsResult) IsSetSuccess() bool

func (*TalkServiceGetContactsResult) Read

func (*TalkServiceGetContactsResult) ReadField0

func (p *TalkServiceGetContactsResult) ReadField0(iprot TProtocol) error

func (*TalkServiceGetContactsResult) ReadField1

func (p *TalkServiceGetContactsResult) ReadField1(iprot TProtocol) error

func (*TalkServiceGetContactsResult) String

func (*TalkServiceGetContactsResult) Write

type TalkServiceGetCountryWithRequestIpArgs

type TalkServiceGetCountryWithRequestIpArgs struct {
}

func NewTalkServiceGetCountryWithRequestIpArgs

func NewTalkServiceGetCountryWithRequestIpArgs() *TalkServiceGetCountryWithRequestIpArgs

func (*TalkServiceGetCountryWithRequestIpArgs) Read

func (*TalkServiceGetCountryWithRequestIpArgs) String

func (*TalkServiceGetCountryWithRequestIpArgs) Write

type TalkServiceGetCountryWithRequestIpResult

type TalkServiceGetCountryWithRequestIpResult struct {
	Success *string        `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetCountryWithRequestIpResult

func NewTalkServiceGetCountryWithRequestIpResult() *TalkServiceGetCountryWithRequestIpResult

func (*TalkServiceGetCountryWithRequestIpResult) GetE

func (*TalkServiceGetCountryWithRequestIpResult) GetSuccess

func (*TalkServiceGetCountryWithRequestIpResult) IsSetE

func (*TalkServiceGetCountryWithRequestIpResult) IsSetSuccess

func (*TalkServiceGetCountryWithRequestIpResult) Read

func (*TalkServiceGetCountryWithRequestIpResult) ReadField0

func (*TalkServiceGetCountryWithRequestIpResult) ReadField1

func (*TalkServiceGetCountryWithRequestIpResult) String

func (*TalkServiceGetCountryWithRequestIpResult) Write

type TalkServiceGetFavoriteMidsArgs

type TalkServiceGetFavoriteMidsArgs struct {
}

func NewTalkServiceGetFavoriteMidsArgs

func NewTalkServiceGetFavoriteMidsArgs() *TalkServiceGetFavoriteMidsArgs

func (*TalkServiceGetFavoriteMidsArgs) Read

func (*TalkServiceGetFavoriteMidsArgs) String

func (*TalkServiceGetFavoriteMidsArgs) Write

type TalkServiceGetFavoriteMidsResult

type TalkServiceGetFavoriteMidsResult struct {
	Success []string       `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetFavoriteMidsResult

func NewTalkServiceGetFavoriteMidsResult() *TalkServiceGetFavoriteMidsResult

func (*TalkServiceGetFavoriteMidsResult) GetE

func (*TalkServiceGetFavoriteMidsResult) GetSuccess

func (p *TalkServiceGetFavoriteMidsResult) GetSuccess() []string

func (*TalkServiceGetFavoriteMidsResult) IsSetE

func (*TalkServiceGetFavoriteMidsResult) IsSetSuccess

func (p *TalkServiceGetFavoriteMidsResult) IsSetSuccess() bool

func (*TalkServiceGetFavoriteMidsResult) Read

func (*TalkServiceGetFavoriteMidsResult) ReadField0

func (p *TalkServiceGetFavoriteMidsResult) ReadField0(iprot TProtocol) error

func (*TalkServiceGetFavoriteMidsResult) ReadField1

func (p *TalkServiceGetFavoriteMidsResult) ReadField1(iprot TProtocol) error

func (*TalkServiceGetFavoriteMidsResult) String

func (*TalkServiceGetFavoriteMidsResult) Write

type TalkServiceGetGroupArgs

type TalkServiceGetGroupArgs struct {
	// unused field # 1
	GroupId string `thrift:"groupId,2" db:"groupId" json:"groupId"`
}

Attributes:

  • GroupId

func NewTalkServiceGetGroupArgs

func NewTalkServiceGetGroupArgs() *TalkServiceGetGroupArgs

func (*TalkServiceGetGroupArgs) GetGroupId

func (p *TalkServiceGetGroupArgs) GetGroupId() string

func (*TalkServiceGetGroupArgs) Read

func (p *TalkServiceGetGroupArgs) Read(iprot TProtocol) error

func (*TalkServiceGetGroupArgs) ReadField2

func (p *TalkServiceGetGroupArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceGetGroupArgs) String

func (p *TalkServiceGetGroupArgs) String() string

func (*TalkServiceGetGroupArgs) Write

func (p *TalkServiceGetGroupArgs) Write(oprot TProtocol) error

type TalkServiceGetGroupIdsInvitedArgs

type TalkServiceGetGroupIdsInvitedArgs struct {
}

func NewTalkServiceGetGroupIdsInvitedArgs

func NewTalkServiceGetGroupIdsInvitedArgs() *TalkServiceGetGroupIdsInvitedArgs

func (*TalkServiceGetGroupIdsInvitedArgs) Read

func (*TalkServiceGetGroupIdsInvitedArgs) String

func (*TalkServiceGetGroupIdsInvitedArgs) Write

type TalkServiceGetGroupIdsInvitedResult

type TalkServiceGetGroupIdsInvitedResult struct {
	Success []string       `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetGroupIdsInvitedResult

func NewTalkServiceGetGroupIdsInvitedResult() *TalkServiceGetGroupIdsInvitedResult

func (*TalkServiceGetGroupIdsInvitedResult) GetE

func (*TalkServiceGetGroupIdsInvitedResult) GetSuccess

func (p *TalkServiceGetGroupIdsInvitedResult) GetSuccess() []string

func (*TalkServiceGetGroupIdsInvitedResult) IsSetE

func (*TalkServiceGetGroupIdsInvitedResult) IsSetSuccess

func (p *TalkServiceGetGroupIdsInvitedResult) IsSetSuccess() bool

func (*TalkServiceGetGroupIdsInvitedResult) Read

func (*TalkServiceGetGroupIdsInvitedResult) ReadField0

func (*TalkServiceGetGroupIdsInvitedResult) ReadField1

func (*TalkServiceGetGroupIdsInvitedResult) String

func (*TalkServiceGetGroupIdsInvitedResult) Write

type TalkServiceGetGroupIdsJoinedArgs

type TalkServiceGetGroupIdsJoinedArgs struct {
}

func NewTalkServiceGetGroupIdsJoinedArgs

func NewTalkServiceGetGroupIdsJoinedArgs() *TalkServiceGetGroupIdsJoinedArgs

func (*TalkServiceGetGroupIdsJoinedArgs) Read

func (*TalkServiceGetGroupIdsJoinedArgs) String

func (*TalkServiceGetGroupIdsJoinedArgs) Write

type TalkServiceGetGroupIdsJoinedResult

type TalkServiceGetGroupIdsJoinedResult struct {
	Success []string       `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetGroupIdsJoinedResult

func NewTalkServiceGetGroupIdsJoinedResult() *TalkServiceGetGroupIdsJoinedResult

func (*TalkServiceGetGroupIdsJoinedResult) GetE

func (*TalkServiceGetGroupIdsJoinedResult) GetSuccess

func (p *TalkServiceGetGroupIdsJoinedResult) GetSuccess() []string

func (*TalkServiceGetGroupIdsJoinedResult) IsSetE

func (*TalkServiceGetGroupIdsJoinedResult) IsSetSuccess

func (p *TalkServiceGetGroupIdsJoinedResult) IsSetSuccess() bool

func (*TalkServiceGetGroupIdsJoinedResult) Read

func (*TalkServiceGetGroupIdsJoinedResult) ReadField0

func (p *TalkServiceGetGroupIdsJoinedResult) ReadField0(iprot TProtocol) error

func (*TalkServiceGetGroupIdsJoinedResult) ReadField1

func (p *TalkServiceGetGroupIdsJoinedResult) ReadField1(iprot TProtocol) error

func (*TalkServiceGetGroupIdsJoinedResult) String

func (*TalkServiceGetGroupIdsJoinedResult) Write

type TalkServiceGetGroupResult

type TalkServiceGetGroupResult struct {
	Success *Group         `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetGroupResult

func NewTalkServiceGetGroupResult() *TalkServiceGetGroupResult

func (*TalkServiceGetGroupResult) GetE

func (*TalkServiceGetGroupResult) GetSuccess

func (p *TalkServiceGetGroupResult) GetSuccess() *Group

func (*TalkServiceGetGroupResult) IsSetE

func (p *TalkServiceGetGroupResult) IsSetE() bool

func (*TalkServiceGetGroupResult) IsSetSuccess

func (p *TalkServiceGetGroupResult) IsSetSuccess() bool

func (*TalkServiceGetGroupResult) Read

func (p *TalkServiceGetGroupResult) Read(iprot TProtocol) error

func (*TalkServiceGetGroupResult) ReadField0

func (p *TalkServiceGetGroupResult) ReadField0(iprot TProtocol) error

func (*TalkServiceGetGroupResult) ReadField1

func (p *TalkServiceGetGroupResult) ReadField1(iprot TProtocol) error

func (*TalkServiceGetGroupResult) String

func (p *TalkServiceGetGroupResult) String() string

func (*TalkServiceGetGroupResult) Write

func (p *TalkServiceGetGroupResult) Write(oprot TProtocol) error

type TalkServiceGetGroupWithoutMembersArgs

type TalkServiceGetGroupWithoutMembersArgs struct {
	// unused field # 1
	GroupId string `thrift:"groupId,2" db:"groupId" json:"groupId"`
}

Attributes:

  • GroupId

func NewTalkServiceGetGroupWithoutMembersArgs

func NewTalkServiceGetGroupWithoutMembersArgs() *TalkServiceGetGroupWithoutMembersArgs

func (*TalkServiceGetGroupWithoutMembersArgs) GetGroupId

func (*TalkServiceGetGroupWithoutMembersArgs) Read

func (*TalkServiceGetGroupWithoutMembersArgs) ReadField2

func (*TalkServiceGetGroupWithoutMembersArgs) String

func (*TalkServiceGetGroupWithoutMembersArgs) Write

type TalkServiceGetGroupWithoutMembersResult

type TalkServiceGetGroupWithoutMembersResult struct {
	Success *Group         `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetGroupWithoutMembersResult

func NewTalkServiceGetGroupWithoutMembersResult() *TalkServiceGetGroupWithoutMembersResult

func (*TalkServiceGetGroupWithoutMembersResult) GetE

func (*TalkServiceGetGroupWithoutMembersResult) GetSuccess

func (*TalkServiceGetGroupWithoutMembersResult) IsSetE

func (*TalkServiceGetGroupWithoutMembersResult) IsSetSuccess

func (*TalkServiceGetGroupWithoutMembersResult) Read

func (*TalkServiceGetGroupWithoutMembersResult) ReadField0

func (*TalkServiceGetGroupWithoutMembersResult) ReadField1

func (*TalkServiceGetGroupWithoutMembersResult) String

func (*TalkServiceGetGroupWithoutMembersResult) Write

type TalkServiceGetGroupsArgs

type TalkServiceGetGroupsArgs struct {
	// unused field # 1
	GroupIds []string `thrift:"groupIds,2" db:"groupIds" json:"groupIds"`
}

Attributes:

  • GroupIds

func NewTalkServiceGetGroupsArgs

func NewTalkServiceGetGroupsArgs() *TalkServiceGetGroupsArgs

func (*TalkServiceGetGroupsArgs) GetGroupIds

func (p *TalkServiceGetGroupsArgs) GetGroupIds() []string

func (*TalkServiceGetGroupsArgs) Read

func (p *TalkServiceGetGroupsArgs) Read(iprot TProtocol) error

func (*TalkServiceGetGroupsArgs) ReadField2

func (p *TalkServiceGetGroupsArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceGetGroupsArgs) String

func (p *TalkServiceGetGroupsArgs) String() string

func (*TalkServiceGetGroupsArgs) Write

func (p *TalkServiceGetGroupsArgs) Write(oprot TProtocol) error

type TalkServiceGetGroupsResult

type TalkServiceGetGroupsResult struct {
	Success []*Group       `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetGroupsResult

func NewTalkServiceGetGroupsResult() *TalkServiceGetGroupsResult

func (*TalkServiceGetGroupsResult) GetE

func (*TalkServiceGetGroupsResult) GetSuccess

func (p *TalkServiceGetGroupsResult) GetSuccess() []*Group

func (*TalkServiceGetGroupsResult) IsSetE

func (p *TalkServiceGetGroupsResult) IsSetE() bool

func (*TalkServiceGetGroupsResult) IsSetSuccess

func (p *TalkServiceGetGroupsResult) IsSetSuccess() bool

func (*TalkServiceGetGroupsResult) Read

func (*TalkServiceGetGroupsResult) ReadField0

func (p *TalkServiceGetGroupsResult) ReadField0(iprot TProtocol) error

func (*TalkServiceGetGroupsResult) ReadField1

func (p *TalkServiceGetGroupsResult) ReadField1(iprot TProtocol) error

func (*TalkServiceGetGroupsResult) String

func (p *TalkServiceGetGroupsResult) String() string

func (*TalkServiceGetGroupsResult) Write

func (p *TalkServiceGetGroupsResult) Write(oprot TProtocol) error

type TalkServiceGetGroupsV2Args

type TalkServiceGetGroupsV2Args struct {
	// unused field # 1
	GroupIds []string `thrift:"groupIds,2" db:"groupIds" json:"groupIds"`
}

Attributes:

  • GroupIds

func NewTalkServiceGetGroupsV2Args

func NewTalkServiceGetGroupsV2Args() *TalkServiceGetGroupsV2Args

func (*TalkServiceGetGroupsV2Args) GetGroupIds

func (p *TalkServiceGetGroupsV2Args) GetGroupIds() []string

func (*TalkServiceGetGroupsV2Args) Read

func (*TalkServiceGetGroupsV2Args) ReadField2

func (p *TalkServiceGetGroupsV2Args) ReadField2(iprot TProtocol) error

func (*TalkServiceGetGroupsV2Args) String

func (p *TalkServiceGetGroupsV2Args) String() string

func (*TalkServiceGetGroupsV2Args) Write

func (p *TalkServiceGetGroupsV2Args) Write(oprot TProtocol) error

type TalkServiceGetGroupsV2Result

type TalkServiceGetGroupsV2Result struct {
	Success []*Group       `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetGroupsV2Result

func NewTalkServiceGetGroupsV2Result() *TalkServiceGetGroupsV2Result

func (*TalkServiceGetGroupsV2Result) GetE

func (*TalkServiceGetGroupsV2Result) GetSuccess

func (p *TalkServiceGetGroupsV2Result) GetSuccess() []*Group

func (*TalkServiceGetGroupsV2Result) IsSetE

func (p *TalkServiceGetGroupsV2Result) IsSetE() bool

func (*TalkServiceGetGroupsV2Result) IsSetSuccess

func (p *TalkServiceGetGroupsV2Result) IsSetSuccess() bool

func (*TalkServiceGetGroupsV2Result) Read

func (*TalkServiceGetGroupsV2Result) ReadField0

func (p *TalkServiceGetGroupsV2Result) ReadField0(iprot TProtocol) error

func (*TalkServiceGetGroupsV2Result) ReadField1

func (p *TalkServiceGetGroupsV2Result) ReadField1(iprot TProtocol) error

func (*TalkServiceGetGroupsV2Result) String

func (*TalkServiceGetGroupsV2Result) Write

type TalkServiceGetHiddenContactMidsArgs

type TalkServiceGetHiddenContactMidsArgs struct {
}

func NewTalkServiceGetHiddenContactMidsArgs

func NewTalkServiceGetHiddenContactMidsArgs() *TalkServiceGetHiddenContactMidsArgs

func (*TalkServiceGetHiddenContactMidsArgs) Read

func (*TalkServiceGetHiddenContactMidsArgs) String

func (*TalkServiceGetHiddenContactMidsArgs) Write

type TalkServiceGetHiddenContactMidsResult

type TalkServiceGetHiddenContactMidsResult struct {
	Success []string       `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetHiddenContactMidsResult

func NewTalkServiceGetHiddenContactMidsResult() *TalkServiceGetHiddenContactMidsResult

func (*TalkServiceGetHiddenContactMidsResult) GetE

func (*TalkServiceGetHiddenContactMidsResult) GetSuccess

func (*TalkServiceGetHiddenContactMidsResult) IsSetE

func (*TalkServiceGetHiddenContactMidsResult) IsSetSuccess

func (p *TalkServiceGetHiddenContactMidsResult) IsSetSuccess() bool

func (*TalkServiceGetHiddenContactMidsResult) Read

func (*TalkServiceGetHiddenContactMidsResult) ReadField0

func (*TalkServiceGetHiddenContactMidsResult) ReadField1

func (*TalkServiceGetHiddenContactMidsResult) String

func (*TalkServiceGetHiddenContactMidsResult) Write

type TalkServiceGetIdentityIdentifierArgs

type TalkServiceGetIdentityIdentifierArgs struct {
}

func NewTalkServiceGetIdentityIdentifierArgs

func NewTalkServiceGetIdentityIdentifierArgs() *TalkServiceGetIdentityIdentifierArgs

func (*TalkServiceGetIdentityIdentifierArgs) Read

func (*TalkServiceGetIdentityIdentifierArgs) String

func (*TalkServiceGetIdentityIdentifierArgs) Write

type TalkServiceGetIdentityIdentifierResult

type TalkServiceGetIdentityIdentifierResult struct {
	Success *string        `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetIdentityIdentifierResult

func NewTalkServiceGetIdentityIdentifierResult() *TalkServiceGetIdentityIdentifierResult

func (*TalkServiceGetIdentityIdentifierResult) GetE

func (*TalkServiceGetIdentityIdentifierResult) GetSuccess

func (*TalkServiceGetIdentityIdentifierResult) IsSetE

func (*TalkServiceGetIdentityIdentifierResult) IsSetSuccess

func (p *TalkServiceGetIdentityIdentifierResult) IsSetSuccess() bool

func (*TalkServiceGetIdentityIdentifierResult) Read

func (*TalkServiceGetIdentityIdentifierResult) ReadField0

func (*TalkServiceGetIdentityIdentifierResult) ReadField1

func (*TalkServiceGetIdentityIdentifierResult) String

func (*TalkServiceGetIdentityIdentifierResult) Write

type TalkServiceGetLastAnnouncementIndexArgs

type TalkServiceGetLastAnnouncementIndexArgs struct {
}

func NewTalkServiceGetLastAnnouncementIndexArgs

func NewTalkServiceGetLastAnnouncementIndexArgs() *TalkServiceGetLastAnnouncementIndexArgs

func (*TalkServiceGetLastAnnouncementIndexArgs) Read

func (*TalkServiceGetLastAnnouncementIndexArgs) String

func (*TalkServiceGetLastAnnouncementIndexArgs) Write

type TalkServiceGetLastAnnouncementIndexResult

type TalkServiceGetLastAnnouncementIndexResult struct {
	Success *int32         `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetLastAnnouncementIndexResult

func NewTalkServiceGetLastAnnouncementIndexResult() *TalkServiceGetLastAnnouncementIndexResult

func (*TalkServiceGetLastAnnouncementIndexResult) GetE

func (*TalkServiceGetLastAnnouncementIndexResult) GetSuccess

func (*TalkServiceGetLastAnnouncementIndexResult) IsSetE

func (*TalkServiceGetLastAnnouncementIndexResult) IsSetSuccess

func (*TalkServiceGetLastAnnouncementIndexResult) Read

func (*TalkServiceGetLastAnnouncementIndexResult) ReadField0

func (*TalkServiceGetLastAnnouncementIndexResult) ReadField1

func (*TalkServiceGetLastAnnouncementIndexResult) String

func (*TalkServiceGetLastAnnouncementIndexResult) Write

type TalkServiceGetLastOpRevisionArgs

type TalkServiceGetLastOpRevisionArgs struct {
}

func NewTalkServiceGetLastOpRevisionArgs

func NewTalkServiceGetLastOpRevisionArgs() *TalkServiceGetLastOpRevisionArgs

func (*TalkServiceGetLastOpRevisionArgs) Read

func (*TalkServiceGetLastOpRevisionArgs) String

func (*TalkServiceGetLastOpRevisionArgs) Write

type TalkServiceGetLastOpRevisionResult

type TalkServiceGetLastOpRevisionResult struct {
	Success *int64         `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetLastOpRevisionResult

func NewTalkServiceGetLastOpRevisionResult() *TalkServiceGetLastOpRevisionResult

func (*TalkServiceGetLastOpRevisionResult) GetE

func (*TalkServiceGetLastOpRevisionResult) GetSuccess

func (p *TalkServiceGetLastOpRevisionResult) GetSuccess() int64

func (*TalkServiceGetLastOpRevisionResult) IsSetE

func (*TalkServiceGetLastOpRevisionResult) IsSetSuccess

func (p *TalkServiceGetLastOpRevisionResult) IsSetSuccess() bool

func (*TalkServiceGetLastOpRevisionResult) Read

func (*TalkServiceGetLastOpRevisionResult) ReadField0

func (p *TalkServiceGetLastOpRevisionResult) ReadField0(iprot TProtocol) error

func (*TalkServiceGetLastOpRevisionResult) ReadField1

func (p *TalkServiceGetLastOpRevisionResult) ReadField1(iprot TProtocol) error

func (*TalkServiceGetLastOpRevisionResult) String

func (*TalkServiceGetLastOpRevisionResult) Write

type TalkServiceGetMessageBoxArgs

type TalkServiceGetMessageBoxArgs struct {
	// unused field # 1
	ChannelId         string `thrift:"channelId,2" db:"channelId" json:"channelId"`
	MessageBoxId      string `thrift:"messageBoxId,3" db:"messageBoxId" json:"messageBoxId"`
	LastMessagesCount int32  `thrift:"lastMessagesCount,4" db:"lastMessagesCount" json:"lastMessagesCount"`
}

Attributes:

  • ChannelId
  • MessageBoxId
  • LastMessagesCount

func NewTalkServiceGetMessageBoxArgs

func NewTalkServiceGetMessageBoxArgs() *TalkServiceGetMessageBoxArgs

func (*TalkServiceGetMessageBoxArgs) GetChannelId

func (p *TalkServiceGetMessageBoxArgs) GetChannelId() string

func (*TalkServiceGetMessageBoxArgs) GetLastMessagesCount

func (p *TalkServiceGetMessageBoxArgs) GetLastMessagesCount() int32

func (*TalkServiceGetMessageBoxArgs) GetMessageBoxId

func (p *TalkServiceGetMessageBoxArgs) GetMessageBoxId() string

func (*TalkServiceGetMessageBoxArgs) Read

func (*TalkServiceGetMessageBoxArgs) ReadField2

func (p *TalkServiceGetMessageBoxArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceGetMessageBoxArgs) ReadField3

func (p *TalkServiceGetMessageBoxArgs) ReadField3(iprot TProtocol) error

func (*TalkServiceGetMessageBoxArgs) ReadField4

func (p *TalkServiceGetMessageBoxArgs) ReadField4(iprot TProtocol) error

func (*TalkServiceGetMessageBoxArgs) String

func (*TalkServiceGetMessageBoxArgs) Write

type TalkServiceGetMessageBoxCompactWrapUpArgs

type TalkServiceGetMessageBoxCompactWrapUpArgs struct {
	// unused field # 1
	Mid string `thrift:"mid,2" db:"mid" json:"mid"`
}

Attributes:

  • Mid

func NewTalkServiceGetMessageBoxCompactWrapUpArgs

func NewTalkServiceGetMessageBoxCompactWrapUpArgs() *TalkServiceGetMessageBoxCompactWrapUpArgs

func (*TalkServiceGetMessageBoxCompactWrapUpArgs) GetMid

func (*TalkServiceGetMessageBoxCompactWrapUpArgs) Read

func (*TalkServiceGetMessageBoxCompactWrapUpArgs) ReadField2

func (*TalkServiceGetMessageBoxCompactWrapUpArgs) String

func (*TalkServiceGetMessageBoxCompactWrapUpArgs) Write

type TalkServiceGetMessageBoxCompactWrapUpListArgs

type TalkServiceGetMessageBoxCompactWrapUpListArgs struct {
	// unused field # 1
	Start           int32 `thrift:"start,2" db:"start" json:"start"`
	MessageBoxCount int32 `thrift:"messageBoxCount,3" db:"messageBoxCount" json:"messageBoxCount"`
}

Attributes:

  • Start
  • MessageBoxCount

func NewTalkServiceGetMessageBoxCompactWrapUpListArgs

func NewTalkServiceGetMessageBoxCompactWrapUpListArgs() *TalkServiceGetMessageBoxCompactWrapUpListArgs

func (*TalkServiceGetMessageBoxCompactWrapUpListArgs) GetMessageBoxCount

func (p *TalkServiceGetMessageBoxCompactWrapUpListArgs) GetMessageBoxCount() int32

func (*TalkServiceGetMessageBoxCompactWrapUpListArgs) GetStart

func (*TalkServiceGetMessageBoxCompactWrapUpListArgs) Read

func (*TalkServiceGetMessageBoxCompactWrapUpListArgs) ReadField2

func (*TalkServiceGetMessageBoxCompactWrapUpListArgs) ReadField3

func (*TalkServiceGetMessageBoxCompactWrapUpListArgs) String

func (*TalkServiceGetMessageBoxCompactWrapUpListArgs) Write

type TalkServiceGetMessageBoxCompactWrapUpListResult

type TalkServiceGetMessageBoxCompactWrapUpListResult struct {
	Success *TMessageBoxWrapUpResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException             `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetMessageBoxCompactWrapUpListResult

func NewTalkServiceGetMessageBoxCompactWrapUpListResult() *TalkServiceGetMessageBoxCompactWrapUpListResult

func (*TalkServiceGetMessageBoxCompactWrapUpListResult) GetE

func (*TalkServiceGetMessageBoxCompactWrapUpListResult) GetSuccess

func (*TalkServiceGetMessageBoxCompactWrapUpListResult) IsSetE

func (*TalkServiceGetMessageBoxCompactWrapUpListResult) IsSetSuccess

func (*TalkServiceGetMessageBoxCompactWrapUpListResult) Read

func (*TalkServiceGetMessageBoxCompactWrapUpListResult) ReadField0

func (*TalkServiceGetMessageBoxCompactWrapUpListResult) ReadField1

func (*TalkServiceGetMessageBoxCompactWrapUpListResult) String

func (*TalkServiceGetMessageBoxCompactWrapUpListResult) Write

type TalkServiceGetMessageBoxCompactWrapUpResult

type TalkServiceGetMessageBoxCompactWrapUpResult struct {
	Success *TMessageBoxWrapUp `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException     `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetMessageBoxCompactWrapUpResult

func NewTalkServiceGetMessageBoxCompactWrapUpResult() *TalkServiceGetMessageBoxCompactWrapUpResult

func (*TalkServiceGetMessageBoxCompactWrapUpResult) GetE

func (*TalkServiceGetMessageBoxCompactWrapUpResult) GetSuccess

func (*TalkServiceGetMessageBoxCompactWrapUpResult) IsSetE

func (*TalkServiceGetMessageBoxCompactWrapUpResult) IsSetSuccess

func (*TalkServiceGetMessageBoxCompactWrapUpResult) Read

func (*TalkServiceGetMessageBoxCompactWrapUpResult) ReadField0

func (*TalkServiceGetMessageBoxCompactWrapUpResult) ReadField1

func (*TalkServiceGetMessageBoxCompactWrapUpResult) String

func (*TalkServiceGetMessageBoxCompactWrapUpResult) Write

type TalkServiceGetMessageBoxListArgs

type TalkServiceGetMessageBoxListArgs struct {
	// unused field # 1
	ChannelId         string `thrift:"channelId,2" db:"channelId" json:"channelId"`
	LastMessagesCount int32  `thrift:"lastMessagesCount,3" db:"lastMessagesCount" json:"lastMessagesCount"`
}

Attributes:

  • ChannelId
  • LastMessagesCount

func NewTalkServiceGetMessageBoxListArgs

func NewTalkServiceGetMessageBoxListArgs() *TalkServiceGetMessageBoxListArgs

func (*TalkServiceGetMessageBoxListArgs) GetChannelId

func (p *TalkServiceGetMessageBoxListArgs) GetChannelId() string

func (*TalkServiceGetMessageBoxListArgs) GetLastMessagesCount

func (p *TalkServiceGetMessageBoxListArgs) GetLastMessagesCount() int32

func (*TalkServiceGetMessageBoxListArgs) Read

func (*TalkServiceGetMessageBoxListArgs) ReadField2

func (p *TalkServiceGetMessageBoxListArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceGetMessageBoxListArgs) ReadField3

func (p *TalkServiceGetMessageBoxListArgs) ReadField3(iprot TProtocol) error

func (*TalkServiceGetMessageBoxListArgs) String

func (*TalkServiceGetMessageBoxListArgs) Write

type TalkServiceGetMessageBoxListByStatusArgs

type TalkServiceGetMessageBoxListByStatusArgs struct {
	// unused field # 1
	ChannelId         string `thrift:"channelId,2" db:"channelId" json:"channelId"`
	LastMessagesCount int32  `thrift:"lastMessagesCount,3" db:"lastMessagesCount" json:"lastMessagesCount"`
	Status            int32  `thrift:"status,4" db:"status" json:"status"`
}

Attributes:

  • ChannelId
  • LastMessagesCount
  • Status

func NewTalkServiceGetMessageBoxListByStatusArgs

func NewTalkServiceGetMessageBoxListByStatusArgs() *TalkServiceGetMessageBoxListByStatusArgs

func (*TalkServiceGetMessageBoxListByStatusArgs) GetChannelId

func (*TalkServiceGetMessageBoxListByStatusArgs) GetLastMessagesCount

func (p *TalkServiceGetMessageBoxListByStatusArgs) GetLastMessagesCount() int32

func (*TalkServiceGetMessageBoxListByStatusArgs) GetStatus

func (*TalkServiceGetMessageBoxListByStatusArgs) Read

func (*TalkServiceGetMessageBoxListByStatusArgs) ReadField2

func (*TalkServiceGetMessageBoxListByStatusArgs) ReadField3

func (*TalkServiceGetMessageBoxListByStatusArgs) ReadField4

func (*TalkServiceGetMessageBoxListByStatusArgs) String

func (*TalkServiceGetMessageBoxListByStatusArgs) Write

type TalkServiceGetMessageBoxListByStatusResult

type TalkServiceGetMessageBoxListByStatusResult struct {
	Success []*TMessageBox `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetMessageBoxListByStatusResult

func NewTalkServiceGetMessageBoxListByStatusResult() *TalkServiceGetMessageBoxListByStatusResult

func (*TalkServiceGetMessageBoxListByStatusResult) GetE

func (*TalkServiceGetMessageBoxListByStatusResult) GetSuccess

func (*TalkServiceGetMessageBoxListByStatusResult) IsSetE

func (*TalkServiceGetMessageBoxListByStatusResult) IsSetSuccess

func (*TalkServiceGetMessageBoxListByStatusResult) Read

func (*TalkServiceGetMessageBoxListByStatusResult) ReadField0

func (*TalkServiceGetMessageBoxListByStatusResult) ReadField1

func (*TalkServiceGetMessageBoxListByStatusResult) String

func (*TalkServiceGetMessageBoxListByStatusResult) Write

type TalkServiceGetMessageBoxListResult

type TalkServiceGetMessageBoxListResult struct {
	Success []*TMessageBox `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetMessageBoxListResult

func NewTalkServiceGetMessageBoxListResult() *TalkServiceGetMessageBoxListResult

func (*TalkServiceGetMessageBoxListResult) GetE

func (*TalkServiceGetMessageBoxListResult) GetSuccess

func (*TalkServiceGetMessageBoxListResult) IsSetE

func (*TalkServiceGetMessageBoxListResult) IsSetSuccess

func (p *TalkServiceGetMessageBoxListResult) IsSetSuccess() bool

func (*TalkServiceGetMessageBoxListResult) Read

func (*TalkServiceGetMessageBoxListResult) ReadField0

func (p *TalkServiceGetMessageBoxListResult) ReadField0(iprot TProtocol) error

func (*TalkServiceGetMessageBoxListResult) ReadField1

func (p *TalkServiceGetMessageBoxListResult) ReadField1(iprot TProtocol) error

func (*TalkServiceGetMessageBoxListResult) String

func (*TalkServiceGetMessageBoxListResult) Write

type TalkServiceGetMessageBoxResult

type TalkServiceGetMessageBoxResult struct {
	Success *TMessageBox   `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetMessageBoxResult

func NewTalkServiceGetMessageBoxResult() *TalkServiceGetMessageBoxResult

func (*TalkServiceGetMessageBoxResult) GetE

func (*TalkServiceGetMessageBoxResult) GetSuccess

func (*TalkServiceGetMessageBoxResult) IsSetE

func (*TalkServiceGetMessageBoxResult) IsSetSuccess

func (p *TalkServiceGetMessageBoxResult) IsSetSuccess() bool

func (*TalkServiceGetMessageBoxResult) Read

func (*TalkServiceGetMessageBoxResult) ReadField0

func (p *TalkServiceGetMessageBoxResult) ReadField0(iprot TProtocol) error

func (*TalkServiceGetMessageBoxResult) ReadField1

func (p *TalkServiceGetMessageBoxResult) ReadField1(iprot TProtocol) error

func (*TalkServiceGetMessageBoxResult) String

func (*TalkServiceGetMessageBoxResult) Write

type TalkServiceGetMessageBoxWrapUpArgs

type TalkServiceGetMessageBoxWrapUpArgs struct {
	// unused field # 1
	Mid string `thrift:"mid,2" db:"mid" json:"mid"`
}

Attributes:

  • Mid

func NewTalkServiceGetMessageBoxWrapUpArgs

func NewTalkServiceGetMessageBoxWrapUpArgs() *TalkServiceGetMessageBoxWrapUpArgs

func (*TalkServiceGetMessageBoxWrapUpArgs) GetMid

func (*TalkServiceGetMessageBoxWrapUpArgs) Read

func (*TalkServiceGetMessageBoxWrapUpArgs) ReadField2

func (p *TalkServiceGetMessageBoxWrapUpArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceGetMessageBoxWrapUpArgs) String

func (*TalkServiceGetMessageBoxWrapUpArgs) Write

type TalkServiceGetMessageBoxWrapUpListArgs

type TalkServiceGetMessageBoxWrapUpListArgs struct {
	// unused field # 1
	Start           int32 `thrift:"start,2" db:"start" json:"start"`
	MessageBoxCount int32 `thrift:"messageBoxCount,3" db:"messageBoxCount" json:"messageBoxCount"`
}

Attributes:

  • Start
  • MessageBoxCount

func NewTalkServiceGetMessageBoxWrapUpListArgs

func NewTalkServiceGetMessageBoxWrapUpListArgs() *TalkServiceGetMessageBoxWrapUpListArgs

func (*TalkServiceGetMessageBoxWrapUpListArgs) GetMessageBoxCount

func (p *TalkServiceGetMessageBoxWrapUpListArgs) GetMessageBoxCount() int32

func (*TalkServiceGetMessageBoxWrapUpListArgs) GetStart

func (*TalkServiceGetMessageBoxWrapUpListArgs) Read

func (*TalkServiceGetMessageBoxWrapUpListArgs) ReadField2

func (*TalkServiceGetMessageBoxWrapUpListArgs) ReadField3

func (*TalkServiceGetMessageBoxWrapUpListArgs) String

func (*TalkServiceGetMessageBoxWrapUpListArgs) Write

type TalkServiceGetMessageBoxWrapUpListResult

type TalkServiceGetMessageBoxWrapUpListResult struct {
	Success *TMessageBoxWrapUpResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException             `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetMessageBoxWrapUpListResult

func NewTalkServiceGetMessageBoxWrapUpListResult() *TalkServiceGetMessageBoxWrapUpListResult

func (*TalkServiceGetMessageBoxWrapUpListResult) GetE

func (*TalkServiceGetMessageBoxWrapUpListResult) GetSuccess

func (*TalkServiceGetMessageBoxWrapUpListResult) IsSetE

func (*TalkServiceGetMessageBoxWrapUpListResult) IsSetSuccess

func (*TalkServiceGetMessageBoxWrapUpListResult) Read

func (*TalkServiceGetMessageBoxWrapUpListResult) ReadField0

func (*TalkServiceGetMessageBoxWrapUpListResult) ReadField1

func (*TalkServiceGetMessageBoxWrapUpListResult) String

func (*TalkServiceGetMessageBoxWrapUpListResult) Write

type TalkServiceGetMessageBoxWrapUpResult

type TalkServiceGetMessageBoxWrapUpResult struct {
	Success *TMessageBoxWrapUp `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException     `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetMessageBoxWrapUpResult

func NewTalkServiceGetMessageBoxWrapUpResult() *TalkServiceGetMessageBoxWrapUpResult

func (*TalkServiceGetMessageBoxWrapUpResult) GetE

func (*TalkServiceGetMessageBoxWrapUpResult) GetSuccess

func (*TalkServiceGetMessageBoxWrapUpResult) IsSetE

func (*TalkServiceGetMessageBoxWrapUpResult) IsSetSuccess

func (p *TalkServiceGetMessageBoxWrapUpResult) IsSetSuccess() bool

func (*TalkServiceGetMessageBoxWrapUpResult) Read

func (*TalkServiceGetMessageBoxWrapUpResult) ReadField0

func (*TalkServiceGetMessageBoxWrapUpResult) ReadField1

func (*TalkServiceGetMessageBoxWrapUpResult) String

func (*TalkServiceGetMessageBoxWrapUpResult) Write

type TalkServiceGetMessagesBySequenceNumberArgs

type TalkServiceGetMessagesBySequenceNumberArgs struct {
	// unused field # 1
	ChannelId    string `thrift:"channelId,2" db:"channelId" json:"channelId"`
	MessageBoxId string `thrift:"messageBoxId,3" db:"messageBoxId" json:"messageBoxId"`
	StartSeq     int64  `thrift:"startSeq,4" db:"startSeq" json:"startSeq"`
	EndSeq       int64  `thrift:"endSeq,5" db:"endSeq" json:"endSeq"`
}

Attributes:

  • ChannelId
  • MessageBoxId
  • StartSeq
  • EndSeq

func NewTalkServiceGetMessagesBySequenceNumberArgs

func NewTalkServiceGetMessagesBySequenceNumberArgs() *TalkServiceGetMessagesBySequenceNumberArgs

func (*TalkServiceGetMessagesBySequenceNumberArgs) GetChannelId

func (*TalkServiceGetMessagesBySequenceNumberArgs) GetEndSeq

func (*TalkServiceGetMessagesBySequenceNumberArgs) GetMessageBoxId

func (*TalkServiceGetMessagesBySequenceNumberArgs) GetStartSeq

func (*TalkServiceGetMessagesBySequenceNumberArgs) Read

func (*TalkServiceGetMessagesBySequenceNumberArgs) ReadField2

func (*TalkServiceGetMessagesBySequenceNumberArgs) ReadField3

func (*TalkServiceGetMessagesBySequenceNumberArgs) ReadField4

func (*TalkServiceGetMessagesBySequenceNumberArgs) ReadField5

func (*TalkServiceGetMessagesBySequenceNumberArgs) String

func (*TalkServiceGetMessagesBySequenceNumberArgs) Write

type TalkServiceGetMessagesBySequenceNumberResult

type TalkServiceGetMessagesBySequenceNumberResult struct {
	Success []*Message     `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetMessagesBySequenceNumberResult

func NewTalkServiceGetMessagesBySequenceNumberResult() *TalkServiceGetMessagesBySequenceNumberResult

func (*TalkServiceGetMessagesBySequenceNumberResult) GetE

func (*TalkServiceGetMessagesBySequenceNumberResult) GetSuccess

func (*TalkServiceGetMessagesBySequenceNumberResult) IsSetE

func (*TalkServiceGetMessagesBySequenceNumberResult) IsSetSuccess

func (*TalkServiceGetMessagesBySequenceNumberResult) Read

func (*TalkServiceGetMessagesBySequenceNumberResult) ReadField0

func (*TalkServiceGetMessagesBySequenceNumberResult) ReadField1

func (*TalkServiceGetMessagesBySequenceNumberResult) String

func (*TalkServiceGetMessagesBySequenceNumberResult) Write

type TalkServiceGetNextMessagesArgs

type TalkServiceGetNextMessagesArgs struct {
	// unused field # 1
	MessageBoxId  string `thrift:"messageBoxId,2" db:"messageBoxId" json:"messageBoxId"`
	StartSeq      int64  `thrift:"startSeq,3" db:"startSeq" json:"startSeq"`
	MessagesCount int32  `thrift:"messagesCount,4" db:"messagesCount" json:"messagesCount"`
}

Attributes:

  • MessageBoxId
  • StartSeq
  • MessagesCount

func NewTalkServiceGetNextMessagesArgs

func NewTalkServiceGetNextMessagesArgs() *TalkServiceGetNextMessagesArgs

func (*TalkServiceGetNextMessagesArgs) GetMessageBoxId

func (p *TalkServiceGetNextMessagesArgs) GetMessageBoxId() string

func (*TalkServiceGetNextMessagesArgs) GetMessagesCount

func (p *TalkServiceGetNextMessagesArgs) GetMessagesCount() int32

func (*TalkServiceGetNextMessagesArgs) GetStartSeq

func (p *TalkServiceGetNextMessagesArgs) GetStartSeq() int64

func (*TalkServiceGetNextMessagesArgs) Read

func (*TalkServiceGetNextMessagesArgs) ReadField2

func (p *TalkServiceGetNextMessagesArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceGetNextMessagesArgs) ReadField3

func (p *TalkServiceGetNextMessagesArgs) ReadField3(iprot TProtocol) error

func (*TalkServiceGetNextMessagesArgs) ReadField4

func (p *TalkServiceGetNextMessagesArgs) ReadField4(iprot TProtocol) error

func (*TalkServiceGetNextMessagesArgs) String

func (*TalkServiceGetNextMessagesArgs) Write

type TalkServiceGetNextMessagesResult

type TalkServiceGetNextMessagesResult struct {
	Success []*Message     `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetNextMessagesResult

func NewTalkServiceGetNextMessagesResult() *TalkServiceGetNextMessagesResult

func (*TalkServiceGetNextMessagesResult) GetE

func (*TalkServiceGetNextMessagesResult) GetSuccess

func (p *TalkServiceGetNextMessagesResult) GetSuccess() []*Message

func (*TalkServiceGetNextMessagesResult) IsSetE

func (*TalkServiceGetNextMessagesResult) IsSetSuccess

func (p *TalkServiceGetNextMessagesResult) IsSetSuccess() bool

func (*TalkServiceGetNextMessagesResult) Read

func (*TalkServiceGetNextMessagesResult) ReadField0

func (p *TalkServiceGetNextMessagesResult) ReadField0(iprot TProtocol) error

func (*TalkServiceGetNextMessagesResult) ReadField1

func (p *TalkServiceGetNextMessagesResult) ReadField1(iprot TProtocol) error

func (*TalkServiceGetNextMessagesResult) String

func (*TalkServiceGetNextMessagesResult) Write

type TalkServiceGetNotificationPolicyArgs

type TalkServiceGetNotificationPolicyArgs struct {
	// unused field # 1
	Carrier CarrierCode `thrift:"carrier,2" db:"carrier" json:"carrier"`
}

Attributes:

  • Carrier

func NewTalkServiceGetNotificationPolicyArgs

func NewTalkServiceGetNotificationPolicyArgs() *TalkServiceGetNotificationPolicyArgs

func (*TalkServiceGetNotificationPolicyArgs) GetCarrier

func (*TalkServiceGetNotificationPolicyArgs) Read

func (*TalkServiceGetNotificationPolicyArgs) ReadField2

func (*TalkServiceGetNotificationPolicyArgs) String

func (*TalkServiceGetNotificationPolicyArgs) Write

type TalkServiceGetNotificationPolicyResult

type TalkServiceGetNotificationPolicyResult struct {
	Success []NotificationType `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException     `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetNotificationPolicyResult

func NewTalkServiceGetNotificationPolicyResult() *TalkServiceGetNotificationPolicyResult

func (*TalkServiceGetNotificationPolicyResult) GetE

func (*TalkServiceGetNotificationPolicyResult) GetSuccess

func (*TalkServiceGetNotificationPolicyResult) IsSetE

func (*TalkServiceGetNotificationPolicyResult) IsSetSuccess

func (p *TalkServiceGetNotificationPolicyResult) IsSetSuccess() bool

func (*TalkServiceGetNotificationPolicyResult) Read

func (*TalkServiceGetNotificationPolicyResult) ReadField0

func (*TalkServiceGetNotificationPolicyResult) ReadField1

func (*TalkServiceGetNotificationPolicyResult) String

func (*TalkServiceGetNotificationPolicyResult) Write

type TalkServiceGetPreviousMessagesArgs

type TalkServiceGetPreviousMessagesArgs struct {
	// unused field # 1
	MessageBoxId  string `thrift:"messageBoxId,2" db:"messageBoxId" json:"messageBoxId"`
	EndSeq        int64  `thrift:"endSeq,3" db:"endSeq" json:"endSeq"`
	MessagesCount int32  `thrift:"messagesCount,4" db:"messagesCount" json:"messagesCount"`
}

Attributes:

  • MessageBoxId
  • EndSeq
  • MessagesCount

func NewTalkServiceGetPreviousMessagesArgs

func NewTalkServiceGetPreviousMessagesArgs() *TalkServiceGetPreviousMessagesArgs

func (*TalkServiceGetPreviousMessagesArgs) GetEndSeq

func (*TalkServiceGetPreviousMessagesArgs) GetMessageBoxId

func (p *TalkServiceGetPreviousMessagesArgs) GetMessageBoxId() string

func (*TalkServiceGetPreviousMessagesArgs) GetMessagesCount

func (p *TalkServiceGetPreviousMessagesArgs) GetMessagesCount() int32

func (*TalkServiceGetPreviousMessagesArgs) Read

func (*TalkServiceGetPreviousMessagesArgs) ReadField2

func (p *TalkServiceGetPreviousMessagesArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceGetPreviousMessagesArgs) ReadField3

func (p *TalkServiceGetPreviousMessagesArgs) ReadField3(iprot TProtocol) error

func (*TalkServiceGetPreviousMessagesArgs) ReadField4

func (p *TalkServiceGetPreviousMessagesArgs) ReadField4(iprot TProtocol) error

func (*TalkServiceGetPreviousMessagesArgs) String

func (*TalkServiceGetPreviousMessagesArgs) Write

type TalkServiceGetPreviousMessagesResult

type TalkServiceGetPreviousMessagesResult struct {
	Success []*Message     `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetPreviousMessagesResult

func NewTalkServiceGetPreviousMessagesResult() *TalkServiceGetPreviousMessagesResult

func (*TalkServiceGetPreviousMessagesResult) GetE

func (*TalkServiceGetPreviousMessagesResult) GetSuccess

func (p *TalkServiceGetPreviousMessagesResult) GetSuccess() []*Message

func (*TalkServiceGetPreviousMessagesResult) IsSetE

func (*TalkServiceGetPreviousMessagesResult) IsSetSuccess

func (p *TalkServiceGetPreviousMessagesResult) IsSetSuccess() bool

func (*TalkServiceGetPreviousMessagesResult) Read

func (*TalkServiceGetPreviousMessagesResult) ReadField0

func (*TalkServiceGetPreviousMessagesResult) ReadField1

func (*TalkServiceGetPreviousMessagesResult) String

func (*TalkServiceGetPreviousMessagesResult) Write

type TalkServiceGetProfileArgs

type TalkServiceGetProfileArgs struct {
}

func NewTalkServiceGetProfileArgs

func NewTalkServiceGetProfileArgs() *TalkServiceGetProfileArgs

func (*TalkServiceGetProfileArgs) Read

func (p *TalkServiceGetProfileArgs) Read(iprot TProtocol) error

func (*TalkServiceGetProfileArgs) String

func (p *TalkServiceGetProfileArgs) String() string

func (*TalkServiceGetProfileArgs) Write

func (p *TalkServiceGetProfileArgs) Write(oprot TProtocol) error

type TalkServiceGetProfileResult

type TalkServiceGetProfileResult struct {
	Success *Profile       `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetProfileResult

func NewTalkServiceGetProfileResult() *TalkServiceGetProfileResult

func (*TalkServiceGetProfileResult) GetE

func (*TalkServiceGetProfileResult) GetSuccess

func (p *TalkServiceGetProfileResult) GetSuccess() *Profile

func (*TalkServiceGetProfileResult) IsSetE

func (p *TalkServiceGetProfileResult) IsSetE() bool

func (*TalkServiceGetProfileResult) IsSetSuccess

func (p *TalkServiceGetProfileResult) IsSetSuccess() bool

func (*TalkServiceGetProfileResult) Read

func (*TalkServiceGetProfileResult) ReadField0

func (p *TalkServiceGetProfileResult) ReadField0(iprot TProtocol) error

func (*TalkServiceGetProfileResult) ReadField1

func (p *TalkServiceGetProfileResult) ReadField1(iprot TProtocol) error

func (*TalkServiceGetProfileResult) String

func (p *TalkServiceGetProfileResult) String() string

func (*TalkServiceGetProfileResult) Write

type TalkServiceGetProximityMatchCandidateListArgs

type TalkServiceGetProximityMatchCandidateListArgs struct {
	// unused field # 1
	SessionId string `thrift:"sessionId,2" db:"sessionId" json:"sessionId"`
}

Attributes:

  • SessionId

func NewTalkServiceGetProximityMatchCandidateListArgs

func NewTalkServiceGetProximityMatchCandidateListArgs() *TalkServiceGetProximityMatchCandidateListArgs

func (*TalkServiceGetProximityMatchCandidateListArgs) GetSessionId

func (*TalkServiceGetProximityMatchCandidateListArgs) Read

func (*TalkServiceGetProximityMatchCandidateListArgs) ReadField2

func (*TalkServiceGetProximityMatchCandidateListArgs) String

func (*TalkServiceGetProximityMatchCandidateListArgs) Write

type TalkServiceGetProximityMatchCandidateListResult

type TalkServiceGetProximityMatchCandidateListResult struct {
	Success *ProximityMatchCandidateResult_ `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException                  `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetProximityMatchCandidateListResult

func NewTalkServiceGetProximityMatchCandidateListResult() *TalkServiceGetProximityMatchCandidateListResult

func (*TalkServiceGetProximityMatchCandidateListResult) GetE

func (*TalkServiceGetProximityMatchCandidateListResult) GetSuccess

func (*TalkServiceGetProximityMatchCandidateListResult) IsSetE

func (*TalkServiceGetProximityMatchCandidateListResult) IsSetSuccess

func (*TalkServiceGetProximityMatchCandidateListResult) Read

func (*TalkServiceGetProximityMatchCandidateListResult) ReadField0

func (*TalkServiceGetProximityMatchCandidateListResult) ReadField1

func (*TalkServiceGetProximityMatchCandidateListResult) String

func (*TalkServiceGetProximityMatchCandidateListResult) Write

type TalkServiceGetProximityMatchCandidatesArgs

type TalkServiceGetProximityMatchCandidatesArgs struct {
	// unused field # 1
	SessionId string `thrift:"sessionId,2" db:"sessionId" json:"sessionId"`
}

Attributes:

  • SessionId

func NewTalkServiceGetProximityMatchCandidatesArgs

func NewTalkServiceGetProximityMatchCandidatesArgs() *TalkServiceGetProximityMatchCandidatesArgs

func (*TalkServiceGetProximityMatchCandidatesArgs) GetSessionId

func (*TalkServiceGetProximityMatchCandidatesArgs) Read

func (*TalkServiceGetProximityMatchCandidatesArgs) ReadField2

func (*TalkServiceGetProximityMatchCandidatesArgs) String

func (*TalkServiceGetProximityMatchCandidatesArgs) Write

type TalkServiceGetProximityMatchCandidatesResult

type TalkServiceGetProximityMatchCandidatesResult struct {
	Success []*Contact     `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetProximityMatchCandidatesResult

func NewTalkServiceGetProximityMatchCandidatesResult() *TalkServiceGetProximityMatchCandidatesResult

func (*TalkServiceGetProximityMatchCandidatesResult) GetE

func (*TalkServiceGetProximityMatchCandidatesResult) GetSuccess

func (*TalkServiceGetProximityMatchCandidatesResult) IsSetE

func (*TalkServiceGetProximityMatchCandidatesResult) IsSetSuccess

func (*TalkServiceGetProximityMatchCandidatesResult) Read

func (*TalkServiceGetProximityMatchCandidatesResult) ReadField0

func (*TalkServiceGetProximityMatchCandidatesResult) ReadField1

func (*TalkServiceGetProximityMatchCandidatesResult) String

func (*TalkServiceGetProximityMatchCandidatesResult) Write

type TalkServiceGetRSAKeyInfoArgs

type TalkServiceGetRSAKeyInfoArgs struct {
	// unused field # 1
	Provider IdentityProvider `thrift:"provider,2" db:"provider" json:"provider"`
}

Attributes:

  • Provider

func NewTalkServiceGetRSAKeyInfoArgs

func NewTalkServiceGetRSAKeyInfoArgs() *TalkServiceGetRSAKeyInfoArgs

func (*TalkServiceGetRSAKeyInfoArgs) GetProvider

func (*TalkServiceGetRSAKeyInfoArgs) Read

func (*TalkServiceGetRSAKeyInfoArgs) ReadField2

func (p *TalkServiceGetRSAKeyInfoArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceGetRSAKeyInfoArgs) String

func (*TalkServiceGetRSAKeyInfoArgs) Write

type TalkServiceGetRSAKeyInfoResult

type TalkServiceGetRSAKeyInfoResult struct {
	Success *RSAKey        `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetRSAKeyInfoResult

func NewTalkServiceGetRSAKeyInfoResult() *TalkServiceGetRSAKeyInfoResult

func (*TalkServiceGetRSAKeyInfoResult) GetE

func (*TalkServiceGetRSAKeyInfoResult) GetSuccess

func (p *TalkServiceGetRSAKeyInfoResult) GetSuccess() *RSAKey

func (*TalkServiceGetRSAKeyInfoResult) IsSetE

func (*TalkServiceGetRSAKeyInfoResult) IsSetSuccess

func (p *TalkServiceGetRSAKeyInfoResult) IsSetSuccess() bool

func (*TalkServiceGetRSAKeyInfoResult) Read

func (*TalkServiceGetRSAKeyInfoResult) ReadField0

func (p *TalkServiceGetRSAKeyInfoResult) ReadField0(iprot TProtocol) error

func (*TalkServiceGetRSAKeyInfoResult) ReadField1

func (p *TalkServiceGetRSAKeyInfoResult) ReadField1(iprot TProtocol) error

func (*TalkServiceGetRSAKeyInfoResult) String

func (*TalkServiceGetRSAKeyInfoResult) Write

type TalkServiceGetRecentMessagesArgs

type TalkServiceGetRecentMessagesArgs struct {
	// unused field # 1
	MessageBoxId  string `thrift:"messageBoxId,2" db:"messageBoxId" json:"messageBoxId"`
	MessagesCount int32  `thrift:"messagesCount,3" db:"messagesCount" json:"messagesCount"`
}

Attributes:

  • MessageBoxId
  • MessagesCount

func NewTalkServiceGetRecentMessagesArgs

func NewTalkServiceGetRecentMessagesArgs() *TalkServiceGetRecentMessagesArgs

func (*TalkServiceGetRecentMessagesArgs) GetMessageBoxId

func (p *TalkServiceGetRecentMessagesArgs) GetMessageBoxId() string

func (*TalkServiceGetRecentMessagesArgs) GetMessagesCount

func (p *TalkServiceGetRecentMessagesArgs) GetMessagesCount() int32

func (*TalkServiceGetRecentMessagesArgs) Read

func (*TalkServiceGetRecentMessagesArgs) ReadField2

func (p *TalkServiceGetRecentMessagesArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceGetRecentMessagesArgs) ReadField3

func (p *TalkServiceGetRecentMessagesArgs) ReadField3(iprot TProtocol) error

func (*TalkServiceGetRecentMessagesArgs) String

func (*TalkServiceGetRecentMessagesArgs) Write

type TalkServiceGetRecentMessagesResult

type TalkServiceGetRecentMessagesResult struct {
	Success []*Message     `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetRecentMessagesResult

func NewTalkServiceGetRecentMessagesResult() *TalkServiceGetRecentMessagesResult

func (*TalkServiceGetRecentMessagesResult) GetE

func (*TalkServiceGetRecentMessagesResult) GetSuccess

func (p *TalkServiceGetRecentMessagesResult) GetSuccess() []*Message

func (*TalkServiceGetRecentMessagesResult) IsSetE

func (*TalkServiceGetRecentMessagesResult) IsSetSuccess

func (p *TalkServiceGetRecentMessagesResult) IsSetSuccess() bool

func (*TalkServiceGetRecentMessagesResult) Read

func (*TalkServiceGetRecentMessagesResult) ReadField0

func (p *TalkServiceGetRecentMessagesResult) ReadField0(iprot TProtocol) error

func (*TalkServiceGetRecentMessagesResult) ReadField1

func (p *TalkServiceGetRecentMessagesResult) ReadField1(iprot TProtocol) error

func (*TalkServiceGetRecentMessagesResult) String

func (*TalkServiceGetRecentMessagesResult) Write

type TalkServiceGetRecentMessagesV2Args

type TalkServiceGetRecentMessagesV2Args struct {
	// unused field # 1
	MessageBoxId  string `thrift:"messageBoxId,2" db:"messageBoxId" json:"messageBoxId"`
	MessagesCount int32  `thrift:"messagesCount,3" db:"messagesCount" json:"messagesCount"`
}

Attributes:

  • MessageBoxId
  • MessagesCount

func NewTalkServiceGetRecentMessagesV2Args

func NewTalkServiceGetRecentMessagesV2Args() *TalkServiceGetRecentMessagesV2Args

func (*TalkServiceGetRecentMessagesV2Args) GetMessageBoxId

func (p *TalkServiceGetRecentMessagesV2Args) GetMessageBoxId() string

func (*TalkServiceGetRecentMessagesV2Args) GetMessagesCount

func (p *TalkServiceGetRecentMessagesV2Args) GetMessagesCount() int32

func (*TalkServiceGetRecentMessagesV2Args) Read

func (*TalkServiceGetRecentMessagesV2Args) ReadField2

func (p *TalkServiceGetRecentMessagesV2Args) ReadField2(iprot TProtocol) error

func (*TalkServiceGetRecentMessagesV2Args) ReadField3

func (p *TalkServiceGetRecentMessagesV2Args) ReadField3(iprot TProtocol) error

func (*TalkServiceGetRecentMessagesV2Args) String

func (*TalkServiceGetRecentMessagesV2Args) Write

type TalkServiceGetRecentMessagesV2Result

type TalkServiceGetRecentMessagesV2Result struct {
	Success []*Message     `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetRecentMessagesV2Result

func NewTalkServiceGetRecentMessagesV2Result() *TalkServiceGetRecentMessagesV2Result

func (*TalkServiceGetRecentMessagesV2Result) GetE

func (*TalkServiceGetRecentMessagesV2Result) GetSuccess

func (p *TalkServiceGetRecentMessagesV2Result) GetSuccess() []*Message

func (*TalkServiceGetRecentMessagesV2Result) IsSetE

func (*TalkServiceGetRecentMessagesV2Result) IsSetSuccess

func (p *TalkServiceGetRecentMessagesV2Result) IsSetSuccess() bool

func (*TalkServiceGetRecentMessagesV2Result) Read

func (*TalkServiceGetRecentMessagesV2Result) ReadField0

func (*TalkServiceGetRecentMessagesV2Result) ReadField1

func (*TalkServiceGetRecentMessagesV2Result) String

func (*TalkServiceGetRecentMessagesV2Result) Write

type TalkServiceGetRecommendationIdsArgs

type TalkServiceGetRecommendationIdsArgs struct {
}

func NewTalkServiceGetRecommendationIdsArgs

func NewTalkServiceGetRecommendationIdsArgs() *TalkServiceGetRecommendationIdsArgs

func (*TalkServiceGetRecommendationIdsArgs) Read

func (*TalkServiceGetRecommendationIdsArgs) String

func (*TalkServiceGetRecommendationIdsArgs) Write

type TalkServiceGetRecommendationIdsResult

type TalkServiceGetRecommendationIdsResult struct {
	Success []string       `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetRecommendationIdsResult

func NewTalkServiceGetRecommendationIdsResult() *TalkServiceGetRecommendationIdsResult

func (*TalkServiceGetRecommendationIdsResult) GetE

func (*TalkServiceGetRecommendationIdsResult) GetSuccess

func (*TalkServiceGetRecommendationIdsResult) IsSetE

func (*TalkServiceGetRecommendationIdsResult) IsSetSuccess

func (p *TalkServiceGetRecommendationIdsResult) IsSetSuccess() bool

func (*TalkServiceGetRecommendationIdsResult) Read

func (*TalkServiceGetRecommendationIdsResult) ReadField0

func (*TalkServiceGetRecommendationIdsResult) ReadField1

func (*TalkServiceGetRecommendationIdsResult) String

func (*TalkServiceGetRecommendationIdsResult) Write

type TalkServiceGetRoomArgs

type TalkServiceGetRoomArgs struct {
	// unused field # 1
	RoomId string `thrift:"roomId,2" db:"roomId" json:"roomId"`
}

Attributes:

  • RoomId

func NewTalkServiceGetRoomArgs

func NewTalkServiceGetRoomArgs() *TalkServiceGetRoomArgs

func (*TalkServiceGetRoomArgs) GetRoomId

func (p *TalkServiceGetRoomArgs) GetRoomId() string

func (*TalkServiceGetRoomArgs) Read

func (p *TalkServiceGetRoomArgs) Read(iprot TProtocol) error

func (*TalkServiceGetRoomArgs) ReadField2

func (p *TalkServiceGetRoomArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceGetRoomArgs) String

func (p *TalkServiceGetRoomArgs) String() string

func (*TalkServiceGetRoomArgs) Write

func (p *TalkServiceGetRoomArgs) Write(oprot TProtocol) error

type TalkServiceGetRoomResult

type TalkServiceGetRoomResult struct {
	Success *Room          `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetRoomResult

func NewTalkServiceGetRoomResult() *TalkServiceGetRoomResult

func (*TalkServiceGetRoomResult) GetE

func (*TalkServiceGetRoomResult) GetSuccess

func (p *TalkServiceGetRoomResult) GetSuccess() *Room

func (*TalkServiceGetRoomResult) IsSetE

func (p *TalkServiceGetRoomResult) IsSetE() bool

func (*TalkServiceGetRoomResult) IsSetSuccess

func (p *TalkServiceGetRoomResult) IsSetSuccess() bool

func (*TalkServiceGetRoomResult) Read

func (p *TalkServiceGetRoomResult) Read(iprot TProtocol) error

func (*TalkServiceGetRoomResult) ReadField0

func (p *TalkServiceGetRoomResult) ReadField0(iprot TProtocol) error

func (*TalkServiceGetRoomResult) ReadField1

func (p *TalkServiceGetRoomResult) ReadField1(iprot TProtocol) error

func (*TalkServiceGetRoomResult) String

func (p *TalkServiceGetRoomResult) String() string

func (*TalkServiceGetRoomResult) Write

func (p *TalkServiceGetRoomResult) Write(oprot TProtocol) error

type TalkServiceGetServerTimeArgs

type TalkServiceGetServerTimeArgs struct {
}

func NewTalkServiceGetServerTimeArgs

func NewTalkServiceGetServerTimeArgs() *TalkServiceGetServerTimeArgs

func (*TalkServiceGetServerTimeArgs) Read

func (*TalkServiceGetServerTimeArgs) String

func (*TalkServiceGetServerTimeArgs) Write

type TalkServiceGetServerTimeResult

type TalkServiceGetServerTimeResult struct {
	Success *int64         `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetServerTimeResult

func NewTalkServiceGetServerTimeResult() *TalkServiceGetServerTimeResult

func (*TalkServiceGetServerTimeResult) GetE

func (*TalkServiceGetServerTimeResult) GetSuccess

func (p *TalkServiceGetServerTimeResult) GetSuccess() int64

func (*TalkServiceGetServerTimeResult) IsSetE

func (*TalkServiceGetServerTimeResult) IsSetSuccess

func (p *TalkServiceGetServerTimeResult) IsSetSuccess() bool

func (*TalkServiceGetServerTimeResult) Read

func (*TalkServiceGetServerTimeResult) ReadField0

func (p *TalkServiceGetServerTimeResult) ReadField0(iprot TProtocol) error

func (*TalkServiceGetServerTimeResult) ReadField1

func (p *TalkServiceGetServerTimeResult) ReadField1(iprot TProtocol) error

func (*TalkServiceGetServerTimeResult) String

func (*TalkServiceGetServerTimeResult) Write

type TalkServiceGetSessionsArgs

type TalkServiceGetSessionsArgs struct {
}

func NewTalkServiceGetSessionsArgs

func NewTalkServiceGetSessionsArgs() *TalkServiceGetSessionsArgs

func (*TalkServiceGetSessionsArgs) Read

func (*TalkServiceGetSessionsArgs) String

func (p *TalkServiceGetSessionsArgs) String() string

func (*TalkServiceGetSessionsArgs) Write

func (p *TalkServiceGetSessionsArgs) Write(oprot TProtocol) error

type TalkServiceGetSessionsResult

type TalkServiceGetSessionsResult struct {
	Success []*LoginSession `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException  `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetSessionsResult

func NewTalkServiceGetSessionsResult() *TalkServiceGetSessionsResult

func (*TalkServiceGetSessionsResult) GetE

func (*TalkServiceGetSessionsResult) GetSuccess

func (p *TalkServiceGetSessionsResult) GetSuccess() []*LoginSession

func (*TalkServiceGetSessionsResult) IsSetE

func (p *TalkServiceGetSessionsResult) IsSetE() bool

func (*TalkServiceGetSessionsResult) IsSetSuccess

func (p *TalkServiceGetSessionsResult) IsSetSuccess() bool

func (*TalkServiceGetSessionsResult) Read

func (*TalkServiceGetSessionsResult) ReadField0

func (p *TalkServiceGetSessionsResult) ReadField0(iprot TProtocol) error

func (*TalkServiceGetSessionsResult) ReadField1

func (p *TalkServiceGetSessionsResult) ReadField1(iprot TProtocol) error

func (*TalkServiceGetSessionsResult) String

func (*TalkServiceGetSessionsResult) Write

type TalkServiceGetSettingsArgs

type TalkServiceGetSettingsArgs struct {
}

func NewTalkServiceGetSettingsArgs

func NewTalkServiceGetSettingsArgs() *TalkServiceGetSettingsArgs

func (*TalkServiceGetSettingsArgs) Read

func (*TalkServiceGetSettingsArgs) String

func (p *TalkServiceGetSettingsArgs) String() string

func (*TalkServiceGetSettingsArgs) Write

func (p *TalkServiceGetSettingsArgs) Write(oprot TProtocol) error

type TalkServiceGetSettingsAttributesArgs

type TalkServiceGetSettingsAttributesArgs struct {
	// unused field # 1
	AttrBitset int32 `thrift:"attrBitset,2" db:"attrBitset" json:"attrBitset"`
}

Attributes:

  • AttrBitset

func NewTalkServiceGetSettingsAttributesArgs

func NewTalkServiceGetSettingsAttributesArgs() *TalkServiceGetSettingsAttributesArgs

func (*TalkServiceGetSettingsAttributesArgs) GetAttrBitset

func (p *TalkServiceGetSettingsAttributesArgs) GetAttrBitset() int32

func (*TalkServiceGetSettingsAttributesArgs) Read

func (*TalkServiceGetSettingsAttributesArgs) ReadField2

func (*TalkServiceGetSettingsAttributesArgs) String

func (*TalkServiceGetSettingsAttributesArgs) Write

type TalkServiceGetSettingsAttributesResult

type TalkServiceGetSettingsAttributesResult struct {
	Success *Settings      `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetSettingsAttributesResult

func NewTalkServiceGetSettingsAttributesResult() *TalkServiceGetSettingsAttributesResult

func (*TalkServiceGetSettingsAttributesResult) GetE

func (*TalkServiceGetSettingsAttributesResult) GetSuccess

func (*TalkServiceGetSettingsAttributesResult) IsSetE

func (*TalkServiceGetSettingsAttributesResult) IsSetSuccess

func (p *TalkServiceGetSettingsAttributesResult) IsSetSuccess() bool

func (*TalkServiceGetSettingsAttributesResult) Read

func (*TalkServiceGetSettingsAttributesResult) ReadField0

func (*TalkServiceGetSettingsAttributesResult) ReadField1

func (*TalkServiceGetSettingsAttributesResult) String

func (*TalkServiceGetSettingsAttributesResult) Write

type TalkServiceGetSettingsResult

type TalkServiceGetSettingsResult struct {
	Success *Settings      `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetSettingsResult

func NewTalkServiceGetSettingsResult() *TalkServiceGetSettingsResult

func (*TalkServiceGetSettingsResult) GetE

func (*TalkServiceGetSettingsResult) GetSuccess

func (p *TalkServiceGetSettingsResult) GetSuccess() *Settings

func (*TalkServiceGetSettingsResult) IsSetE

func (p *TalkServiceGetSettingsResult) IsSetE() bool

func (*TalkServiceGetSettingsResult) IsSetSuccess

func (p *TalkServiceGetSettingsResult) IsSetSuccess() bool

func (*TalkServiceGetSettingsResult) Read

func (*TalkServiceGetSettingsResult) ReadField0

func (p *TalkServiceGetSettingsResult) ReadField0(iprot TProtocol) error

func (*TalkServiceGetSettingsResult) ReadField1

func (p *TalkServiceGetSettingsResult) ReadField1(iprot TProtocol) error

func (*TalkServiceGetSettingsResult) String

func (*TalkServiceGetSettingsResult) Write

type TalkServiceGetSystemConfigurationArgs

type TalkServiceGetSystemConfigurationArgs struct {
}

func NewTalkServiceGetSystemConfigurationArgs

func NewTalkServiceGetSystemConfigurationArgs() *TalkServiceGetSystemConfigurationArgs

func (*TalkServiceGetSystemConfigurationArgs) Read

func (*TalkServiceGetSystemConfigurationArgs) String

func (*TalkServiceGetSystemConfigurationArgs) Write

type TalkServiceGetSystemConfigurationResult

type TalkServiceGetSystemConfigurationResult struct {
	Success *SystemConfiguration `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException       `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetSystemConfigurationResult

func NewTalkServiceGetSystemConfigurationResult() *TalkServiceGetSystemConfigurationResult

func (*TalkServiceGetSystemConfigurationResult) GetE

func (*TalkServiceGetSystemConfigurationResult) GetSuccess

func (*TalkServiceGetSystemConfigurationResult) IsSetE

func (*TalkServiceGetSystemConfigurationResult) IsSetSuccess

func (*TalkServiceGetSystemConfigurationResult) Read

func (*TalkServiceGetSystemConfigurationResult) ReadField0

func (*TalkServiceGetSystemConfigurationResult) ReadField1

func (*TalkServiceGetSystemConfigurationResult) String

func (*TalkServiceGetSystemConfigurationResult) Write

type TalkServiceGetUserTicketArgs

type TalkServiceGetUserTicketArgs struct {
}

func NewTalkServiceGetUserTicketArgs

func NewTalkServiceGetUserTicketArgs() *TalkServiceGetUserTicketArgs

func (*TalkServiceGetUserTicketArgs) Read

func (*TalkServiceGetUserTicketArgs) String

func (*TalkServiceGetUserTicketArgs) Write

type TalkServiceGetUserTicketResult

type TalkServiceGetUserTicketResult struct {
	Success *Ticket        `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetUserTicketResult

func NewTalkServiceGetUserTicketResult() *TalkServiceGetUserTicketResult

func (*TalkServiceGetUserTicketResult) GetE

func (*TalkServiceGetUserTicketResult) GetSuccess

func (p *TalkServiceGetUserTicketResult) GetSuccess() *Ticket

func (*TalkServiceGetUserTicketResult) IsSetE

func (*TalkServiceGetUserTicketResult) IsSetSuccess

func (p *TalkServiceGetUserTicketResult) IsSetSuccess() bool

func (*TalkServiceGetUserTicketResult) Read

func (*TalkServiceGetUserTicketResult) ReadField0

func (p *TalkServiceGetUserTicketResult) ReadField0(iprot TProtocol) error

func (*TalkServiceGetUserTicketResult) ReadField1

func (p *TalkServiceGetUserTicketResult) ReadField1(iprot TProtocol) error

func (*TalkServiceGetUserTicketResult) String

func (*TalkServiceGetUserTicketResult) Write

type TalkServiceGetWapInvitationArgs

type TalkServiceGetWapInvitationArgs struct {
	// unused field # 1
	InvitationHash string `thrift:"invitationHash,2" db:"invitationHash" json:"invitationHash"`
}

Attributes:

  • InvitationHash

func NewTalkServiceGetWapInvitationArgs

func NewTalkServiceGetWapInvitationArgs() *TalkServiceGetWapInvitationArgs

func (*TalkServiceGetWapInvitationArgs) GetInvitationHash

func (p *TalkServiceGetWapInvitationArgs) GetInvitationHash() string

func (*TalkServiceGetWapInvitationArgs) Read

func (*TalkServiceGetWapInvitationArgs) ReadField2

func (p *TalkServiceGetWapInvitationArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceGetWapInvitationArgs) String

func (*TalkServiceGetWapInvitationArgs) Write

type TalkServiceGetWapInvitationResult

type TalkServiceGetWapInvitationResult struct {
	Success *WapInvitation `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetWapInvitationResult

func NewTalkServiceGetWapInvitationResult() *TalkServiceGetWapInvitationResult

func (*TalkServiceGetWapInvitationResult) GetE

func (*TalkServiceGetWapInvitationResult) GetSuccess

func (*TalkServiceGetWapInvitationResult) IsSetE

func (*TalkServiceGetWapInvitationResult) IsSetSuccess

func (p *TalkServiceGetWapInvitationResult) IsSetSuccess() bool

func (*TalkServiceGetWapInvitationResult) Read

func (*TalkServiceGetWapInvitationResult) ReadField0

func (p *TalkServiceGetWapInvitationResult) ReadField0(iprot TProtocol) error

func (*TalkServiceGetWapInvitationResult) ReadField1

func (p *TalkServiceGetWapInvitationResult) ReadField1(iprot TProtocol) error

func (*TalkServiceGetWapInvitationResult) String

func (*TalkServiceGetWapInvitationResult) Write

type TalkServiceInvalidateUserTicketArgs

type TalkServiceInvalidateUserTicketArgs struct {
}

func NewTalkServiceInvalidateUserTicketArgs

func NewTalkServiceInvalidateUserTicketArgs() *TalkServiceInvalidateUserTicketArgs

func (*TalkServiceInvalidateUserTicketArgs) Read

func (*TalkServiceInvalidateUserTicketArgs) String

func (*TalkServiceInvalidateUserTicketArgs) Write

type TalkServiceInvalidateUserTicketResult

type TalkServiceInvalidateUserTicketResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceInvalidateUserTicketResult

func NewTalkServiceInvalidateUserTicketResult() *TalkServiceInvalidateUserTicketResult

func (*TalkServiceInvalidateUserTicketResult) GetE

func (*TalkServiceInvalidateUserTicketResult) IsSetE

func (*TalkServiceInvalidateUserTicketResult) Read

func (*TalkServiceInvalidateUserTicketResult) ReadField1

func (*TalkServiceInvalidateUserTicketResult) String

func (*TalkServiceInvalidateUserTicketResult) Write

type TalkServiceInviteFriendsBySmsArgs

type TalkServiceInviteFriendsBySmsArgs struct {
	// unused field # 1
	PhoneNumberList []string `thrift:"phoneNumberList,2" db:"phoneNumberList" json:"phoneNumberList"`
}

Attributes:

  • PhoneNumberList

func NewTalkServiceInviteFriendsBySmsArgs

func NewTalkServiceInviteFriendsBySmsArgs() *TalkServiceInviteFriendsBySmsArgs

func (*TalkServiceInviteFriendsBySmsArgs) GetPhoneNumberList

func (p *TalkServiceInviteFriendsBySmsArgs) GetPhoneNumberList() []string

func (*TalkServiceInviteFriendsBySmsArgs) Read

func (*TalkServiceInviteFriendsBySmsArgs) ReadField2

func (p *TalkServiceInviteFriendsBySmsArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceInviteFriendsBySmsArgs) String

func (*TalkServiceInviteFriendsBySmsArgs) Write

type TalkServiceInviteFriendsBySmsResult

type TalkServiceInviteFriendsBySmsResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceInviteFriendsBySmsResult

func NewTalkServiceInviteFriendsBySmsResult() *TalkServiceInviteFriendsBySmsResult

func (*TalkServiceInviteFriendsBySmsResult) GetE

func (*TalkServiceInviteFriendsBySmsResult) IsSetE

func (*TalkServiceInviteFriendsBySmsResult) Read

func (*TalkServiceInviteFriendsBySmsResult) ReadField1

func (*TalkServiceInviteFriendsBySmsResult) String

func (*TalkServiceInviteFriendsBySmsResult) Write

type TalkServiceInviteIntoChatArgs

type TalkServiceInviteIntoChatArgs struct {
	Request *InviteIntoChatRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewTalkServiceInviteIntoChatArgs

func NewTalkServiceInviteIntoChatArgs() *TalkServiceInviteIntoChatArgs

func (*TalkServiceInviteIntoChatArgs) GetRequest

func (*TalkServiceInviteIntoChatArgs) IsSetRequest

func (p *TalkServiceInviteIntoChatArgs) IsSetRequest() bool

func (*TalkServiceInviteIntoChatArgs) Read

func (*TalkServiceInviteIntoChatArgs) ReadField1

func (p *TalkServiceInviteIntoChatArgs) ReadField1(iprot TProtocol) error

func (*TalkServiceInviteIntoChatArgs) String

func (*TalkServiceInviteIntoChatArgs) Write

type TalkServiceInviteIntoChatResult

type TalkServiceInviteIntoChatResult struct {
	Success *InviteIntoChatResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException          `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceInviteIntoChatResult

func NewTalkServiceInviteIntoChatResult() *TalkServiceInviteIntoChatResult

func (*TalkServiceInviteIntoChatResult) GetE

func (*TalkServiceInviteIntoChatResult) GetSuccess

func (*TalkServiceInviteIntoChatResult) IsSetE

func (*TalkServiceInviteIntoChatResult) IsSetSuccess

func (p *TalkServiceInviteIntoChatResult) IsSetSuccess() bool

func (*TalkServiceInviteIntoChatResult) Read

func (*TalkServiceInviteIntoChatResult) ReadField0

func (p *TalkServiceInviteIntoChatResult) ReadField0(iprot TProtocol) error

func (*TalkServiceInviteIntoChatResult) ReadField1

func (p *TalkServiceInviteIntoChatResult) ReadField1(iprot TProtocol) error

func (*TalkServiceInviteIntoChatResult) String

func (*TalkServiceInviteIntoChatResult) Write

type TalkServiceInviteIntoGroupArgs

type TalkServiceInviteIntoGroupArgs struct {
	ReqSeq     int32    `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"`
	GroupId    string   `thrift:"groupId,2" db:"groupId" json:"groupId"`
	ContactIds []string `thrift:"contactIds,3" db:"contactIds" json:"contactIds"`
}

Attributes:

  • ReqSeq
  • GroupId
  • ContactIds

func NewTalkServiceInviteIntoGroupArgs

func NewTalkServiceInviteIntoGroupArgs() *TalkServiceInviteIntoGroupArgs

func (*TalkServiceInviteIntoGroupArgs) GetContactIds

func (p *TalkServiceInviteIntoGroupArgs) GetContactIds() []string

func (*TalkServiceInviteIntoGroupArgs) GetGroupId

func (p *TalkServiceInviteIntoGroupArgs) GetGroupId() string

func (*TalkServiceInviteIntoGroupArgs) GetReqSeq

func (p *TalkServiceInviteIntoGroupArgs) GetReqSeq() int32

func (*TalkServiceInviteIntoGroupArgs) Read

func (*TalkServiceInviteIntoGroupArgs) ReadField1

func (p *TalkServiceInviteIntoGroupArgs) ReadField1(iprot TProtocol) error

func (*TalkServiceInviteIntoGroupArgs) ReadField2

func (p *TalkServiceInviteIntoGroupArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceInviteIntoGroupArgs) ReadField3

func (p *TalkServiceInviteIntoGroupArgs) ReadField3(iprot TProtocol) error

func (*TalkServiceInviteIntoGroupArgs) String

func (*TalkServiceInviteIntoGroupArgs) Write

type TalkServiceInviteIntoGroupResult

type TalkServiceInviteIntoGroupResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceInviteIntoGroupResult

func NewTalkServiceInviteIntoGroupResult() *TalkServiceInviteIntoGroupResult

func (*TalkServiceInviteIntoGroupResult) GetE

func (*TalkServiceInviteIntoGroupResult) IsSetE

func (*TalkServiceInviteIntoGroupResult) Read

func (*TalkServiceInviteIntoGroupResult) ReadField1

func (p *TalkServiceInviteIntoGroupResult) ReadField1(iprot TProtocol) error

func (*TalkServiceInviteIntoGroupResult) String

func (*TalkServiceInviteIntoGroupResult) Write

type TalkServiceInviteIntoRoomArgs

type TalkServiceInviteIntoRoomArgs struct {
	ReqSeq     int32    `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"`
	RoomId     string   `thrift:"roomId,2" db:"roomId" json:"roomId"`
	ContactIds []string `thrift:"contactIds,3" db:"contactIds" json:"contactIds"`
}

Attributes:

  • ReqSeq
  • RoomId
  • ContactIds

func NewTalkServiceInviteIntoRoomArgs

func NewTalkServiceInviteIntoRoomArgs() *TalkServiceInviteIntoRoomArgs

func (*TalkServiceInviteIntoRoomArgs) GetContactIds

func (p *TalkServiceInviteIntoRoomArgs) GetContactIds() []string

func (*TalkServiceInviteIntoRoomArgs) GetReqSeq

func (p *TalkServiceInviteIntoRoomArgs) GetReqSeq() int32

func (*TalkServiceInviteIntoRoomArgs) GetRoomId

func (p *TalkServiceInviteIntoRoomArgs) GetRoomId() string

func (*TalkServiceInviteIntoRoomArgs) Read

func (*TalkServiceInviteIntoRoomArgs) ReadField1

func (p *TalkServiceInviteIntoRoomArgs) ReadField1(iprot TProtocol) error

func (*TalkServiceInviteIntoRoomArgs) ReadField2

func (p *TalkServiceInviteIntoRoomArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceInviteIntoRoomArgs) ReadField3

func (p *TalkServiceInviteIntoRoomArgs) ReadField3(iprot TProtocol) error

func (*TalkServiceInviteIntoRoomArgs) String

func (*TalkServiceInviteIntoRoomArgs) Write

type TalkServiceInviteIntoRoomResult

type TalkServiceInviteIntoRoomResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceInviteIntoRoomResult

func NewTalkServiceInviteIntoRoomResult() *TalkServiceInviteIntoRoomResult

func (*TalkServiceInviteIntoRoomResult) GetE

func (*TalkServiceInviteIntoRoomResult) IsSetE

func (*TalkServiceInviteIntoRoomResult) Read

func (*TalkServiceInviteIntoRoomResult) ReadField1

func (p *TalkServiceInviteIntoRoomResult) ReadField1(iprot TProtocol) error

func (*TalkServiceInviteIntoRoomResult) String

func (*TalkServiceInviteIntoRoomResult) Write

type TalkServiceInviteViaEmailArgs

type TalkServiceInviteViaEmailArgs struct {
	ReqSeq int32  `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"`
	Email  string `thrift:"email,2" db:"email" json:"email"`
	Name   string `thrift:"name,3" db:"name" json:"name"`
}

Attributes:

  • ReqSeq
  • Email
  • Name

func NewTalkServiceInviteViaEmailArgs

func NewTalkServiceInviteViaEmailArgs() *TalkServiceInviteViaEmailArgs

func (*TalkServiceInviteViaEmailArgs) GetEmail

func (p *TalkServiceInviteViaEmailArgs) GetEmail() string

func (*TalkServiceInviteViaEmailArgs) GetName

func (*TalkServiceInviteViaEmailArgs) GetReqSeq

func (p *TalkServiceInviteViaEmailArgs) GetReqSeq() int32

func (*TalkServiceInviteViaEmailArgs) Read

func (*TalkServiceInviteViaEmailArgs) ReadField1

func (p *TalkServiceInviteViaEmailArgs) ReadField1(iprot TProtocol) error

func (*TalkServiceInviteViaEmailArgs) ReadField2

func (p *TalkServiceInviteViaEmailArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceInviteViaEmailArgs) ReadField3

func (p *TalkServiceInviteViaEmailArgs) ReadField3(iprot TProtocol) error

func (*TalkServiceInviteViaEmailArgs) String

func (*TalkServiceInviteViaEmailArgs) Write

type TalkServiceInviteViaEmailResult

type TalkServiceInviteViaEmailResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceInviteViaEmailResult

func NewTalkServiceInviteViaEmailResult() *TalkServiceInviteViaEmailResult

func (*TalkServiceInviteViaEmailResult) GetE

func (*TalkServiceInviteViaEmailResult) IsSetE

func (*TalkServiceInviteViaEmailResult) Read

func (*TalkServiceInviteViaEmailResult) ReadField1

func (p *TalkServiceInviteViaEmailResult) ReadField1(iprot TProtocol) error

func (*TalkServiceInviteViaEmailResult) String

func (*TalkServiceInviteViaEmailResult) Write

type TalkServiceIsIdentityIdentifierAvailableArgs

type TalkServiceIsIdentityIdentifierAvailableArgs struct {
	// unused field # 1
	Identifier string           `thrift:"identifier,2" db:"identifier" json:"identifier"`
	Provider   IdentityProvider `thrift:"provider,3" db:"provider" json:"provider"`
}

Attributes:

  • Provider
  • Identifier

func NewTalkServiceIsIdentityIdentifierAvailableArgs

func NewTalkServiceIsIdentityIdentifierAvailableArgs() *TalkServiceIsIdentityIdentifierAvailableArgs

func (*TalkServiceIsIdentityIdentifierAvailableArgs) GetIdentifier

func (*TalkServiceIsIdentityIdentifierAvailableArgs) GetProvider

func (*TalkServiceIsIdentityIdentifierAvailableArgs) Read

func (*TalkServiceIsIdentityIdentifierAvailableArgs) ReadField2

func (*TalkServiceIsIdentityIdentifierAvailableArgs) ReadField3

func (*TalkServiceIsIdentityIdentifierAvailableArgs) String

func (*TalkServiceIsIdentityIdentifierAvailableArgs) Write

type TalkServiceIsIdentityIdentifierAvailableResult

type TalkServiceIsIdentityIdentifierAvailableResult struct {
	Success *bool          `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceIsIdentityIdentifierAvailableResult

func NewTalkServiceIsIdentityIdentifierAvailableResult() *TalkServiceIsIdentityIdentifierAvailableResult

func (*TalkServiceIsIdentityIdentifierAvailableResult) GetE

func (*TalkServiceIsIdentityIdentifierAvailableResult) GetSuccess

func (*TalkServiceIsIdentityIdentifierAvailableResult) IsSetE

func (*TalkServiceIsIdentityIdentifierAvailableResult) IsSetSuccess

func (*TalkServiceIsIdentityIdentifierAvailableResult) Read

func (*TalkServiceIsIdentityIdentifierAvailableResult) ReadField0

func (*TalkServiceIsIdentityIdentifierAvailableResult) ReadField1

func (*TalkServiceIsIdentityIdentifierAvailableResult) String

func (*TalkServiceIsIdentityIdentifierAvailableResult) Write

type TalkServiceIsUseridAvailableArgs

type TalkServiceIsUseridAvailableArgs struct {
	// unused field # 1
	Userid string `thrift:"userid,2" db:"userid" json:"userid"`
}

Attributes:

  • Userid

func NewTalkServiceIsUseridAvailableArgs

func NewTalkServiceIsUseridAvailableArgs() *TalkServiceIsUseridAvailableArgs

func (*TalkServiceIsUseridAvailableArgs) GetUserid

func (*TalkServiceIsUseridAvailableArgs) Read

func (*TalkServiceIsUseridAvailableArgs) ReadField2

func (p *TalkServiceIsUseridAvailableArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceIsUseridAvailableArgs) String

func (*TalkServiceIsUseridAvailableArgs) Write

type TalkServiceIsUseridAvailableResult

type TalkServiceIsUseridAvailableResult struct {
	Success *bool          `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceIsUseridAvailableResult

func NewTalkServiceIsUseridAvailableResult() *TalkServiceIsUseridAvailableResult

func (*TalkServiceIsUseridAvailableResult) GetE

func (*TalkServiceIsUseridAvailableResult) GetSuccess

func (p *TalkServiceIsUseridAvailableResult) GetSuccess() bool

func (*TalkServiceIsUseridAvailableResult) IsSetE

func (*TalkServiceIsUseridAvailableResult) IsSetSuccess

func (p *TalkServiceIsUseridAvailableResult) IsSetSuccess() bool

func (*TalkServiceIsUseridAvailableResult) Read

func (*TalkServiceIsUseridAvailableResult) ReadField0

func (p *TalkServiceIsUseridAvailableResult) ReadField0(iprot TProtocol) error

func (*TalkServiceIsUseridAvailableResult) ReadField1

func (p *TalkServiceIsUseridAvailableResult) ReadField1(iprot TProtocol) error

func (*TalkServiceIsUseridAvailableResult) String

func (*TalkServiceIsUseridAvailableResult) Write

type TalkServiceKickoutFromGroupArgs

type TalkServiceKickoutFromGroupArgs struct {
	ReqSeq     int32    `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"`
	GroupId    string   `thrift:"groupId,2" db:"groupId" json:"groupId"`
	ContactIds []string `thrift:"contactIds,3" db:"contactIds" json:"contactIds"`
}

================================================================================================================================== Attributes:

  • ReqSeq
  • GroupId
  • ContactIds

func NewTalkServiceKickoutFromGroupArgs

func NewTalkServiceKickoutFromGroupArgs() *TalkServiceKickoutFromGroupArgs

func (*TalkServiceKickoutFromGroupArgs) GetContactIds

func (p *TalkServiceKickoutFromGroupArgs) GetContactIds() []string

func (*TalkServiceKickoutFromGroupArgs) GetGroupId

func (p *TalkServiceKickoutFromGroupArgs) GetGroupId() string

func (*TalkServiceKickoutFromGroupArgs) GetReqSeq

func (p *TalkServiceKickoutFromGroupArgs) GetReqSeq() int32

func (*TalkServiceKickoutFromGroupArgs) Read

func (*TalkServiceKickoutFromGroupArgs) ReadField1

func (p *TalkServiceKickoutFromGroupArgs) ReadField1(iprot TProtocol) error

func (*TalkServiceKickoutFromGroupArgs) ReadField2

func (p *TalkServiceKickoutFromGroupArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceKickoutFromGroupArgs) ReadField3

func (p *TalkServiceKickoutFromGroupArgs) ReadField3(iprot TProtocol) error

func (*TalkServiceKickoutFromGroupArgs) String

func (*TalkServiceKickoutFromGroupArgs) Write

type TalkServiceKickoutFromGroupResult

type TalkServiceKickoutFromGroupResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceKickoutFromGroupResult

func NewTalkServiceKickoutFromGroupResult() *TalkServiceKickoutFromGroupResult

func (*TalkServiceKickoutFromGroupResult) GetE

func (*TalkServiceKickoutFromGroupResult) IsSetE

func (*TalkServiceKickoutFromGroupResult) Read

func (*TalkServiceKickoutFromGroupResult) ReadField1

func (p *TalkServiceKickoutFromGroupResult) ReadField1(iprot TProtocol) error

func (*TalkServiceKickoutFromGroupResult) String

func (*TalkServiceKickoutFromGroupResult) Write

type TalkServiceLeaveGroupArgs

type TalkServiceLeaveGroupArgs struct {
	ReqSeq  int32  `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"`
	GroupId string `thrift:"groupId,2" db:"groupId" json:"groupId"`
}

Attributes:

  • ReqSeq
  • GroupId

func NewTalkServiceLeaveGroupArgs

func NewTalkServiceLeaveGroupArgs() *TalkServiceLeaveGroupArgs

func (*TalkServiceLeaveGroupArgs) GetGroupId

func (p *TalkServiceLeaveGroupArgs) GetGroupId() string

func (*TalkServiceLeaveGroupArgs) GetReqSeq

func (p *TalkServiceLeaveGroupArgs) GetReqSeq() int32

func (*TalkServiceLeaveGroupArgs) Read

func (p *TalkServiceLeaveGroupArgs) Read(iprot TProtocol) error

func (*TalkServiceLeaveGroupArgs) ReadField1

func (p *TalkServiceLeaveGroupArgs) ReadField1(iprot TProtocol) error

func (*TalkServiceLeaveGroupArgs) ReadField2

func (p *TalkServiceLeaveGroupArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceLeaveGroupArgs) String

func (p *TalkServiceLeaveGroupArgs) String() string

func (*TalkServiceLeaveGroupArgs) Write

func (p *TalkServiceLeaveGroupArgs) Write(oprot TProtocol) error

type TalkServiceLeaveGroupResult

type TalkServiceLeaveGroupResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceLeaveGroupResult

func NewTalkServiceLeaveGroupResult() *TalkServiceLeaveGroupResult

func (*TalkServiceLeaveGroupResult) GetE

func (*TalkServiceLeaveGroupResult) IsSetE

func (p *TalkServiceLeaveGroupResult) IsSetE() bool

func (*TalkServiceLeaveGroupResult) Read

func (*TalkServiceLeaveGroupResult) ReadField1

func (p *TalkServiceLeaveGroupResult) ReadField1(iprot TProtocol) error

func (*TalkServiceLeaveGroupResult) String

func (p *TalkServiceLeaveGroupResult) String() string

func (*TalkServiceLeaveGroupResult) Write

type TalkServiceLeaveRoomArgs

type TalkServiceLeaveRoomArgs struct {
	ReqSeq int32  `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"`
	RoomId string `thrift:"roomId,2" db:"roomId" json:"roomId"`
}

Attributes:

  • ReqSeq
  • RoomId

func NewTalkServiceLeaveRoomArgs

func NewTalkServiceLeaveRoomArgs() *TalkServiceLeaveRoomArgs

func (*TalkServiceLeaveRoomArgs) GetReqSeq

func (p *TalkServiceLeaveRoomArgs) GetReqSeq() int32

func (*TalkServiceLeaveRoomArgs) GetRoomId

func (p *TalkServiceLeaveRoomArgs) GetRoomId() string

func (*TalkServiceLeaveRoomArgs) Read

func (p *TalkServiceLeaveRoomArgs) Read(iprot TProtocol) error

func (*TalkServiceLeaveRoomArgs) ReadField1

func (p *TalkServiceLeaveRoomArgs) ReadField1(iprot TProtocol) error

func (*TalkServiceLeaveRoomArgs) ReadField2

func (p *TalkServiceLeaveRoomArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceLeaveRoomArgs) String

func (p *TalkServiceLeaveRoomArgs) String() string

func (*TalkServiceLeaveRoomArgs) Write

func (p *TalkServiceLeaveRoomArgs) Write(oprot TProtocol) error

type TalkServiceLeaveRoomResult

type TalkServiceLeaveRoomResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceLeaveRoomResult

func NewTalkServiceLeaveRoomResult() *TalkServiceLeaveRoomResult

func (*TalkServiceLeaveRoomResult) GetE

func (*TalkServiceLeaveRoomResult) IsSetE

func (p *TalkServiceLeaveRoomResult) IsSetE() bool

func (*TalkServiceLeaveRoomResult) Read

func (*TalkServiceLeaveRoomResult) ReadField1

func (p *TalkServiceLeaveRoomResult) ReadField1(iprot TProtocol) error

func (*TalkServiceLeaveRoomResult) String

func (p *TalkServiceLeaveRoomResult) String() string

func (*TalkServiceLeaveRoomResult) Write

func (p *TalkServiceLeaveRoomResult) Write(oprot TProtocol) error

type TalkServiceLoginWithIdentityCredentialArgs

type TalkServiceLoginWithIdentityCredentialArgs struct {
	// unused fields # 1 to 2
	Identifier       string           `thrift:"identifier,3" db:"identifier" json:"identifier"`
	Password         string           `thrift:"password,4" db:"password" json:"password"`
	KeepLoggedIn     bool             `thrift:"keepLoggedIn,5" db:"keepLoggedIn" json:"keepLoggedIn"`
	AccessLocation   string           `thrift:"accessLocation,6" db:"accessLocation" json:"accessLocation"`
	SystemName       string           `thrift:"systemName,7" db:"systemName" json:"systemName"`
	IdentityProvider IdentityProvider `thrift:"identityProvider,8" db:"identityProvider" json:"identityProvider"`
	Certificate      string           `thrift:"certificate,9" db:"certificate" json:"certificate"`
}

Attributes:

  • IdentityProvider
  • Identifier
  • Password
  • KeepLoggedIn
  • AccessLocation
  • SystemName
  • Certificate

func NewTalkServiceLoginWithIdentityCredentialArgs

func NewTalkServiceLoginWithIdentityCredentialArgs() *TalkServiceLoginWithIdentityCredentialArgs

func (*TalkServiceLoginWithIdentityCredentialArgs) GetAccessLocation

func (p *TalkServiceLoginWithIdentityCredentialArgs) GetAccessLocation() string

func (*TalkServiceLoginWithIdentityCredentialArgs) GetCertificate

func (*TalkServiceLoginWithIdentityCredentialArgs) GetIdentifier

func (*TalkServiceLoginWithIdentityCredentialArgs) GetIdentityProvider

func (*TalkServiceLoginWithIdentityCredentialArgs) GetKeepLoggedIn

func (p *TalkServiceLoginWithIdentityCredentialArgs) GetKeepLoggedIn() bool

func (*TalkServiceLoginWithIdentityCredentialArgs) GetPassword

func (*TalkServiceLoginWithIdentityCredentialArgs) GetSystemName

func (*TalkServiceLoginWithIdentityCredentialArgs) Read

func (*TalkServiceLoginWithIdentityCredentialArgs) ReadField3

func (*TalkServiceLoginWithIdentityCredentialArgs) ReadField4

func (*TalkServiceLoginWithIdentityCredentialArgs) ReadField5

func (*TalkServiceLoginWithIdentityCredentialArgs) ReadField6

func (*TalkServiceLoginWithIdentityCredentialArgs) ReadField7

func (*TalkServiceLoginWithIdentityCredentialArgs) ReadField8

func (*TalkServiceLoginWithIdentityCredentialArgs) ReadField9

func (*TalkServiceLoginWithIdentityCredentialArgs) String

func (*TalkServiceLoginWithIdentityCredentialArgs) Write

type TalkServiceLoginWithIdentityCredentialForCertificateArgs

type TalkServiceLoginWithIdentityCredentialForCertificateArgs struct {
	// unused fields # 1 to 2
	Identifier       string           `thrift:"identifier,3" db:"identifier" json:"identifier"`
	Password         string           `thrift:"password,4" db:"password" json:"password"`
	KeepLoggedIn     bool             `thrift:"keepLoggedIn,5" db:"keepLoggedIn" json:"keepLoggedIn"`
	AccessLocation   string           `thrift:"accessLocation,6" db:"accessLocation" json:"accessLocation"`
	SystemName       string           `thrift:"systemName,7" db:"systemName" json:"systemName"`
	IdentityProvider IdentityProvider `thrift:"identityProvider,8" db:"identityProvider" json:"identityProvider"`
	Certificate      string           `thrift:"certificate,9" db:"certificate" json:"certificate"`
}

Attributes:

  • IdentityProvider
  • Identifier
  • Password
  • KeepLoggedIn
  • AccessLocation
  • SystemName
  • Certificate

func (*TalkServiceLoginWithIdentityCredentialForCertificateArgs) GetAccessLocation

func (*TalkServiceLoginWithIdentityCredentialForCertificateArgs) GetCertificate

func (*TalkServiceLoginWithIdentityCredentialForCertificateArgs) GetIdentifier

func (*TalkServiceLoginWithIdentityCredentialForCertificateArgs) GetIdentityProvider

func (*TalkServiceLoginWithIdentityCredentialForCertificateArgs) GetKeepLoggedIn

func (*TalkServiceLoginWithIdentityCredentialForCertificateArgs) GetPassword

func (*TalkServiceLoginWithIdentityCredentialForCertificateArgs) GetSystemName

func (*TalkServiceLoginWithIdentityCredentialForCertificateArgs) Read

func (*TalkServiceLoginWithIdentityCredentialForCertificateArgs) ReadField3

func (*TalkServiceLoginWithIdentityCredentialForCertificateArgs) ReadField4

func (*TalkServiceLoginWithIdentityCredentialForCertificateArgs) ReadField5

func (*TalkServiceLoginWithIdentityCredentialForCertificateArgs) ReadField6

func (*TalkServiceLoginWithIdentityCredentialForCertificateArgs) ReadField7

func (*TalkServiceLoginWithIdentityCredentialForCertificateArgs) ReadField8

func (*TalkServiceLoginWithIdentityCredentialForCertificateArgs) ReadField9

func (*TalkServiceLoginWithIdentityCredentialForCertificateArgs) String

func (*TalkServiceLoginWithIdentityCredentialForCertificateArgs) Write

type TalkServiceLoginWithIdentityCredentialForCertificateResult

type TalkServiceLoginWithIdentityCredentialForCertificateResult struct {
	Success *LoginResult_  `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func (*TalkServiceLoginWithIdentityCredentialForCertificateResult) GetE

func (*TalkServiceLoginWithIdentityCredentialForCertificateResult) GetSuccess

func (*TalkServiceLoginWithIdentityCredentialForCertificateResult) IsSetE

func (*TalkServiceLoginWithIdentityCredentialForCertificateResult) IsSetSuccess

func (*TalkServiceLoginWithIdentityCredentialForCertificateResult) Read

func (*TalkServiceLoginWithIdentityCredentialForCertificateResult) ReadField0

func (*TalkServiceLoginWithIdentityCredentialForCertificateResult) ReadField1

func (*TalkServiceLoginWithIdentityCredentialForCertificateResult) String

func (*TalkServiceLoginWithIdentityCredentialForCertificateResult) Write

type TalkServiceLoginWithIdentityCredentialResult

type TalkServiceLoginWithIdentityCredentialResult struct {
	Success *string        `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceLoginWithIdentityCredentialResult

func NewTalkServiceLoginWithIdentityCredentialResult() *TalkServiceLoginWithIdentityCredentialResult

func (*TalkServiceLoginWithIdentityCredentialResult) GetE

func (*TalkServiceLoginWithIdentityCredentialResult) GetSuccess

func (*TalkServiceLoginWithIdentityCredentialResult) IsSetE

func (*TalkServiceLoginWithIdentityCredentialResult) IsSetSuccess

func (*TalkServiceLoginWithIdentityCredentialResult) Read

func (*TalkServiceLoginWithIdentityCredentialResult) ReadField0

func (*TalkServiceLoginWithIdentityCredentialResult) ReadField1

func (*TalkServiceLoginWithIdentityCredentialResult) String

func (*TalkServiceLoginWithIdentityCredentialResult) Write

type TalkServiceLoginWithVerifierArgs

type TalkServiceLoginWithVerifierArgs struct {
	// unused fields # 1 to 2
	Verifier string `thrift:"verifier,3" db:"verifier" json:"verifier"`
}

Attributes:

  • Verifier

func NewTalkServiceLoginWithVerifierArgs

func NewTalkServiceLoginWithVerifierArgs() *TalkServiceLoginWithVerifierArgs

func (*TalkServiceLoginWithVerifierArgs) GetVerifier

func (p *TalkServiceLoginWithVerifierArgs) GetVerifier() string

func (*TalkServiceLoginWithVerifierArgs) Read

func (*TalkServiceLoginWithVerifierArgs) ReadField3

func (p *TalkServiceLoginWithVerifierArgs) ReadField3(iprot TProtocol) error

func (*TalkServiceLoginWithVerifierArgs) String

func (*TalkServiceLoginWithVerifierArgs) Write

type TalkServiceLoginWithVerifierForCerificateArgs

type TalkServiceLoginWithVerifierForCerificateArgs struct {
	// unused fields # 1 to 2
	Verifier string `thrift:"verifier,3" db:"verifier" json:"verifier"`
}

Attributes:

  • Verifier

func NewTalkServiceLoginWithVerifierForCerificateArgs

func NewTalkServiceLoginWithVerifierForCerificateArgs() *TalkServiceLoginWithVerifierForCerificateArgs

func (*TalkServiceLoginWithVerifierForCerificateArgs) GetVerifier

func (*TalkServiceLoginWithVerifierForCerificateArgs) Read

func (*TalkServiceLoginWithVerifierForCerificateArgs) ReadField3

func (*TalkServiceLoginWithVerifierForCerificateArgs) String

func (*TalkServiceLoginWithVerifierForCerificateArgs) Write

type TalkServiceLoginWithVerifierForCerificateResult

type TalkServiceLoginWithVerifierForCerificateResult struct {
	Success *LoginResult_  `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceLoginWithVerifierForCerificateResult

func NewTalkServiceLoginWithVerifierForCerificateResult() *TalkServiceLoginWithVerifierForCerificateResult

func (*TalkServiceLoginWithVerifierForCerificateResult) GetE

func (*TalkServiceLoginWithVerifierForCerificateResult) GetSuccess

func (*TalkServiceLoginWithVerifierForCerificateResult) IsSetE

func (*TalkServiceLoginWithVerifierForCerificateResult) IsSetSuccess

func (*TalkServiceLoginWithVerifierForCerificateResult) Read

func (*TalkServiceLoginWithVerifierForCerificateResult) ReadField0

func (*TalkServiceLoginWithVerifierForCerificateResult) ReadField1

func (*TalkServiceLoginWithVerifierForCerificateResult) String

func (*TalkServiceLoginWithVerifierForCerificateResult) Write

type TalkServiceLoginWithVerifierForCertificateArgs

type TalkServiceLoginWithVerifierForCertificateArgs struct {
	// unused fields # 1 to 2
	Verifier string `thrift:"verifier,3" db:"verifier" json:"verifier"`
}

Attributes:

  • Verifier

func NewTalkServiceLoginWithVerifierForCertificateArgs

func NewTalkServiceLoginWithVerifierForCertificateArgs() *TalkServiceLoginWithVerifierForCertificateArgs

func (*TalkServiceLoginWithVerifierForCertificateArgs) GetVerifier

func (*TalkServiceLoginWithVerifierForCertificateArgs) Read

func (*TalkServiceLoginWithVerifierForCertificateArgs) ReadField3

func (*TalkServiceLoginWithVerifierForCertificateArgs) String

func (*TalkServiceLoginWithVerifierForCertificateArgs) Write

type TalkServiceLoginWithVerifierForCertificateResult

type TalkServiceLoginWithVerifierForCertificateResult struct {
	Success *LoginResult_  `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceLoginWithVerifierForCertificateResult

func NewTalkServiceLoginWithVerifierForCertificateResult() *TalkServiceLoginWithVerifierForCertificateResult

func (*TalkServiceLoginWithVerifierForCertificateResult) GetE

func (*TalkServiceLoginWithVerifierForCertificateResult) GetSuccess

func (*TalkServiceLoginWithVerifierForCertificateResult) IsSetE

func (*TalkServiceLoginWithVerifierForCertificateResult) IsSetSuccess

func (*TalkServiceLoginWithVerifierForCertificateResult) Read

func (*TalkServiceLoginWithVerifierForCertificateResult) ReadField0

func (*TalkServiceLoginWithVerifierForCertificateResult) ReadField1

func (*TalkServiceLoginWithVerifierForCertificateResult) String

func (*TalkServiceLoginWithVerifierForCertificateResult) Write

type TalkServiceLoginWithVerifierResult

type TalkServiceLoginWithVerifierResult struct {
	Success *string        `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceLoginWithVerifierResult

func NewTalkServiceLoginWithVerifierResult() *TalkServiceLoginWithVerifierResult

func (*TalkServiceLoginWithVerifierResult) GetE

func (*TalkServiceLoginWithVerifierResult) GetSuccess

func (*TalkServiceLoginWithVerifierResult) IsSetE

func (*TalkServiceLoginWithVerifierResult) IsSetSuccess

func (p *TalkServiceLoginWithVerifierResult) IsSetSuccess() bool

func (*TalkServiceLoginWithVerifierResult) Read

func (*TalkServiceLoginWithVerifierResult) ReadField0

func (p *TalkServiceLoginWithVerifierResult) ReadField0(iprot TProtocol) error

func (*TalkServiceLoginWithVerifierResult) ReadField1

func (p *TalkServiceLoginWithVerifierResult) ReadField1(iprot TProtocol) error

func (*TalkServiceLoginWithVerifierResult) String

func (*TalkServiceLoginWithVerifierResult) Write

type TalkServiceLogoutArgs

type TalkServiceLogoutArgs struct {
}

func NewTalkServiceLogoutArgs

func NewTalkServiceLogoutArgs() *TalkServiceLogoutArgs

func (*TalkServiceLogoutArgs) Read

func (p *TalkServiceLogoutArgs) Read(iprot TProtocol) error

func (*TalkServiceLogoutArgs) String

func (p *TalkServiceLogoutArgs) String() string

func (*TalkServiceLogoutArgs) Write

func (p *TalkServiceLogoutArgs) Write(oprot TProtocol) error

type TalkServiceLogoutResult

type TalkServiceLogoutResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceLogoutResult

func NewTalkServiceLogoutResult() *TalkServiceLogoutResult

func (*TalkServiceLogoutResult) GetE

func (*TalkServiceLogoutResult) IsSetE

func (p *TalkServiceLogoutResult) IsSetE() bool

func (*TalkServiceLogoutResult) Read

func (p *TalkServiceLogoutResult) Read(iprot TProtocol) error

func (*TalkServiceLogoutResult) ReadField1

func (p *TalkServiceLogoutResult) ReadField1(iprot TProtocol) error

func (*TalkServiceLogoutResult) String

func (p *TalkServiceLogoutResult) String() string

func (*TalkServiceLogoutResult) Write

func (p *TalkServiceLogoutResult) Write(oprot TProtocol) error

type TalkServiceLogoutSessionArgs

type TalkServiceLogoutSessionArgs struct {
	// unused field # 1
	TokenKey string `thrift:"tokenKey,2" db:"tokenKey" json:"tokenKey"`
}

Attributes:

  • TokenKey

func NewTalkServiceLogoutSessionArgs

func NewTalkServiceLogoutSessionArgs() *TalkServiceLogoutSessionArgs

func (*TalkServiceLogoutSessionArgs) GetTokenKey

func (p *TalkServiceLogoutSessionArgs) GetTokenKey() string

func (*TalkServiceLogoutSessionArgs) Read

func (*TalkServiceLogoutSessionArgs) ReadField2

func (p *TalkServiceLogoutSessionArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceLogoutSessionArgs) String

func (*TalkServiceLogoutSessionArgs) Write

type TalkServiceLogoutSessionResult

type TalkServiceLogoutSessionResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceLogoutSessionResult

func NewTalkServiceLogoutSessionResult() *TalkServiceLogoutSessionResult

func (*TalkServiceLogoutSessionResult) GetE

func (*TalkServiceLogoutSessionResult) IsSetE

func (*TalkServiceLogoutSessionResult) Read

func (*TalkServiceLogoutSessionResult) ReadField1

func (p *TalkServiceLogoutSessionResult) ReadField1(iprot TProtocol) error

func (*TalkServiceLogoutSessionResult) String

func (*TalkServiceLogoutSessionResult) Write

type TalkServiceNoopArgs

type TalkServiceNoopArgs struct {
}

func NewTalkServiceNoopArgs

func NewTalkServiceNoopArgs() *TalkServiceNoopArgs

func (*TalkServiceNoopArgs) Read

func (p *TalkServiceNoopArgs) Read(iprot TProtocol) error

func (*TalkServiceNoopArgs) String

func (p *TalkServiceNoopArgs) String() string

func (*TalkServiceNoopArgs) Write

func (p *TalkServiceNoopArgs) Write(oprot TProtocol) error

type TalkServiceNoopResult

type TalkServiceNoopResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceNoopResult

func NewTalkServiceNoopResult() *TalkServiceNoopResult

func (*TalkServiceNoopResult) GetE

func (*TalkServiceNoopResult) IsSetE

func (p *TalkServiceNoopResult) IsSetE() bool

func (*TalkServiceNoopResult) Read

func (p *TalkServiceNoopResult) Read(iprot TProtocol) error

func (*TalkServiceNoopResult) ReadField1

func (p *TalkServiceNoopResult) ReadField1(iprot TProtocol) error

func (*TalkServiceNoopResult) String

func (p *TalkServiceNoopResult) String() string

func (*TalkServiceNoopResult) Write

func (p *TalkServiceNoopResult) Write(oprot TProtocol) error

type TalkServiceNotifiedRedirectArgs

type TalkServiceNotifiedRedirectArgs struct {
	// unused field # 1
	ParamMap map[string]string `thrift:"paramMap,2" db:"paramMap" json:"paramMap"`
}

Attributes:

  • ParamMap

func NewTalkServiceNotifiedRedirectArgs

func NewTalkServiceNotifiedRedirectArgs() *TalkServiceNotifiedRedirectArgs

func (*TalkServiceNotifiedRedirectArgs) GetParamMap

func (p *TalkServiceNotifiedRedirectArgs) GetParamMap() map[string]string

func (*TalkServiceNotifiedRedirectArgs) Read

func (*TalkServiceNotifiedRedirectArgs) ReadField2

func (p *TalkServiceNotifiedRedirectArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceNotifiedRedirectArgs) String

func (*TalkServiceNotifiedRedirectArgs) Write

type TalkServiceNotifiedRedirectResult

type TalkServiceNotifiedRedirectResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceNotifiedRedirectResult

func NewTalkServiceNotifiedRedirectResult() *TalkServiceNotifiedRedirectResult

func (*TalkServiceNotifiedRedirectResult) GetE

func (*TalkServiceNotifiedRedirectResult) IsSetE

func (*TalkServiceNotifiedRedirectResult) Read

func (*TalkServiceNotifiedRedirectResult) ReadField1

func (p *TalkServiceNotifiedRedirectResult) ReadField1(iprot TProtocol) error

func (*TalkServiceNotifiedRedirectResult) String

func (*TalkServiceNotifiedRedirectResult) Write

type TalkServiceNotifyBuddyOnAirArgs

type TalkServiceNotifyBuddyOnAirArgs struct {
	Seq          int32    `thrift:"seq,1" db:"seq" json:"seq"`
	ReceiverMids []string `thrift:"receiverMids,2" db:"receiverMids" json:"receiverMids"`
}

Attributes:

  • Seq
  • ReceiverMids

func NewTalkServiceNotifyBuddyOnAirArgs

func NewTalkServiceNotifyBuddyOnAirArgs() *TalkServiceNotifyBuddyOnAirArgs

func (*TalkServiceNotifyBuddyOnAirArgs) GetReceiverMids

func (p *TalkServiceNotifyBuddyOnAirArgs) GetReceiverMids() []string

func (*TalkServiceNotifyBuddyOnAirArgs) GetSeq

func (*TalkServiceNotifyBuddyOnAirArgs) Read

func (*TalkServiceNotifyBuddyOnAirArgs) ReadField1

func (p *TalkServiceNotifyBuddyOnAirArgs) ReadField1(iprot TProtocol) error

func (*TalkServiceNotifyBuddyOnAirArgs) ReadField2

func (p *TalkServiceNotifyBuddyOnAirArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceNotifyBuddyOnAirArgs) String

func (*TalkServiceNotifyBuddyOnAirArgs) Write

type TalkServiceNotifyBuddyOnAirResult

type TalkServiceNotifyBuddyOnAirResult struct {
	Success map[string]string `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException    `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceNotifyBuddyOnAirResult

func NewTalkServiceNotifyBuddyOnAirResult() *TalkServiceNotifyBuddyOnAirResult

func (*TalkServiceNotifyBuddyOnAirResult) GetE

func (*TalkServiceNotifyBuddyOnAirResult) GetSuccess

func (p *TalkServiceNotifyBuddyOnAirResult) GetSuccess() map[string]string

func (*TalkServiceNotifyBuddyOnAirResult) IsSetE

func (*TalkServiceNotifyBuddyOnAirResult) IsSetSuccess

func (p *TalkServiceNotifyBuddyOnAirResult) IsSetSuccess() bool

func (*TalkServiceNotifyBuddyOnAirResult) Read

func (*TalkServiceNotifyBuddyOnAirResult) ReadField0

func (p *TalkServiceNotifyBuddyOnAirResult) ReadField0(iprot TProtocol) error

func (*TalkServiceNotifyBuddyOnAirResult) ReadField1

func (p *TalkServiceNotifyBuddyOnAirResult) ReadField1(iprot TProtocol) error

func (*TalkServiceNotifyBuddyOnAirResult) String

func (*TalkServiceNotifyBuddyOnAirResult) Write

type TalkServiceNotifyIndividualEventArgs

type TalkServiceNotifyIndividualEventArgs struct {
	// unused field # 1
	NotificationStatus NotificationStatus `thrift:"notificationStatus,2" db:"notificationStatus" json:"notificationStatus"`
	ReceiverMids       []string           `thrift:"receiverMids,3" db:"receiverMids" json:"receiverMids"`
}

Attributes:

  • NotificationStatus
  • ReceiverMids

func NewTalkServiceNotifyIndividualEventArgs

func NewTalkServiceNotifyIndividualEventArgs() *TalkServiceNotifyIndividualEventArgs

func (*TalkServiceNotifyIndividualEventArgs) GetNotificationStatus

func (p *TalkServiceNotifyIndividualEventArgs) GetNotificationStatus() NotificationStatus

func (*TalkServiceNotifyIndividualEventArgs) GetReceiverMids

func (p *TalkServiceNotifyIndividualEventArgs) GetReceiverMids() []string

func (*TalkServiceNotifyIndividualEventArgs) Read

func (*TalkServiceNotifyIndividualEventArgs) ReadField2

func (*TalkServiceNotifyIndividualEventArgs) ReadField3

func (*TalkServiceNotifyIndividualEventArgs) String

func (*TalkServiceNotifyIndividualEventArgs) Write

type TalkServiceNotifyIndividualEventResult

type TalkServiceNotifyIndividualEventResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceNotifyIndividualEventResult

func NewTalkServiceNotifyIndividualEventResult() *TalkServiceNotifyIndividualEventResult

func (*TalkServiceNotifyIndividualEventResult) GetE

func (*TalkServiceNotifyIndividualEventResult) IsSetE

func (*TalkServiceNotifyIndividualEventResult) Read

func (*TalkServiceNotifyIndividualEventResult) ReadField1

func (*TalkServiceNotifyIndividualEventResult) String

func (*TalkServiceNotifyIndividualEventResult) Write

type TalkServiceNotifyInstalledArgs

type TalkServiceNotifyInstalledArgs struct {
	// unused field # 1
	UdidHash                      string `thrift:"udidHash,2" db:"udidHash" json:"udidHash"`
	ApplicationTypeWithExtensions string `thrift:"applicationTypeWithExtensions,3" db:"applicationTypeWithExtensions" json:"applicationTypeWithExtensions"`
}

Attributes:

  • UdidHash
  • ApplicationTypeWithExtensions

func NewTalkServiceNotifyInstalledArgs

func NewTalkServiceNotifyInstalledArgs() *TalkServiceNotifyInstalledArgs

func (*TalkServiceNotifyInstalledArgs) GetApplicationTypeWithExtensions

func (p *TalkServiceNotifyInstalledArgs) GetApplicationTypeWithExtensions() string

func (*TalkServiceNotifyInstalledArgs) GetUdidHash

func (p *TalkServiceNotifyInstalledArgs) GetUdidHash() string

func (*TalkServiceNotifyInstalledArgs) Read

func (*TalkServiceNotifyInstalledArgs) ReadField2

func (p *TalkServiceNotifyInstalledArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceNotifyInstalledArgs) ReadField3

func (p *TalkServiceNotifyInstalledArgs) ReadField3(iprot TProtocol) error

func (*TalkServiceNotifyInstalledArgs) String

func (*TalkServiceNotifyInstalledArgs) Write

type TalkServiceNotifyInstalledResult

type TalkServiceNotifyInstalledResult struct {
}

func NewTalkServiceNotifyInstalledResult

func NewTalkServiceNotifyInstalledResult() *TalkServiceNotifyInstalledResult

func (*TalkServiceNotifyInstalledResult) Read

func (*TalkServiceNotifyInstalledResult) String

func (*TalkServiceNotifyInstalledResult) Write

type TalkServiceNotifyRegistrationCompleteArgs

type TalkServiceNotifyRegistrationCompleteArgs struct {
	// unused field # 1
	UdidHash                      string `thrift:"udidHash,2" db:"udidHash" json:"udidHash"`
	ApplicationTypeWithExtensions string `thrift:"applicationTypeWithExtensions,3" db:"applicationTypeWithExtensions" json:"applicationTypeWithExtensions"`
}

Attributes:

  • UdidHash
  • ApplicationTypeWithExtensions

func NewTalkServiceNotifyRegistrationCompleteArgs

func NewTalkServiceNotifyRegistrationCompleteArgs() *TalkServiceNotifyRegistrationCompleteArgs

func (*TalkServiceNotifyRegistrationCompleteArgs) GetApplicationTypeWithExtensions

func (p *TalkServiceNotifyRegistrationCompleteArgs) GetApplicationTypeWithExtensions() string

func (*TalkServiceNotifyRegistrationCompleteArgs) GetUdidHash

func (*TalkServiceNotifyRegistrationCompleteArgs) Read

func (*TalkServiceNotifyRegistrationCompleteArgs) ReadField2

func (*TalkServiceNotifyRegistrationCompleteArgs) ReadField3

func (*TalkServiceNotifyRegistrationCompleteArgs) String

func (*TalkServiceNotifyRegistrationCompleteArgs) Write

type TalkServiceNotifyRegistrationCompleteResult

type TalkServiceNotifyRegistrationCompleteResult struct {
}

func NewTalkServiceNotifyRegistrationCompleteResult

func NewTalkServiceNotifyRegistrationCompleteResult() *TalkServiceNotifyRegistrationCompleteResult

func (*TalkServiceNotifyRegistrationCompleteResult) Read

func (*TalkServiceNotifyRegistrationCompleteResult) String

func (*TalkServiceNotifyRegistrationCompleteResult) Write

type TalkServiceNotifySleepArgs

type TalkServiceNotifySleepArgs struct {
	// unused field # 1
	LastRev int64 `thrift:"lastRev,2" db:"lastRev" json:"lastRev"`
	Badge   int32 `thrift:"badge,3" db:"badge" json:"badge"`
}

Attributes:

  • LastRev
  • Badge

func NewTalkServiceNotifySleepArgs

func NewTalkServiceNotifySleepArgs() *TalkServiceNotifySleepArgs

func (*TalkServiceNotifySleepArgs) GetBadge

func (p *TalkServiceNotifySleepArgs) GetBadge() int32

func (*TalkServiceNotifySleepArgs) GetLastRev

func (p *TalkServiceNotifySleepArgs) GetLastRev() int64

func (*TalkServiceNotifySleepArgs) Read

func (*TalkServiceNotifySleepArgs) ReadField2

func (p *TalkServiceNotifySleepArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceNotifySleepArgs) ReadField3

func (p *TalkServiceNotifySleepArgs) ReadField3(iprot TProtocol) error

func (*TalkServiceNotifySleepArgs) String

func (p *TalkServiceNotifySleepArgs) String() string

func (*TalkServiceNotifySleepArgs) Write

func (p *TalkServiceNotifySleepArgs) Write(oprot TProtocol) error

type TalkServiceNotifySleepResult

type TalkServiceNotifySleepResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceNotifySleepResult

func NewTalkServiceNotifySleepResult() *TalkServiceNotifySleepResult

func (*TalkServiceNotifySleepResult) GetE

func (*TalkServiceNotifySleepResult) IsSetE

func (p *TalkServiceNotifySleepResult) IsSetE() bool

func (*TalkServiceNotifySleepResult) Read

func (*TalkServiceNotifySleepResult) ReadField1

func (p *TalkServiceNotifySleepResult) ReadField1(iprot TProtocol) error

func (*TalkServiceNotifySleepResult) String

func (*TalkServiceNotifySleepResult) Write

type TalkServiceNotifyUpdatedArgs

type TalkServiceNotifyUpdatedArgs struct {
	// unused field # 1
	LastRev    int64       `thrift:"lastRev,2" db:"lastRev" json:"lastRev"`
	DeviceInfo *DeviceInfo `thrift:"deviceInfo,3" db:"deviceInfo" json:"deviceInfo"`
}

Attributes:

  • LastRev
  • DeviceInfo

func NewTalkServiceNotifyUpdatedArgs

func NewTalkServiceNotifyUpdatedArgs() *TalkServiceNotifyUpdatedArgs

func (*TalkServiceNotifyUpdatedArgs) GetDeviceInfo

func (p *TalkServiceNotifyUpdatedArgs) GetDeviceInfo() *DeviceInfo

func (*TalkServiceNotifyUpdatedArgs) GetLastRev

func (p *TalkServiceNotifyUpdatedArgs) GetLastRev() int64

func (*TalkServiceNotifyUpdatedArgs) IsSetDeviceInfo

func (p *TalkServiceNotifyUpdatedArgs) IsSetDeviceInfo() bool

func (*TalkServiceNotifyUpdatedArgs) Read

func (*TalkServiceNotifyUpdatedArgs) ReadField2

func (p *TalkServiceNotifyUpdatedArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceNotifyUpdatedArgs) ReadField3

func (p *TalkServiceNotifyUpdatedArgs) ReadField3(iprot TProtocol) error

func (*TalkServiceNotifyUpdatedArgs) String

func (*TalkServiceNotifyUpdatedArgs) Write

type TalkServiceNotifyUpdatedResult

type TalkServiceNotifyUpdatedResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceNotifyUpdatedResult

func NewTalkServiceNotifyUpdatedResult() *TalkServiceNotifyUpdatedResult

func (*TalkServiceNotifyUpdatedResult) GetE

func (*TalkServiceNotifyUpdatedResult) IsSetE

func (*TalkServiceNotifyUpdatedResult) Read

func (*TalkServiceNotifyUpdatedResult) ReadField1

func (p *TalkServiceNotifyUpdatedResult) ReadField1(iprot TProtocol) error

func (*TalkServiceNotifyUpdatedResult) String

func (*TalkServiceNotifyUpdatedResult) Write

type TalkServiceOpenProximityMatchArgs

type TalkServiceOpenProximityMatchArgs struct {
	// unused field # 1
	Location *Location `thrift:"location,2" db:"location" json:"location"`
}

Attributes:

  • Location

func NewTalkServiceOpenProximityMatchArgs

func NewTalkServiceOpenProximityMatchArgs() *TalkServiceOpenProximityMatchArgs

func (*TalkServiceOpenProximityMatchArgs) GetLocation

func (p *TalkServiceOpenProximityMatchArgs) GetLocation() *Location

func (*TalkServiceOpenProximityMatchArgs) IsSetLocation

func (p *TalkServiceOpenProximityMatchArgs) IsSetLocation() bool

func (*TalkServiceOpenProximityMatchArgs) Read

func (*TalkServiceOpenProximityMatchArgs) ReadField2

func (p *TalkServiceOpenProximityMatchArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceOpenProximityMatchArgs) String

func (*TalkServiceOpenProximityMatchArgs) Write

type TalkServiceOpenProximityMatchResult

type TalkServiceOpenProximityMatchResult struct {
	Success *string        `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceOpenProximityMatchResult

func NewTalkServiceOpenProximityMatchResult() *TalkServiceOpenProximityMatchResult

func (*TalkServiceOpenProximityMatchResult) GetE

func (*TalkServiceOpenProximityMatchResult) GetSuccess

func (*TalkServiceOpenProximityMatchResult) IsSetE

func (*TalkServiceOpenProximityMatchResult) IsSetSuccess

func (p *TalkServiceOpenProximityMatchResult) IsSetSuccess() bool

func (*TalkServiceOpenProximityMatchResult) Read

func (*TalkServiceOpenProximityMatchResult) ReadField0

func (*TalkServiceOpenProximityMatchResult) ReadField1

func (*TalkServiceOpenProximityMatchResult) String

func (*TalkServiceOpenProximityMatchResult) Write

type TalkServiceProcessor

type TalkServiceProcessor struct {
	// contains filtered or unexported fields
}

func NewTalkServiceProcessor

func NewTalkServiceProcessor(handler TalkService) *TalkServiceProcessor

func (*TalkServiceProcessor) AddToProcessorMap

func (p *TalkServiceProcessor) AddToProcessorMap(key string, processor TProcessorFunction)

func (*TalkServiceProcessor) GetProcessorFunction

func (p *TalkServiceProcessor) GetProcessorFunction(key string) (processor TProcessorFunction, ok bool)

func (*TalkServiceProcessor) Process

func (p *TalkServiceProcessor) Process(ctx context.Context, iprot, oprot TProtocol) (success bool, err TException)

func (*TalkServiceProcessor) ProcessorMap

func (p *TalkServiceProcessor) ProcessorMap() map[string]TProcessorFunction

type TalkServiceRegisterBuddyUserArgs

type TalkServiceRegisterBuddyUserArgs struct {
	// unused field # 1
	BuddyId           string `thrift:"buddyId,2" db:"buddyId" json:"buddyId"`
	RegistrarPassword string `thrift:"registrarPassword,3" db:"registrarPassword" json:"registrarPassword"`
}

Attributes:

  • BuddyId
  • RegistrarPassword

func NewTalkServiceRegisterBuddyUserArgs

func NewTalkServiceRegisterBuddyUserArgs() *TalkServiceRegisterBuddyUserArgs

func (*TalkServiceRegisterBuddyUserArgs) GetBuddyId

func (p *TalkServiceRegisterBuddyUserArgs) GetBuddyId() string

func (*TalkServiceRegisterBuddyUserArgs) GetRegistrarPassword

func (p *TalkServiceRegisterBuddyUserArgs) GetRegistrarPassword() string

func (*TalkServiceRegisterBuddyUserArgs) Read

func (*TalkServiceRegisterBuddyUserArgs) ReadField2

func (p *TalkServiceRegisterBuddyUserArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceRegisterBuddyUserArgs) ReadField3

func (p *TalkServiceRegisterBuddyUserArgs) ReadField3(iprot TProtocol) error

func (*TalkServiceRegisterBuddyUserArgs) String

func (*TalkServiceRegisterBuddyUserArgs) Write

type TalkServiceRegisterBuddyUserResult

type TalkServiceRegisterBuddyUserResult struct {
	Success *string        `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceRegisterBuddyUserResult

func NewTalkServiceRegisterBuddyUserResult() *TalkServiceRegisterBuddyUserResult

func (*TalkServiceRegisterBuddyUserResult) GetE

func (*TalkServiceRegisterBuddyUserResult) GetSuccess

func (*TalkServiceRegisterBuddyUserResult) IsSetE

func (*TalkServiceRegisterBuddyUserResult) IsSetSuccess

func (p *TalkServiceRegisterBuddyUserResult) IsSetSuccess() bool

func (*TalkServiceRegisterBuddyUserResult) Read

func (*TalkServiceRegisterBuddyUserResult) ReadField0

func (p *TalkServiceRegisterBuddyUserResult) ReadField0(iprot TProtocol) error

func (*TalkServiceRegisterBuddyUserResult) ReadField1

func (p *TalkServiceRegisterBuddyUserResult) ReadField1(iprot TProtocol) error

func (*TalkServiceRegisterBuddyUserResult) String

func (*TalkServiceRegisterBuddyUserResult) Write

type TalkServiceRegisterBuddyUseridArgs

type TalkServiceRegisterBuddyUseridArgs struct {
	// unused field # 1
	Seq    int32  `thrift:"seq,2" db:"seq" json:"seq"`
	Userid string `thrift:"userid,3" db:"userid" json:"userid"`
}

Attributes:

  • Seq
  • Userid

func NewTalkServiceRegisterBuddyUseridArgs

func NewTalkServiceRegisterBuddyUseridArgs() *TalkServiceRegisterBuddyUseridArgs

func (*TalkServiceRegisterBuddyUseridArgs) GetSeq

func (*TalkServiceRegisterBuddyUseridArgs) GetUserid

func (*TalkServiceRegisterBuddyUseridArgs) Read

func (*TalkServiceRegisterBuddyUseridArgs) ReadField2

func (p *TalkServiceRegisterBuddyUseridArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceRegisterBuddyUseridArgs) ReadField3

func (p *TalkServiceRegisterBuddyUseridArgs) ReadField3(iprot TProtocol) error

func (*TalkServiceRegisterBuddyUseridArgs) String

func (*TalkServiceRegisterBuddyUseridArgs) Write

type TalkServiceRegisterBuddyUseridResult

type TalkServiceRegisterBuddyUseridResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceRegisterBuddyUseridResult

func NewTalkServiceRegisterBuddyUseridResult() *TalkServiceRegisterBuddyUseridResult

func (*TalkServiceRegisterBuddyUseridResult) GetE

func (*TalkServiceRegisterBuddyUseridResult) IsSetE

func (*TalkServiceRegisterBuddyUseridResult) Read

func (*TalkServiceRegisterBuddyUseridResult) ReadField1

func (*TalkServiceRegisterBuddyUseridResult) String

func (*TalkServiceRegisterBuddyUseridResult) Write

type TalkServiceRegisterDeviceArgs

type TalkServiceRegisterDeviceArgs struct {
	// unused field # 1
	SessionId string `thrift:"sessionId,2" db:"sessionId" json:"sessionId"`
}

Attributes:

  • SessionId

func NewTalkServiceRegisterDeviceArgs

func NewTalkServiceRegisterDeviceArgs() *TalkServiceRegisterDeviceArgs

func (*TalkServiceRegisterDeviceArgs) GetSessionId

func (p *TalkServiceRegisterDeviceArgs) GetSessionId() string

func (*TalkServiceRegisterDeviceArgs) Read

func (*TalkServiceRegisterDeviceArgs) ReadField2

func (p *TalkServiceRegisterDeviceArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceRegisterDeviceArgs) String

func (*TalkServiceRegisterDeviceArgs) Write

type TalkServiceRegisterDeviceResult

type TalkServiceRegisterDeviceResult struct {
	Success *string        `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceRegisterDeviceResult

func NewTalkServiceRegisterDeviceResult() *TalkServiceRegisterDeviceResult

func (*TalkServiceRegisterDeviceResult) GetE

func (*TalkServiceRegisterDeviceResult) GetSuccess

func (p *TalkServiceRegisterDeviceResult) GetSuccess() string

func (*TalkServiceRegisterDeviceResult) IsSetE

func (*TalkServiceRegisterDeviceResult) IsSetSuccess

func (p *TalkServiceRegisterDeviceResult) IsSetSuccess() bool

func (*TalkServiceRegisterDeviceResult) Read

func (*TalkServiceRegisterDeviceResult) ReadField0

func (p *TalkServiceRegisterDeviceResult) ReadField0(iprot TProtocol) error

func (*TalkServiceRegisterDeviceResult) ReadField1

func (p *TalkServiceRegisterDeviceResult) ReadField1(iprot TProtocol) error

func (*TalkServiceRegisterDeviceResult) String

func (*TalkServiceRegisterDeviceResult) Write

type TalkServiceRegisterDeviceWithIdentityCredentialArgs

type TalkServiceRegisterDeviceWithIdentityCredentialArgs struct {
	// unused field # 1
	SessionId  string           `thrift:"sessionId,2" db:"sessionId" json:"sessionId"`
	Identifier string           `thrift:"identifier,3" db:"identifier" json:"identifier"`
	Verifier   string           `thrift:"verifier,4" db:"verifier" json:"verifier"`
	Provider   IdentityProvider `thrift:"provider,5" db:"provider" json:"provider"`
}

Attributes:

  • SessionId
  • Provider
  • Identifier
  • Verifier

func NewTalkServiceRegisterDeviceWithIdentityCredentialArgs

func NewTalkServiceRegisterDeviceWithIdentityCredentialArgs() *TalkServiceRegisterDeviceWithIdentityCredentialArgs

func (*TalkServiceRegisterDeviceWithIdentityCredentialArgs) GetIdentifier

func (*TalkServiceRegisterDeviceWithIdentityCredentialArgs) GetProvider

func (*TalkServiceRegisterDeviceWithIdentityCredentialArgs) GetSessionId

func (*TalkServiceRegisterDeviceWithIdentityCredentialArgs) GetVerifier

func (*TalkServiceRegisterDeviceWithIdentityCredentialArgs) Read

func (*TalkServiceRegisterDeviceWithIdentityCredentialArgs) ReadField2

func (*TalkServiceRegisterDeviceWithIdentityCredentialArgs) ReadField3

func (*TalkServiceRegisterDeviceWithIdentityCredentialArgs) ReadField4

func (*TalkServiceRegisterDeviceWithIdentityCredentialArgs) ReadField5

func (*TalkServiceRegisterDeviceWithIdentityCredentialArgs) String

func (*TalkServiceRegisterDeviceWithIdentityCredentialArgs) Write

type TalkServiceRegisterDeviceWithIdentityCredentialResult

type TalkServiceRegisterDeviceWithIdentityCredentialResult struct {
	Success *string        `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceRegisterDeviceWithIdentityCredentialResult

func NewTalkServiceRegisterDeviceWithIdentityCredentialResult() *TalkServiceRegisterDeviceWithIdentityCredentialResult

func (*TalkServiceRegisterDeviceWithIdentityCredentialResult) GetE

func (*TalkServiceRegisterDeviceWithIdentityCredentialResult) GetSuccess

func (*TalkServiceRegisterDeviceWithIdentityCredentialResult) IsSetE

func (*TalkServiceRegisterDeviceWithIdentityCredentialResult) IsSetSuccess

func (*TalkServiceRegisterDeviceWithIdentityCredentialResult) Read

func (*TalkServiceRegisterDeviceWithIdentityCredentialResult) ReadField0

func (*TalkServiceRegisterDeviceWithIdentityCredentialResult) ReadField1

func (*TalkServiceRegisterDeviceWithIdentityCredentialResult) String

func (*TalkServiceRegisterDeviceWithIdentityCredentialResult) Write

type TalkServiceRegisterDeviceWithoutPhoneNumberArgs

type TalkServiceRegisterDeviceWithoutPhoneNumberArgs struct {
	// unused field # 1
	Region     string      `thrift:"region,2" db:"region" json:"region"`
	UdidHash   string      `thrift:"udidHash,3" db:"udidHash" json:"udidHash"`
	DeviceInfo *DeviceInfo `thrift:"deviceInfo,4" db:"deviceInfo" json:"deviceInfo"`
}

Attributes:

  • Region
  • UdidHash
  • DeviceInfo

func NewTalkServiceRegisterDeviceWithoutPhoneNumberArgs

func NewTalkServiceRegisterDeviceWithoutPhoneNumberArgs() *TalkServiceRegisterDeviceWithoutPhoneNumberArgs

func (*TalkServiceRegisterDeviceWithoutPhoneNumberArgs) GetDeviceInfo

func (*TalkServiceRegisterDeviceWithoutPhoneNumberArgs) GetRegion

func (*TalkServiceRegisterDeviceWithoutPhoneNumberArgs) GetUdidHash

func (*TalkServiceRegisterDeviceWithoutPhoneNumberArgs) IsSetDeviceInfo

func (*TalkServiceRegisterDeviceWithoutPhoneNumberArgs) Read

func (*TalkServiceRegisterDeviceWithoutPhoneNumberArgs) ReadField2

func (*TalkServiceRegisterDeviceWithoutPhoneNumberArgs) ReadField3

func (*TalkServiceRegisterDeviceWithoutPhoneNumberArgs) ReadField4

func (*TalkServiceRegisterDeviceWithoutPhoneNumberArgs) String

func (*TalkServiceRegisterDeviceWithoutPhoneNumberArgs) Write

type TalkServiceRegisterDeviceWithoutPhoneNumberResult

type TalkServiceRegisterDeviceWithoutPhoneNumberResult struct {
	Success *string        `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceRegisterDeviceWithoutPhoneNumberResult

func NewTalkServiceRegisterDeviceWithoutPhoneNumberResult() *TalkServiceRegisterDeviceWithoutPhoneNumberResult

func (*TalkServiceRegisterDeviceWithoutPhoneNumberResult) GetE

func (*TalkServiceRegisterDeviceWithoutPhoneNumberResult) GetSuccess

func (*TalkServiceRegisterDeviceWithoutPhoneNumberResult) IsSetE

func (*TalkServiceRegisterDeviceWithoutPhoneNumberResult) IsSetSuccess

func (*TalkServiceRegisterDeviceWithoutPhoneNumberResult) Read

func (*TalkServiceRegisterDeviceWithoutPhoneNumberResult) ReadField0

func (*TalkServiceRegisterDeviceWithoutPhoneNumberResult) ReadField1

func (*TalkServiceRegisterDeviceWithoutPhoneNumberResult) String

func (*TalkServiceRegisterDeviceWithoutPhoneNumberResult) Write

type TalkServiceRegisterDeviceWithoutPhoneNumberWithIdentityCredentialArgs

type TalkServiceRegisterDeviceWithoutPhoneNumberWithIdentityCredentialArgs struct {
	// unused field # 1
	Region     string           `thrift:"region,2" db:"region" json:"region"`
	UdidHash   string           `thrift:"udidHash,3" db:"udidHash" json:"udidHash"`
	DeviceInfo *DeviceInfo      `thrift:"deviceInfo,4" db:"deviceInfo" json:"deviceInfo"`
	Provider   IdentityProvider `thrift:"provider,5" db:"provider" json:"provider"`
	Identifier string           `thrift:"identifier,6" db:"identifier" json:"identifier"`
	Verifier   string           `thrift:"verifier,7" db:"verifier" json:"verifier"`
	Mid        string           `thrift:"mid,8" db:"mid" json:"mid"`
}

Attributes:

  • Region
  • UdidHash
  • DeviceInfo
  • Provider
  • Identifier
  • Verifier
  • Mid

func (*TalkServiceRegisterDeviceWithoutPhoneNumberWithIdentityCredentialArgs) GetDeviceInfo

func (*TalkServiceRegisterDeviceWithoutPhoneNumberWithIdentityCredentialArgs) GetIdentifier

func (*TalkServiceRegisterDeviceWithoutPhoneNumberWithIdentityCredentialArgs) GetMid

func (*TalkServiceRegisterDeviceWithoutPhoneNumberWithIdentityCredentialArgs) GetProvider

func (*TalkServiceRegisterDeviceWithoutPhoneNumberWithIdentityCredentialArgs) GetRegion

func (*TalkServiceRegisterDeviceWithoutPhoneNumberWithIdentityCredentialArgs) GetUdidHash

func (*TalkServiceRegisterDeviceWithoutPhoneNumberWithIdentityCredentialArgs) GetVerifier

func (*TalkServiceRegisterDeviceWithoutPhoneNumberWithIdentityCredentialArgs) IsSetDeviceInfo

func (*TalkServiceRegisterDeviceWithoutPhoneNumberWithIdentityCredentialArgs) Read

func (*TalkServiceRegisterDeviceWithoutPhoneNumberWithIdentityCredentialArgs) ReadField2

func (*TalkServiceRegisterDeviceWithoutPhoneNumberWithIdentityCredentialArgs) ReadField3

func (*TalkServiceRegisterDeviceWithoutPhoneNumberWithIdentityCredentialArgs) ReadField4

func (*TalkServiceRegisterDeviceWithoutPhoneNumberWithIdentityCredentialArgs) ReadField5

func (*TalkServiceRegisterDeviceWithoutPhoneNumberWithIdentityCredentialArgs) ReadField6

func (*TalkServiceRegisterDeviceWithoutPhoneNumberWithIdentityCredentialArgs) ReadField7

func (*TalkServiceRegisterDeviceWithoutPhoneNumberWithIdentityCredentialArgs) ReadField8

func (*TalkServiceRegisterDeviceWithoutPhoneNumberWithIdentityCredentialArgs) String

func (*TalkServiceRegisterDeviceWithoutPhoneNumberWithIdentityCredentialArgs) Write

type TalkServiceRegisterDeviceWithoutPhoneNumberWithIdentityCredentialResult

type TalkServiceRegisterDeviceWithoutPhoneNumberWithIdentityCredentialResult struct {
	Success *string        `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func (*TalkServiceRegisterDeviceWithoutPhoneNumberWithIdentityCredentialResult) GetE

func (*TalkServiceRegisterDeviceWithoutPhoneNumberWithIdentityCredentialResult) GetSuccess

func (*TalkServiceRegisterDeviceWithoutPhoneNumberWithIdentityCredentialResult) IsSetE

func (*TalkServiceRegisterDeviceWithoutPhoneNumberWithIdentityCredentialResult) IsSetSuccess

func (*TalkServiceRegisterDeviceWithoutPhoneNumberWithIdentityCredentialResult) Read

func (*TalkServiceRegisterDeviceWithoutPhoneNumberWithIdentityCredentialResult) ReadField0

func (*TalkServiceRegisterDeviceWithoutPhoneNumberWithIdentityCredentialResult) ReadField1

func (*TalkServiceRegisterDeviceWithoutPhoneNumberWithIdentityCredentialResult) String

func (*TalkServiceRegisterDeviceWithoutPhoneNumberWithIdentityCredentialResult) Write

type TalkServiceRegisterUseridArgs

type TalkServiceRegisterUseridArgs struct {
	ReqSeq int32  `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"`
	Userid string `thrift:"userid,2" db:"userid" json:"userid"`
}

Attributes:

  • ReqSeq
  • Userid

func NewTalkServiceRegisterUseridArgs

func NewTalkServiceRegisterUseridArgs() *TalkServiceRegisterUseridArgs

func (*TalkServiceRegisterUseridArgs) GetReqSeq

func (p *TalkServiceRegisterUseridArgs) GetReqSeq() int32

func (*TalkServiceRegisterUseridArgs) GetUserid

func (p *TalkServiceRegisterUseridArgs) GetUserid() string

func (*TalkServiceRegisterUseridArgs) Read

func (*TalkServiceRegisterUseridArgs) ReadField1

func (p *TalkServiceRegisterUseridArgs) ReadField1(iprot TProtocol) error

func (*TalkServiceRegisterUseridArgs) ReadField2

func (p *TalkServiceRegisterUseridArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceRegisterUseridArgs) String

func (*TalkServiceRegisterUseridArgs) Write

type TalkServiceRegisterUseridResult

type TalkServiceRegisterUseridResult struct {
	Success *bool          `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceRegisterUseridResult

func NewTalkServiceRegisterUseridResult() *TalkServiceRegisterUseridResult

func (*TalkServiceRegisterUseridResult) GetE

func (*TalkServiceRegisterUseridResult) GetSuccess

func (p *TalkServiceRegisterUseridResult) GetSuccess() bool

func (*TalkServiceRegisterUseridResult) IsSetE

func (*TalkServiceRegisterUseridResult) IsSetSuccess

func (p *TalkServiceRegisterUseridResult) IsSetSuccess() bool

func (*TalkServiceRegisterUseridResult) Read

func (*TalkServiceRegisterUseridResult) ReadField0

func (p *TalkServiceRegisterUseridResult) ReadField0(iprot TProtocol) error

func (*TalkServiceRegisterUseridResult) ReadField1

func (p *TalkServiceRegisterUseridResult) ReadField1(iprot TProtocol) error

func (*TalkServiceRegisterUseridResult) String

func (*TalkServiceRegisterUseridResult) Write

type TalkServiceRegisterWapDeviceArgs

type TalkServiceRegisterWapDeviceArgs struct {
	// unused field # 1
	InvitationHash string      `thrift:"invitationHash,2" db:"invitationHash" json:"invitationHash"`
	GuidHash       string      `thrift:"guidHash,3" db:"guidHash" json:"guidHash"`
	Email          string      `thrift:"email,4" db:"email" json:"email"`
	DeviceInfo     *DeviceInfo `thrift:"deviceInfo,5" db:"deviceInfo" json:"deviceInfo"`
}

Attributes:

  • InvitationHash
  • GuidHash
  • Email
  • DeviceInfo

func NewTalkServiceRegisterWapDeviceArgs

func NewTalkServiceRegisterWapDeviceArgs() *TalkServiceRegisterWapDeviceArgs

func (*TalkServiceRegisterWapDeviceArgs) GetDeviceInfo

func (p *TalkServiceRegisterWapDeviceArgs) GetDeviceInfo() *DeviceInfo

func (*TalkServiceRegisterWapDeviceArgs) GetEmail

func (*TalkServiceRegisterWapDeviceArgs) GetGuidHash

func (p *TalkServiceRegisterWapDeviceArgs) GetGuidHash() string

func (*TalkServiceRegisterWapDeviceArgs) GetInvitationHash

func (p *TalkServiceRegisterWapDeviceArgs) GetInvitationHash() string

func (*TalkServiceRegisterWapDeviceArgs) IsSetDeviceInfo

func (p *TalkServiceRegisterWapDeviceArgs) IsSetDeviceInfo() bool

func (*TalkServiceRegisterWapDeviceArgs) Read

func (*TalkServiceRegisterWapDeviceArgs) ReadField2

func (p *TalkServiceRegisterWapDeviceArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceRegisterWapDeviceArgs) ReadField3

func (p *TalkServiceRegisterWapDeviceArgs) ReadField3(iprot TProtocol) error

func (*TalkServiceRegisterWapDeviceArgs) ReadField4

func (p *TalkServiceRegisterWapDeviceArgs) ReadField4(iprot TProtocol) error

func (*TalkServiceRegisterWapDeviceArgs) ReadField5

func (p *TalkServiceRegisterWapDeviceArgs) ReadField5(iprot TProtocol) error

func (*TalkServiceRegisterWapDeviceArgs) String

func (*TalkServiceRegisterWapDeviceArgs) Write

type TalkServiceRegisterWapDeviceResult

type TalkServiceRegisterWapDeviceResult struct {
	Success *string        `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceRegisterWapDeviceResult

func NewTalkServiceRegisterWapDeviceResult() *TalkServiceRegisterWapDeviceResult

func (*TalkServiceRegisterWapDeviceResult) GetE

func (*TalkServiceRegisterWapDeviceResult) GetSuccess

func (*TalkServiceRegisterWapDeviceResult) IsSetE

func (*TalkServiceRegisterWapDeviceResult) IsSetSuccess

func (p *TalkServiceRegisterWapDeviceResult) IsSetSuccess() bool

func (*TalkServiceRegisterWapDeviceResult) Read

func (*TalkServiceRegisterWapDeviceResult) ReadField0

func (p *TalkServiceRegisterWapDeviceResult) ReadField0(iprot TProtocol) error

func (*TalkServiceRegisterWapDeviceResult) ReadField1

func (p *TalkServiceRegisterWapDeviceResult) ReadField1(iprot TProtocol) error

func (*TalkServiceRegisterWapDeviceResult) String

func (*TalkServiceRegisterWapDeviceResult) Write

type TalkServiceRegisterWithExistingSnsIdAndIdentityCredentialArgs

type TalkServiceRegisterWithExistingSnsIdAndIdentityCredentialArgs struct {
	// unused field # 1
	IdentityCredential *IdentityCredential `thrift:"identityCredential,2" db:"identityCredential" json:"identityCredential"`
	Region             string              `thrift:"region,3" db:"region" json:"region"`
	UdidHash           string              `thrift:"udidHash,4" db:"udidHash" json:"udidHash"`
	DeviceInfo         *DeviceInfo         `thrift:"deviceInfo,5" db:"deviceInfo" json:"deviceInfo"`
}

Attributes:

  • IdentityCredential
  • Region
  • UdidHash
  • DeviceInfo

func (*TalkServiceRegisterWithExistingSnsIdAndIdentityCredentialArgs) GetDeviceInfo

func (*TalkServiceRegisterWithExistingSnsIdAndIdentityCredentialArgs) GetIdentityCredential

func (*TalkServiceRegisterWithExistingSnsIdAndIdentityCredentialArgs) GetRegion

func (*TalkServiceRegisterWithExistingSnsIdAndIdentityCredentialArgs) GetUdidHash

func (*TalkServiceRegisterWithExistingSnsIdAndIdentityCredentialArgs) IsSetDeviceInfo

func (*TalkServiceRegisterWithExistingSnsIdAndIdentityCredentialArgs) IsSetIdentityCredential

func (*TalkServiceRegisterWithExistingSnsIdAndIdentityCredentialArgs) Read

func (*TalkServiceRegisterWithExistingSnsIdAndIdentityCredentialArgs) ReadField2

func (*TalkServiceRegisterWithExistingSnsIdAndIdentityCredentialArgs) ReadField3

func (*TalkServiceRegisterWithExistingSnsIdAndIdentityCredentialArgs) ReadField4

func (*TalkServiceRegisterWithExistingSnsIdAndIdentityCredentialArgs) ReadField5

func (*TalkServiceRegisterWithExistingSnsIdAndIdentityCredentialArgs) String

func (*TalkServiceRegisterWithExistingSnsIdAndIdentityCredentialArgs) Write

type TalkServiceRegisterWithExistingSnsIdAndIdentityCredentialResult

type TalkServiceRegisterWithExistingSnsIdAndIdentityCredentialResult struct {
	Success *string        `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func (*TalkServiceRegisterWithExistingSnsIdAndIdentityCredentialResult) GetE

func (*TalkServiceRegisterWithExistingSnsIdAndIdentityCredentialResult) GetSuccess

func (*TalkServiceRegisterWithExistingSnsIdAndIdentityCredentialResult) IsSetE

func (*TalkServiceRegisterWithExistingSnsIdAndIdentityCredentialResult) IsSetSuccess

func (*TalkServiceRegisterWithExistingSnsIdAndIdentityCredentialResult) Read

func (*TalkServiceRegisterWithExistingSnsIdAndIdentityCredentialResult) ReadField0

func (*TalkServiceRegisterWithExistingSnsIdAndIdentityCredentialResult) ReadField1

func (*TalkServiceRegisterWithExistingSnsIdAndIdentityCredentialResult) String

func (*TalkServiceRegisterWithExistingSnsIdAndIdentityCredentialResult) Write

type TalkServiceRegisterWithSnsIdAndIdentityCredentialArgs

type TalkServiceRegisterWithSnsIdAndIdentityCredentialArgs struct {
	// unused field # 1
	SnsIdType          SnsIdType           `thrift:"snsIdType,2" db:"snsIdType" json:"snsIdType"`
	SnsAccessToken     string              `thrift:"snsAccessToken,3" db:"snsAccessToken" json:"snsAccessToken"`
	IdentityCredential *IdentityCredential `thrift:"identityCredential,4" db:"identityCredential" json:"identityCredential"`
	Region             string              `thrift:"region,5" db:"region" json:"region"`
	UdidHash           string              `thrift:"udidHash,6" db:"udidHash" json:"udidHash"`
	DeviceInfo         *DeviceInfo         `thrift:"deviceInfo,7" db:"deviceInfo" json:"deviceInfo"`
}

Attributes:

  • SnsIdType
  • SnsAccessToken
  • IdentityCredential
  • Region
  • UdidHash
  • DeviceInfo

func NewTalkServiceRegisterWithSnsIdAndIdentityCredentialArgs

func NewTalkServiceRegisterWithSnsIdAndIdentityCredentialArgs() *TalkServiceRegisterWithSnsIdAndIdentityCredentialArgs

func (*TalkServiceRegisterWithSnsIdAndIdentityCredentialArgs) GetDeviceInfo

func (*TalkServiceRegisterWithSnsIdAndIdentityCredentialArgs) GetIdentityCredential

func (*TalkServiceRegisterWithSnsIdAndIdentityCredentialArgs) GetRegion

func (*TalkServiceRegisterWithSnsIdAndIdentityCredentialArgs) GetSnsAccessToken

func (*TalkServiceRegisterWithSnsIdAndIdentityCredentialArgs) GetSnsIdType

func (*TalkServiceRegisterWithSnsIdAndIdentityCredentialArgs) GetUdidHash

func (*TalkServiceRegisterWithSnsIdAndIdentityCredentialArgs) IsSetDeviceInfo

func (*TalkServiceRegisterWithSnsIdAndIdentityCredentialArgs) IsSetIdentityCredential

func (p *TalkServiceRegisterWithSnsIdAndIdentityCredentialArgs) IsSetIdentityCredential() bool

func (*TalkServiceRegisterWithSnsIdAndIdentityCredentialArgs) Read

func (*TalkServiceRegisterWithSnsIdAndIdentityCredentialArgs) ReadField2

func (*TalkServiceRegisterWithSnsIdAndIdentityCredentialArgs) ReadField3

func (*TalkServiceRegisterWithSnsIdAndIdentityCredentialArgs) ReadField4

func (*TalkServiceRegisterWithSnsIdAndIdentityCredentialArgs) ReadField5

func (*TalkServiceRegisterWithSnsIdAndIdentityCredentialArgs) ReadField6

func (*TalkServiceRegisterWithSnsIdAndIdentityCredentialArgs) ReadField7

func (*TalkServiceRegisterWithSnsIdAndIdentityCredentialArgs) String

func (*TalkServiceRegisterWithSnsIdAndIdentityCredentialArgs) Write

type TalkServiceRegisterWithSnsIdAndIdentityCredentialResult

type TalkServiceRegisterWithSnsIdAndIdentityCredentialResult struct {
	Success *string        `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func (*TalkServiceRegisterWithSnsIdAndIdentityCredentialResult) GetE

func (*TalkServiceRegisterWithSnsIdAndIdentityCredentialResult) GetSuccess

func (*TalkServiceRegisterWithSnsIdAndIdentityCredentialResult) IsSetE

func (*TalkServiceRegisterWithSnsIdAndIdentityCredentialResult) IsSetSuccess

func (*TalkServiceRegisterWithSnsIdAndIdentityCredentialResult) Read

func (*TalkServiceRegisterWithSnsIdAndIdentityCredentialResult) ReadField0

func (*TalkServiceRegisterWithSnsIdAndIdentityCredentialResult) ReadField1

func (*TalkServiceRegisterWithSnsIdAndIdentityCredentialResult) String

func (*TalkServiceRegisterWithSnsIdAndIdentityCredentialResult) Write

type TalkServiceRegisterWithSnsIdArgs

type TalkServiceRegisterWithSnsIdArgs struct {
	// unused field # 1
	SnsIdType      SnsIdType   `thrift:"snsIdType,2" db:"snsIdType" json:"snsIdType"`
	SnsAccessToken string      `thrift:"snsAccessToken,3" db:"snsAccessToken" json:"snsAccessToken"`
	Region         string      `thrift:"region,4" db:"region" json:"region"`
	UdidHash       string      `thrift:"udidHash,5" db:"udidHash" json:"udidHash"`
	DeviceInfo     *DeviceInfo `thrift:"deviceInfo,6" db:"deviceInfo" json:"deviceInfo"`
	Mid            string      `thrift:"mid,7" db:"mid" json:"mid"`
}

Attributes:

  • SnsIdType
  • SnsAccessToken
  • Region
  • UdidHash
  • DeviceInfo
  • Mid

func NewTalkServiceRegisterWithSnsIdArgs

func NewTalkServiceRegisterWithSnsIdArgs() *TalkServiceRegisterWithSnsIdArgs

func (*TalkServiceRegisterWithSnsIdArgs) GetDeviceInfo

func (p *TalkServiceRegisterWithSnsIdArgs) GetDeviceInfo() *DeviceInfo

func (*TalkServiceRegisterWithSnsIdArgs) GetMid

func (*TalkServiceRegisterWithSnsIdArgs) GetRegion

func (*TalkServiceRegisterWithSnsIdArgs) GetSnsAccessToken

func (p *TalkServiceRegisterWithSnsIdArgs) GetSnsAccessToken() string

func (*TalkServiceRegisterWithSnsIdArgs) GetSnsIdType

func (p *TalkServiceRegisterWithSnsIdArgs) GetSnsIdType() SnsIdType

func (*TalkServiceRegisterWithSnsIdArgs) GetUdidHash

func (p *TalkServiceRegisterWithSnsIdArgs) GetUdidHash() string

func (*TalkServiceRegisterWithSnsIdArgs) IsSetDeviceInfo

func (p *TalkServiceRegisterWithSnsIdArgs) IsSetDeviceInfo() bool

func (*TalkServiceRegisterWithSnsIdArgs) Read

func (*TalkServiceRegisterWithSnsIdArgs) ReadField2

func (p *TalkServiceRegisterWithSnsIdArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceRegisterWithSnsIdArgs) ReadField3

func (p *TalkServiceRegisterWithSnsIdArgs) ReadField3(iprot TProtocol) error

func (*TalkServiceRegisterWithSnsIdArgs) ReadField4

func (p *TalkServiceRegisterWithSnsIdArgs) ReadField4(iprot TProtocol) error

func (*TalkServiceRegisterWithSnsIdArgs) ReadField5

func (p *TalkServiceRegisterWithSnsIdArgs) ReadField5(iprot TProtocol) error

func (*TalkServiceRegisterWithSnsIdArgs) ReadField6

func (p *TalkServiceRegisterWithSnsIdArgs) ReadField6(iprot TProtocol) error

func (*TalkServiceRegisterWithSnsIdArgs) ReadField7

func (p *TalkServiceRegisterWithSnsIdArgs) ReadField7(iprot TProtocol) error

func (*TalkServiceRegisterWithSnsIdArgs) String

func (*TalkServiceRegisterWithSnsIdArgs) Write

type TalkServiceRegisterWithSnsIdResult

type TalkServiceRegisterWithSnsIdResult struct {
	Success *RegisterWithSnsIdResult_ `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException            `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceRegisterWithSnsIdResult

func NewTalkServiceRegisterWithSnsIdResult() *TalkServiceRegisterWithSnsIdResult

func (*TalkServiceRegisterWithSnsIdResult) GetE

func (*TalkServiceRegisterWithSnsIdResult) GetSuccess

func (*TalkServiceRegisterWithSnsIdResult) IsSetE

func (*TalkServiceRegisterWithSnsIdResult) IsSetSuccess

func (p *TalkServiceRegisterWithSnsIdResult) IsSetSuccess() bool

func (*TalkServiceRegisterWithSnsIdResult) Read

func (*TalkServiceRegisterWithSnsIdResult) ReadField0

func (p *TalkServiceRegisterWithSnsIdResult) ReadField0(iprot TProtocol) error

func (*TalkServiceRegisterWithSnsIdResult) ReadField1

func (p *TalkServiceRegisterWithSnsIdResult) ReadField1(iprot TProtocol) error

func (*TalkServiceRegisterWithSnsIdResult) String

func (*TalkServiceRegisterWithSnsIdResult) Write

type TalkServiceReissueChatTicketArgs

type TalkServiceReissueChatTicketArgs struct {
	Request *ReissueChatTicketRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewTalkServiceReissueChatTicketArgs

func NewTalkServiceReissueChatTicketArgs() *TalkServiceReissueChatTicketArgs

func (*TalkServiceReissueChatTicketArgs) GetRequest

func (*TalkServiceReissueChatTicketArgs) IsSetRequest

func (p *TalkServiceReissueChatTicketArgs) IsSetRequest() bool

func (*TalkServiceReissueChatTicketArgs) Read

func (*TalkServiceReissueChatTicketArgs) ReadField1

func (p *TalkServiceReissueChatTicketArgs) ReadField1(iprot TProtocol) error

func (*TalkServiceReissueChatTicketArgs) String

func (*TalkServiceReissueChatTicketArgs) Write

type TalkServiceReissueChatTicketResult

type TalkServiceReissueChatTicketResult struct {
	Success *ReissueChatTicketResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException             `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceReissueChatTicketResult

func NewTalkServiceReissueChatTicketResult() *TalkServiceReissueChatTicketResult

func (*TalkServiceReissueChatTicketResult) GetE

func (*TalkServiceReissueChatTicketResult) GetSuccess

func (*TalkServiceReissueChatTicketResult) IsSetE

func (*TalkServiceReissueChatTicketResult) IsSetSuccess

func (p *TalkServiceReissueChatTicketResult) IsSetSuccess() bool

func (*TalkServiceReissueChatTicketResult) Read

func (*TalkServiceReissueChatTicketResult) ReadField0

func (p *TalkServiceReissueChatTicketResult) ReadField0(iprot TProtocol) error

func (*TalkServiceReissueChatTicketResult) ReadField1

func (p *TalkServiceReissueChatTicketResult) ReadField1(iprot TProtocol) error

func (*TalkServiceReissueChatTicketResult) String

func (*TalkServiceReissueChatTicketResult) Write

type TalkServiceReissueDeviceCredentialArgs

type TalkServiceReissueDeviceCredentialArgs struct {
}

func NewTalkServiceReissueDeviceCredentialArgs

func NewTalkServiceReissueDeviceCredentialArgs() *TalkServiceReissueDeviceCredentialArgs

func (*TalkServiceReissueDeviceCredentialArgs) Read

func (*TalkServiceReissueDeviceCredentialArgs) String

func (*TalkServiceReissueDeviceCredentialArgs) Write

type TalkServiceReissueDeviceCredentialResult

type TalkServiceReissueDeviceCredentialResult struct {
	Success *string        `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceReissueDeviceCredentialResult

func NewTalkServiceReissueDeviceCredentialResult() *TalkServiceReissueDeviceCredentialResult

func (*TalkServiceReissueDeviceCredentialResult) GetE

func (*TalkServiceReissueDeviceCredentialResult) GetSuccess

func (*TalkServiceReissueDeviceCredentialResult) IsSetE

func (*TalkServiceReissueDeviceCredentialResult) IsSetSuccess

func (*TalkServiceReissueDeviceCredentialResult) Read

func (*TalkServiceReissueDeviceCredentialResult) ReadField0

func (*TalkServiceReissueDeviceCredentialResult) ReadField1

func (*TalkServiceReissueDeviceCredentialResult) String

func (*TalkServiceReissueDeviceCredentialResult) Write

type TalkServiceReissueGroupTicketArgs

type TalkServiceReissueGroupTicketArgs struct {
	GroupMid string `thrift:"groupMid,1" db:"groupMid" json:"groupMid"`
}

================================================================================================================================== ================================================================================================================================== Attributes:

  • GroupMid

func NewTalkServiceReissueGroupTicketArgs

func NewTalkServiceReissueGroupTicketArgs() *TalkServiceReissueGroupTicketArgs

func (*TalkServiceReissueGroupTicketArgs) GetGroupMid

func (p *TalkServiceReissueGroupTicketArgs) GetGroupMid() string

func (*TalkServiceReissueGroupTicketArgs) Read

func (*TalkServiceReissueGroupTicketArgs) ReadField1

func (p *TalkServiceReissueGroupTicketArgs) ReadField1(iprot TProtocol) error

func (*TalkServiceReissueGroupTicketArgs) String

func (*TalkServiceReissueGroupTicketArgs) Write

type TalkServiceReissueGroupTicketResult

type TalkServiceReissueGroupTicketResult struct {
	Success *string        `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceReissueGroupTicketResult

func NewTalkServiceReissueGroupTicketResult() *TalkServiceReissueGroupTicketResult

func (*TalkServiceReissueGroupTicketResult) GetE

func (*TalkServiceReissueGroupTicketResult) GetSuccess

func (*TalkServiceReissueGroupTicketResult) IsSetE

func (*TalkServiceReissueGroupTicketResult) IsSetSuccess

func (p *TalkServiceReissueGroupTicketResult) IsSetSuccess() bool

func (*TalkServiceReissueGroupTicketResult) Read

func (*TalkServiceReissueGroupTicketResult) ReadField0

func (*TalkServiceReissueGroupTicketResult) ReadField1

func (*TalkServiceReissueGroupTicketResult) String

func (*TalkServiceReissueGroupTicketResult) Write

type TalkServiceReissueUserTicketArgs

type TalkServiceReissueUserTicketArgs struct {
	// unused fields # 1 to 2
	ExpirationTime int64 `thrift:"expirationTime,3" db:"expirationTime" json:"expirationTime"`
	MaxUseCount    int32 `thrift:"maxUseCount,4" db:"maxUseCount" json:"maxUseCount"`
}

Attributes:

  • ExpirationTime
  • MaxUseCount

func NewTalkServiceReissueUserTicketArgs

func NewTalkServiceReissueUserTicketArgs() *TalkServiceReissueUserTicketArgs

func (*TalkServiceReissueUserTicketArgs) GetExpirationTime

func (p *TalkServiceReissueUserTicketArgs) GetExpirationTime() int64

func (*TalkServiceReissueUserTicketArgs) GetMaxUseCount

func (p *TalkServiceReissueUserTicketArgs) GetMaxUseCount() int32

func (*TalkServiceReissueUserTicketArgs) Read

func (*TalkServiceReissueUserTicketArgs) ReadField3

func (p *TalkServiceReissueUserTicketArgs) ReadField3(iprot TProtocol) error

func (*TalkServiceReissueUserTicketArgs) ReadField4

func (p *TalkServiceReissueUserTicketArgs) ReadField4(iprot TProtocol) error

func (*TalkServiceReissueUserTicketArgs) String

func (*TalkServiceReissueUserTicketArgs) Write

type TalkServiceReissueUserTicketResult

type TalkServiceReissueUserTicketResult struct {
	Success *string        `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceReissueUserTicketResult

func NewTalkServiceReissueUserTicketResult() *TalkServiceReissueUserTicketResult

func (*TalkServiceReissueUserTicketResult) GetE

func (*TalkServiceReissueUserTicketResult) GetSuccess

func (*TalkServiceReissueUserTicketResult) IsSetE

func (*TalkServiceReissueUserTicketResult) IsSetSuccess

func (p *TalkServiceReissueUserTicketResult) IsSetSuccess() bool

func (*TalkServiceReissueUserTicketResult) Read

func (*TalkServiceReissueUserTicketResult) ReadField0

func (p *TalkServiceReissueUserTicketResult) ReadField0(iprot TProtocol) error

func (*TalkServiceReissueUserTicketResult) ReadField1

func (p *TalkServiceReissueUserTicketResult) ReadField1(iprot TProtocol) error

func (*TalkServiceReissueUserTicketResult) String

func (*TalkServiceReissueUserTicketResult) Write

type TalkServiceRejectChatInvitationArgs

type TalkServiceRejectChatInvitationArgs struct {
	Request *RejectChatInvitationRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewTalkServiceRejectChatInvitationArgs

func NewTalkServiceRejectChatInvitationArgs() *TalkServiceRejectChatInvitationArgs

func (*TalkServiceRejectChatInvitationArgs) GetRequest

func (*TalkServiceRejectChatInvitationArgs) IsSetRequest

func (p *TalkServiceRejectChatInvitationArgs) IsSetRequest() bool

func (*TalkServiceRejectChatInvitationArgs) Read

func (*TalkServiceRejectChatInvitationArgs) ReadField1

func (*TalkServiceRejectChatInvitationArgs) String

func (*TalkServiceRejectChatInvitationArgs) Write

type TalkServiceRejectChatInvitationResult

type TalkServiceRejectChatInvitationResult struct {
	Success *RejectChatInvitationResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException                `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceRejectChatInvitationResult

func NewTalkServiceRejectChatInvitationResult() *TalkServiceRejectChatInvitationResult

func (*TalkServiceRejectChatInvitationResult) GetE

func (*TalkServiceRejectChatInvitationResult) GetSuccess

func (*TalkServiceRejectChatInvitationResult) IsSetE

func (*TalkServiceRejectChatInvitationResult) IsSetSuccess

func (p *TalkServiceRejectChatInvitationResult) IsSetSuccess() bool

func (*TalkServiceRejectChatInvitationResult) Read

func (*TalkServiceRejectChatInvitationResult) ReadField0

func (*TalkServiceRejectChatInvitationResult) ReadField1

func (*TalkServiceRejectChatInvitationResult) String

func (*TalkServiceRejectChatInvitationResult) Write

type TalkServiceRejectGroupInvitationArgs

type TalkServiceRejectGroupInvitationArgs struct {
	ReqSeq  int32  `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"`
	GroupId string `thrift:"groupId,2" db:"groupId" json:"groupId"`
}

Attributes:

  • ReqSeq
  • GroupId

func NewTalkServiceRejectGroupInvitationArgs

func NewTalkServiceRejectGroupInvitationArgs() *TalkServiceRejectGroupInvitationArgs

func (*TalkServiceRejectGroupInvitationArgs) GetGroupId

func (*TalkServiceRejectGroupInvitationArgs) GetReqSeq

func (*TalkServiceRejectGroupInvitationArgs) Read

func (*TalkServiceRejectGroupInvitationArgs) ReadField1

func (*TalkServiceRejectGroupInvitationArgs) ReadField2

func (*TalkServiceRejectGroupInvitationArgs) String

func (*TalkServiceRejectGroupInvitationArgs) Write

type TalkServiceRejectGroupInvitationResult

type TalkServiceRejectGroupInvitationResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceRejectGroupInvitationResult

func NewTalkServiceRejectGroupInvitationResult() *TalkServiceRejectGroupInvitationResult

func (*TalkServiceRejectGroupInvitationResult) GetE

func (*TalkServiceRejectGroupInvitationResult) IsSetE

func (*TalkServiceRejectGroupInvitationResult) Read

func (*TalkServiceRejectGroupInvitationResult) ReadField1

func (*TalkServiceRejectGroupInvitationResult) String

func (*TalkServiceRejectGroupInvitationResult) Write

type TalkServiceReleaseSessionArgs

type TalkServiceReleaseSessionArgs struct {
}

func NewTalkServiceReleaseSessionArgs

func NewTalkServiceReleaseSessionArgs() *TalkServiceReleaseSessionArgs

func (*TalkServiceReleaseSessionArgs) Read

func (*TalkServiceReleaseSessionArgs) String

func (*TalkServiceReleaseSessionArgs) Write

type TalkServiceReleaseSessionResult

type TalkServiceReleaseSessionResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceReleaseSessionResult

func NewTalkServiceReleaseSessionResult() *TalkServiceReleaseSessionResult

func (*TalkServiceReleaseSessionResult) GetE

func (*TalkServiceReleaseSessionResult) IsSetE

func (*TalkServiceReleaseSessionResult) Read

func (*TalkServiceReleaseSessionResult) ReadField1

func (p *TalkServiceReleaseSessionResult) ReadField1(iprot TProtocol) error

func (*TalkServiceReleaseSessionResult) String

func (*TalkServiceReleaseSessionResult) Write

type TalkServiceRemoveAllMessagesArgs

type TalkServiceRemoveAllMessagesArgs struct {
	Seq           int32  `thrift:"seq,1" db:"seq" json:"seq"`
	LastMessageId string `thrift:"lastMessageId,2" db:"lastMessageId" json:"lastMessageId"`
}

Attributes:

  • Seq
  • LastMessageId

func NewTalkServiceRemoveAllMessagesArgs

func NewTalkServiceRemoveAllMessagesArgs() *TalkServiceRemoveAllMessagesArgs

func (*TalkServiceRemoveAllMessagesArgs) GetLastMessageId

func (p *TalkServiceRemoveAllMessagesArgs) GetLastMessageId() string

func (*TalkServiceRemoveAllMessagesArgs) GetSeq

func (*TalkServiceRemoveAllMessagesArgs) Read

func (*TalkServiceRemoveAllMessagesArgs) ReadField1

func (p *TalkServiceRemoveAllMessagesArgs) ReadField1(iprot TProtocol) error

func (*TalkServiceRemoveAllMessagesArgs) ReadField2

func (p *TalkServiceRemoveAllMessagesArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceRemoveAllMessagesArgs) String

func (*TalkServiceRemoveAllMessagesArgs) Write

type TalkServiceRemoveAllMessagesResult

type TalkServiceRemoveAllMessagesResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceRemoveAllMessagesResult

func NewTalkServiceRemoveAllMessagesResult() *TalkServiceRemoveAllMessagesResult

func (*TalkServiceRemoveAllMessagesResult) GetE

func (*TalkServiceRemoveAllMessagesResult) IsSetE

func (*TalkServiceRemoveAllMessagesResult) Read

func (*TalkServiceRemoveAllMessagesResult) ReadField1

func (p *TalkServiceRemoveAllMessagesResult) ReadField1(iprot TProtocol) error

func (*TalkServiceRemoveAllMessagesResult) String

func (*TalkServiceRemoveAllMessagesResult) Write

type TalkServiceRemoveBuddyLocationArgs

type TalkServiceRemoveBuddyLocationArgs struct {
	// unused field # 1
	Mid   string `thrift:"mid,2" db:"mid" json:"mid"`
	Index int32  `thrift:"index,3" db:"index" json:"index"`
}

Attributes:

  • Mid
  • Index

func NewTalkServiceRemoveBuddyLocationArgs

func NewTalkServiceRemoveBuddyLocationArgs() *TalkServiceRemoveBuddyLocationArgs

func (*TalkServiceRemoveBuddyLocationArgs) GetIndex

func (*TalkServiceRemoveBuddyLocationArgs) GetMid

func (*TalkServiceRemoveBuddyLocationArgs) Read

func (*TalkServiceRemoveBuddyLocationArgs) ReadField2

func (p *TalkServiceRemoveBuddyLocationArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceRemoveBuddyLocationArgs) ReadField3

func (p *TalkServiceRemoveBuddyLocationArgs) ReadField3(iprot TProtocol) error

func (*TalkServiceRemoveBuddyLocationArgs) String

func (*TalkServiceRemoveBuddyLocationArgs) Write

type TalkServiceRemoveBuddyLocationResult

type TalkServiceRemoveBuddyLocationResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceRemoveBuddyLocationResult

func NewTalkServiceRemoveBuddyLocationResult() *TalkServiceRemoveBuddyLocationResult

func (*TalkServiceRemoveBuddyLocationResult) GetE

func (*TalkServiceRemoveBuddyLocationResult) IsSetE

func (*TalkServiceRemoveBuddyLocationResult) Read

func (*TalkServiceRemoveBuddyLocationResult) ReadField1

func (*TalkServiceRemoveBuddyLocationResult) String

func (*TalkServiceRemoveBuddyLocationResult) Write

type TalkServiceRemoveMessageArgs

type TalkServiceRemoveMessageArgs struct {
	// unused field # 1
	MessageId string `thrift:"messageId,2" db:"messageId" json:"messageId"`
}

Attributes:

  • MessageId

func NewTalkServiceRemoveMessageArgs

func NewTalkServiceRemoveMessageArgs() *TalkServiceRemoveMessageArgs

func (*TalkServiceRemoveMessageArgs) GetMessageId

func (p *TalkServiceRemoveMessageArgs) GetMessageId() string

func (*TalkServiceRemoveMessageArgs) Read

func (*TalkServiceRemoveMessageArgs) ReadField2

func (p *TalkServiceRemoveMessageArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceRemoveMessageArgs) String

func (*TalkServiceRemoveMessageArgs) Write

type TalkServiceRemoveMessageFromMyHomeArgs

type TalkServiceRemoveMessageFromMyHomeArgs struct {
	// unused field # 1
	MessageId string `thrift:"messageId,2" db:"messageId" json:"messageId"`
}

Attributes:

  • MessageId

func NewTalkServiceRemoveMessageFromMyHomeArgs

func NewTalkServiceRemoveMessageFromMyHomeArgs() *TalkServiceRemoveMessageFromMyHomeArgs

func (*TalkServiceRemoveMessageFromMyHomeArgs) GetMessageId

func (*TalkServiceRemoveMessageFromMyHomeArgs) Read

func (*TalkServiceRemoveMessageFromMyHomeArgs) ReadField2

func (*TalkServiceRemoveMessageFromMyHomeArgs) String

func (*TalkServiceRemoveMessageFromMyHomeArgs) Write

type TalkServiceRemoveMessageFromMyHomeResult

type TalkServiceRemoveMessageFromMyHomeResult struct {
	Success *bool          `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceRemoveMessageFromMyHomeResult

func NewTalkServiceRemoveMessageFromMyHomeResult() *TalkServiceRemoveMessageFromMyHomeResult

func (*TalkServiceRemoveMessageFromMyHomeResult) GetE

func (*TalkServiceRemoveMessageFromMyHomeResult) GetSuccess

func (*TalkServiceRemoveMessageFromMyHomeResult) IsSetE

func (*TalkServiceRemoveMessageFromMyHomeResult) IsSetSuccess

func (*TalkServiceRemoveMessageFromMyHomeResult) Read

func (*TalkServiceRemoveMessageFromMyHomeResult) ReadField0

func (*TalkServiceRemoveMessageFromMyHomeResult) ReadField1

func (*TalkServiceRemoveMessageFromMyHomeResult) String

func (*TalkServiceRemoveMessageFromMyHomeResult) Write

type TalkServiceRemoveMessageResult

type TalkServiceRemoveMessageResult struct {
	Success *bool          `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceRemoveMessageResult

func NewTalkServiceRemoveMessageResult() *TalkServiceRemoveMessageResult

func (*TalkServiceRemoveMessageResult) GetE

func (*TalkServiceRemoveMessageResult) GetSuccess

func (p *TalkServiceRemoveMessageResult) GetSuccess() bool

func (*TalkServiceRemoveMessageResult) IsSetE

func (*TalkServiceRemoveMessageResult) IsSetSuccess

func (p *TalkServiceRemoveMessageResult) IsSetSuccess() bool

func (*TalkServiceRemoveMessageResult) Read

func (*TalkServiceRemoveMessageResult) ReadField0

func (p *TalkServiceRemoveMessageResult) ReadField0(iprot TProtocol) error

func (*TalkServiceRemoveMessageResult) ReadField1

func (p *TalkServiceRemoveMessageResult) ReadField1(iprot TProtocol) error

func (*TalkServiceRemoveMessageResult) String

func (*TalkServiceRemoveMessageResult) Write

type TalkServiceRemoveSnsIdArgs

type TalkServiceRemoveSnsIdArgs struct {
	// unused field # 1
	SnsIdType SnsIdType `thrift:"snsIdType,2" db:"snsIdType" json:"snsIdType"`
}

Attributes:

  • SnsIdType

func NewTalkServiceRemoveSnsIdArgs

func NewTalkServiceRemoveSnsIdArgs() *TalkServiceRemoveSnsIdArgs

func (*TalkServiceRemoveSnsIdArgs) GetSnsIdType

func (p *TalkServiceRemoveSnsIdArgs) GetSnsIdType() SnsIdType

func (*TalkServiceRemoveSnsIdArgs) Read

func (*TalkServiceRemoveSnsIdArgs) ReadField2

func (p *TalkServiceRemoveSnsIdArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceRemoveSnsIdArgs) String

func (p *TalkServiceRemoveSnsIdArgs) String() string

func (*TalkServiceRemoveSnsIdArgs) Write

func (p *TalkServiceRemoveSnsIdArgs) Write(oprot TProtocol) error

type TalkServiceRemoveSnsIdResult

type TalkServiceRemoveSnsIdResult struct {
	Success *string        `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceRemoveSnsIdResult

func NewTalkServiceRemoveSnsIdResult() *TalkServiceRemoveSnsIdResult

func (*TalkServiceRemoveSnsIdResult) GetE

func (*TalkServiceRemoveSnsIdResult) GetSuccess

func (p *TalkServiceRemoveSnsIdResult) GetSuccess() string

func (*TalkServiceRemoveSnsIdResult) IsSetE

func (p *TalkServiceRemoveSnsIdResult) IsSetE() bool

func (*TalkServiceRemoveSnsIdResult) IsSetSuccess

func (p *TalkServiceRemoveSnsIdResult) IsSetSuccess() bool

func (*TalkServiceRemoveSnsIdResult) Read

func (*TalkServiceRemoveSnsIdResult) ReadField0

func (p *TalkServiceRemoveSnsIdResult) ReadField0(iprot TProtocol) error

func (*TalkServiceRemoveSnsIdResult) ReadField1

func (p *TalkServiceRemoveSnsIdResult) ReadField1(iprot TProtocol) error

func (*TalkServiceRemoveSnsIdResult) String

func (*TalkServiceRemoveSnsIdResult) Write

type TalkServiceReportArgs

type TalkServiceReportArgs struct {
	// unused field # 1
	SyncOpRevision int64        `thrift:"syncOpRevision,2" db:"syncOpRevision" json:"syncOpRevision"`
	Category       SyncCategory `thrift:"category,3" db:"category" json:"category"`
	Report         string       `thrift:"report,4" db:"report" json:"report"`
}

Attributes:

  • SyncOpRevision
  • Category
  • Report

func NewTalkServiceReportArgs

func NewTalkServiceReportArgs() *TalkServiceReportArgs

func (*TalkServiceReportArgs) GetCategory

func (p *TalkServiceReportArgs) GetCategory() SyncCategory

func (*TalkServiceReportArgs) GetReport

func (p *TalkServiceReportArgs) GetReport() string

func (*TalkServiceReportArgs) GetSyncOpRevision

func (p *TalkServiceReportArgs) GetSyncOpRevision() int64

func (*TalkServiceReportArgs) Read

func (p *TalkServiceReportArgs) Read(iprot TProtocol) error

func (*TalkServiceReportArgs) ReadField2

func (p *TalkServiceReportArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceReportArgs) ReadField3

func (p *TalkServiceReportArgs) ReadField3(iprot TProtocol) error

func (*TalkServiceReportArgs) ReadField4

func (p *TalkServiceReportArgs) ReadField4(iprot TProtocol) error

func (*TalkServiceReportArgs) String

func (p *TalkServiceReportArgs) String() string

func (*TalkServiceReportArgs) Write

func (p *TalkServiceReportArgs) Write(oprot TProtocol) error

type TalkServiceReportContactsArgs

type TalkServiceReportContactsArgs struct {
	// unused field # 1
	SyncOpRevision int64            `thrift:"syncOpRevision,2" db:"syncOpRevision" json:"syncOpRevision"`
	Category       SyncCategory     `thrift:"category,3" db:"category" json:"category"`
	ContactReports []*ContactReport `thrift:"contactReports,4" db:"contactReports" json:"contactReports"`
	ActionType     SyncActionType   `thrift:"actionType,5" db:"actionType" json:"actionType"`
}

Attributes:

  • SyncOpRevision
  • Category
  • ContactReports
  • ActionType

func NewTalkServiceReportContactsArgs

func NewTalkServiceReportContactsArgs() *TalkServiceReportContactsArgs

func (*TalkServiceReportContactsArgs) GetActionType

func (p *TalkServiceReportContactsArgs) GetActionType() SyncActionType

func (*TalkServiceReportContactsArgs) GetCategory

func (*TalkServiceReportContactsArgs) GetContactReports

func (p *TalkServiceReportContactsArgs) GetContactReports() []*ContactReport

func (*TalkServiceReportContactsArgs) GetSyncOpRevision

func (p *TalkServiceReportContactsArgs) GetSyncOpRevision() int64

func (*TalkServiceReportContactsArgs) Read

func (*TalkServiceReportContactsArgs) ReadField2

func (p *TalkServiceReportContactsArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceReportContactsArgs) ReadField3

func (p *TalkServiceReportContactsArgs) ReadField3(iprot TProtocol) error

func (*TalkServiceReportContactsArgs) ReadField4

func (p *TalkServiceReportContactsArgs) ReadField4(iprot TProtocol) error

func (*TalkServiceReportContactsArgs) ReadField5

func (p *TalkServiceReportContactsArgs) ReadField5(iprot TProtocol) error

func (*TalkServiceReportContactsArgs) String

func (*TalkServiceReportContactsArgs) Write

type TalkServiceReportContactsResult

type TalkServiceReportContactsResult struct {
	Success []*ContactReportResult_ `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException          `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceReportContactsResult

func NewTalkServiceReportContactsResult() *TalkServiceReportContactsResult

func (*TalkServiceReportContactsResult) GetE

func (*TalkServiceReportContactsResult) GetSuccess

func (*TalkServiceReportContactsResult) IsSetE

func (*TalkServiceReportContactsResult) IsSetSuccess

func (p *TalkServiceReportContactsResult) IsSetSuccess() bool

func (*TalkServiceReportContactsResult) Read

func (*TalkServiceReportContactsResult) ReadField0

func (p *TalkServiceReportContactsResult) ReadField0(iprot TProtocol) error

func (*TalkServiceReportContactsResult) ReadField1

func (p *TalkServiceReportContactsResult) ReadField1(iprot TProtocol) error

func (*TalkServiceReportContactsResult) String

func (*TalkServiceReportContactsResult) Write

type TalkServiceReportGroupsArgs

type TalkServiceReportGroupsArgs struct {
	// unused field # 1
	SyncOpRevision int64    `thrift:"syncOpRevision,2" db:"syncOpRevision" json:"syncOpRevision"`
	Groups         []*Group `thrift:"groups,3" db:"groups" json:"groups"`
}

Attributes:

  • SyncOpRevision
  • Groups

func NewTalkServiceReportGroupsArgs

func NewTalkServiceReportGroupsArgs() *TalkServiceReportGroupsArgs

func (*TalkServiceReportGroupsArgs) GetGroups

func (p *TalkServiceReportGroupsArgs) GetGroups() []*Group

func (*TalkServiceReportGroupsArgs) GetSyncOpRevision

func (p *TalkServiceReportGroupsArgs) GetSyncOpRevision() int64

func (*TalkServiceReportGroupsArgs) Read

func (*TalkServiceReportGroupsArgs) ReadField2

func (p *TalkServiceReportGroupsArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceReportGroupsArgs) ReadField3

func (p *TalkServiceReportGroupsArgs) ReadField3(iprot TProtocol) error

func (*TalkServiceReportGroupsArgs) String

func (p *TalkServiceReportGroupsArgs) String() string

func (*TalkServiceReportGroupsArgs) Write

type TalkServiceReportGroupsResult

type TalkServiceReportGroupsResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceReportGroupsResult

func NewTalkServiceReportGroupsResult() *TalkServiceReportGroupsResult

func (*TalkServiceReportGroupsResult) GetE

func (*TalkServiceReportGroupsResult) IsSetE

func (p *TalkServiceReportGroupsResult) IsSetE() bool

func (*TalkServiceReportGroupsResult) Read

func (*TalkServiceReportGroupsResult) ReadField1

func (p *TalkServiceReportGroupsResult) ReadField1(iprot TProtocol) error

func (*TalkServiceReportGroupsResult) String

func (*TalkServiceReportGroupsResult) Write

type TalkServiceReportProfileArgs

type TalkServiceReportProfileArgs struct {
	// unused field # 1
	SyncOpRevision int64    `thrift:"syncOpRevision,2" db:"syncOpRevision" json:"syncOpRevision"`
	Profile        *Profile `thrift:"profile,3" db:"profile" json:"profile"`
}

Attributes:

  • SyncOpRevision
  • Profile

func NewTalkServiceReportProfileArgs

func NewTalkServiceReportProfileArgs() *TalkServiceReportProfileArgs

func (*TalkServiceReportProfileArgs) GetProfile

func (p *TalkServiceReportProfileArgs) GetProfile() *Profile

func (*TalkServiceReportProfileArgs) GetSyncOpRevision

func (p *TalkServiceReportProfileArgs) GetSyncOpRevision() int64

func (*TalkServiceReportProfileArgs) IsSetProfile

func (p *TalkServiceReportProfileArgs) IsSetProfile() bool

func (*TalkServiceReportProfileArgs) Read

func (*TalkServiceReportProfileArgs) ReadField2

func (p *TalkServiceReportProfileArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceReportProfileArgs) ReadField3

func (p *TalkServiceReportProfileArgs) ReadField3(iprot TProtocol) error

func (*TalkServiceReportProfileArgs) String

func (*TalkServiceReportProfileArgs) Write

type TalkServiceReportProfileResult

type TalkServiceReportProfileResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceReportProfileResult

func NewTalkServiceReportProfileResult() *TalkServiceReportProfileResult

func (*TalkServiceReportProfileResult) GetE

func (*TalkServiceReportProfileResult) IsSetE

func (*TalkServiceReportProfileResult) Read

func (*TalkServiceReportProfileResult) ReadField1

func (p *TalkServiceReportProfileResult) ReadField1(iprot TProtocol) error

func (*TalkServiceReportProfileResult) String

func (*TalkServiceReportProfileResult) Write

type TalkServiceReportResult

type TalkServiceReportResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceReportResult

func NewTalkServiceReportResult() *TalkServiceReportResult

func (*TalkServiceReportResult) GetE

func (*TalkServiceReportResult) IsSetE

func (p *TalkServiceReportResult) IsSetE() bool

func (*TalkServiceReportResult) Read

func (p *TalkServiceReportResult) Read(iprot TProtocol) error

func (*TalkServiceReportResult) ReadField1

func (p *TalkServiceReportResult) ReadField1(iprot TProtocol) error

func (*TalkServiceReportResult) String

func (p *TalkServiceReportResult) String() string

func (*TalkServiceReportResult) Write

func (p *TalkServiceReportResult) Write(oprot TProtocol) error

type TalkServiceReportRoomsArgs

type TalkServiceReportRoomsArgs struct {
	// unused field # 1
	SyncOpRevision int64   `thrift:"syncOpRevision,2" db:"syncOpRevision" json:"syncOpRevision"`
	Rooms          []*Room `thrift:"rooms,3" db:"rooms" json:"rooms"`
}

Attributes:

  • SyncOpRevision
  • Rooms

func NewTalkServiceReportRoomsArgs

func NewTalkServiceReportRoomsArgs() *TalkServiceReportRoomsArgs

func (*TalkServiceReportRoomsArgs) GetRooms

func (p *TalkServiceReportRoomsArgs) GetRooms() []*Room

func (*TalkServiceReportRoomsArgs) GetSyncOpRevision

func (p *TalkServiceReportRoomsArgs) GetSyncOpRevision() int64

func (*TalkServiceReportRoomsArgs) Read

func (*TalkServiceReportRoomsArgs) ReadField2

func (p *TalkServiceReportRoomsArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceReportRoomsArgs) ReadField3

func (p *TalkServiceReportRoomsArgs) ReadField3(iprot TProtocol) error

func (*TalkServiceReportRoomsArgs) String

func (p *TalkServiceReportRoomsArgs) String() string

func (*TalkServiceReportRoomsArgs) Write

func (p *TalkServiceReportRoomsArgs) Write(oprot TProtocol) error

type TalkServiceReportRoomsResult

type TalkServiceReportRoomsResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceReportRoomsResult

func NewTalkServiceReportRoomsResult() *TalkServiceReportRoomsResult

func (*TalkServiceReportRoomsResult) GetE

func (*TalkServiceReportRoomsResult) IsSetE

func (p *TalkServiceReportRoomsResult) IsSetE() bool

func (*TalkServiceReportRoomsResult) Read

func (*TalkServiceReportRoomsResult) ReadField1

func (p *TalkServiceReportRoomsResult) ReadField1(iprot TProtocol) error

func (*TalkServiceReportRoomsResult) String

func (*TalkServiceReportRoomsResult) Write

type TalkServiceReportSettingsArgs

type TalkServiceReportSettingsArgs struct {
	// unused field # 1
	SyncOpRevision int64     `thrift:"syncOpRevision,2" db:"syncOpRevision" json:"syncOpRevision"`
	Settings       *Settings `thrift:"settings,3" db:"settings" json:"settings"`
}

Attributes:

  • SyncOpRevision
  • Settings

func NewTalkServiceReportSettingsArgs

func NewTalkServiceReportSettingsArgs() *TalkServiceReportSettingsArgs

func (*TalkServiceReportSettingsArgs) GetSettings

func (p *TalkServiceReportSettingsArgs) GetSettings() *Settings

func (*TalkServiceReportSettingsArgs) GetSyncOpRevision

func (p *TalkServiceReportSettingsArgs) GetSyncOpRevision() int64

func (*TalkServiceReportSettingsArgs) IsSetSettings

func (p *TalkServiceReportSettingsArgs) IsSetSettings() bool

func (*TalkServiceReportSettingsArgs) Read

func (*TalkServiceReportSettingsArgs) ReadField2

func (p *TalkServiceReportSettingsArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceReportSettingsArgs) ReadField3

func (p *TalkServiceReportSettingsArgs) ReadField3(iprot TProtocol) error

func (*TalkServiceReportSettingsArgs) String

func (*TalkServiceReportSettingsArgs) Write

type TalkServiceReportSettingsResult

type TalkServiceReportSettingsResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceReportSettingsResult

func NewTalkServiceReportSettingsResult() *TalkServiceReportSettingsResult

func (*TalkServiceReportSettingsResult) GetE

func (*TalkServiceReportSettingsResult) IsSetE

func (*TalkServiceReportSettingsResult) Read

func (*TalkServiceReportSettingsResult) ReadField1

func (p *TalkServiceReportSettingsResult) ReadField1(iprot TProtocol) error

func (*TalkServiceReportSettingsResult) String

func (*TalkServiceReportSettingsResult) Write

type TalkServiceReportSpammerArgs

type TalkServiceReportSpammerArgs struct {
	// unused field # 1
	SpammerMid     string          `thrift:"spammerMid,2" db:"spammerMid" json:"spammerMid"`
	SpammerReasons []SpammerReason `thrift:"spammerReasons,3" db:"spammerReasons" json:"spammerReasons"`
	SpamMessageIds []string        `thrift:"spamMessageIds,4" db:"spamMessageIds" json:"spamMessageIds"`
}

Attributes:

  • SpammerMid
  • SpammerReasons
  • SpamMessageIds

func NewTalkServiceReportSpammerArgs

func NewTalkServiceReportSpammerArgs() *TalkServiceReportSpammerArgs

func (*TalkServiceReportSpammerArgs) GetSpamMessageIds

func (p *TalkServiceReportSpammerArgs) GetSpamMessageIds() []string

func (*TalkServiceReportSpammerArgs) GetSpammerMid

func (p *TalkServiceReportSpammerArgs) GetSpammerMid() string

func (*TalkServiceReportSpammerArgs) GetSpammerReasons

func (p *TalkServiceReportSpammerArgs) GetSpammerReasons() []SpammerReason

func (*TalkServiceReportSpammerArgs) Read

func (*TalkServiceReportSpammerArgs) ReadField2

func (p *TalkServiceReportSpammerArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceReportSpammerArgs) ReadField3

func (p *TalkServiceReportSpammerArgs) ReadField3(iprot TProtocol) error

func (*TalkServiceReportSpammerArgs) ReadField4

func (p *TalkServiceReportSpammerArgs) ReadField4(iprot TProtocol) error

func (*TalkServiceReportSpammerArgs) String

func (*TalkServiceReportSpammerArgs) Write

type TalkServiceReportSpammerResult

type TalkServiceReportSpammerResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceReportSpammerResult

func NewTalkServiceReportSpammerResult() *TalkServiceReportSpammerResult

func (*TalkServiceReportSpammerResult) GetE

func (*TalkServiceReportSpammerResult) IsSetE

func (*TalkServiceReportSpammerResult) Read

func (*TalkServiceReportSpammerResult) ReadField1

func (p *TalkServiceReportSpammerResult) ReadField1(iprot TProtocol) error

func (*TalkServiceReportSpammerResult) String

func (*TalkServiceReportSpammerResult) Write

type TalkServiceRequestAccountPasswordResetArgs

type TalkServiceRequestAccountPasswordResetArgs struct {
	// unused field # 1
	Identifier string `thrift:"identifier,2" db:"identifier" json:"identifier"`
	// unused field # 3
	Provider IdentityProvider `thrift:"provider,4" db:"provider" json:"provider"`
	Locale   string           `thrift:"locale,5" db:"locale" json:"locale"`
}

Attributes:

  • Provider
  • Identifier
  • Locale

func NewTalkServiceRequestAccountPasswordResetArgs

func NewTalkServiceRequestAccountPasswordResetArgs() *TalkServiceRequestAccountPasswordResetArgs

func (*TalkServiceRequestAccountPasswordResetArgs) GetIdentifier

func (*TalkServiceRequestAccountPasswordResetArgs) GetLocale

func (*TalkServiceRequestAccountPasswordResetArgs) GetProvider

func (*TalkServiceRequestAccountPasswordResetArgs) Read

func (*TalkServiceRequestAccountPasswordResetArgs) ReadField2

func (*TalkServiceRequestAccountPasswordResetArgs) ReadField4

func (*TalkServiceRequestAccountPasswordResetArgs) ReadField5

func (*TalkServiceRequestAccountPasswordResetArgs) String

func (*TalkServiceRequestAccountPasswordResetArgs) Write

type TalkServiceRequestAccountPasswordResetResult

type TalkServiceRequestAccountPasswordResetResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceRequestAccountPasswordResetResult

func NewTalkServiceRequestAccountPasswordResetResult() *TalkServiceRequestAccountPasswordResetResult

func (*TalkServiceRequestAccountPasswordResetResult) GetE

func (*TalkServiceRequestAccountPasswordResetResult) IsSetE

func (*TalkServiceRequestAccountPasswordResetResult) Read

func (*TalkServiceRequestAccountPasswordResetResult) ReadField1

func (*TalkServiceRequestAccountPasswordResetResult) String

func (*TalkServiceRequestAccountPasswordResetResult) Write

type TalkServiceRequestEmailConfirmationArgs

type TalkServiceRequestEmailConfirmationArgs struct {
	// unused field # 1
	EmailConfirmation *EmailConfirmation `thrift:"emailConfirmation,2" db:"emailConfirmation" json:"emailConfirmation"`
}

Attributes:

  • EmailConfirmation

func NewTalkServiceRequestEmailConfirmationArgs

func NewTalkServiceRequestEmailConfirmationArgs() *TalkServiceRequestEmailConfirmationArgs

func (*TalkServiceRequestEmailConfirmationArgs) GetEmailConfirmation

func (*TalkServiceRequestEmailConfirmationArgs) IsSetEmailConfirmation

func (p *TalkServiceRequestEmailConfirmationArgs) IsSetEmailConfirmation() bool

func (*TalkServiceRequestEmailConfirmationArgs) Read

func (*TalkServiceRequestEmailConfirmationArgs) ReadField2

func (*TalkServiceRequestEmailConfirmationArgs) String

func (*TalkServiceRequestEmailConfirmationArgs) Write

type TalkServiceRequestEmailConfirmationResult

type TalkServiceRequestEmailConfirmationResult struct {
	Success *EmailConfirmationSession `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException            `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceRequestEmailConfirmationResult

func NewTalkServiceRequestEmailConfirmationResult() *TalkServiceRequestEmailConfirmationResult

func (*TalkServiceRequestEmailConfirmationResult) GetE

func (*TalkServiceRequestEmailConfirmationResult) GetSuccess

func (*TalkServiceRequestEmailConfirmationResult) IsSetE

func (*TalkServiceRequestEmailConfirmationResult) IsSetSuccess

func (*TalkServiceRequestEmailConfirmationResult) Read

func (*TalkServiceRequestEmailConfirmationResult) ReadField0

func (*TalkServiceRequestEmailConfirmationResult) ReadField1

func (*TalkServiceRequestEmailConfirmationResult) String

func (*TalkServiceRequestEmailConfirmationResult) Write

type TalkServiceRequestIdentityUnbindArgs

type TalkServiceRequestIdentityUnbindArgs struct {
	// unused field # 1
	Identifier string `thrift:"identifier,2" db:"identifier" json:"identifier"`
	// unused field # 3
	Provider IdentityProvider `thrift:"provider,4" db:"provider" json:"provider"`
}

Attributes:

  • Provider
  • Identifier

func NewTalkServiceRequestIdentityUnbindArgs

func NewTalkServiceRequestIdentityUnbindArgs() *TalkServiceRequestIdentityUnbindArgs

func (*TalkServiceRequestIdentityUnbindArgs) GetIdentifier

func (p *TalkServiceRequestIdentityUnbindArgs) GetIdentifier() string

func (*TalkServiceRequestIdentityUnbindArgs) GetProvider

func (*TalkServiceRequestIdentityUnbindArgs) Read

func (*TalkServiceRequestIdentityUnbindArgs) ReadField2

func (*TalkServiceRequestIdentityUnbindArgs) ReadField4

func (*TalkServiceRequestIdentityUnbindArgs) String

func (*TalkServiceRequestIdentityUnbindArgs) Write

type TalkServiceRequestIdentityUnbindResult

type TalkServiceRequestIdentityUnbindResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceRequestIdentityUnbindResult

func NewTalkServiceRequestIdentityUnbindResult() *TalkServiceRequestIdentityUnbindResult

func (*TalkServiceRequestIdentityUnbindResult) GetE

func (*TalkServiceRequestIdentityUnbindResult) IsSetE

func (*TalkServiceRequestIdentityUnbindResult) Read

func (*TalkServiceRequestIdentityUnbindResult) ReadField1

func (*TalkServiceRequestIdentityUnbindResult) String

func (*TalkServiceRequestIdentityUnbindResult) Write

type TalkServiceResendEmailConfirmationArgs

type TalkServiceResendEmailConfirmationArgs struct {
	// unused field # 1
	Verifier string `thrift:"verifier,2" db:"verifier" json:"verifier"`
}

Attributes:

  • Verifier

func NewTalkServiceResendEmailConfirmationArgs

func NewTalkServiceResendEmailConfirmationArgs() *TalkServiceResendEmailConfirmationArgs

func (*TalkServiceResendEmailConfirmationArgs) GetVerifier

func (*TalkServiceResendEmailConfirmationArgs) Read

func (*TalkServiceResendEmailConfirmationArgs) ReadField2

func (*TalkServiceResendEmailConfirmationArgs) String

func (*TalkServiceResendEmailConfirmationArgs) Write

type TalkServiceResendEmailConfirmationResult

type TalkServiceResendEmailConfirmationResult struct {
	Success *EmailConfirmationSession `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException            `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceResendEmailConfirmationResult

func NewTalkServiceResendEmailConfirmationResult() *TalkServiceResendEmailConfirmationResult

func (*TalkServiceResendEmailConfirmationResult) GetE

func (*TalkServiceResendEmailConfirmationResult) GetSuccess

func (*TalkServiceResendEmailConfirmationResult) IsSetE

func (*TalkServiceResendEmailConfirmationResult) IsSetSuccess

func (*TalkServiceResendEmailConfirmationResult) Read

func (*TalkServiceResendEmailConfirmationResult) ReadField0

func (*TalkServiceResendEmailConfirmationResult) ReadField1

func (*TalkServiceResendEmailConfirmationResult) String

func (*TalkServiceResendEmailConfirmationResult) Write

type TalkServiceResendPinCodeArgs

type TalkServiceResendPinCodeArgs struct {
	// unused field # 1
	SessionId string `thrift:"sessionId,2" db:"sessionId" json:"sessionId"`
}

Attributes:

  • SessionId

func NewTalkServiceResendPinCodeArgs

func NewTalkServiceResendPinCodeArgs() *TalkServiceResendPinCodeArgs

func (*TalkServiceResendPinCodeArgs) GetSessionId

func (p *TalkServiceResendPinCodeArgs) GetSessionId() string

func (*TalkServiceResendPinCodeArgs) Read

func (*TalkServiceResendPinCodeArgs) ReadField2

func (p *TalkServiceResendPinCodeArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceResendPinCodeArgs) String

func (*TalkServiceResendPinCodeArgs) Write

type TalkServiceResendPinCodeBySMSArgs

type TalkServiceResendPinCodeBySMSArgs struct {
	// unused field # 1
	SessionId string `thrift:"sessionId,2" db:"sessionId" json:"sessionId"`
}

Attributes:

  • SessionId

func NewTalkServiceResendPinCodeBySMSArgs

func NewTalkServiceResendPinCodeBySMSArgs() *TalkServiceResendPinCodeBySMSArgs

func (*TalkServiceResendPinCodeBySMSArgs) GetSessionId

func (p *TalkServiceResendPinCodeBySMSArgs) GetSessionId() string

func (*TalkServiceResendPinCodeBySMSArgs) Read

func (*TalkServiceResendPinCodeBySMSArgs) ReadField2

func (p *TalkServiceResendPinCodeBySMSArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceResendPinCodeBySMSArgs) String

func (*TalkServiceResendPinCodeBySMSArgs) Write

type TalkServiceResendPinCodeBySMSResult

type TalkServiceResendPinCodeBySMSResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceResendPinCodeBySMSResult

func NewTalkServiceResendPinCodeBySMSResult() *TalkServiceResendPinCodeBySMSResult

func (*TalkServiceResendPinCodeBySMSResult) GetE

func (*TalkServiceResendPinCodeBySMSResult) IsSetE

func (*TalkServiceResendPinCodeBySMSResult) Read

func (*TalkServiceResendPinCodeBySMSResult) ReadField1

func (*TalkServiceResendPinCodeBySMSResult) String

func (*TalkServiceResendPinCodeBySMSResult) Write

type TalkServiceResendPinCodeResult

type TalkServiceResendPinCodeResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceResendPinCodeResult

func NewTalkServiceResendPinCodeResult() *TalkServiceResendPinCodeResult

func (*TalkServiceResendPinCodeResult) GetE

func (*TalkServiceResendPinCodeResult) IsSetE

func (*TalkServiceResendPinCodeResult) Read

func (*TalkServiceResendPinCodeResult) ReadField1

func (p *TalkServiceResendPinCodeResult) ReadField1(iprot TProtocol) error

func (*TalkServiceResendPinCodeResult) String

func (*TalkServiceResendPinCodeResult) Write

type TalkServiceSendChatCheckedArgs

type TalkServiceSendChatCheckedArgs struct {
	Seq           int32  `thrift:"seq,1" db:"seq" json:"seq"`
	Consumer      string `thrift:"consumer,2" db:"consumer" json:"consumer"`
	LastMessageId string `thrift:"lastMessageId,3" db:"lastMessageId" json:"lastMessageId"`
}

Attributes:

  • Seq
  • Consumer
  • LastMessageId

func NewTalkServiceSendChatCheckedArgs

func NewTalkServiceSendChatCheckedArgs() *TalkServiceSendChatCheckedArgs

func (*TalkServiceSendChatCheckedArgs) GetConsumer

func (p *TalkServiceSendChatCheckedArgs) GetConsumer() string

func (*TalkServiceSendChatCheckedArgs) GetLastMessageId

func (p *TalkServiceSendChatCheckedArgs) GetLastMessageId() string

func (*TalkServiceSendChatCheckedArgs) GetSeq

func (*TalkServiceSendChatCheckedArgs) Read

func (*TalkServiceSendChatCheckedArgs) ReadField1

func (p *TalkServiceSendChatCheckedArgs) ReadField1(iprot TProtocol) error

func (*TalkServiceSendChatCheckedArgs) ReadField2

func (p *TalkServiceSendChatCheckedArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceSendChatCheckedArgs) ReadField3

func (p *TalkServiceSendChatCheckedArgs) ReadField3(iprot TProtocol) error

func (*TalkServiceSendChatCheckedArgs) String

func (*TalkServiceSendChatCheckedArgs) Write

type TalkServiceSendChatCheckedResult

type TalkServiceSendChatCheckedResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceSendChatCheckedResult

func NewTalkServiceSendChatCheckedResult() *TalkServiceSendChatCheckedResult

func (*TalkServiceSendChatCheckedResult) GetE

func (*TalkServiceSendChatCheckedResult) IsSetE

func (*TalkServiceSendChatCheckedResult) Read

func (*TalkServiceSendChatCheckedResult) ReadField1

func (p *TalkServiceSendChatCheckedResult) ReadField1(iprot TProtocol) error

func (*TalkServiceSendChatCheckedResult) String

func (*TalkServiceSendChatCheckedResult) Write

type TalkServiceSendChatRemovedArgs

type TalkServiceSendChatRemovedArgs struct {
	Seq           int32  `thrift:"seq,1" db:"seq" json:"seq"`
	Consumer      string `thrift:"consumer,2" db:"consumer" json:"consumer"`
	LastMessageId string `thrift:"lastMessageId,3" db:"lastMessageId" json:"lastMessageId"`
}

Attributes:

  • Seq
  • Consumer
  • LastMessageId

func NewTalkServiceSendChatRemovedArgs

func NewTalkServiceSendChatRemovedArgs() *TalkServiceSendChatRemovedArgs

func (*TalkServiceSendChatRemovedArgs) GetConsumer

func (p *TalkServiceSendChatRemovedArgs) GetConsumer() string

func (*TalkServiceSendChatRemovedArgs) GetLastMessageId

func (p *TalkServiceSendChatRemovedArgs) GetLastMessageId() string

func (*TalkServiceSendChatRemovedArgs) GetSeq

func (*TalkServiceSendChatRemovedArgs) Read

func (*TalkServiceSendChatRemovedArgs) ReadField1

func (p *TalkServiceSendChatRemovedArgs) ReadField1(iprot TProtocol) error

func (*TalkServiceSendChatRemovedArgs) ReadField2

func (p *TalkServiceSendChatRemovedArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceSendChatRemovedArgs) ReadField3

func (p *TalkServiceSendChatRemovedArgs) ReadField3(iprot TProtocol) error

func (*TalkServiceSendChatRemovedArgs) String

func (*TalkServiceSendChatRemovedArgs) Write

type TalkServiceSendChatRemovedResult

type TalkServiceSendChatRemovedResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceSendChatRemovedResult

func NewTalkServiceSendChatRemovedResult() *TalkServiceSendChatRemovedResult

func (*TalkServiceSendChatRemovedResult) GetE

func (*TalkServiceSendChatRemovedResult) IsSetE

func (*TalkServiceSendChatRemovedResult) Read

func (*TalkServiceSendChatRemovedResult) ReadField1

func (p *TalkServiceSendChatRemovedResult) ReadField1(iprot TProtocol) error

func (*TalkServiceSendChatRemovedResult) String

func (*TalkServiceSendChatRemovedResult) Write

type TalkServiceSendContentPreviewUpdatedArgs

type TalkServiceSendContentPreviewUpdatedArgs struct {
	Esq          int32    `thrift:"esq,1" db:"esq" json:"esq"`
	MessageId    string   `thrift:"messageId,2" db:"messageId" json:"messageId"`
	ReceiverMids []string `thrift:"receiverMids,3" db:"receiverMids" json:"receiverMids"`
}

Attributes:

  • Esq
  • MessageId
  • ReceiverMids

func NewTalkServiceSendContentPreviewUpdatedArgs

func NewTalkServiceSendContentPreviewUpdatedArgs() *TalkServiceSendContentPreviewUpdatedArgs

func (*TalkServiceSendContentPreviewUpdatedArgs) GetEsq

func (*TalkServiceSendContentPreviewUpdatedArgs) GetMessageId

func (*TalkServiceSendContentPreviewUpdatedArgs) GetReceiverMids

func (p *TalkServiceSendContentPreviewUpdatedArgs) GetReceiverMids() []string

func (*TalkServiceSendContentPreviewUpdatedArgs) Read

func (*TalkServiceSendContentPreviewUpdatedArgs) ReadField1

func (*TalkServiceSendContentPreviewUpdatedArgs) ReadField2

func (*TalkServiceSendContentPreviewUpdatedArgs) ReadField3

func (*TalkServiceSendContentPreviewUpdatedArgs) String

func (*TalkServiceSendContentPreviewUpdatedArgs) Write

type TalkServiceSendContentPreviewUpdatedResult

type TalkServiceSendContentPreviewUpdatedResult struct {
	Success map[string]string `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException    `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceSendContentPreviewUpdatedResult

func NewTalkServiceSendContentPreviewUpdatedResult() *TalkServiceSendContentPreviewUpdatedResult

func (*TalkServiceSendContentPreviewUpdatedResult) GetE

func (*TalkServiceSendContentPreviewUpdatedResult) GetSuccess

func (*TalkServiceSendContentPreviewUpdatedResult) IsSetE

func (*TalkServiceSendContentPreviewUpdatedResult) IsSetSuccess

func (*TalkServiceSendContentPreviewUpdatedResult) Read

func (*TalkServiceSendContentPreviewUpdatedResult) ReadField0

func (*TalkServiceSendContentPreviewUpdatedResult) ReadField1

func (*TalkServiceSendContentPreviewUpdatedResult) String

func (*TalkServiceSendContentPreviewUpdatedResult) Write

type TalkServiceSendContentReceiptArgs

type TalkServiceSendContentReceiptArgs struct {
	Seq       int32  `thrift:"seq,1" db:"seq" json:"seq"`
	Consumer  string `thrift:"consumer,2" db:"consumer" json:"consumer"`
	MessageId string `thrift:"messageId,3" db:"messageId" json:"messageId"`
}

Attributes:

  • Seq
  • Consumer
  • MessageId

func NewTalkServiceSendContentReceiptArgs

func NewTalkServiceSendContentReceiptArgs() *TalkServiceSendContentReceiptArgs

func (*TalkServiceSendContentReceiptArgs) GetConsumer

func (p *TalkServiceSendContentReceiptArgs) GetConsumer() string

func (*TalkServiceSendContentReceiptArgs) GetMessageId

func (p *TalkServiceSendContentReceiptArgs) GetMessageId() string

func (*TalkServiceSendContentReceiptArgs) GetSeq

func (*TalkServiceSendContentReceiptArgs) Read

func (*TalkServiceSendContentReceiptArgs) ReadField1

func (p *TalkServiceSendContentReceiptArgs) ReadField1(iprot TProtocol) error

func (*TalkServiceSendContentReceiptArgs) ReadField2

func (p *TalkServiceSendContentReceiptArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceSendContentReceiptArgs) ReadField3

func (p *TalkServiceSendContentReceiptArgs) ReadField3(iprot TProtocol) error

func (*TalkServiceSendContentReceiptArgs) String

func (*TalkServiceSendContentReceiptArgs) Write

type TalkServiceSendContentReceiptResult

type TalkServiceSendContentReceiptResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceSendContentReceiptResult

func NewTalkServiceSendContentReceiptResult() *TalkServiceSendContentReceiptResult

func (*TalkServiceSendContentReceiptResult) GetE

func (*TalkServiceSendContentReceiptResult) IsSetE

func (*TalkServiceSendContentReceiptResult) Read

func (*TalkServiceSendContentReceiptResult) ReadField1

func (*TalkServiceSendContentReceiptResult) String

func (*TalkServiceSendContentReceiptResult) Write

type TalkServiceSendDummyPushArgs

type TalkServiceSendDummyPushArgs struct {
}

func NewTalkServiceSendDummyPushArgs

func NewTalkServiceSendDummyPushArgs() *TalkServiceSendDummyPushArgs

func (*TalkServiceSendDummyPushArgs) Read

func (*TalkServiceSendDummyPushArgs) String

func (*TalkServiceSendDummyPushArgs) Write

type TalkServiceSendDummyPushResult

type TalkServiceSendDummyPushResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceSendDummyPushResult

func NewTalkServiceSendDummyPushResult() *TalkServiceSendDummyPushResult

func (*TalkServiceSendDummyPushResult) GetE

func (*TalkServiceSendDummyPushResult) IsSetE

func (*TalkServiceSendDummyPushResult) Read

func (*TalkServiceSendDummyPushResult) ReadField1

func (p *TalkServiceSendDummyPushResult) ReadField1(iprot TProtocol) error

func (*TalkServiceSendDummyPushResult) String

func (*TalkServiceSendDummyPushResult) Write

type TalkServiceSendEventArgs

type TalkServiceSendEventArgs struct {
	Seq     int32    `thrift:"seq,1" db:"seq" json:"seq"`
	Message *Message `thrift:"message,2" db:"message" json:"message"`
}

Attributes:

  • Seq
  • Message

func NewTalkServiceSendEventArgs

func NewTalkServiceSendEventArgs() *TalkServiceSendEventArgs

func (*TalkServiceSendEventArgs) GetMessage

func (p *TalkServiceSendEventArgs) GetMessage() *Message

func (*TalkServiceSendEventArgs) GetSeq

func (p *TalkServiceSendEventArgs) GetSeq() int32

func (*TalkServiceSendEventArgs) IsSetMessage

func (p *TalkServiceSendEventArgs) IsSetMessage() bool

func (*TalkServiceSendEventArgs) Read

func (p *TalkServiceSendEventArgs) Read(iprot TProtocol) error

func (*TalkServiceSendEventArgs) ReadField1

func (p *TalkServiceSendEventArgs) ReadField1(iprot TProtocol) error

func (*TalkServiceSendEventArgs) ReadField2

func (p *TalkServiceSendEventArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceSendEventArgs) String

func (p *TalkServiceSendEventArgs) String() string

func (*TalkServiceSendEventArgs) Write

func (p *TalkServiceSendEventArgs) Write(oprot TProtocol) error

type TalkServiceSendEventResult

type TalkServiceSendEventResult struct {
	Success *Message       `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceSendEventResult

func NewTalkServiceSendEventResult() *TalkServiceSendEventResult

func (*TalkServiceSendEventResult) GetE

func (*TalkServiceSendEventResult) GetSuccess

func (p *TalkServiceSendEventResult) GetSuccess() *Message

func (*TalkServiceSendEventResult) IsSetE

func (p *TalkServiceSendEventResult) IsSetE() bool

func (*TalkServiceSendEventResult) IsSetSuccess

func (p *TalkServiceSendEventResult) IsSetSuccess() bool

func (*TalkServiceSendEventResult) Read

func (*TalkServiceSendEventResult) ReadField0

func (p *TalkServiceSendEventResult) ReadField0(iprot TProtocol) error

func (*TalkServiceSendEventResult) ReadField1

func (p *TalkServiceSendEventResult) ReadField1(iprot TProtocol) error

func (*TalkServiceSendEventResult) String

func (p *TalkServiceSendEventResult) String() string

func (*TalkServiceSendEventResult) Write

func (p *TalkServiceSendEventResult) Write(oprot TProtocol) error

type TalkServiceSendMessageArgs

type TalkServiceSendMessageArgs struct {
	Seq     int32    `thrift:"seq,1" db:"seq" json:"seq"`
	Message *Message `thrift:"message,2" db:"message" json:"message"`
}

Attributes:

  • Seq
  • Message

func NewTalkServiceSendMessageArgs

func NewTalkServiceSendMessageArgs() *TalkServiceSendMessageArgs

func (*TalkServiceSendMessageArgs) GetMessage

func (p *TalkServiceSendMessageArgs) GetMessage() *Message

func (*TalkServiceSendMessageArgs) GetSeq

func (p *TalkServiceSendMessageArgs) GetSeq() int32

func (*TalkServiceSendMessageArgs) IsSetMessage

func (p *TalkServiceSendMessageArgs) IsSetMessage() bool

func (*TalkServiceSendMessageArgs) Read

func (*TalkServiceSendMessageArgs) ReadField1

func (p *TalkServiceSendMessageArgs) ReadField1(iprot TProtocol) error

func (*TalkServiceSendMessageArgs) ReadField2

func (p *TalkServiceSendMessageArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceSendMessageArgs) String

func (p *TalkServiceSendMessageArgs) String() string

func (*TalkServiceSendMessageArgs) Write

func (p *TalkServiceSendMessageArgs) Write(oprot TProtocol) error

type TalkServiceSendMessageIgnoredArgs

type TalkServiceSendMessageIgnoredArgs struct {
	Seq        int32    `thrift:"seq,1" db:"seq" json:"seq"`
	Consumer   string   `thrift:"consumer,2" db:"consumer" json:"consumer"`
	MessageIds []string `thrift:"messageIds,3" db:"messageIds" json:"messageIds"`
}

Attributes:

  • Seq
  • Consumer
  • MessageIds

func NewTalkServiceSendMessageIgnoredArgs

func NewTalkServiceSendMessageIgnoredArgs() *TalkServiceSendMessageIgnoredArgs

func (*TalkServiceSendMessageIgnoredArgs) GetConsumer

func (p *TalkServiceSendMessageIgnoredArgs) GetConsumer() string

func (*TalkServiceSendMessageIgnoredArgs) GetMessageIds

func (p *TalkServiceSendMessageIgnoredArgs) GetMessageIds() []string

func (*TalkServiceSendMessageIgnoredArgs) GetSeq

func (*TalkServiceSendMessageIgnoredArgs) Read

func (*TalkServiceSendMessageIgnoredArgs) ReadField1

func (p *TalkServiceSendMessageIgnoredArgs) ReadField1(iprot TProtocol) error

func (*TalkServiceSendMessageIgnoredArgs) ReadField2

func (p *TalkServiceSendMessageIgnoredArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceSendMessageIgnoredArgs) ReadField3

func (p *TalkServiceSendMessageIgnoredArgs) ReadField3(iprot TProtocol) error

func (*TalkServiceSendMessageIgnoredArgs) String

func (*TalkServiceSendMessageIgnoredArgs) Write

type TalkServiceSendMessageIgnoredResult

type TalkServiceSendMessageIgnoredResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceSendMessageIgnoredResult

func NewTalkServiceSendMessageIgnoredResult() *TalkServiceSendMessageIgnoredResult

func (*TalkServiceSendMessageIgnoredResult) GetE

func (*TalkServiceSendMessageIgnoredResult) IsSetE

func (*TalkServiceSendMessageIgnoredResult) Read

func (*TalkServiceSendMessageIgnoredResult) ReadField1

func (*TalkServiceSendMessageIgnoredResult) String

func (*TalkServiceSendMessageIgnoredResult) Write

type TalkServiceSendMessageReceiptArgs

type TalkServiceSendMessageReceiptArgs struct {
	Seq        int32    `thrift:"seq,1" db:"seq" json:"seq"`
	Consumer   string   `thrift:"consumer,2" db:"consumer" json:"consumer"`
	MessageIds []string `thrift:"messageIds,3" db:"messageIds" json:"messageIds"`
}

Attributes:

  • Seq
  • Consumer
  • MessageIds

func NewTalkServiceSendMessageReceiptArgs

func NewTalkServiceSendMessageReceiptArgs() *TalkServiceSendMessageReceiptArgs

func (*TalkServiceSendMessageReceiptArgs) GetConsumer

func (p *TalkServiceSendMessageReceiptArgs) GetConsumer() string

func (*TalkServiceSendMessageReceiptArgs) GetMessageIds

func (p *TalkServiceSendMessageReceiptArgs) GetMessageIds() []string

func (*TalkServiceSendMessageReceiptArgs) GetSeq

func (*TalkServiceSendMessageReceiptArgs) Read

func (*TalkServiceSendMessageReceiptArgs) ReadField1

func (p *TalkServiceSendMessageReceiptArgs) ReadField1(iprot TProtocol) error

func (*TalkServiceSendMessageReceiptArgs) ReadField2

func (p *TalkServiceSendMessageReceiptArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceSendMessageReceiptArgs) ReadField3

func (p *TalkServiceSendMessageReceiptArgs) ReadField3(iprot TProtocol) error

func (*TalkServiceSendMessageReceiptArgs) String

func (*TalkServiceSendMessageReceiptArgs) Write

type TalkServiceSendMessageReceiptResult

type TalkServiceSendMessageReceiptResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceSendMessageReceiptResult

func NewTalkServiceSendMessageReceiptResult() *TalkServiceSendMessageReceiptResult

func (*TalkServiceSendMessageReceiptResult) GetE

func (*TalkServiceSendMessageReceiptResult) IsSetE

func (*TalkServiceSendMessageReceiptResult) Read

func (*TalkServiceSendMessageReceiptResult) ReadField1

func (*TalkServiceSendMessageReceiptResult) String

func (*TalkServiceSendMessageReceiptResult) Write

type TalkServiceSendMessageResult

type TalkServiceSendMessageResult struct {
	Success *Message       `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceSendMessageResult

func NewTalkServiceSendMessageResult() *TalkServiceSendMessageResult

func (*TalkServiceSendMessageResult) GetE

func (*TalkServiceSendMessageResult) GetSuccess

func (p *TalkServiceSendMessageResult) GetSuccess() *Message

func (*TalkServiceSendMessageResult) IsSetE

func (p *TalkServiceSendMessageResult) IsSetE() bool

func (*TalkServiceSendMessageResult) IsSetSuccess

func (p *TalkServiceSendMessageResult) IsSetSuccess() bool

func (*TalkServiceSendMessageResult) Read

func (*TalkServiceSendMessageResult) ReadField0

func (p *TalkServiceSendMessageResult) ReadField0(iprot TProtocol) error

func (*TalkServiceSendMessageResult) ReadField1

func (p *TalkServiceSendMessageResult) ReadField1(iprot TProtocol) error

func (*TalkServiceSendMessageResult) String

func (*TalkServiceSendMessageResult) Write

type TalkServiceSendMessageToMyHomeArgs

type TalkServiceSendMessageToMyHomeArgs struct {
	Seq     int32    `thrift:"seq,1" db:"seq" json:"seq"`
	Message *Message `thrift:"message,2" db:"message" json:"message"`
}

Attributes:

  • Seq
  • Message

func NewTalkServiceSendMessageToMyHomeArgs

func NewTalkServiceSendMessageToMyHomeArgs() *TalkServiceSendMessageToMyHomeArgs

func (*TalkServiceSendMessageToMyHomeArgs) GetMessage

func (*TalkServiceSendMessageToMyHomeArgs) GetSeq

func (*TalkServiceSendMessageToMyHomeArgs) IsSetMessage

func (p *TalkServiceSendMessageToMyHomeArgs) IsSetMessage() bool

func (*TalkServiceSendMessageToMyHomeArgs) Read

func (*TalkServiceSendMessageToMyHomeArgs) ReadField1

func (p *TalkServiceSendMessageToMyHomeArgs) ReadField1(iprot TProtocol) error

func (*TalkServiceSendMessageToMyHomeArgs) ReadField2

func (p *TalkServiceSendMessageToMyHomeArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceSendMessageToMyHomeArgs) String

func (*TalkServiceSendMessageToMyHomeArgs) Write

type TalkServiceSendMessageToMyHomeResult

type TalkServiceSendMessageToMyHomeResult struct {
	Success *Message       `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceSendMessageToMyHomeResult

func NewTalkServiceSendMessageToMyHomeResult() *TalkServiceSendMessageToMyHomeResult

func (*TalkServiceSendMessageToMyHomeResult) GetE

func (*TalkServiceSendMessageToMyHomeResult) GetSuccess

func (*TalkServiceSendMessageToMyHomeResult) IsSetE

func (*TalkServiceSendMessageToMyHomeResult) IsSetSuccess

func (p *TalkServiceSendMessageToMyHomeResult) IsSetSuccess() bool

func (*TalkServiceSendMessageToMyHomeResult) Read

func (*TalkServiceSendMessageToMyHomeResult) ReadField0

func (*TalkServiceSendMessageToMyHomeResult) ReadField1

func (*TalkServiceSendMessageToMyHomeResult) String

func (*TalkServiceSendMessageToMyHomeResult) Write

type TalkServiceSetBuddyLocationArgs

type TalkServiceSetBuddyLocationArgs struct {
	// unused field # 1
	Mid      string       `thrift:"mid,2" db:"mid" json:"mid"`
	Index    int32        `thrift:"index,3" db:"index" json:"index"`
	Location *Geolocation `thrift:"location,4" db:"location" json:"location"`
}

Attributes:

  • Mid
  • Index
  • Location

func NewTalkServiceSetBuddyLocationArgs

func NewTalkServiceSetBuddyLocationArgs() *TalkServiceSetBuddyLocationArgs

func (*TalkServiceSetBuddyLocationArgs) GetIndex

func (p *TalkServiceSetBuddyLocationArgs) GetIndex() int32

func (*TalkServiceSetBuddyLocationArgs) GetLocation

func (p *TalkServiceSetBuddyLocationArgs) GetLocation() *Geolocation

func (*TalkServiceSetBuddyLocationArgs) GetMid

func (*TalkServiceSetBuddyLocationArgs) IsSetLocation

func (p *TalkServiceSetBuddyLocationArgs) IsSetLocation() bool

func (*TalkServiceSetBuddyLocationArgs) Read

func (*TalkServiceSetBuddyLocationArgs) ReadField2

func (p *TalkServiceSetBuddyLocationArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceSetBuddyLocationArgs) ReadField3

func (p *TalkServiceSetBuddyLocationArgs) ReadField3(iprot TProtocol) error

func (*TalkServiceSetBuddyLocationArgs) ReadField4

func (p *TalkServiceSetBuddyLocationArgs) ReadField4(iprot TProtocol) error

func (*TalkServiceSetBuddyLocationArgs) String

func (*TalkServiceSetBuddyLocationArgs) Write

type TalkServiceSetBuddyLocationResult

type TalkServiceSetBuddyLocationResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceSetBuddyLocationResult

func NewTalkServiceSetBuddyLocationResult() *TalkServiceSetBuddyLocationResult

func (*TalkServiceSetBuddyLocationResult) GetE

func (*TalkServiceSetBuddyLocationResult) IsSetE

func (*TalkServiceSetBuddyLocationResult) Read

func (*TalkServiceSetBuddyLocationResult) ReadField1

func (p *TalkServiceSetBuddyLocationResult) ReadField1(iprot TProtocol) error

func (*TalkServiceSetBuddyLocationResult) String

func (*TalkServiceSetBuddyLocationResult) Write

type TalkServiceSetIdentityCredentialArgs

type TalkServiceSetIdentityCredentialArgs struct {
	// unused field # 1
	Identifier string           `thrift:"identifier,2" db:"identifier" json:"identifier"`
	Verifier   string           `thrift:"verifier,3" db:"verifier" json:"verifier"`
	Provider   IdentityProvider `thrift:"provider,4" db:"provider" json:"provider"`
}

Attributes:

  • Provider
  • Identifier
  • Verifier

func NewTalkServiceSetIdentityCredentialArgs

func NewTalkServiceSetIdentityCredentialArgs() *TalkServiceSetIdentityCredentialArgs

func (*TalkServiceSetIdentityCredentialArgs) GetIdentifier

func (p *TalkServiceSetIdentityCredentialArgs) GetIdentifier() string

func (*TalkServiceSetIdentityCredentialArgs) GetProvider

func (*TalkServiceSetIdentityCredentialArgs) GetVerifier

func (*TalkServiceSetIdentityCredentialArgs) Read

func (*TalkServiceSetIdentityCredentialArgs) ReadField2

func (*TalkServiceSetIdentityCredentialArgs) ReadField3

func (*TalkServiceSetIdentityCredentialArgs) ReadField4

func (*TalkServiceSetIdentityCredentialArgs) String

func (*TalkServiceSetIdentityCredentialArgs) Write

type TalkServiceSetIdentityCredentialResult

type TalkServiceSetIdentityCredentialResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceSetIdentityCredentialResult

func NewTalkServiceSetIdentityCredentialResult() *TalkServiceSetIdentityCredentialResult

func (*TalkServiceSetIdentityCredentialResult) GetE

func (*TalkServiceSetIdentityCredentialResult) IsSetE

func (*TalkServiceSetIdentityCredentialResult) Read

func (*TalkServiceSetIdentityCredentialResult) ReadField1

func (*TalkServiceSetIdentityCredentialResult) String

func (*TalkServiceSetIdentityCredentialResult) Write

type TalkServiceSetNotificationsEnabledArgs

type TalkServiceSetNotificationsEnabledArgs struct {
	ReqSeq     int32   `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"`
	Type       MIDType `thrift:"type,2" db:"type" json:"type"`
	Target     string  `thrift:"target,3" db:"target" json:"target"`
	Enablement bool    `thrift:"enablement,4" db:"enablement" json:"enablement"`
}

Attributes:

  • ReqSeq
  • Type
  • Target
  • Enablement

func NewTalkServiceSetNotificationsEnabledArgs

func NewTalkServiceSetNotificationsEnabledArgs() *TalkServiceSetNotificationsEnabledArgs

func (*TalkServiceSetNotificationsEnabledArgs) GetEnablement

func (p *TalkServiceSetNotificationsEnabledArgs) GetEnablement() bool

func (*TalkServiceSetNotificationsEnabledArgs) GetReqSeq

func (*TalkServiceSetNotificationsEnabledArgs) GetTarget

func (*TalkServiceSetNotificationsEnabledArgs) GetType

func (*TalkServiceSetNotificationsEnabledArgs) Read

func (*TalkServiceSetNotificationsEnabledArgs) ReadField1

func (*TalkServiceSetNotificationsEnabledArgs) ReadField2

func (*TalkServiceSetNotificationsEnabledArgs) ReadField3

func (*TalkServiceSetNotificationsEnabledArgs) ReadField4

func (*TalkServiceSetNotificationsEnabledArgs) String

func (*TalkServiceSetNotificationsEnabledArgs) Write

type TalkServiceSetNotificationsEnabledResult

type TalkServiceSetNotificationsEnabledResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceSetNotificationsEnabledResult

func NewTalkServiceSetNotificationsEnabledResult() *TalkServiceSetNotificationsEnabledResult

func (*TalkServiceSetNotificationsEnabledResult) GetE

func (*TalkServiceSetNotificationsEnabledResult) IsSetE

func (*TalkServiceSetNotificationsEnabledResult) Read

func (*TalkServiceSetNotificationsEnabledResult) ReadField1

func (*TalkServiceSetNotificationsEnabledResult) String

func (*TalkServiceSetNotificationsEnabledResult) Write

type TalkServiceStartUpdateVerificationArgs

type TalkServiceStartUpdateVerificationArgs struct {
	// unused field # 1
	Region      string      `thrift:"region,2" db:"region" json:"region"`
	Carrier     CarrierCode `thrift:"carrier,3" db:"carrier" json:"carrier"`
	Phone       string      `thrift:"phone,4" db:"phone" json:"phone"`
	UdidHash    string      `thrift:"udidHash,5" db:"udidHash" json:"udidHash"`
	DeviceInfo  *DeviceInfo `thrift:"deviceInfo,6" db:"deviceInfo" json:"deviceInfo"`
	NetworkCode string      `thrift:"networkCode,7" db:"networkCode" json:"networkCode"`
	Locale      string      `thrift:"locale,8" db:"locale" json:"locale"`
}

Attributes:

  • Region
  • Carrier
  • Phone
  • UdidHash
  • DeviceInfo
  • NetworkCode
  • Locale

func NewTalkServiceStartUpdateVerificationArgs

func NewTalkServiceStartUpdateVerificationArgs() *TalkServiceStartUpdateVerificationArgs

func (*TalkServiceStartUpdateVerificationArgs) GetCarrier

func (*TalkServiceStartUpdateVerificationArgs) GetDeviceInfo

func (*TalkServiceStartUpdateVerificationArgs) GetLocale

func (*TalkServiceStartUpdateVerificationArgs) GetNetworkCode

func (p *TalkServiceStartUpdateVerificationArgs) GetNetworkCode() string

func (*TalkServiceStartUpdateVerificationArgs) GetPhone

func (*TalkServiceStartUpdateVerificationArgs) GetRegion

func (*TalkServiceStartUpdateVerificationArgs) GetUdidHash

func (*TalkServiceStartUpdateVerificationArgs) IsSetDeviceInfo

func (p *TalkServiceStartUpdateVerificationArgs) IsSetDeviceInfo() bool

func (*TalkServiceStartUpdateVerificationArgs) Read

func (*TalkServiceStartUpdateVerificationArgs) ReadField2

func (*TalkServiceStartUpdateVerificationArgs) ReadField3

func (*TalkServiceStartUpdateVerificationArgs) ReadField4

func (*TalkServiceStartUpdateVerificationArgs) ReadField5

func (*TalkServiceStartUpdateVerificationArgs) ReadField6

func (*TalkServiceStartUpdateVerificationArgs) ReadField7

func (*TalkServiceStartUpdateVerificationArgs) ReadField8

func (*TalkServiceStartUpdateVerificationArgs) String

func (*TalkServiceStartUpdateVerificationArgs) Write

type TalkServiceStartUpdateVerificationResult

type TalkServiceStartUpdateVerificationResult struct {
	Success *VerificationSessionData `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException           `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceStartUpdateVerificationResult

func NewTalkServiceStartUpdateVerificationResult() *TalkServiceStartUpdateVerificationResult

func (*TalkServiceStartUpdateVerificationResult) GetE

func (*TalkServiceStartUpdateVerificationResult) GetSuccess

func (*TalkServiceStartUpdateVerificationResult) IsSetE

func (*TalkServiceStartUpdateVerificationResult) IsSetSuccess

func (*TalkServiceStartUpdateVerificationResult) Read

func (*TalkServiceStartUpdateVerificationResult) ReadField0

func (*TalkServiceStartUpdateVerificationResult) ReadField1

func (*TalkServiceStartUpdateVerificationResult) String

func (*TalkServiceStartUpdateVerificationResult) Write

type TalkServiceStartVerificationArgs

type TalkServiceStartVerificationArgs struct {
	// unused field # 1
	Region      string      `thrift:"region,2" db:"region" json:"region"`
	Carrier     CarrierCode `thrift:"carrier,3" db:"carrier" json:"carrier"`
	Phone       string      `thrift:"phone,4" db:"phone" json:"phone"`
	UdidHash    string      `thrift:"udidHash,5" db:"udidHash" json:"udidHash"`
	DeviceInfo  *DeviceInfo `thrift:"deviceInfo,6" db:"deviceInfo" json:"deviceInfo"`
	NetworkCode string      `thrift:"networkCode,7" db:"networkCode" json:"networkCode"`
	Mid         string      `thrift:"mid,8" db:"mid" json:"mid"`
	Locale      string      `thrift:"locale,9" db:"locale" json:"locale"`
}

Attributes:

  • Region
  • Carrier
  • Phone
  • UdidHash
  • DeviceInfo
  • NetworkCode
  • Mid
  • Locale

func NewTalkServiceStartVerificationArgs

func NewTalkServiceStartVerificationArgs() *TalkServiceStartVerificationArgs

func (*TalkServiceStartVerificationArgs) GetCarrier

func (*TalkServiceStartVerificationArgs) GetDeviceInfo

func (p *TalkServiceStartVerificationArgs) GetDeviceInfo() *DeviceInfo

func (*TalkServiceStartVerificationArgs) GetLocale

func (*TalkServiceStartVerificationArgs) GetMid

func (*TalkServiceStartVerificationArgs) GetNetworkCode

func (p *TalkServiceStartVerificationArgs) GetNetworkCode() string

func (*TalkServiceStartVerificationArgs) GetPhone

func (*TalkServiceStartVerificationArgs) GetRegion

func (*TalkServiceStartVerificationArgs) GetUdidHash

func (p *TalkServiceStartVerificationArgs) GetUdidHash() string

func (*TalkServiceStartVerificationArgs) IsSetDeviceInfo

func (p *TalkServiceStartVerificationArgs) IsSetDeviceInfo() bool

func (*TalkServiceStartVerificationArgs) Read

func (*TalkServiceStartVerificationArgs) ReadField2

func (p *TalkServiceStartVerificationArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceStartVerificationArgs) ReadField3

func (p *TalkServiceStartVerificationArgs) ReadField3(iprot TProtocol) error

func (*TalkServiceStartVerificationArgs) ReadField4

func (p *TalkServiceStartVerificationArgs) ReadField4(iprot TProtocol) error

func (*TalkServiceStartVerificationArgs) ReadField5

func (p *TalkServiceStartVerificationArgs) ReadField5(iprot TProtocol) error

func (*TalkServiceStartVerificationArgs) ReadField6

func (p *TalkServiceStartVerificationArgs) ReadField6(iprot TProtocol) error

func (*TalkServiceStartVerificationArgs) ReadField7

func (p *TalkServiceStartVerificationArgs) ReadField7(iprot TProtocol) error

func (*TalkServiceStartVerificationArgs) ReadField8

func (p *TalkServiceStartVerificationArgs) ReadField8(iprot TProtocol) error

func (*TalkServiceStartVerificationArgs) ReadField9

func (p *TalkServiceStartVerificationArgs) ReadField9(iprot TProtocol) error

func (*TalkServiceStartVerificationArgs) String

func (*TalkServiceStartVerificationArgs) Write

type TalkServiceStartVerificationResult

type TalkServiceStartVerificationResult struct {
	Success *VerificationSessionData `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException           `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceStartVerificationResult

func NewTalkServiceStartVerificationResult() *TalkServiceStartVerificationResult

func (*TalkServiceStartVerificationResult) GetE

func (*TalkServiceStartVerificationResult) GetSuccess

func (*TalkServiceStartVerificationResult) IsSetE

func (*TalkServiceStartVerificationResult) IsSetSuccess

func (p *TalkServiceStartVerificationResult) IsSetSuccess() bool

func (*TalkServiceStartVerificationResult) Read

func (*TalkServiceStartVerificationResult) ReadField0

func (p *TalkServiceStartVerificationResult) ReadField0(iprot TProtocol) error

func (*TalkServiceStartVerificationResult) ReadField1

func (p *TalkServiceStartVerificationResult) ReadField1(iprot TProtocol) error

func (*TalkServiceStartVerificationResult) String

func (*TalkServiceStartVerificationResult) Write

type TalkServiceStoreUpdateProfileAttributeArgs

type TalkServiceStoreUpdateProfileAttributeArgs struct {
	Seq              int32            `thrift:"seq,1" db:"seq" json:"seq"`
	ProfileAttribute ProfileAttribute `thrift:"profileAttribute,2" db:"profileAttribute" json:"profileAttribute"`
	Value            string           `thrift:"value,3" db:"value" json:"value"`
}

Attributes:

  • Seq
  • ProfileAttribute
  • Value

func NewTalkServiceStoreUpdateProfileAttributeArgs

func NewTalkServiceStoreUpdateProfileAttributeArgs() *TalkServiceStoreUpdateProfileAttributeArgs

func (*TalkServiceStoreUpdateProfileAttributeArgs) GetProfileAttribute

func (*TalkServiceStoreUpdateProfileAttributeArgs) GetSeq

func (*TalkServiceStoreUpdateProfileAttributeArgs) GetValue

func (*TalkServiceStoreUpdateProfileAttributeArgs) Read

func (*TalkServiceStoreUpdateProfileAttributeArgs) ReadField1

func (*TalkServiceStoreUpdateProfileAttributeArgs) ReadField2

func (*TalkServiceStoreUpdateProfileAttributeArgs) ReadField3

func (*TalkServiceStoreUpdateProfileAttributeArgs) String

func (*TalkServiceStoreUpdateProfileAttributeArgs) Write

type TalkServiceStoreUpdateProfileAttributeResult

type TalkServiceStoreUpdateProfileAttributeResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceStoreUpdateProfileAttributeResult

func NewTalkServiceStoreUpdateProfileAttributeResult() *TalkServiceStoreUpdateProfileAttributeResult

func (*TalkServiceStoreUpdateProfileAttributeResult) GetE

func (*TalkServiceStoreUpdateProfileAttributeResult) IsSetE

func (*TalkServiceStoreUpdateProfileAttributeResult) Read

func (*TalkServiceStoreUpdateProfileAttributeResult) ReadField1

func (*TalkServiceStoreUpdateProfileAttributeResult) String

func (*TalkServiceStoreUpdateProfileAttributeResult) Write

type TalkServiceSyncContactBySnsIdsArgs

type TalkServiceSyncContactBySnsIdsArgs struct {
	ReqSeq        int32                    `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"`
	Modifications []*SnsFriendModification `thrift:"modifications,2" db:"modifications" json:"modifications"`
}

Attributes:

  • ReqSeq
  • Modifications

func NewTalkServiceSyncContactBySnsIdsArgs

func NewTalkServiceSyncContactBySnsIdsArgs() *TalkServiceSyncContactBySnsIdsArgs

func (*TalkServiceSyncContactBySnsIdsArgs) GetModifications

func (*TalkServiceSyncContactBySnsIdsArgs) GetReqSeq

func (*TalkServiceSyncContactBySnsIdsArgs) Read

func (*TalkServiceSyncContactBySnsIdsArgs) ReadField1

func (p *TalkServiceSyncContactBySnsIdsArgs) ReadField1(iprot TProtocol) error

func (*TalkServiceSyncContactBySnsIdsArgs) ReadField2

func (p *TalkServiceSyncContactBySnsIdsArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceSyncContactBySnsIdsArgs) String

func (*TalkServiceSyncContactBySnsIdsArgs) Write

type TalkServiceSyncContactBySnsIdsResult

type TalkServiceSyncContactBySnsIdsResult struct {
	Success []*SnsFriendContactRegistration `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException                  `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceSyncContactBySnsIdsResult

func NewTalkServiceSyncContactBySnsIdsResult() *TalkServiceSyncContactBySnsIdsResult

func (*TalkServiceSyncContactBySnsIdsResult) GetE

func (*TalkServiceSyncContactBySnsIdsResult) GetSuccess

func (*TalkServiceSyncContactBySnsIdsResult) IsSetE

func (*TalkServiceSyncContactBySnsIdsResult) IsSetSuccess

func (p *TalkServiceSyncContactBySnsIdsResult) IsSetSuccess() bool

func (*TalkServiceSyncContactBySnsIdsResult) Read

func (*TalkServiceSyncContactBySnsIdsResult) ReadField0

func (*TalkServiceSyncContactBySnsIdsResult) ReadField1

func (*TalkServiceSyncContactBySnsIdsResult) String

func (*TalkServiceSyncContactBySnsIdsResult) Write

type TalkServiceSyncContactsArgs

type TalkServiceSyncContactsArgs struct {
	ReqSeq        int32                  `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"`
	LocalContacts []*ContactModification `thrift:"localContacts,2" db:"localContacts" json:"localContacts"`
}

Attributes:

  • ReqSeq
  • LocalContacts

func NewTalkServiceSyncContactsArgs

func NewTalkServiceSyncContactsArgs() *TalkServiceSyncContactsArgs

func (*TalkServiceSyncContactsArgs) GetLocalContacts

func (p *TalkServiceSyncContactsArgs) GetLocalContacts() []*ContactModification

func (*TalkServiceSyncContactsArgs) GetReqSeq

func (p *TalkServiceSyncContactsArgs) GetReqSeq() int32

func (*TalkServiceSyncContactsArgs) Read

func (*TalkServiceSyncContactsArgs) ReadField1

func (p *TalkServiceSyncContactsArgs) ReadField1(iprot TProtocol) error

func (*TalkServiceSyncContactsArgs) ReadField2

func (p *TalkServiceSyncContactsArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceSyncContactsArgs) String

func (p *TalkServiceSyncContactsArgs) String() string

func (*TalkServiceSyncContactsArgs) Write

type TalkServiceSyncContactsResult

type TalkServiceSyncContactsResult struct {
	Success map[string]*ContactRegistration `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException                  `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceSyncContactsResult

func NewTalkServiceSyncContactsResult() *TalkServiceSyncContactsResult

func (*TalkServiceSyncContactsResult) GetE

func (*TalkServiceSyncContactsResult) GetSuccess

func (*TalkServiceSyncContactsResult) IsSetE

func (p *TalkServiceSyncContactsResult) IsSetE() bool

func (*TalkServiceSyncContactsResult) IsSetSuccess

func (p *TalkServiceSyncContactsResult) IsSetSuccess() bool

func (*TalkServiceSyncContactsResult) Read

func (*TalkServiceSyncContactsResult) ReadField0

func (p *TalkServiceSyncContactsResult) ReadField0(iprot TProtocol) error

func (*TalkServiceSyncContactsResult) ReadField1

func (p *TalkServiceSyncContactsResult) ReadField1(iprot TProtocol) error

func (*TalkServiceSyncContactsResult) String

func (*TalkServiceSyncContactsResult) Write

type TalkServiceTrySendMessageArgs

type TalkServiceTrySendMessageArgs struct {
	Seq     int32    `thrift:"seq,1" db:"seq" json:"seq"`
	Message *Message `thrift:"message,2" db:"message" json:"message"`
}

Attributes:

  • Seq
  • Message

func NewTalkServiceTrySendMessageArgs

func NewTalkServiceTrySendMessageArgs() *TalkServiceTrySendMessageArgs

func (*TalkServiceTrySendMessageArgs) GetMessage

func (p *TalkServiceTrySendMessageArgs) GetMessage() *Message

func (*TalkServiceTrySendMessageArgs) GetSeq

func (*TalkServiceTrySendMessageArgs) IsSetMessage

func (p *TalkServiceTrySendMessageArgs) IsSetMessage() bool

func (*TalkServiceTrySendMessageArgs) Read

func (*TalkServiceTrySendMessageArgs) ReadField1

func (p *TalkServiceTrySendMessageArgs) ReadField1(iprot TProtocol) error

func (*TalkServiceTrySendMessageArgs) ReadField2

func (p *TalkServiceTrySendMessageArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceTrySendMessageArgs) String

func (*TalkServiceTrySendMessageArgs) Write

type TalkServiceTrySendMessageResult

type TalkServiceTrySendMessageResult struct {
	Success *Message       `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceTrySendMessageResult

func NewTalkServiceTrySendMessageResult() *TalkServiceTrySendMessageResult

func (*TalkServiceTrySendMessageResult) GetE

func (*TalkServiceTrySendMessageResult) GetSuccess

func (p *TalkServiceTrySendMessageResult) GetSuccess() *Message

func (*TalkServiceTrySendMessageResult) IsSetE

func (*TalkServiceTrySendMessageResult) IsSetSuccess

func (p *TalkServiceTrySendMessageResult) IsSetSuccess() bool

func (*TalkServiceTrySendMessageResult) Read

func (*TalkServiceTrySendMessageResult) ReadField0

func (p *TalkServiceTrySendMessageResult) ReadField0(iprot TProtocol) error

func (*TalkServiceTrySendMessageResult) ReadField1

func (p *TalkServiceTrySendMessageResult) ReadField1(iprot TProtocol) error

func (*TalkServiceTrySendMessageResult) String

func (*TalkServiceTrySendMessageResult) Write

type TalkServiceUnblockContactArgs

type TalkServiceUnblockContactArgs struct {
	ReqSeq int32  `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"`
	ID     string `thrift:"id,2" db:"id" json:"id"`
}

Attributes:

  • ReqSeq
  • ID

func NewTalkServiceUnblockContactArgs

func NewTalkServiceUnblockContactArgs() *TalkServiceUnblockContactArgs

func (*TalkServiceUnblockContactArgs) GetID

func (*TalkServiceUnblockContactArgs) GetReqSeq

func (p *TalkServiceUnblockContactArgs) GetReqSeq() int32

func (*TalkServiceUnblockContactArgs) Read

func (*TalkServiceUnblockContactArgs) ReadField1

func (p *TalkServiceUnblockContactArgs) ReadField1(iprot TProtocol) error

func (*TalkServiceUnblockContactArgs) ReadField2

func (p *TalkServiceUnblockContactArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceUnblockContactArgs) String

func (*TalkServiceUnblockContactArgs) Write

type TalkServiceUnblockContactResult

type TalkServiceUnblockContactResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceUnblockContactResult

func NewTalkServiceUnblockContactResult() *TalkServiceUnblockContactResult

func (*TalkServiceUnblockContactResult) GetE

func (*TalkServiceUnblockContactResult) IsSetE

func (*TalkServiceUnblockContactResult) Read

func (*TalkServiceUnblockContactResult) ReadField1

func (p *TalkServiceUnblockContactResult) ReadField1(iprot TProtocol) error

func (*TalkServiceUnblockContactResult) String

func (*TalkServiceUnblockContactResult) Write

type TalkServiceUnblockRecommendationArgs

type TalkServiceUnblockRecommendationArgs struct {
	ReqSeq int32  `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"`
	ID     string `thrift:"id,2" db:"id" json:"id"`
}

Attributes:

  • ReqSeq
  • ID

func NewTalkServiceUnblockRecommendationArgs

func NewTalkServiceUnblockRecommendationArgs() *TalkServiceUnblockRecommendationArgs

func (*TalkServiceUnblockRecommendationArgs) GetID

func (*TalkServiceUnblockRecommendationArgs) GetReqSeq

func (*TalkServiceUnblockRecommendationArgs) Read

func (*TalkServiceUnblockRecommendationArgs) ReadField1

func (*TalkServiceUnblockRecommendationArgs) ReadField2

func (*TalkServiceUnblockRecommendationArgs) String

func (*TalkServiceUnblockRecommendationArgs) Write

type TalkServiceUnblockRecommendationResult

type TalkServiceUnblockRecommendationResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceUnblockRecommendationResult

func NewTalkServiceUnblockRecommendationResult() *TalkServiceUnblockRecommendationResult

func (*TalkServiceUnblockRecommendationResult) GetE

func (*TalkServiceUnblockRecommendationResult) IsSetE

func (*TalkServiceUnblockRecommendationResult) Read

func (*TalkServiceUnblockRecommendationResult) ReadField1

func (*TalkServiceUnblockRecommendationResult) String

func (*TalkServiceUnblockRecommendationResult) Write

type TalkServiceUnregisterUserAndDeviceArgs

type TalkServiceUnregisterUserAndDeviceArgs struct {
}

func NewTalkServiceUnregisterUserAndDeviceArgs

func NewTalkServiceUnregisterUserAndDeviceArgs() *TalkServiceUnregisterUserAndDeviceArgs

func (*TalkServiceUnregisterUserAndDeviceArgs) Read

func (*TalkServiceUnregisterUserAndDeviceArgs) String

func (*TalkServiceUnregisterUserAndDeviceArgs) Write

type TalkServiceUnregisterUserAndDeviceResult

type TalkServiceUnregisterUserAndDeviceResult struct {
	Success *string        `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceUnregisterUserAndDeviceResult

func NewTalkServiceUnregisterUserAndDeviceResult() *TalkServiceUnregisterUserAndDeviceResult

func (*TalkServiceUnregisterUserAndDeviceResult) GetE

func (*TalkServiceUnregisterUserAndDeviceResult) GetSuccess

func (*TalkServiceUnregisterUserAndDeviceResult) IsSetE

func (*TalkServiceUnregisterUserAndDeviceResult) IsSetSuccess

func (*TalkServiceUnregisterUserAndDeviceResult) Read

func (*TalkServiceUnregisterUserAndDeviceResult) ReadField0

func (*TalkServiceUnregisterUserAndDeviceResult) ReadField1

func (*TalkServiceUnregisterUserAndDeviceResult) String

func (*TalkServiceUnregisterUserAndDeviceResult) Write

type TalkServiceUnsendMessageArgs

type TalkServiceUnsendMessageArgs struct {
	Seq       int32  `thrift:"seq,1" db:"seq" json:"seq"`
	MessageId string `thrift:"messageId,2" db:"messageId" json:"messageId"`
}

Attributes:

  • Seq
  • MessageId

func NewTalkServiceUnsendMessageArgs

func NewTalkServiceUnsendMessageArgs() *TalkServiceUnsendMessageArgs

func (*TalkServiceUnsendMessageArgs) GetMessageId

func (p *TalkServiceUnsendMessageArgs) GetMessageId() string

func (*TalkServiceUnsendMessageArgs) GetSeq

func (p *TalkServiceUnsendMessageArgs) GetSeq() int32

func (*TalkServiceUnsendMessageArgs) Read

func (*TalkServiceUnsendMessageArgs) ReadField1

func (p *TalkServiceUnsendMessageArgs) ReadField1(iprot TProtocol) error

func (*TalkServiceUnsendMessageArgs) ReadField2

func (p *TalkServiceUnsendMessageArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceUnsendMessageArgs) String

func (*TalkServiceUnsendMessageArgs) Write

type TalkServiceUnsendMessageResult

type TalkServiceUnsendMessageResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceUnsendMessageResult

func NewTalkServiceUnsendMessageResult() *TalkServiceUnsendMessageResult

func (*TalkServiceUnsendMessageResult) GetE

func (*TalkServiceUnsendMessageResult) IsSetE

func (*TalkServiceUnsendMessageResult) Read

func (*TalkServiceUnsendMessageResult) ReadField1

func (p *TalkServiceUnsendMessageResult) ReadField1(iprot TProtocol) error

func (*TalkServiceUnsendMessageResult) String

func (*TalkServiceUnsendMessageResult) Write

type TalkServiceUpdateApnsDeviceTokenArgs

type TalkServiceUpdateApnsDeviceTokenArgs struct {
	// unused field # 1
	ApnsDeviceToken []byte `thrift:"apnsDeviceToken,2" db:"apnsDeviceToken" json:"apnsDeviceToken"`
}

Attributes:

  • ApnsDeviceToken

func NewTalkServiceUpdateApnsDeviceTokenArgs

func NewTalkServiceUpdateApnsDeviceTokenArgs() *TalkServiceUpdateApnsDeviceTokenArgs

func (*TalkServiceUpdateApnsDeviceTokenArgs) GetApnsDeviceToken

func (p *TalkServiceUpdateApnsDeviceTokenArgs) GetApnsDeviceToken() []byte

func (*TalkServiceUpdateApnsDeviceTokenArgs) Read

func (*TalkServiceUpdateApnsDeviceTokenArgs) ReadField2

func (*TalkServiceUpdateApnsDeviceTokenArgs) String

func (*TalkServiceUpdateApnsDeviceTokenArgs) Write

type TalkServiceUpdateApnsDeviceTokenResult

type TalkServiceUpdateApnsDeviceTokenResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceUpdateApnsDeviceTokenResult

func NewTalkServiceUpdateApnsDeviceTokenResult() *TalkServiceUpdateApnsDeviceTokenResult

func (*TalkServiceUpdateApnsDeviceTokenResult) GetE

func (*TalkServiceUpdateApnsDeviceTokenResult) IsSetE

func (*TalkServiceUpdateApnsDeviceTokenResult) Read

func (*TalkServiceUpdateApnsDeviceTokenResult) ReadField1

func (*TalkServiceUpdateApnsDeviceTokenResult) String

func (*TalkServiceUpdateApnsDeviceTokenResult) Write

type TalkServiceUpdateBuddySettingArgs

type TalkServiceUpdateBuddySettingArgs struct {
	// unused field # 1
	Key   string `thrift:"key,2" db:"key" json:"key"`
	Value string `thrift:"value,3" db:"value" json:"value"`
}

Attributes:

  • Key
  • Value

func NewTalkServiceUpdateBuddySettingArgs

func NewTalkServiceUpdateBuddySettingArgs() *TalkServiceUpdateBuddySettingArgs

func (*TalkServiceUpdateBuddySettingArgs) GetKey

func (*TalkServiceUpdateBuddySettingArgs) GetValue

func (*TalkServiceUpdateBuddySettingArgs) Read

func (*TalkServiceUpdateBuddySettingArgs) ReadField2

func (p *TalkServiceUpdateBuddySettingArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceUpdateBuddySettingArgs) ReadField3

func (p *TalkServiceUpdateBuddySettingArgs) ReadField3(iprot TProtocol) error

func (*TalkServiceUpdateBuddySettingArgs) String

func (*TalkServiceUpdateBuddySettingArgs) Write

type TalkServiceUpdateBuddySettingResult

type TalkServiceUpdateBuddySettingResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceUpdateBuddySettingResult

func NewTalkServiceUpdateBuddySettingResult() *TalkServiceUpdateBuddySettingResult

func (*TalkServiceUpdateBuddySettingResult) GetE

func (*TalkServiceUpdateBuddySettingResult) IsSetE

func (*TalkServiceUpdateBuddySettingResult) Read

func (*TalkServiceUpdateBuddySettingResult) ReadField1

func (*TalkServiceUpdateBuddySettingResult) String

func (*TalkServiceUpdateBuddySettingResult) Write

type TalkServiceUpdateC2DMRegistrationIdArgs

type TalkServiceUpdateC2DMRegistrationIdArgs struct {
	// unused field # 1
	RegistrationId string `thrift:"registrationId,2" db:"registrationId" json:"registrationId"`
}

Attributes:

  • RegistrationId

func NewTalkServiceUpdateC2DMRegistrationIdArgs

func NewTalkServiceUpdateC2DMRegistrationIdArgs() *TalkServiceUpdateC2DMRegistrationIdArgs

func (*TalkServiceUpdateC2DMRegistrationIdArgs) GetRegistrationId

func (p *TalkServiceUpdateC2DMRegistrationIdArgs) GetRegistrationId() string

func (*TalkServiceUpdateC2DMRegistrationIdArgs) Read

func (*TalkServiceUpdateC2DMRegistrationIdArgs) ReadField2

func (*TalkServiceUpdateC2DMRegistrationIdArgs) String

func (*TalkServiceUpdateC2DMRegistrationIdArgs) Write

type TalkServiceUpdateC2DMRegistrationIdResult

type TalkServiceUpdateC2DMRegistrationIdResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceUpdateC2DMRegistrationIdResult

func NewTalkServiceUpdateC2DMRegistrationIdResult() *TalkServiceUpdateC2DMRegistrationIdResult

func (*TalkServiceUpdateC2DMRegistrationIdResult) GetE

func (*TalkServiceUpdateC2DMRegistrationIdResult) IsSetE

func (*TalkServiceUpdateC2DMRegistrationIdResult) Read

func (*TalkServiceUpdateC2DMRegistrationIdResult) ReadField1

func (*TalkServiceUpdateC2DMRegistrationIdResult) String

func (*TalkServiceUpdateC2DMRegistrationIdResult) Write

type TalkServiceUpdateChatArgs

type TalkServiceUpdateChatArgs struct {
	Request *UpdateChatRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewTalkServiceUpdateChatArgs

func NewTalkServiceUpdateChatArgs() *TalkServiceUpdateChatArgs

func (*TalkServiceUpdateChatArgs) GetRequest

func (*TalkServiceUpdateChatArgs) IsSetRequest

func (p *TalkServiceUpdateChatArgs) IsSetRequest() bool

func (*TalkServiceUpdateChatArgs) Read

func (p *TalkServiceUpdateChatArgs) Read(iprot TProtocol) error

func (*TalkServiceUpdateChatArgs) ReadField1

func (p *TalkServiceUpdateChatArgs) ReadField1(iprot TProtocol) error

func (*TalkServiceUpdateChatArgs) String

func (p *TalkServiceUpdateChatArgs) String() string

func (*TalkServiceUpdateChatArgs) Write

func (p *TalkServiceUpdateChatArgs) Write(oprot TProtocol) error

type TalkServiceUpdateChatResult

type TalkServiceUpdateChatResult struct {
	Success *UpdateChatResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException      `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceUpdateChatResult

func NewTalkServiceUpdateChatResult() *TalkServiceUpdateChatResult

func (*TalkServiceUpdateChatResult) GetE

func (*TalkServiceUpdateChatResult) GetSuccess

func (*TalkServiceUpdateChatResult) IsSetE

func (p *TalkServiceUpdateChatResult) IsSetE() bool

func (*TalkServiceUpdateChatResult) IsSetSuccess

func (p *TalkServiceUpdateChatResult) IsSetSuccess() bool

func (*TalkServiceUpdateChatResult) Read

func (*TalkServiceUpdateChatResult) ReadField0

func (p *TalkServiceUpdateChatResult) ReadField0(iprot TProtocol) error

func (*TalkServiceUpdateChatResult) ReadField1

func (p *TalkServiceUpdateChatResult) ReadField1(iprot TProtocol) error

func (*TalkServiceUpdateChatResult) String

func (p *TalkServiceUpdateChatResult) String() string

func (*TalkServiceUpdateChatResult) Write

type TalkServiceUpdateContactSettingArgs

type TalkServiceUpdateContactSettingArgs struct {
	ReqSeq int32          `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"`
	Mid    string         `thrift:"mid,2" db:"mid" json:"mid"`
	Flag   ContactSetting `thrift:"flag,3" db:"flag" json:"flag"`
	Value  string         `thrift:"value,4" db:"value" json:"value"`
}

Attributes:

  • ReqSeq
  • Mid
  • Flag
  • Value

func NewTalkServiceUpdateContactSettingArgs

func NewTalkServiceUpdateContactSettingArgs() *TalkServiceUpdateContactSettingArgs

func (*TalkServiceUpdateContactSettingArgs) GetFlag

func (*TalkServiceUpdateContactSettingArgs) GetMid

func (*TalkServiceUpdateContactSettingArgs) GetReqSeq

func (*TalkServiceUpdateContactSettingArgs) GetValue

func (*TalkServiceUpdateContactSettingArgs) Read

func (*TalkServiceUpdateContactSettingArgs) ReadField1

func (*TalkServiceUpdateContactSettingArgs) ReadField2

func (*TalkServiceUpdateContactSettingArgs) ReadField3

func (*TalkServiceUpdateContactSettingArgs) ReadField4

func (*TalkServiceUpdateContactSettingArgs) String

func (*TalkServiceUpdateContactSettingArgs) Write

type TalkServiceUpdateContactSettingResult

type TalkServiceUpdateContactSettingResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceUpdateContactSettingResult

func NewTalkServiceUpdateContactSettingResult() *TalkServiceUpdateContactSettingResult

func (*TalkServiceUpdateContactSettingResult) GetE

func (*TalkServiceUpdateContactSettingResult) IsSetE

func (*TalkServiceUpdateContactSettingResult) Read

func (*TalkServiceUpdateContactSettingResult) ReadField1

func (*TalkServiceUpdateContactSettingResult) String

func (*TalkServiceUpdateContactSettingResult) Write

type TalkServiceUpdateCustomModeSettingsArgs

type TalkServiceUpdateCustomModeSettingsArgs struct {
	// unused field # 1
	CustomMode CustomMode        `thrift:"customMode,2" db:"customMode" json:"customMode"`
	ParamMap   map[string]string `thrift:"paramMap,3" db:"paramMap" json:"paramMap"`
}

Attributes:

  • CustomMode
  • ParamMap

func NewTalkServiceUpdateCustomModeSettingsArgs

func NewTalkServiceUpdateCustomModeSettingsArgs() *TalkServiceUpdateCustomModeSettingsArgs

func (*TalkServiceUpdateCustomModeSettingsArgs) GetCustomMode

func (*TalkServiceUpdateCustomModeSettingsArgs) GetParamMap

func (*TalkServiceUpdateCustomModeSettingsArgs) Read

func (*TalkServiceUpdateCustomModeSettingsArgs) ReadField2

func (*TalkServiceUpdateCustomModeSettingsArgs) ReadField3

func (*TalkServiceUpdateCustomModeSettingsArgs) String

func (*TalkServiceUpdateCustomModeSettingsArgs) Write

type TalkServiceUpdateCustomModeSettingsResult

type TalkServiceUpdateCustomModeSettingsResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceUpdateCustomModeSettingsResult

func NewTalkServiceUpdateCustomModeSettingsResult() *TalkServiceUpdateCustomModeSettingsResult

func (*TalkServiceUpdateCustomModeSettingsResult) GetE

func (*TalkServiceUpdateCustomModeSettingsResult) IsSetE

func (*TalkServiceUpdateCustomModeSettingsResult) Read

func (*TalkServiceUpdateCustomModeSettingsResult) ReadField1

func (*TalkServiceUpdateCustomModeSettingsResult) String

func (*TalkServiceUpdateCustomModeSettingsResult) Write

type TalkServiceUpdateDeviceInfoArgs

type TalkServiceUpdateDeviceInfoArgs struct {
	// unused field # 1
	DeviceUid  string      `thrift:"deviceUid,2" db:"deviceUid" json:"deviceUid"`
	DeviceInfo *DeviceInfo `thrift:"deviceInfo,3" db:"deviceInfo" json:"deviceInfo"`
}

Attributes:

  • DeviceUid
  • DeviceInfo

func NewTalkServiceUpdateDeviceInfoArgs

func NewTalkServiceUpdateDeviceInfoArgs() *TalkServiceUpdateDeviceInfoArgs

func (*TalkServiceUpdateDeviceInfoArgs) GetDeviceInfo

func (p *TalkServiceUpdateDeviceInfoArgs) GetDeviceInfo() *DeviceInfo

func (*TalkServiceUpdateDeviceInfoArgs) GetDeviceUid

func (p *TalkServiceUpdateDeviceInfoArgs) GetDeviceUid() string

func (*TalkServiceUpdateDeviceInfoArgs) IsSetDeviceInfo

func (p *TalkServiceUpdateDeviceInfoArgs) IsSetDeviceInfo() bool

func (*TalkServiceUpdateDeviceInfoArgs) Read

func (*TalkServiceUpdateDeviceInfoArgs) ReadField2

func (p *TalkServiceUpdateDeviceInfoArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceUpdateDeviceInfoArgs) ReadField3

func (p *TalkServiceUpdateDeviceInfoArgs) ReadField3(iprot TProtocol) error

func (*TalkServiceUpdateDeviceInfoArgs) String

func (*TalkServiceUpdateDeviceInfoArgs) Write

type TalkServiceUpdateDeviceInfoResult

type TalkServiceUpdateDeviceInfoResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceUpdateDeviceInfoResult

func NewTalkServiceUpdateDeviceInfoResult() *TalkServiceUpdateDeviceInfoResult

func (*TalkServiceUpdateDeviceInfoResult) GetE

func (*TalkServiceUpdateDeviceInfoResult) IsSetE

func (*TalkServiceUpdateDeviceInfoResult) Read

func (*TalkServiceUpdateDeviceInfoResult) ReadField1

func (p *TalkServiceUpdateDeviceInfoResult) ReadField1(iprot TProtocol) error

func (*TalkServiceUpdateDeviceInfoResult) String

func (*TalkServiceUpdateDeviceInfoResult) Write

type TalkServiceUpdateGroupArgs

type TalkServiceUpdateGroupArgs struct {
	ReqSeq int32  `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"`
	Group  *Group `thrift:"group,2" db:"group" json:"group"`
}

Attributes:

  • ReqSeq
  • Group

func NewTalkServiceUpdateGroupArgs

func NewTalkServiceUpdateGroupArgs() *TalkServiceUpdateGroupArgs

func (*TalkServiceUpdateGroupArgs) GetGroup

func (p *TalkServiceUpdateGroupArgs) GetGroup() *Group

func (*TalkServiceUpdateGroupArgs) GetReqSeq

func (p *TalkServiceUpdateGroupArgs) GetReqSeq() int32

func (*TalkServiceUpdateGroupArgs) IsSetGroup

func (p *TalkServiceUpdateGroupArgs) IsSetGroup() bool

func (*TalkServiceUpdateGroupArgs) Read

func (*TalkServiceUpdateGroupArgs) ReadField1

func (p *TalkServiceUpdateGroupArgs) ReadField1(iprot TProtocol) error

func (*TalkServiceUpdateGroupArgs) ReadField2

func (p *TalkServiceUpdateGroupArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceUpdateGroupArgs) String

func (p *TalkServiceUpdateGroupArgs) String() string

func (*TalkServiceUpdateGroupArgs) Write

func (p *TalkServiceUpdateGroupArgs) Write(oprot TProtocol) error

type TalkServiceUpdateGroupResult

type TalkServiceUpdateGroupResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceUpdateGroupResult

func NewTalkServiceUpdateGroupResult() *TalkServiceUpdateGroupResult

func (*TalkServiceUpdateGroupResult) GetE

func (*TalkServiceUpdateGroupResult) IsSetE

func (p *TalkServiceUpdateGroupResult) IsSetE() bool

func (*TalkServiceUpdateGroupResult) Read

func (*TalkServiceUpdateGroupResult) ReadField1

func (p *TalkServiceUpdateGroupResult) ReadField1(iprot TProtocol) error

func (*TalkServiceUpdateGroupResult) String

func (*TalkServiceUpdateGroupResult) Write

type TalkServiceUpdateNotificationTokenArgs

type TalkServiceUpdateNotificationTokenArgs struct {
	// unused field # 1
	Token string           `thrift:"token,2" db:"token" json:"token"`
	Type  NotificationType `thrift:"type,3" db:"type" json:"type"`
}

Attributes:

  • Type
  • Token

func NewTalkServiceUpdateNotificationTokenArgs

func NewTalkServiceUpdateNotificationTokenArgs() *TalkServiceUpdateNotificationTokenArgs

func (*TalkServiceUpdateNotificationTokenArgs) GetToken

func (*TalkServiceUpdateNotificationTokenArgs) GetType

func (*TalkServiceUpdateNotificationTokenArgs) Read

func (*TalkServiceUpdateNotificationTokenArgs) ReadField2

func (*TalkServiceUpdateNotificationTokenArgs) ReadField3

func (*TalkServiceUpdateNotificationTokenArgs) String

func (*TalkServiceUpdateNotificationTokenArgs) Write

type TalkServiceUpdateNotificationTokenResult

type TalkServiceUpdateNotificationTokenResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceUpdateNotificationTokenResult

func NewTalkServiceUpdateNotificationTokenResult() *TalkServiceUpdateNotificationTokenResult

func (*TalkServiceUpdateNotificationTokenResult) GetE

func (*TalkServiceUpdateNotificationTokenResult) IsSetE

func (*TalkServiceUpdateNotificationTokenResult) Read

func (*TalkServiceUpdateNotificationTokenResult) ReadField1

func (*TalkServiceUpdateNotificationTokenResult) String

func (*TalkServiceUpdateNotificationTokenResult) Write

type TalkServiceUpdateNotificationTokenWithBytesArgs

type TalkServiceUpdateNotificationTokenWithBytesArgs struct {
	// unused field # 1
	Token []byte           `thrift:"token,2" db:"token" json:"token"`
	Type  NotificationType `thrift:"type,3" db:"type" json:"type"`
}

Attributes:

  • Type
  • Token

func NewTalkServiceUpdateNotificationTokenWithBytesArgs

func NewTalkServiceUpdateNotificationTokenWithBytesArgs() *TalkServiceUpdateNotificationTokenWithBytesArgs

func (*TalkServiceUpdateNotificationTokenWithBytesArgs) GetToken

func (*TalkServiceUpdateNotificationTokenWithBytesArgs) GetType

func (*TalkServiceUpdateNotificationTokenWithBytesArgs) Read

func (*TalkServiceUpdateNotificationTokenWithBytesArgs) ReadField2

func (*TalkServiceUpdateNotificationTokenWithBytesArgs) ReadField3

func (*TalkServiceUpdateNotificationTokenWithBytesArgs) String

func (*TalkServiceUpdateNotificationTokenWithBytesArgs) Write

type TalkServiceUpdateNotificationTokenWithBytesResult

type TalkServiceUpdateNotificationTokenWithBytesResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceUpdateNotificationTokenWithBytesResult

func NewTalkServiceUpdateNotificationTokenWithBytesResult() *TalkServiceUpdateNotificationTokenWithBytesResult

func (*TalkServiceUpdateNotificationTokenWithBytesResult) GetE

func (*TalkServiceUpdateNotificationTokenWithBytesResult) IsSetE

func (*TalkServiceUpdateNotificationTokenWithBytesResult) Read

func (*TalkServiceUpdateNotificationTokenWithBytesResult) ReadField1

func (*TalkServiceUpdateNotificationTokenWithBytesResult) String

func (*TalkServiceUpdateNotificationTokenWithBytesResult) Write

type TalkServiceUpdateProfileArgs

type TalkServiceUpdateProfileArgs struct {
	ReqSeq  int32    `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"`
	Profile *Profile `thrift:"profile,2" db:"profile" json:"profile"`
}

Attributes:

  • ReqSeq
  • Profile

func NewTalkServiceUpdateProfileArgs

func NewTalkServiceUpdateProfileArgs() *TalkServiceUpdateProfileArgs

func (*TalkServiceUpdateProfileArgs) GetProfile

func (p *TalkServiceUpdateProfileArgs) GetProfile() *Profile

func (*TalkServiceUpdateProfileArgs) GetReqSeq

func (p *TalkServiceUpdateProfileArgs) GetReqSeq() int32

func (*TalkServiceUpdateProfileArgs) IsSetProfile

func (p *TalkServiceUpdateProfileArgs) IsSetProfile() bool

func (*TalkServiceUpdateProfileArgs) Read

func (*TalkServiceUpdateProfileArgs) ReadField1

func (p *TalkServiceUpdateProfileArgs) ReadField1(iprot TProtocol) error

func (*TalkServiceUpdateProfileArgs) ReadField2

func (p *TalkServiceUpdateProfileArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceUpdateProfileArgs) String

func (*TalkServiceUpdateProfileArgs) Write

type TalkServiceUpdateProfileAttributeArgs

type TalkServiceUpdateProfileAttributeArgs struct {
	ReqSeq int32            `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"`
	Attr   ProfileAttribute `thrift:"attr,2" db:"attr" json:"attr"`
	Value  string           `thrift:"value,3" db:"value" json:"value"`
}

Attributes:

  • ReqSeq
  • Attr
  • Value

func NewTalkServiceUpdateProfileAttributeArgs

func NewTalkServiceUpdateProfileAttributeArgs() *TalkServiceUpdateProfileAttributeArgs

func (*TalkServiceUpdateProfileAttributeArgs) GetAttr

func (*TalkServiceUpdateProfileAttributeArgs) GetReqSeq

func (*TalkServiceUpdateProfileAttributeArgs) GetValue

func (*TalkServiceUpdateProfileAttributeArgs) Read

func (*TalkServiceUpdateProfileAttributeArgs) ReadField1

func (*TalkServiceUpdateProfileAttributeArgs) ReadField2

func (*TalkServiceUpdateProfileAttributeArgs) ReadField3

func (*TalkServiceUpdateProfileAttributeArgs) String

func (*TalkServiceUpdateProfileAttributeArgs) Write

type TalkServiceUpdateProfileAttributeResult

type TalkServiceUpdateProfileAttributeResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceUpdateProfileAttributeResult

func NewTalkServiceUpdateProfileAttributeResult() *TalkServiceUpdateProfileAttributeResult

func (*TalkServiceUpdateProfileAttributeResult) GetE

func (*TalkServiceUpdateProfileAttributeResult) IsSetE

func (*TalkServiceUpdateProfileAttributeResult) Read

func (*TalkServiceUpdateProfileAttributeResult) ReadField1

func (*TalkServiceUpdateProfileAttributeResult) String

func (*TalkServiceUpdateProfileAttributeResult) Write

type TalkServiceUpdateProfileResult

type TalkServiceUpdateProfileResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceUpdateProfileResult

func NewTalkServiceUpdateProfileResult() *TalkServiceUpdateProfileResult

func (*TalkServiceUpdateProfileResult) GetE

func (*TalkServiceUpdateProfileResult) IsSetE

func (*TalkServiceUpdateProfileResult) Read

func (*TalkServiceUpdateProfileResult) ReadField1

func (p *TalkServiceUpdateProfileResult) ReadField1(iprot TProtocol) error

func (*TalkServiceUpdateProfileResult) String

func (*TalkServiceUpdateProfileResult) Write

type TalkServiceUpdateRegionArgs

type TalkServiceUpdateRegionArgs struct {
	// unused field # 1
	Region string `thrift:"region,2" db:"region" json:"region"`
}

Attributes:

  • Region

func NewTalkServiceUpdateRegionArgs

func NewTalkServiceUpdateRegionArgs() *TalkServiceUpdateRegionArgs

func (*TalkServiceUpdateRegionArgs) GetRegion

func (p *TalkServiceUpdateRegionArgs) GetRegion() string

func (*TalkServiceUpdateRegionArgs) Read

func (*TalkServiceUpdateRegionArgs) ReadField2

func (p *TalkServiceUpdateRegionArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceUpdateRegionArgs) String

func (p *TalkServiceUpdateRegionArgs) String() string

func (*TalkServiceUpdateRegionArgs) Write

type TalkServiceUpdateRegionResult

type TalkServiceUpdateRegionResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceUpdateRegionResult

func NewTalkServiceUpdateRegionResult() *TalkServiceUpdateRegionResult

func (*TalkServiceUpdateRegionResult) GetE

func (*TalkServiceUpdateRegionResult) IsSetE

func (p *TalkServiceUpdateRegionResult) IsSetE() bool

func (*TalkServiceUpdateRegionResult) Read

func (*TalkServiceUpdateRegionResult) ReadField1

func (p *TalkServiceUpdateRegionResult) ReadField1(iprot TProtocol) error

func (*TalkServiceUpdateRegionResult) String

func (*TalkServiceUpdateRegionResult) Write

type TalkServiceUpdateSettings2Args

type TalkServiceUpdateSettings2Args struct {
	ReqSeq   int32     `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"`
	Settings *Settings `thrift:"settings,2" db:"settings" json:"settings"`
}

Attributes:

  • ReqSeq
  • Settings

func NewTalkServiceUpdateSettings2Args

func NewTalkServiceUpdateSettings2Args() *TalkServiceUpdateSettings2Args

func (*TalkServiceUpdateSettings2Args) GetReqSeq

func (p *TalkServiceUpdateSettings2Args) GetReqSeq() int32

func (*TalkServiceUpdateSettings2Args) GetSettings

func (p *TalkServiceUpdateSettings2Args) GetSettings() *Settings

func (*TalkServiceUpdateSettings2Args) IsSetSettings

func (p *TalkServiceUpdateSettings2Args) IsSetSettings() bool

func (*TalkServiceUpdateSettings2Args) Read

func (*TalkServiceUpdateSettings2Args) ReadField1

func (p *TalkServiceUpdateSettings2Args) ReadField1(iprot TProtocol) error

func (*TalkServiceUpdateSettings2Args) ReadField2

func (p *TalkServiceUpdateSettings2Args) ReadField2(iprot TProtocol) error

func (*TalkServiceUpdateSettings2Args) String

func (*TalkServiceUpdateSettings2Args) Write

type TalkServiceUpdateSettings2Result

type TalkServiceUpdateSettings2Result struct {
	Success *int32         `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceUpdateSettings2Result

func NewTalkServiceUpdateSettings2Result() *TalkServiceUpdateSettings2Result

func (*TalkServiceUpdateSettings2Result) GetE

func (*TalkServiceUpdateSettings2Result) GetSuccess

func (p *TalkServiceUpdateSettings2Result) GetSuccess() int32

func (*TalkServiceUpdateSettings2Result) IsSetE

func (*TalkServiceUpdateSettings2Result) IsSetSuccess

func (p *TalkServiceUpdateSettings2Result) IsSetSuccess() bool

func (*TalkServiceUpdateSettings2Result) Read

func (*TalkServiceUpdateSettings2Result) ReadField0

func (p *TalkServiceUpdateSettings2Result) ReadField0(iprot TProtocol) error

func (*TalkServiceUpdateSettings2Result) ReadField1

func (p *TalkServiceUpdateSettings2Result) ReadField1(iprot TProtocol) error

func (*TalkServiceUpdateSettings2Result) String

func (*TalkServiceUpdateSettings2Result) Write

type TalkServiceUpdateSettingsArgs

type TalkServiceUpdateSettingsArgs struct {
	ReqSeq   int32     `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"`
	Settings *Settings `thrift:"settings,2" db:"settings" json:"settings"`
}

Attributes:

  • ReqSeq
  • Settings

func NewTalkServiceUpdateSettingsArgs

func NewTalkServiceUpdateSettingsArgs() *TalkServiceUpdateSettingsArgs

func (*TalkServiceUpdateSettingsArgs) GetReqSeq

func (p *TalkServiceUpdateSettingsArgs) GetReqSeq() int32

func (*TalkServiceUpdateSettingsArgs) GetSettings

func (p *TalkServiceUpdateSettingsArgs) GetSettings() *Settings

func (*TalkServiceUpdateSettingsArgs) IsSetSettings

func (p *TalkServiceUpdateSettingsArgs) IsSetSettings() bool

func (*TalkServiceUpdateSettingsArgs) Read

func (*TalkServiceUpdateSettingsArgs) ReadField1

func (p *TalkServiceUpdateSettingsArgs) ReadField1(iprot TProtocol) error

func (*TalkServiceUpdateSettingsArgs) ReadField2

func (p *TalkServiceUpdateSettingsArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceUpdateSettingsArgs) String

func (*TalkServiceUpdateSettingsArgs) Write

type TalkServiceUpdateSettingsAttributeArgs

type TalkServiceUpdateSettingsAttributeArgs struct {
	ReqSeq int32             `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"`
	Attr   SettingsAttribute `thrift:"attr,2" db:"attr" json:"attr"`
	Value  string            `thrift:"value,3" db:"value" json:"value"`
}

Attributes:

  • ReqSeq
  • Attr
  • Value

func NewTalkServiceUpdateSettingsAttributeArgs

func NewTalkServiceUpdateSettingsAttributeArgs() *TalkServiceUpdateSettingsAttributeArgs

func (*TalkServiceUpdateSettingsAttributeArgs) GetAttr

func (*TalkServiceUpdateSettingsAttributeArgs) GetReqSeq

func (*TalkServiceUpdateSettingsAttributeArgs) GetValue

func (*TalkServiceUpdateSettingsAttributeArgs) Read

func (*TalkServiceUpdateSettingsAttributeArgs) ReadField1

func (*TalkServiceUpdateSettingsAttributeArgs) ReadField2

func (*TalkServiceUpdateSettingsAttributeArgs) ReadField3

func (*TalkServiceUpdateSettingsAttributeArgs) String

func (*TalkServiceUpdateSettingsAttributeArgs) Write

type TalkServiceUpdateSettingsAttributeResult

type TalkServiceUpdateSettingsAttributeResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceUpdateSettingsAttributeResult

func NewTalkServiceUpdateSettingsAttributeResult() *TalkServiceUpdateSettingsAttributeResult

func (*TalkServiceUpdateSettingsAttributeResult) GetE

func (*TalkServiceUpdateSettingsAttributeResult) IsSetE

func (*TalkServiceUpdateSettingsAttributeResult) Read

func (*TalkServiceUpdateSettingsAttributeResult) ReadField1

func (*TalkServiceUpdateSettingsAttributeResult) String

func (*TalkServiceUpdateSettingsAttributeResult) Write

type TalkServiceUpdateSettingsAttributesArgs

type TalkServiceUpdateSettingsAttributesArgs struct {
	ReqSeq     int32     `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"`
	AttrBitset int32     `thrift:"attrBitset,2" db:"attrBitset" json:"attrBitset"`
	Settings   *Settings `thrift:"settings,3" db:"settings" json:"settings"`
}

Attributes:

  • ReqSeq
  • AttrBitset
  • Settings

func NewTalkServiceUpdateSettingsAttributesArgs

func NewTalkServiceUpdateSettingsAttributesArgs() *TalkServiceUpdateSettingsAttributesArgs

func (*TalkServiceUpdateSettingsAttributesArgs) GetAttrBitset

func (*TalkServiceUpdateSettingsAttributesArgs) GetReqSeq

func (*TalkServiceUpdateSettingsAttributesArgs) GetSettings

func (*TalkServiceUpdateSettingsAttributesArgs) IsSetSettings

func (p *TalkServiceUpdateSettingsAttributesArgs) IsSetSettings() bool

func (*TalkServiceUpdateSettingsAttributesArgs) Read

func (*TalkServiceUpdateSettingsAttributesArgs) ReadField1

func (*TalkServiceUpdateSettingsAttributesArgs) ReadField2

func (*TalkServiceUpdateSettingsAttributesArgs) ReadField3

func (*TalkServiceUpdateSettingsAttributesArgs) String

func (*TalkServiceUpdateSettingsAttributesArgs) Write

type TalkServiceUpdateSettingsAttributesResult

type TalkServiceUpdateSettingsAttributesResult struct {
	Success *int32         `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceUpdateSettingsAttributesResult

func NewTalkServiceUpdateSettingsAttributesResult() *TalkServiceUpdateSettingsAttributesResult

func (*TalkServiceUpdateSettingsAttributesResult) GetE

func (*TalkServiceUpdateSettingsAttributesResult) GetSuccess

func (*TalkServiceUpdateSettingsAttributesResult) IsSetE

func (*TalkServiceUpdateSettingsAttributesResult) IsSetSuccess

func (*TalkServiceUpdateSettingsAttributesResult) Read

func (*TalkServiceUpdateSettingsAttributesResult) ReadField0

func (*TalkServiceUpdateSettingsAttributesResult) ReadField1

func (*TalkServiceUpdateSettingsAttributesResult) String

func (*TalkServiceUpdateSettingsAttributesResult) Write

type TalkServiceUpdateSettingsResult

type TalkServiceUpdateSettingsResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceUpdateSettingsResult

func NewTalkServiceUpdateSettingsResult() *TalkServiceUpdateSettingsResult

func (*TalkServiceUpdateSettingsResult) GetE

func (*TalkServiceUpdateSettingsResult) IsSetE

func (*TalkServiceUpdateSettingsResult) Read

func (*TalkServiceUpdateSettingsResult) ReadField1

func (p *TalkServiceUpdateSettingsResult) ReadField1(iprot TProtocol) error

func (*TalkServiceUpdateSettingsResult) String

func (*TalkServiceUpdateSettingsResult) Write

type TalkServiceVerifyIdentityCredentialArgs

type TalkServiceVerifyIdentityCredentialArgs struct {
	// unused fields # 1 to 2
	Identifier string `thrift:"identifier,3" db:"identifier" json:"identifier"`
	Password   string `thrift:"password,4" db:"password" json:"password"`
	// unused fields # 5 to 7
	IdentityProvider IdentityProvider `thrift:"identityProvider,8" db:"identityProvider" json:"identityProvider"`
}

Attributes:

  • IdentityProvider
  • Identifier
  • Password

func NewTalkServiceVerifyIdentityCredentialArgs

func NewTalkServiceVerifyIdentityCredentialArgs() *TalkServiceVerifyIdentityCredentialArgs

func (*TalkServiceVerifyIdentityCredentialArgs) GetIdentifier

func (*TalkServiceVerifyIdentityCredentialArgs) GetIdentityProvider

func (*TalkServiceVerifyIdentityCredentialArgs) GetPassword

func (*TalkServiceVerifyIdentityCredentialArgs) Read

func (*TalkServiceVerifyIdentityCredentialArgs) ReadField3

func (*TalkServiceVerifyIdentityCredentialArgs) ReadField4

func (*TalkServiceVerifyIdentityCredentialArgs) ReadField8

func (*TalkServiceVerifyIdentityCredentialArgs) String

func (*TalkServiceVerifyIdentityCredentialArgs) Write

type TalkServiceVerifyIdentityCredentialResult

type TalkServiceVerifyIdentityCredentialResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceVerifyIdentityCredentialResult

func NewTalkServiceVerifyIdentityCredentialResult() *TalkServiceVerifyIdentityCredentialResult

func (*TalkServiceVerifyIdentityCredentialResult) GetE

func (*TalkServiceVerifyIdentityCredentialResult) IsSetE

func (*TalkServiceVerifyIdentityCredentialResult) Read

func (*TalkServiceVerifyIdentityCredentialResult) ReadField1

func (*TalkServiceVerifyIdentityCredentialResult) String

func (*TalkServiceVerifyIdentityCredentialResult) Write

type TalkServiceVerifyIdentityCredentialWithResultArgs

type TalkServiceVerifyIdentityCredentialWithResultArgs struct {
	// unused field # 1
	IdentityCredential *IdentityCredential `thrift:"identityCredential,2" db:"identityCredential" json:"identityCredential"`
}

Attributes:

  • IdentityCredential

func NewTalkServiceVerifyIdentityCredentialWithResultArgs

func NewTalkServiceVerifyIdentityCredentialWithResultArgs() *TalkServiceVerifyIdentityCredentialWithResultArgs

func (*TalkServiceVerifyIdentityCredentialWithResultArgs) GetIdentityCredential

func (*TalkServiceVerifyIdentityCredentialWithResultArgs) IsSetIdentityCredential

func (p *TalkServiceVerifyIdentityCredentialWithResultArgs) IsSetIdentityCredential() bool

func (*TalkServiceVerifyIdentityCredentialWithResultArgs) Read

func (*TalkServiceVerifyIdentityCredentialWithResultArgs) ReadField2

func (*TalkServiceVerifyIdentityCredentialWithResultArgs) String

func (*TalkServiceVerifyIdentityCredentialWithResultArgs) Write

type TalkServiceVerifyIdentityCredentialWithResultResult

type TalkServiceVerifyIdentityCredentialWithResultResult struct {
	Success *UserAuthStatus `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException  `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceVerifyIdentityCredentialWithResultResult

func NewTalkServiceVerifyIdentityCredentialWithResultResult() *TalkServiceVerifyIdentityCredentialWithResultResult

func (*TalkServiceVerifyIdentityCredentialWithResultResult) GetE

func (*TalkServiceVerifyIdentityCredentialWithResultResult) GetSuccess

func (*TalkServiceVerifyIdentityCredentialWithResultResult) IsSetE

func (*TalkServiceVerifyIdentityCredentialWithResultResult) IsSetSuccess

func (*TalkServiceVerifyIdentityCredentialWithResultResult) Read

func (*TalkServiceVerifyIdentityCredentialWithResultResult) ReadField0

func (*TalkServiceVerifyIdentityCredentialWithResultResult) ReadField1

func (*TalkServiceVerifyIdentityCredentialWithResultResult) String

func (*TalkServiceVerifyIdentityCredentialWithResultResult) Write

type TalkServiceVerifyPhoneArgs

type TalkServiceVerifyPhoneArgs struct {
	// unused field # 1
	SessionId string `thrift:"sessionId,2" db:"sessionId" json:"sessionId"`
	PinCode   string `thrift:"pinCode,3" db:"pinCode" json:"pinCode"`
	UdidHash  string `thrift:"udidHash,4" db:"udidHash" json:"udidHash"`
}

Attributes:

  • SessionId
  • PinCode
  • UdidHash

func NewTalkServiceVerifyPhoneArgs

func NewTalkServiceVerifyPhoneArgs() *TalkServiceVerifyPhoneArgs

func (*TalkServiceVerifyPhoneArgs) GetPinCode

func (p *TalkServiceVerifyPhoneArgs) GetPinCode() string

func (*TalkServiceVerifyPhoneArgs) GetSessionId

func (p *TalkServiceVerifyPhoneArgs) GetSessionId() string

func (*TalkServiceVerifyPhoneArgs) GetUdidHash

func (p *TalkServiceVerifyPhoneArgs) GetUdidHash() string

func (*TalkServiceVerifyPhoneArgs) Read

func (*TalkServiceVerifyPhoneArgs) ReadField2

func (p *TalkServiceVerifyPhoneArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceVerifyPhoneArgs) ReadField3

func (p *TalkServiceVerifyPhoneArgs) ReadField3(iprot TProtocol) error

func (*TalkServiceVerifyPhoneArgs) ReadField4

func (p *TalkServiceVerifyPhoneArgs) ReadField4(iprot TProtocol) error

func (*TalkServiceVerifyPhoneArgs) String

func (p *TalkServiceVerifyPhoneArgs) String() string

func (*TalkServiceVerifyPhoneArgs) Write

func (p *TalkServiceVerifyPhoneArgs) Write(oprot TProtocol) error

type TalkServiceVerifyPhoneResult

type TalkServiceVerifyPhoneResult struct {
	Success *VerificationResult_ `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException       `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceVerifyPhoneResult

func NewTalkServiceVerifyPhoneResult() *TalkServiceVerifyPhoneResult

func (*TalkServiceVerifyPhoneResult) GetE

func (*TalkServiceVerifyPhoneResult) GetSuccess

func (*TalkServiceVerifyPhoneResult) IsSetE

func (p *TalkServiceVerifyPhoneResult) IsSetE() bool

func (*TalkServiceVerifyPhoneResult) IsSetSuccess

func (p *TalkServiceVerifyPhoneResult) IsSetSuccess() bool

func (*TalkServiceVerifyPhoneResult) Read

func (*TalkServiceVerifyPhoneResult) ReadField0

func (p *TalkServiceVerifyPhoneResult) ReadField0(iprot TProtocol) error

func (*TalkServiceVerifyPhoneResult) ReadField1

func (p *TalkServiceVerifyPhoneResult) ReadField1(iprot TProtocol) error

func (*TalkServiceVerifyPhoneResult) String

func (*TalkServiceVerifyPhoneResult) Write

type TalkServiceVerifyQrcodeArgs

type TalkServiceVerifyQrcodeArgs struct {
	// unused field # 1
	Verifier string `thrift:"verifier,2" db:"verifier" json:"verifier"`
	PinCode  string `thrift:"pinCode,3" db:"pinCode" json:"pinCode"`
}

Attributes:

  • Verifier
  • PinCode

func NewTalkServiceVerifyQrcodeArgs

func NewTalkServiceVerifyQrcodeArgs() *TalkServiceVerifyQrcodeArgs

func (*TalkServiceVerifyQrcodeArgs) GetPinCode

func (p *TalkServiceVerifyQrcodeArgs) GetPinCode() string

func (*TalkServiceVerifyQrcodeArgs) GetVerifier

func (p *TalkServiceVerifyQrcodeArgs) GetVerifier() string

func (*TalkServiceVerifyQrcodeArgs) Read

func (*TalkServiceVerifyQrcodeArgs) ReadField2

func (p *TalkServiceVerifyQrcodeArgs) ReadField2(iprot TProtocol) error

func (*TalkServiceVerifyQrcodeArgs) ReadField3

func (p *TalkServiceVerifyQrcodeArgs) ReadField3(iprot TProtocol) error

func (*TalkServiceVerifyQrcodeArgs) String

func (p *TalkServiceVerifyQrcodeArgs) String() string

func (*TalkServiceVerifyQrcodeArgs) Write

type TalkServiceVerifyQrcodeResult

type TalkServiceVerifyQrcodeResult struct {
	Success *string        `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceVerifyQrcodeResult

func NewTalkServiceVerifyQrcodeResult() *TalkServiceVerifyQrcodeResult

func (*TalkServiceVerifyQrcodeResult) GetE

func (*TalkServiceVerifyQrcodeResult) GetSuccess

func (p *TalkServiceVerifyQrcodeResult) GetSuccess() string

func (*TalkServiceVerifyQrcodeResult) IsSetE

func (p *TalkServiceVerifyQrcodeResult) IsSetE() bool

func (*TalkServiceVerifyQrcodeResult) IsSetSuccess

func (p *TalkServiceVerifyQrcodeResult) IsSetSuccess() bool

func (*TalkServiceVerifyQrcodeResult) Read

func (*TalkServiceVerifyQrcodeResult) ReadField0

func (p *TalkServiceVerifyQrcodeResult) ReadField0(iprot TProtocol) error

func (*TalkServiceVerifyQrcodeResult) ReadField1

func (p *TalkServiceVerifyQrcodeResult) ReadField1(iprot TProtocol) error

func (*TalkServiceVerifyQrcodeResult) String

func (*TalkServiceVerifyQrcodeResult) Write

type Ticket

type Ticket struct {
	ID string `thrift:"id,1" db:"id" json:"id"`
	// unused fields # 2 to 9
	ExpirationTime int64 `thrift:"expirationTime,10" db:"expirationTime" json:"expirationTime"`
	// unused fields # 11 to 20
	MaxUseCount int32 `thrift:"maxUseCount,21" db:"maxUseCount" json:"maxUseCount"`
}

Attributes:

  • ID
  • ExpirationTime
  • MaxUseCount
var BuddyManagementServiceGetContactTicketResult_Success_DEFAULT *Ticket
var TalkServiceGenerateUserTicketResult_Success_DEFAULT *Ticket
var TalkServiceGetUserTicketResult_Success_DEFAULT *Ticket

func NewTicket

func NewTicket() *Ticket

func (*Ticket) GetExpirationTime

func (p *Ticket) GetExpirationTime() int64

func (*Ticket) GetID

func (p *Ticket) GetID() string

func (*Ticket) GetMaxUseCount

func (p *Ticket) GetMaxUseCount() int32

func (*Ticket) Read

func (p *Ticket) Read(iprot TProtocol) error

func (*Ticket) ReadField1

func (p *Ticket) ReadField1(iprot TProtocol) error

func (*Ticket) ReadField10

func (p *Ticket) ReadField10(iprot TProtocol) error

func (*Ticket) ReadField21

func (p *Ticket) ReadField21(iprot TProtocol) error

func (*Ticket) String

func (p *Ticket) String() string

func (*Ticket) Write

func (p *Ticket) Write(oprot TProtocol) error

type TransformReader

type TransformReader struct {
	io.Reader
	// contains filtered or unexported fields
}

TransformReader is an io.ReadCloser that handles transforms reading.

func NewTransformReaderWithCapacity

func NewTransformReaderWithCapacity(baseReader io.Reader, capacity int) *TransformReader

NewTransformReaderWithCapacity initializes a TransformReader with expected closers capacity.

If you don't know the closers capacity beforehand, just use

&TransformReader{Reader: baseReader}

instead would be sufficient.

func (*TransformReader) AddTransform

func (tr *TransformReader) AddTransform(id THeaderTransformID) error

AddTransform adds a transform.

func (*TransformReader) Close

func (tr *TransformReader) Close() error

Close calls the underlying closers in appropriate order, stops at and returns the first error encountered.

type TransformWriter

type TransformWriter struct {
	io.Writer
	// contains filtered or unexported fields
}

TransformWriter is an io.WriteCloser that handles transforms writing.

func (*TransformWriter) AddTransform

func (tw *TransformWriter) AddTransform(id THeaderTransformID) error

AddTransform adds a transform.

func (*TransformWriter) Close

func (tw *TransformWriter) Close() error

Close calls the underlying closers in appropriate order, stops at and returns the first error encountered.

type UniversalNotificationService

type UniversalNotificationService interface {
	// Parameters:
	//  - Event
	Notify(ctx context.Context, event *GlobalEvent) (err error)
}

type UniversalNotificationServiceClient

type UniversalNotificationServiceClient struct {
	// contains filtered or unexported fields
}

func NewUniversalNotificationServiceClient

func NewUniversalNotificationServiceClient(c TClient) *UniversalNotificationServiceClient

func NewUniversalNotificationServiceClientProtocol

func NewUniversalNotificationServiceClientProtocol(t TTransport, iprot TProtocol, oprot TProtocol) *UniversalNotificationServiceClient

func (*UniversalNotificationServiceClient) Client_

func (*UniversalNotificationServiceClient) Notify

Parameters:

  • Event

type UniversalNotificationServiceErrorCode

type UniversalNotificationServiceErrorCode int64
const (
	UniversalNotificationServiceErrorCode_INTERNAL_ERROR        UniversalNotificationServiceErrorCode = 0
	UniversalNotificationServiceErrorCode_INVALID_KEY           UniversalNotificationServiceErrorCode = 1
	UniversalNotificationServiceErrorCode_ILLEGAL_ARGUMENT      UniversalNotificationServiceErrorCode = 2
	UniversalNotificationServiceErrorCode_TOO_MANY_REQUEST      UniversalNotificationServiceErrorCode = 3
	UniversalNotificationServiceErrorCode_AUTHENTICATION_FAILED UniversalNotificationServiceErrorCode = 4
	UniversalNotificationServiceErrorCode_NO_WRITE_PERMISSION   UniversalNotificationServiceErrorCode = 5
)

func UniversalNotificationServiceErrorCodeFromString

func UniversalNotificationServiceErrorCodeFromString(s string) (UniversalNotificationServiceErrorCode, error)

func (UniversalNotificationServiceErrorCode) MarshalText

func (p UniversalNotificationServiceErrorCode) MarshalText() ([]byte, error)

func (*UniversalNotificationServiceErrorCode) Scan

func (p *UniversalNotificationServiceErrorCode) Scan(value interface{}) error

func (UniversalNotificationServiceErrorCode) String

func (*UniversalNotificationServiceErrorCode) UnmarshalText

func (p *UniversalNotificationServiceErrorCode) UnmarshalText(text []byte) error

func (*UniversalNotificationServiceErrorCode) Value

type UniversalNotificationServiceException

type UniversalNotificationServiceException struct {
	Code         UniversalNotificationServiceErrorCode `thrift:"code,1" db:"code" json:"code"`
	Reason       string                                `thrift:"reason,2" db:"reason" json:"reason"`
	ParameterMap map[string]string                     `thrift:"parameterMap,3" db:"parameterMap" json:"parameterMap"`
}

Attributes:

  • Code
  • Reason
  • ParameterMap
var UniversalNotificationServiceNotifyResult_E_DEFAULT *UniversalNotificationServiceException

func NewUniversalNotificationServiceException

func NewUniversalNotificationServiceException() *UniversalNotificationServiceException

func (*UniversalNotificationServiceException) Error

func (*UniversalNotificationServiceException) GetCode

func (*UniversalNotificationServiceException) GetParameterMap

func (p *UniversalNotificationServiceException) GetParameterMap() map[string]string

func (*UniversalNotificationServiceException) GetReason

func (*UniversalNotificationServiceException) Read

func (*UniversalNotificationServiceException) ReadField1

func (*UniversalNotificationServiceException) ReadField2

func (*UniversalNotificationServiceException) ReadField3

func (*UniversalNotificationServiceException) String

func (*UniversalNotificationServiceException) Write

type UniversalNotificationServiceNotifyArgs

type UniversalNotificationServiceNotifyArgs struct {
	// unused field # 1
	Event *GlobalEvent `thrift:"event,2" db:"event" json:"event"`
}

Attributes:

  • Event

func NewUniversalNotificationServiceNotifyArgs

func NewUniversalNotificationServiceNotifyArgs() *UniversalNotificationServiceNotifyArgs

func (*UniversalNotificationServiceNotifyArgs) GetEvent

func (*UniversalNotificationServiceNotifyArgs) IsSetEvent

func (*UniversalNotificationServiceNotifyArgs) Read

func (*UniversalNotificationServiceNotifyArgs) ReadField2

func (*UniversalNotificationServiceNotifyArgs) String

func (*UniversalNotificationServiceNotifyArgs) Write

type UniversalNotificationServiceNotifyResult

type UniversalNotificationServiceNotifyResult struct {
	E *UniversalNotificationServiceException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewUniversalNotificationServiceNotifyResult

func NewUniversalNotificationServiceNotifyResult() *UniversalNotificationServiceNotifyResult

func (*UniversalNotificationServiceNotifyResult) GetE

func (*UniversalNotificationServiceNotifyResult) IsSetE

func (*UniversalNotificationServiceNotifyResult) Read

func (*UniversalNotificationServiceNotifyResult) ReadField1

func (*UniversalNotificationServiceNotifyResult) String

func (*UniversalNotificationServiceNotifyResult) Write

type UniversalNotificationServiceProcessor

type UniversalNotificationServiceProcessor struct {
	// contains filtered or unexported fields
}

func (*UniversalNotificationServiceProcessor) AddToProcessorMap

func (p *UniversalNotificationServiceProcessor) AddToProcessorMap(key string, processor TProcessorFunction)

func (*UniversalNotificationServiceProcessor) GetProcessorFunction

func (p *UniversalNotificationServiceProcessor) GetProcessorFunction(key string) (processor TProcessorFunction, ok bool)

func (*UniversalNotificationServiceProcessor) Process

func (p *UniversalNotificationServiceProcessor) Process(ctx context.Context, iprot, oprot TProtocol) (success bool, err TException)

func (*UniversalNotificationServiceProcessor) ProcessorMap

type UnregistrationReason

type UnregistrationReason int64
const (
	UnregistrationReason_UNREGISTRATION_REASON_UNREGISTER_USER UnregistrationReason = 1
	UnregistrationReason_UNREGISTRATION_REASON_UNBIND_DEVICE   UnregistrationReason = 2
)

func UnregistrationReasonFromString

func UnregistrationReasonFromString(s string) (UnregistrationReason, error)

func (UnregistrationReason) MarshalText

func (p UnregistrationReason) MarshalText() ([]byte, error)

func (*UnregistrationReason) Scan

func (p *UnregistrationReason) Scan(value interface{}) error

func (UnregistrationReason) String

func (p UnregistrationReason) String() string

func (*UnregistrationReason) UnmarshalText

func (p *UnregistrationReason) UnmarshalText(text []byte) error

func (*UnregistrationReason) Value

func (p *UnregistrationReason) Value() (driver.Value, error)

type UpdateBuddyProfileResult_

type UpdateBuddyProfileResult_ struct {
	RequestId string           `thrift:"requestId,1" db:"requestId" json:"requestId"`
	State     BuddyResultState `thrift:"state,2" db:"state" json:"state"`
	EventNo   int32            `thrift:"eventNo,3" db:"eventNo" json:"eventNo"`
	// unused fields # 4 to 10
	ReceiverCount   int64 `thrift:"receiverCount,11" db:"receiverCount" json:"receiverCount"`
	SuccessCount    int64 `thrift:"successCount,12" db:"successCount" json:"successCount"`
	FailCount       int64 `thrift:"failCount,13" db:"failCount" json:"failCount"`
	CancelCount     int64 `thrift:"cancelCount,14" db:"cancelCount" json:"cancelCount"`
	UnregisterCount int64 `thrift:"unregisterCount,15" db:"unregisterCount" json:"unregisterCount"`
	// unused fields # 16 to 20
	Timestamp int64  `thrift:"timestamp,21" db:"timestamp" json:"timestamp"`
	Message   string `thrift:"message,22" db:"message" json:"message"`
}

Attributes:

  • RequestId
  • State
  • EventNo
  • ReceiverCount
  • SuccessCount
  • FailCount
  • CancelCount
  • UnregisterCount
  • Timestamp
  • Message
var BuddyManagementServiceGetUpdateBuddyProfileResultResult_Success_DEFAULT *UpdateBuddyProfileResult_
var BuddyManagementServiceUpdateBuddyProfileAttributesResult_Success_DEFAULT *UpdateBuddyProfileResult_
var BuddyManagementServiceUpdateBuddyProfileImageResult_Success_DEFAULT *UpdateBuddyProfileResult_

func NewUpdateBuddyProfileResult_

func NewUpdateBuddyProfileResult_() *UpdateBuddyProfileResult_

func (*UpdateBuddyProfileResult_) GetCancelCount

func (p *UpdateBuddyProfileResult_) GetCancelCount() int64

func (*UpdateBuddyProfileResult_) GetEventNo

func (p *UpdateBuddyProfileResult_) GetEventNo() int32

func (*UpdateBuddyProfileResult_) GetFailCount

func (p *UpdateBuddyProfileResult_) GetFailCount() int64

func (*UpdateBuddyProfileResult_) GetMessage

func (p *UpdateBuddyProfileResult_) GetMessage() string

func (*UpdateBuddyProfileResult_) GetReceiverCount

func (p *UpdateBuddyProfileResult_) GetReceiverCount() int64

func (*UpdateBuddyProfileResult_) GetRequestId

func (p *UpdateBuddyProfileResult_) GetRequestId() string

func (*UpdateBuddyProfileResult_) GetState

func (*UpdateBuddyProfileResult_) GetSuccessCount

func (p *UpdateBuddyProfileResult_) GetSuccessCount() int64

func (*UpdateBuddyProfileResult_) GetTimestamp

func (p *UpdateBuddyProfileResult_) GetTimestamp() int64

func (*UpdateBuddyProfileResult_) GetUnregisterCount

func (p *UpdateBuddyProfileResult_) GetUnregisterCount() int64

func (*UpdateBuddyProfileResult_) Read

func (p *UpdateBuddyProfileResult_) Read(iprot TProtocol) error

func (*UpdateBuddyProfileResult_) ReadField1

func (p *UpdateBuddyProfileResult_) ReadField1(iprot TProtocol) error

func (*UpdateBuddyProfileResult_) ReadField11

func (p *UpdateBuddyProfileResult_) ReadField11(iprot TProtocol) error

func (*UpdateBuddyProfileResult_) ReadField12

func (p *UpdateBuddyProfileResult_) ReadField12(iprot TProtocol) error

func (*UpdateBuddyProfileResult_) ReadField13

func (p *UpdateBuddyProfileResult_) ReadField13(iprot TProtocol) error

func (*UpdateBuddyProfileResult_) ReadField14

func (p *UpdateBuddyProfileResult_) ReadField14(iprot TProtocol) error

func (*UpdateBuddyProfileResult_) ReadField15

func (p *UpdateBuddyProfileResult_) ReadField15(iprot TProtocol) error

func (*UpdateBuddyProfileResult_) ReadField2

func (p *UpdateBuddyProfileResult_) ReadField2(iprot TProtocol) error

func (*UpdateBuddyProfileResult_) ReadField21

func (p *UpdateBuddyProfileResult_) ReadField21(iprot TProtocol) error

func (*UpdateBuddyProfileResult_) ReadField22

func (p *UpdateBuddyProfileResult_) ReadField22(iprot TProtocol) error

func (*UpdateBuddyProfileResult_) ReadField3

func (p *UpdateBuddyProfileResult_) ReadField3(iprot TProtocol) error

func (*UpdateBuddyProfileResult_) String

func (p *UpdateBuddyProfileResult_) String() string

func (*UpdateBuddyProfileResult_) Write

func (p *UpdateBuddyProfileResult_) Write(oprot TProtocol) error

type UpdateChatRequest

type UpdateChatRequest struct {
	ReqSeq           int32         `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"`
	Chat             *Chat         `thrift:"chat,2" db:"chat" json:"chat"`
	UpdatedAttribute ChatAttribute `thrift:"updatedAttribute,3" db:"updatedAttribute" json:"updatedAttribute"`
}

Attributes:

  • ReqSeq
  • Chat
  • UpdatedAttribute
var TalkServiceUpdateChatArgs_Request_DEFAULT *UpdateChatRequest

func NewUpdateChatRequest

func NewUpdateChatRequest() *UpdateChatRequest

func (*UpdateChatRequest) GetChat

func (p *UpdateChatRequest) GetChat() *Chat

func (*UpdateChatRequest) GetReqSeq

func (p *UpdateChatRequest) GetReqSeq() int32

func (*UpdateChatRequest) GetUpdatedAttribute

func (p *UpdateChatRequest) GetUpdatedAttribute() ChatAttribute

func (*UpdateChatRequest) IsSetChat

func (p *UpdateChatRequest) IsSetChat() bool

func (*UpdateChatRequest) Read

func (p *UpdateChatRequest) Read(iprot TProtocol) error

func (*UpdateChatRequest) ReadField1

func (p *UpdateChatRequest) ReadField1(iprot TProtocol) error

func (*UpdateChatRequest) ReadField2

func (p *UpdateChatRequest) ReadField2(iprot TProtocol) error

func (*UpdateChatRequest) ReadField3

func (p *UpdateChatRequest) ReadField3(iprot TProtocol) error

func (*UpdateChatRequest) String

func (p *UpdateChatRequest) String() string

func (*UpdateChatRequest) Write

func (p *UpdateChatRequest) Write(oprot TProtocol) error

type UpdateChatResponse

type UpdateChatResponse struct {
}
var TalkServiceUpdateChatResult_Success_DEFAULT *UpdateChatResponse

func NewUpdateChatResponse

func NewUpdateChatResponse() *UpdateChatResponse

func (*UpdateChatResponse) Read

func (p *UpdateChatResponse) Read(iprot TProtocol) error

func (*UpdateChatResponse) String

func (p *UpdateChatResponse) String() string

func (*UpdateChatResponse) Write

func (p *UpdateChatResponse) Write(oprot TProtocol) error

type UserAgeType

type UserAgeType int64
const (
	UserAgeType_OVER      UserAgeType = 1
	UserAgeType_UNDER     UserAgeType = 2
	UserAgeType_UNDEFINED UserAgeType = 3
)
var AgeCheckServiceCheckUserAgeResult_Success_DEFAULT UserAgeType

func UserAgeTypeFromString

func UserAgeTypeFromString(s string) (UserAgeType, error)

func UserAgeTypePtr

func UserAgeTypePtr(v UserAgeType) *UserAgeType

func (UserAgeType) MarshalText

func (p UserAgeType) MarshalText() ([]byte, error)

func (*UserAgeType) Scan

func (p *UserAgeType) Scan(value interface{}) error

func (UserAgeType) String

func (p UserAgeType) String() string

func (*UserAgeType) UnmarshalText

func (p *UserAgeType) UnmarshalText(text []byte) error

func (*UserAgeType) Value

func (p *UserAgeType) Value() (driver.Value, error)

type UserAuthStatus

type UserAuthStatus struct {
	PhoneNumberRegistered bool        `thrift:"phoneNumberRegistered,1" db:"phoneNumberRegistered" json:"phoneNumberRegistered"`
	RegisteredSnsIdTypes  []SnsIdType `thrift:"registeredSnsIdTypes,2" db:"registeredSnsIdTypes" json:"registeredSnsIdTypes"`
}

Attributes:

  • PhoneNumberRegistered
  • RegisteredSnsIdTypes
var TalkServiceVerifyIdentityCredentialWithResultResult_Success_DEFAULT *UserAuthStatus

func NewUserAuthStatus

func NewUserAuthStatus() *UserAuthStatus

func (*UserAuthStatus) GetPhoneNumberRegistered

func (p *UserAuthStatus) GetPhoneNumberRegistered() bool

func (*UserAuthStatus) GetRegisteredSnsIdTypes

func (p *UserAuthStatus) GetRegisteredSnsIdTypes() []SnsIdType

func (*UserAuthStatus) Read

func (p *UserAuthStatus) Read(iprot TProtocol) error

func (*UserAuthStatus) ReadField1

func (p *UserAuthStatus) ReadField1(iprot TProtocol) error

func (*UserAuthStatus) ReadField2

func (p *UserAuthStatus) ReadField2(iprot TProtocol) error

func (*UserAuthStatus) String

func (p *UserAuthStatus) String() string

func (*UserAuthStatus) Write

func (p *UserAuthStatus) Write(oprot TProtocol) error

type VerificationMethod

type VerificationMethod int64
const (
	VerificationMethod_NO_AVAILABLE    VerificationMethod = 0
	VerificationMethod_PIN_VIA_SMS     VerificationMethod = 1
	VerificationMethod_CALLERID_INDIGO VerificationMethod = 2
	VerificationMethod_PIN_VIA_TTS     VerificationMethod = 4
	VerificationMethod_SKIP            VerificationMethod = 10
)

func VerificationMethodFromString

func VerificationMethodFromString(s string) (VerificationMethod, error)

func VerificationMethodPtr

func VerificationMethodPtr(v VerificationMethod) *VerificationMethod

func (VerificationMethod) MarshalText

func (p VerificationMethod) MarshalText() ([]byte, error)

func (*VerificationMethod) Scan

func (p *VerificationMethod) Scan(value interface{}) error

func (VerificationMethod) String

func (p VerificationMethod) String() string

func (*VerificationMethod) UnmarshalText

func (p *VerificationMethod) UnmarshalText(text []byte) error

func (*VerificationMethod) Value

func (p *VerificationMethod) Value() (driver.Value, error)

type VerificationResult_

type VerificationResult_ int64
const (
	VerificationResult__FAILED                            VerificationResult_ = 0
	VerificationResult__OK_NOT_REGISTERED_YET             VerificationResult_ = 1
	VerificationResult__OK_REGISTERED_WITH_SAME_DEVICE    VerificationResult_ = 2
	VerificationResult__OK_REGISTERED_WITH_ANOTHER_DEVICE VerificationResult_ = 3
)
var TalkServiceVerifyPhoneResult_Success_DEFAULT VerificationResult_

func VerificationResult_FromString

func VerificationResult_FromString(s string) (VerificationResult_, error)

func VerificationResult_Ptr

func VerificationResult_Ptr(v VerificationResult_) *VerificationResult_

func (VerificationResult_) MarshalText

func (p VerificationResult_) MarshalText() ([]byte, error)

func (*VerificationResult_) Scan

func (p *VerificationResult_) Scan(value interface{}) error

func (VerificationResult_) String

func (p VerificationResult_) String() string

func (*VerificationResult_) UnmarshalText

func (p *VerificationResult_) UnmarshalText(text []byte) error

func (*VerificationResult_) Value

func (p *VerificationResult_) Value() (driver.Value, error)

type VerificationSessionData

type VerificationSessionData struct {
	SessionId                    string               `thrift:"sessionId,1" db:"sessionId" json:"sessionId"`
	Method                       VerificationMethod   `thrift:"method,2" db:"method" json:"method"`
	Callback                     string               `thrift:"callback,3" db:"callback" json:"callback"`
	NormalizedPhone              string               `thrift:"normalizedPhone,4" db:"normalizedPhone" json:"normalizedPhone"`
	CountryCode                  string               `thrift:"countryCode,5" db:"countryCode" json:"countryCode"`
	NationalSignificantNumber    string               `thrift:"nationalSignificantNumber,6" db:"nationalSignificantNumber" json:"nationalSignificantNumber"`
	AvailableVerificationMethods []VerificationMethod `thrift:"availableVerificationMethods,7" db:"availableVerificationMethods" json:"availableVerificationMethods"`
}

Attributes:

  • SessionId
  • Method
  • Callback
  • NormalizedPhone
  • CountryCode
  • NationalSignificantNumber
  • AvailableVerificationMethods
var TalkServiceChangeVerificationMethodResult_Success_DEFAULT *VerificationSessionData
var TalkServiceStartUpdateVerificationResult_Success_DEFAULT *VerificationSessionData
var TalkServiceStartVerificationResult_Success_DEFAULT *VerificationSessionData

func NewVerificationSessionData

func NewVerificationSessionData() *VerificationSessionData

func (*VerificationSessionData) GetAvailableVerificationMethods

func (p *VerificationSessionData) GetAvailableVerificationMethods() []VerificationMethod

func (*VerificationSessionData) GetCallback

func (p *VerificationSessionData) GetCallback() string

func (*VerificationSessionData) GetCountryCode

func (p *VerificationSessionData) GetCountryCode() string

func (*VerificationSessionData) GetMethod

func (*VerificationSessionData) GetNationalSignificantNumber

func (p *VerificationSessionData) GetNationalSignificantNumber() string

func (*VerificationSessionData) GetNormalizedPhone

func (p *VerificationSessionData) GetNormalizedPhone() string

func (*VerificationSessionData) GetSessionId

func (p *VerificationSessionData) GetSessionId() string

func (*VerificationSessionData) Read

func (p *VerificationSessionData) Read(iprot TProtocol) error

func (*VerificationSessionData) ReadField1

func (p *VerificationSessionData) ReadField1(iprot TProtocol) error

func (*VerificationSessionData) ReadField2

func (p *VerificationSessionData) ReadField2(iprot TProtocol) error

func (*VerificationSessionData) ReadField3

func (p *VerificationSessionData) ReadField3(iprot TProtocol) error

func (*VerificationSessionData) ReadField4

func (p *VerificationSessionData) ReadField4(iprot TProtocol) error

func (*VerificationSessionData) ReadField5

func (p *VerificationSessionData) ReadField5(iprot TProtocol) error

func (*VerificationSessionData) ReadField6

func (p *VerificationSessionData) ReadField6(iprot TProtocol) error

func (*VerificationSessionData) ReadField7

func (p *VerificationSessionData) ReadField7(iprot TProtocol) error

func (*VerificationSessionData) String

func (p *VerificationSessionData) String() string

func (*VerificationSessionData) Write

func (p *VerificationSessionData) Write(oprot TProtocol) error

type WapInvitation

type WapInvitation struct {
	Type WapInvitationType `thrift:"type,1" db:"type" json:"type"`
	// unused fields # 2 to 9
	InviteeEmail string `thrift:"inviteeEmail,10" db:"inviteeEmail" json:"inviteeEmail"`
	InviterMid   string `thrift:"inviterMid,11" db:"inviterMid" json:"inviterMid"`
	RoomMid      string `thrift:"roomMid,12" db:"roomMid" json:"roomMid"`
}

Attributes:

  • Type
  • InviteeEmail
  • InviterMid
  • RoomMid
var TalkServiceGetWapInvitationResult_Success_DEFAULT *WapInvitation

func NewWapInvitation

func NewWapInvitation() *WapInvitation

func (*WapInvitation) GetInviteeEmail

func (p *WapInvitation) GetInviteeEmail() string

func (*WapInvitation) GetInviterMid

func (p *WapInvitation) GetInviterMid() string

func (*WapInvitation) GetRoomMid

func (p *WapInvitation) GetRoomMid() string

func (*WapInvitation) GetType

func (p *WapInvitation) GetType() WapInvitationType

func (*WapInvitation) Read

func (p *WapInvitation) Read(iprot TProtocol) error

func (*WapInvitation) ReadField1

func (p *WapInvitation) ReadField1(iprot TProtocol) error

func (*WapInvitation) ReadField10

func (p *WapInvitation) ReadField10(iprot TProtocol) error

func (*WapInvitation) ReadField11

func (p *WapInvitation) ReadField11(iprot TProtocol) error

func (*WapInvitation) ReadField12

func (p *WapInvitation) ReadField12(iprot TProtocol) error

func (*WapInvitation) String

func (p *WapInvitation) String() string

func (*WapInvitation) Write

func (p *WapInvitation) Write(oprot TProtocol) error

type WapInvitationType

type WapInvitationType int64
const (
	WapInvitationType_REGISTRATION WapInvitationType = 1
	WapInvitationType_CHAT         WapInvitationType = 2
)

func WapInvitationTypeFromString

func WapInvitationTypeFromString(s string) (WapInvitationType, error)

func WapInvitationTypePtr

func WapInvitationTypePtr(v WapInvitationType) *WapInvitationType

func (WapInvitationType) MarshalText

func (p WapInvitationType) MarshalText() ([]byte, error)

func (*WapInvitationType) Scan

func (p *WapInvitationType) Scan(value interface{}) error

func (WapInvitationType) String

func (p WapInvitationType) String() string

func (*WapInvitationType) UnmarshalText

func (p *WapInvitationType) UnmarshalText(text []byte) error

func (*WapInvitationType) Value

func (p *WapInvitationType) Value() (driver.Value, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL