channel

package module
v0.0.0-...-3283f4d Latest Latest
Warning

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

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

README

DonChannel

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ChannelServiceGetChannelNotificationSettingsResult_Success_DEFAULT []*ChannelNotificationSetting
View Source
var ChannelServiceGetUpdatedChannelIdsResult_Success_DEFAULT []string
View Source
var ChannelServiceReserveCoinUseResult_Success_DEFAULT string
View Source
var ChannelServiceUpdateChannelSettingsResult_Success_DEFAULT bool

Functions

This section is empty.

Types

type AppStoreCode

type AppStoreCode int64
const (
	AppStoreCode_PAYMENT_APPLE  AppStoreCode = 1
	AppStoreCode_PAYMENT_GOOGLE AppStoreCode = 2
)

func AppStoreCodeFromString

func AppStoreCodeFromString(s string) (AppStoreCode, error)

func AppStoreCodePtr

func AppStoreCodePtr(v AppStoreCode) *AppStoreCode

func (AppStoreCode) MarshalText

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

func (*AppStoreCode) Scan

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

func (AppStoreCode) String

func (p AppStoreCode) String() string

func (*AppStoreCode) UnmarshalText

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

func (*AppStoreCode) Value

func (p *AppStoreCode) 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) Equals

func (p *ApprovedChannelInfo) Equals(other *ApprovedChannelInfo) bool

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 (*ApprovedChannelInfo) ReadField1

func (p *ApprovedChannelInfo) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ApprovedChannelInfo) ReadField2

func (p *ApprovedChannelInfo) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*ApprovedChannelInfo) String

func (p *ApprovedChannelInfo) String() string

func (*ApprovedChannelInfo) Write

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) Equals

func (*ApprovedChannelInfos) GetApprovedChannelInfos

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

func (*ApprovedChannelInfos) GetRevision

func (p *ApprovedChannelInfos) GetRevision() int64

func (*ApprovedChannelInfos) Read

func (*ApprovedChannelInfos) ReadField1

func (p *ApprovedChannelInfos) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ApprovedChannelInfos) ReadField2

func (p *ApprovedChannelInfos) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*ApprovedChannelInfos) String

func (p *ApprovedChannelInfos) String() string

func (*ApprovedChannelInfos) Write

type ChannelAllowedPermission

type ChannelAllowedPermission int64
const (
	ChannelAllowedPermission_PROFILE ChannelAllowedPermission = 0
	ChannelAllowedPermission_FRIENDS ChannelAllowedPermission = 1
	ChannelAllowedPermission_GROUP   ChannelAllowedPermission = 2
)

func ChannelAllowedPermissionFromString

func ChannelAllowedPermissionFromString(s string) (ChannelAllowedPermission, error)

func (ChannelAllowedPermission) MarshalText

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

func (*ChannelAllowedPermission) Scan

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

func (ChannelAllowedPermission) String

func (p ChannelAllowedPermission) String() string

func (*ChannelAllowedPermission) UnmarshalText

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

func (*ChannelAllowedPermission) Value

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) Equals

func (p *ChannelDomain) Equals(other *ChannelDomain) bool

func (*ChannelDomain) GetHost

func (p *ChannelDomain) GetHost() string

func (*ChannelDomain) GetRemoved

func (p *ChannelDomain) GetRemoved() bool

func (*ChannelDomain) Read

func (p *ChannelDomain) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelDomain) ReadField1

func (p *ChannelDomain) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelDomain) ReadField2

func (p *ChannelDomain) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelDomain) String

func (p *ChannelDomain) String() string

func (*ChannelDomain) Write

func (p *ChannelDomain) Write(ctx context.Context, oprot thrift.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 ChannelServiceGetCommonDomainsResult_Success_DEFAULT *ChannelDomains

func NewChannelDomains

func NewChannelDomains() *ChannelDomains

func (*ChannelDomains) Equals

func (p *ChannelDomains) Equals(other *ChannelDomains) bool

func (*ChannelDomains) GetChannelDomains

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

func (*ChannelDomains) GetRevision

func (p *ChannelDomains) GetRevision() int64

func (*ChannelDomains) Read

func (p *ChannelDomains) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelDomains) ReadField1

func (p *ChannelDomains) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelDomains) ReadField2

func (p *ChannelDomains) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelDomains) String

func (p *ChannelDomains) String() string

func (*ChannelDomains) Write

func (p *ChannelDomains) Write(ctx context.Context, oprot thrift.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
	ChannelErrorCode_WEBVIEW_NOT_ALLOWED      ChannelErrorCode = 6
)

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 ChannelServiceGetApprovedChannelsResult_E_DEFAULT *ChannelException
var ChannelServiceGetChannelInfoResult_E_DEFAULT *ChannelException
var ChannelServiceGetChannelNotificationSettingResult_E_DEFAULT *ChannelException
var ChannelServiceGetChannelNotificationSettingsResult_E_DEFAULT *ChannelException
var ChannelServiceGetChannelSettingsResult_E_DEFAULT *ChannelException
var ChannelServiceGetCommonDomainsResult_E_DEFAULT *ChannelException
var ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginResult_E_DEFAULT *ChannelException
var ChannelServiceGetUpdatedChannelIdsResult_E_DEFAULT *ChannelException
var ChannelServiceGetWebLoginDisallowedUrlResult_E_DEFAULT *ChannelException
var ChannelServiceIssueChannelTokenResult_E_DEFAULT *ChannelException
var ChannelServiceIssueRequestTokenWithAuthSchemeResult_E_DEFAULT *ChannelException
var ChannelServiceReserveCoinUseResult_E_DEFAULT *ChannelException
var ChannelServiceRevokeChannelResult_E_DEFAULT *ChannelException
var ChannelServiceUpdateChannelNotificationSettingResult_E_DEFAULT *ChannelException
var ChannelServiceUpdateChannelSettingsResult_E_DEFAULT *ChannelException

func NewChannelException

func NewChannelException() *ChannelException

func (*ChannelException) Equals

func (p *ChannelException) Equals(other *ChannelException) bool

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(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelException) ReadField1

func (p *ChannelException) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelException) ReadField2

func (p *ChannelException) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelException) ReadField3

func (p *ChannelException) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelException) String

func (p *ChannelException) String() string

func (ChannelException) TExceptionType

func (ChannelException) TExceptionType() thrift.TExceptionType

func (*ChannelException) Write

func (p *ChannelException) Write(ctx context.Context, oprot thrift.TProtocol) error

type ChannelFeatureLicense

type ChannelFeatureLicense int64
const (
	ChannelFeatureLicense_BLE_LCS_API_USABLE                ChannelFeatureLicense = 26
	ChannelFeatureLicense_PROHIBIT_MINIMIZE_CHANNEL_BROWSER ChannelFeatureLicense = 27
	ChannelFeatureLicense_ALLOW_IOS_WEBKIT                  ChannelFeatureLicense = 28
	ChannelFeatureLicense_PURCHASE_LCS_API_USABLE           ChannelFeatureLicense = 38
)

func ChannelFeatureLicenseFromString

func ChannelFeatureLicenseFromString(s string) (ChannelFeatureLicense, error)

func (ChannelFeatureLicense) MarshalText

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

func (*ChannelFeatureLicense) Scan

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

func (ChannelFeatureLicense) String

func (p ChannelFeatureLicense) String() string

func (*ChannelFeatureLicense) UnmarshalText

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

func (*ChannelFeatureLicense) Value

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

type ChannelIdWithLastUpdated

type ChannelIdWithLastUpdated struct {
	ChannelId   string `thrift:"channelId,1" db:"channelId" json:"channelId"`
	LastUpdated int64  `thrift:"lastUpdated,2" db:"lastUpdated" json:"lastUpdated"`
}

Attributes:

  • ChannelId
  • LastUpdated

func NewChannelIdWithLastUpdated

func NewChannelIdWithLastUpdated() *ChannelIdWithLastUpdated

func (*ChannelIdWithLastUpdated) Equals

func (*ChannelIdWithLastUpdated) GetChannelId

func (p *ChannelIdWithLastUpdated) GetChannelId() string

func (*ChannelIdWithLastUpdated) GetLastUpdated

func (p *ChannelIdWithLastUpdated) GetLastUpdated() int64

func (*ChannelIdWithLastUpdated) Read

func (*ChannelIdWithLastUpdated) ReadField1

func (p *ChannelIdWithLastUpdated) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelIdWithLastUpdated) ReadField2

func (p *ChannelIdWithLastUpdated) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelIdWithLastUpdated) String

func (p *ChannelIdWithLastUpdated) String() string

func (*ChannelIdWithLastUpdated) Write

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"`
	LcsAllApiUsable       bool                       `thrift:"lcsAllApiUsable,13" db:"lcsAllApiUsable" json:"lcsAllApiUsable"`
	AllowedPermissions    []ChannelAllowedPermission `thrift:"allowedPermissions,14" db:"allowedPermissions" json:"allowedPermissions"`
	ChannelDomains        []*ChannelDomain           `thrift:"channelDomains,15" db:"channelDomains" json:"channelDomains"`
	UpdatedTimestamp      int64                      `thrift:"updatedTimestamp,16" db:"updatedTimestamp" json:"updatedTimestamp"`
	FeatureLicenses       []ChannelFeatureLicense    `thrift:"featureLicenses,17" db:"featureLicenses" json:"featureLicenses"`
}

Attributes:

  • ChannelId
  • Name
  • EntryPageUrl
  • DescriptionText
  • Provider
  • PublicType
  • IconImage
  • Permissions
  • IconThumbnailImage
  • ChannelConfigurations
  • LcsAllApiUsable
  • AllowedPermissions
  • ChannelDomains
  • UpdatedTimestamp
  • FeatureLicenses
var ApprovedChannelInfo_ChannelInfo_DEFAULT *ChannelInfo
var ChannelServiceGetChannelInfoResult_Success_DEFAULT *ChannelInfo

func NewChannelInfo

func NewChannelInfo() *ChannelInfo

func (*ChannelInfo) Equals

func (p *ChannelInfo) Equals(other *ChannelInfo) bool

func (*ChannelInfo) GetAllowedPermissions

func (p *ChannelInfo) GetAllowedPermissions() []ChannelAllowedPermission

func (*ChannelInfo) GetChannelConfigurations

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

func (*ChannelInfo) GetChannelDomains

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

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) GetFeatureLicenses

func (p *ChannelInfo) GetFeatureLicenses() []ChannelFeatureLicense

func (*ChannelInfo) GetIconImage

func (p *ChannelInfo) GetIconImage() string

func (*ChannelInfo) GetIconThumbnailImage

func (p *ChannelInfo) GetIconThumbnailImage() string

func (*ChannelInfo) GetLcsAllApiUsable

func (p *ChannelInfo) GetLcsAllApiUsable() bool

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) GetUpdatedTimestamp

func (p *ChannelInfo) GetUpdatedTimestamp() int64

func (*ChannelInfo) IsSetProvider

func (p *ChannelInfo) IsSetProvider() bool

func (*ChannelInfo) Read

func (p *ChannelInfo) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelInfo) ReadField1

func (p *ChannelInfo) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelInfo) ReadField11

func (p *ChannelInfo) ReadField11(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelInfo) ReadField12

func (p *ChannelInfo) ReadField12(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelInfo) ReadField13

func (p *ChannelInfo) ReadField13(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelInfo) ReadField14

func (p *ChannelInfo) ReadField14(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelInfo) ReadField15

func (p *ChannelInfo) ReadField15(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelInfo) ReadField16

func (p *ChannelInfo) ReadField16(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelInfo) ReadField17

func (p *ChannelInfo) ReadField17(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelInfo) ReadField3

func (p *ChannelInfo) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelInfo) ReadField4

func (p *ChannelInfo) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelInfo) ReadField5

func (p *ChannelInfo) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelInfo) ReadField6

func (p *ChannelInfo) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelInfo) ReadField7

func (p *ChannelInfo) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelInfo) ReadField8

func (p *ChannelInfo) ReadField8(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelInfo) ReadField9

func (p *ChannelInfo) ReadField9(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelInfo) String

func (p *ChannelInfo) String() string

func (*ChannelInfo) Write

func (p *ChannelInfo) Write(ctx context.Context, oprot thrift.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) Equals

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(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelNotificationSetting) ReadField2

func (p *ChannelNotificationSetting) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelNotificationSetting) ReadField3

func (p *ChannelNotificationSetting) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelNotificationSetting) ReadField4

func (p *ChannelNotificationSetting) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelNotificationSetting) ReadField5

func (p *ChannelNotificationSetting) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelNotificationSetting) String

func (p *ChannelNotificationSetting) String() string

func (*ChannelNotificationSetting) Write

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) Equals

func (p *ChannelProvider) Equals(other *ChannelProvider) bool

func (*ChannelProvider) GetName

func (p *ChannelProvider) GetName() string

func (*ChannelProvider) Read

func (p *ChannelProvider) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelProvider) ReadField1

func (p *ChannelProvider) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelProvider) String

func (p *ChannelProvider) String() string

func (*ChannelProvider) Write

func (p *ChannelProvider) Write(ctx context.Context, oprot thrift.TProtocol) error

type ChannelService

type ChannelService interface {
	// Parameters:
	//  - ChannelId
	ApproveChannelAndIssueChannelToken(ctx context.Context, channelId string) (_r *ChannelToken, _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)
	GetChannelSettings(ctx context.Context) (_r *ChannelSettings, _err error)
	// Parameters:
	//  - LastSynced
	GetCommonDomains(ctx context.Context, lastSynced int64) (_r *ChannelDomains, _err error)
	// Parameters:
	//  - WebLoginRequest
	GetReturnUrlWithRequestTokenForAutoLogin(ctx context.Context, webLoginRequest *WebLoginRequest) (_r *WebLoginResponse, _err error)
	// Parameters:
	//  - ChannelIds
	GetUpdatedChannelIds(ctx context.Context, channelIds []*ChannelIdWithLastUpdated) (_r []string, _err error)
	// Parameters:
	//  - WebLoginRequest
	GetWebLoginDisallowedUrl(ctx context.Context, webLoginRequest *WebLoginRequest) (_r *WebLoginResponse, _err error)
	// Parameters:
	//  - ChannelId
	IssueChannelToken(ctx context.Context, channelId string) (_r *ChannelToken, _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:
	//  - Setting
	UpdateChannelNotificationSetting(ctx context.Context, setting []*ChannelNotificationSetting) (_err error)
	// Parameters:
	//  - ChannelSettings
	UpdateChannelSettings(ctx context.Context, channelSettings *ChannelSettings) (_r bool, _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 ChannelServiceClient

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

func NewChannelServiceClient

func NewChannelServiceClient(c thrift.TClient) *ChannelServiceClient

func NewChannelServiceClientProtocol

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

func (*ChannelServiceClient) ApproveChannelAndIssueChannelToken

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

Parameters:

  • ChannelId

func (*ChannelServiceClient) Client_

func (p *ChannelServiceClient) Client_() thrift.TClient

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) GetChannelSettings

func (p *ChannelServiceClient) GetChannelSettings(ctx context.Context) (_r *ChannelSettings, _err error)

func (*ChannelServiceClient) GetCommonDomains

func (p *ChannelServiceClient) GetCommonDomains(ctx context.Context, lastSynced int64) (_r *ChannelDomains, _err error)

Parameters:

  • LastSynced

func (*ChannelServiceClient) GetReturnUrlWithRequestTokenForAutoLogin

func (p *ChannelServiceClient) GetReturnUrlWithRequestTokenForAutoLogin(ctx context.Context, webLoginRequest *WebLoginRequest) (_r *WebLoginResponse, _err error)

Parameters:

  • WebLoginRequest

func (*ChannelServiceClient) GetUpdatedChannelIds

func (p *ChannelServiceClient) GetUpdatedChannelIds(ctx context.Context, channelIds []*ChannelIdWithLastUpdated) (_r []string, _err error)

Parameters:

  • ChannelIds

func (*ChannelServiceClient) GetWebLoginDisallowedUrl

func (p *ChannelServiceClient) GetWebLoginDisallowedUrl(ctx context.Context, webLoginRequest *WebLoginRequest) (_r *WebLoginResponse, _err error)

Parameters:

  • WebLoginRequest

func (*ChannelServiceClient) IssueChannelToken

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

Parameters:

  • ChannelId

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) LastResponseMeta_

func (p *ChannelServiceClient) LastResponseMeta_() thrift.ResponseMeta

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) SetLastResponseMeta_

func (p *ChannelServiceClient) SetLastResponseMeta_(meta thrift.ResponseMeta)

func (*ChannelServiceClient) UpdateChannelNotificationSetting

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

Parameters:

  • Setting

func (*ChannelServiceClient) UpdateChannelSettings

func (p *ChannelServiceClient) UpdateChannelSettings(ctx context.Context, channelSettings *ChannelSettings) (_r bool, _err error)

Parameters:

  • ChannelSettings

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 (*ChannelServiceGetChannelInfoArgs) ReadField3

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 (*ChannelServiceGetChannelInfoResult) ReadField1

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 ChannelServiceGetChannelSettingsArgs

type ChannelServiceGetChannelSettingsArgs struct {
}

func NewChannelServiceGetChannelSettingsArgs

func NewChannelServiceGetChannelSettingsArgs() *ChannelServiceGetChannelSettingsArgs

func (*ChannelServiceGetChannelSettingsArgs) Read

func (*ChannelServiceGetChannelSettingsArgs) String

func (*ChannelServiceGetChannelSettingsArgs) Write

type ChannelServiceGetChannelSettingsResult

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

Attributes:

  • Success
  • E

func NewChannelServiceGetChannelSettingsResult

func NewChannelServiceGetChannelSettingsResult() *ChannelServiceGetChannelSettingsResult

func (*ChannelServiceGetChannelSettingsResult) GetE

func (*ChannelServiceGetChannelSettingsResult) GetSuccess

func (*ChannelServiceGetChannelSettingsResult) IsSetE

func (*ChannelServiceGetChannelSettingsResult) IsSetSuccess

func (p *ChannelServiceGetChannelSettingsResult) IsSetSuccess() bool

func (*ChannelServiceGetChannelSettingsResult) Read

func (*ChannelServiceGetChannelSettingsResult) ReadField0

func (*ChannelServiceGetChannelSettingsResult) ReadField1

func (*ChannelServiceGetChannelSettingsResult) String

func (*ChannelServiceGetChannelSettingsResult) Write

type ChannelServiceGetCommonDomainsArgs

type ChannelServiceGetCommonDomainsArgs struct {
	LastSynced int64 `thrift:"lastSynced,1" db:"lastSynced" json:"lastSynced"`
}

Attributes:

  • LastSynced

func NewChannelServiceGetCommonDomainsArgs

func NewChannelServiceGetCommonDomainsArgs() *ChannelServiceGetCommonDomainsArgs

func (*ChannelServiceGetCommonDomainsArgs) GetLastSynced

func (p *ChannelServiceGetCommonDomainsArgs) GetLastSynced() int64

func (*ChannelServiceGetCommonDomainsArgs) Read

func (*ChannelServiceGetCommonDomainsArgs) ReadField1

func (*ChannelServiceGetCommonDomainsArgs) String

func (*ChannelServiceGetCommonDomainsArgs) Write

type ChannelServiceGetCommonDomainsResult

type ChannelServiceGetCommonDomainsResult 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 NewChannelServiceGetCommonDomainsResult

func NewChannelServiceGetCommonDomainsResult() *ChannelServiceGetCommonDomainsResult

func (*ChannelServiceGetCommonDomainsResult) GetE

func (*ChannelServiceGetCommonDomainsResult) GetSuccess

func (*ChannelServiceGetCommonDomainsResult) IsSetE

func (*ChannelServiceGetCommonDomainsResult) IsSetSuccess

func (p *ChannelServiceGetCommonDomainsResult) IsSetSuccess() bool

func (*ChannelServiceGetCommonDomainsResult) Read

func (*ChannelServiceGetCommonDomainsResult) ReadField0

func (*ChannelServiceGetCommonDomainsResult) ReadField1

func (*ChannelServiceGetCommonDomainsResult) String

func (*ChannelServiceGetCommonDomainsResult) Write

type ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginArgs

type ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginArgs struct {
	// unused field # 1
	WebLoginRequest *WebLoginRequest `thrift:"webLoginRequest,2" db:"webLoginRequest" json:"webLoginRequest"`
}

Attributes:

  • WebLoginRequest

func (*ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginArgs) GetWebLoginRequest

func (*ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginArgs) IsSetWebLoginRequest

func (*ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginArgs) Read

func (*ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginArgs) ReadField2

func (*ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginArgs) String

func (*ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginArgs) Write

type ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginResult

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

Attributes:

  • Success
  • E

func (*ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginResult) GetE

func (*ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginResult) GetSuccess

func (*ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginResult) IsSetE

func (*ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginResult) IsSetSuccess

func (*ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginResult) Read

func (*ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginResult) ReadField0

func (*ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginResult) ReadField1

func (*ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginResult) String

func (*ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginResult) Write

type ChannelServiceGetUpdatedChannelIdsArgs

type ChannelServiceGetUpdatedChannelIdsArgs struct {
	ChannelIds []*ChannelIdWithLastUpdated `thrift:"channelIds,1" db:"channelIds" json:"channelIds"`
}

Attributes:

  • ChannelIds

func NewChannelServiceGetUpdatedChannelIdsArgs

func NewChannelServiceGetUpdatedChannelIdsArgs() *ChannelServiceGetUpdatedChannelIdsArgs

func (*ChannelServiceGetUpdatedChannelIdsArgs) GetChannelIds

func (*ChannelServiceGetUpdatedChannelIdsArgs) Read

func (*ChannelServiceGetUpdatedChannelIdsArgs) ReadField1

func (*ChannelServiceGetUpdatedChannelIdsArgs) String

func (*ChannelServiceGetUpdatedChannelIdsArgs) Write

type ChannelServiceGetUpdatedChannelIdsResult

type ChannelServiceGetUpdatedChannelIdsResult 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 NewChannelServiceGetUpdatedChannelIdsResult

func NewChannelServiceGetUpdatedChannelIdsResult() *ChannelServiceGetUpdatedChannelIdsResult

func (*ChannelServiceGetUpdatedChannelIdsResult) GetE

func (*ChannelServiceGetUpdatedChannelIdsResult) GetSuccess

func (*ChannelServiceGetUpdatedChannelIdsResult) IsSetE

func (*ChannelServiceGetUpdatedChannelIdsResult) IsSetSuccess

func (*ChannelServiceGetUpdatedChannelIdsResult) Read

func (*ChannelServiceGetUpdatedChannelIdsResult) ReadField0

func (*ChannelServiceGetUpdatedChannelIdsResult) ReadField1

func (*ChannelServiceGetUpdatedChannelIdsResult) String

func (*ChannelServiceGetUpdatedChannelIdsResult) Write

type ChannelServiceGetWebLoginDisallowedUrlArgs

type ChannelServiceGetWebLoginDisallowedUrlArgs struct {
	// unused field # 1
	WebLoginRequest *WebLoginRequest `thrift:"webLoginRequest,2" db:"webLoginRequest" json:"webLoginRequest"`
}

Attributes:

  • WebLoginRequest

func NewChannelServiceGetWebLoginDisallowedUrlArgs

func NewChannelServiceGetWebLoginDisallowedUrlArgs() *ChannelServiceGetWebLoginDisallowedUrlArgs

func (*ChannelServiceGetWebLoginDisallowedUrlArgs) GetWebLoginRequest

func (*ChannelServiceGetWebLoginDisallowedUrlArgs) IsSetWebLoginRequest

func (p *ChannelServiceGetWebLoginDisallowedUrlArgs) IsSetWebLoginRequest() bool

func (*ChannelServiceGetWebLoginDisallowedUrlArgs) Read

func (*ChannelServiceGetWebLoginDisallowedUrlArgs) ReadField2

func (*ChannelServiceGetWebLoginDisallowedUrlArgs) String

func (*ChannelServiceGetWebLoginDisallowedUrlArgs) Write

type ChannelServiceGetWebLoginDisallowedUrlResult

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

Attributes:

  • Success
  • E

func NewChannelServiceGetWebLoginDisallowedUrlResult

func NewChannelServiceGetWebLoginDisallowedUrlResult() *ChannelServiceGetWebLoginDisallowedUrlResult

func (*ChannelServiceGetWebLoginDisallowedUrlResult) GetE

func (*ChannelServiceGetWebLoginDisallowedUrlResult) GetSuccess

func (*ChannelServiceGetWebLoginDisallowedUrlResult) IsSetE

func (*ChannelServiceGetWebLoginDisallowedUrlResult) IsSetSuccess

func (*ChannelServiceGetWebLoginDisallowedUrlResult) Read

func (*ChannelServiceGetWebLoginDisallowedUrlResult) ReadField0

func (*ChannelServiceGetWebLoginDisallowedUrlResult) ReadField1

func (*ChannelServiceGetWebLoginDisallowedUrlResult) String

func (*ChannelServiceGetWebLoginDisallowedUrlResult) 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 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 thrift.TProcessorFunction)

func (*ChannelServiceProcessor) GetProcessorFunction

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

func (*ChannelServiceProcessor) Process

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

func (*ChannelServiceProcessor) ProcessorMap

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 (*ChannelServiceReserveCoinUseArgs) ReadField3

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 (*ChannelServiceReserveCoinUseResult) ReadField1

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 (*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 (*ChannelServiceRevokeChannelResult) String

func (*ChannelServiceRevokeChannelResult) 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 ChannelServiceUpdateChannelSettingsArgs

type ChannelServiceUpdateChannelSettingsArgs struct {
	ChannelSettings *ChannelSettings `thrift:"channelSettings,1" db:"channelSettings" json:"channelSettings"`
}

Attributes:

  • ChannelSettings

func NewChannelServiceUpdateChannelSettingsArgs

func NewChannelServiceUpdateChannelSettingsArgs() *ChannelServiceUpdateChannelSettingsArgs

func (*ChannelServiceUpdateChannelSettingsArgs) GetChannelSettings

func (*ChannelServiceUpdateChannelSettingsArgs) IsSetChannelSettings

func (p *ChannelServiceUpdateChannelSettingsArgs) IsSetChannelSettings() bool

func (*ChannelServiceUpdateChannelSettingsArgs) Read

func (*ChannelServiceUpdateChannelSettingsArgs) ReadField1

func (*ChannelServiceUpdateChannelSettingsArgs) String

func (*ChannelServiceUpdateChannelSettingsArgs) Write

type ChannelServiceUpdateChannelSettingsResult

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

Attributes:

  • Success
  • E

func NewChannelServiceUpdateChannelSettingsResult

func NewChannelServiceUpdateChannelSettingsResult() *ChannelServiceUpdateChannelSettingsResult

func (*ChannelServiceUpdateChannelSettingsResult) GetE

func (*ChannelServiceUpdateChannelSettingsResult) GetSuccess

func (*ChannelServiceUpdateChannelSettingsResult) IsSetE

func (*ChannelServiceUpdateChannelSettingsResult) IsSetSuccess

func (*ChannelServiceUpdateChannelSettingsResult) Read

func (*ChannelServiceUpdateChannelSettingsResult) ReadField0

func (*ChannelServiceUpdateChannelSettingsResult) ReadField1

func (*ChannelServiceUpdateChannelSettingsResult) String

func (*ChannelServiceUpdateChannelSettingsResult) Write

type ChannelSettings

type ChannelSettings struct {
	UnapprovedMessageReceivable bool `thrift:"unapprovedMessageReceivable,1" db:"unapprovedMessageReceivable" json:"unapprovedMessageReceivable"`
}

Attributes:

  • UnapprovedMessageReceivable
var ChannelServiceGetChannelSettingsResult_Success_DEFAULT *ChannelSettings
var ChannelServiceUpdateChannelSettingsArgs_ChannelSettings_DEFAULT *ChannelSettings

func NewChannelSettings

func NewChannelSettings() *ChannelSettings

func (*ChannelSettings) Equals

func (p *ChannelSettings) Equals(other *ChannelSettings) bool

func (*ChannelSettings) GetUnapprovedMessageReceivable

func (p *ChannelSettings) GetUnapprovedMessageReceivable() bool

func (*ChannelSettings) Read

func (p *ChannelSettings) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelSettings) ReadField1

func (p *ChannelSettings) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelSettings) String

func (p *ChannelSettings) String() string

func (*ChannelSettings) Write

func (p *ChannelSettings) Write(ctx context.Context, oprot thrift.TProtocol) 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) Equals

func (p *ChannelToken) Equals(other *ChannelToken) bool

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(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelToken) ReadField1

func (p *ChannelToken) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelToken) ReadField2

func (p *ChannelToken) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelToken) ReadField3

func (p *ChannelToken) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelToken) ReadField4

func (p *ChannelToken) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelToken) ReadField5

func (p *ChannelToken) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelToken) String

func (p *ChannelToken) String() string

func (*ChannelToken) Write

func (p *ChannelToken) Write(ctx context.Context, oprot thrift.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 AppStoreCode              `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) Equals

func (p *CoinUseReservation) Equals(other *CoinUseReservation) bool

func (*CoinUseReservation) GetAppStoreCode

func (p *CoinUseReservation) GetAppStoreCode() AppStoreCode

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 (*CoinUseReservation) ReadField1

func (p *CoinUseReservation) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*CoinUseReservation) ReadField2

func (p *CoinUseReservation) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*CoinUseReservation) ReadField3

func (p *CoinUseReservation) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*CoinUseReservation) ReadField4

func (p *CoinUseReservation) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*CoinUseReservation) ReadField5

func (p *CoinUseReservation) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*CoinUseReservation) String

func (p *CoinUseReservation) String() string

func (*CoinUseReservation) Write

func (p *CoinUseReservation) Write(ctx context.Context, oprot thrift.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) Equals

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 (*CoinUseReservationItem) ReadField1

func (p *CoinUseReservationItem) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*CoinUseReservationItem) ReadField2

func (p *CoinUseReservationItem) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*CoinUseReservationItem) ReadField3

func (p *CoinUseReservationItem) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*CoinUseReservationItem) String

func (p *CoinUseReservationItem) String() string

func (*CoinUseReservationItem) 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 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) Equals

func (*RequestTokenResponse) GetRequestToken

func (p *RequestTokenResponse) GetRequestToken() string

func (*RequestTokenResponse) GetReturnUrl

func (p *RequestTokenResponse) GetReturnUrl() string

func (*RequestTokenResponse) Read

func (*RequestTokenResponse) ReadField1

func (p *RequestTokenResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*RequestTokenResponse) ReadField2

func (p *RequestTokenResponse) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*RequestTokenResponse) String

func (p *RequestTokenResponse) String() string

func (*RequestTokenResponse) Write

type WebLoginRequest

type WebLoginRequest struct {
	HookedFullUrl string `thrift:"hookedFullUrl,1" db:"hookedFullUrl" json:"hookedFullUrl"`
	SessionString string `thrift:"sessionString,2" db:"sessionString" json:"sessionString"`
	FromIAB       bool   `thrift:"fromIAB,3" db:"fromIAB" json:"fromIAB"`
}

Attributes:

  • HookedFullUrl
  • SessionString
  • FromIAB
var ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginArgs_WebLoginRequest_DEFAULT *WebLoginRequest
var ChannelServiceGetWebLoginDisallowedUrlArgs_WebLoginRequest_DEFAULT *WebLoginRequest

func NewWebLoginRequest

func NewWebLoginRequest() *WebLoginRequest

func (*WebLoginRequest) Equals

func (p *WebLoginRequest) Equals(other *WebLoginRequest) bool

func (*WebLoginRequest) GetFromIAB

func (p *WebLoginRequest) GetFromIAB() bool

func (*WebLoginRequest) GetHookedFullUrl

func (p *WebLoginRequest) GetHookedFullUrl() string

func (*WebLoginRequest) GetSessionString

func (p *WebLoginRequest) GetSessionString() string

func (*WebLoginRequest) Read

func (p *WebLoginRequest) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*WebLoginRequest) ReadField1

func (p *WebLoginRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*WebLoginRequest) ReadField2

func (p *WebLoginRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*WebLoginRequest) ReadField3

func (p *WebLoginRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*WebLoginRequest) String

func (p *WebLoginRequest) String() string

func (*WebLoginRequest) Write

func (p *WebLoginRequest) Write(ctx context.Context, oprot thrift.TProtocol) error

type WebLoginResponse

type WebLoginResponse struct {
	ReturnUrl         string `thrift:"returnUrl,1" db:"returnUrl" json:"returnUrl"`
	OptionalReturnUrl string `thrift:"optionalReturnUrl,2" db:"optionalReturnUrl" json:"optionalReturnUrl"`
}

Attributes:

  • ReturnUrl
  • OptionalReturnUrl
var ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginResult_Success_DEFAULT *WebLoginResponse
var ChannelServiceGetWebLoginDisallowedUrlResult_Success_DEFAULT *WebLoginResponse

func NewWebLoginResponse

func NewWebLoginResponse() *WebLoginResponse

func (*WebLoginResponse) Equals

func (p *WebLoginResponse) Equals(other *WebLoginResponse) bool

func (*WebLoginResponse) GetOptionalReturnUrl

func (p *WebLoginResponse) GetOptionalReturnUrl() string

func (*WebLoginResponse) GetReturnUrl

func (p *WebLoginResponse) GetReturnUrl() string

func (*WebLoginResponse) Read

func (p *WebLoginResponse) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*WebLoginResponse) ReadField1

func (p *WebLoginResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*WebLoginResponse) ReadField2

func (p *WebLoginResponse) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*WebLoginResponse) String

func (p *WebLoginResponse) String() string

func (*WebLoginResponse) Write

func (p *WebLoginResponse) Write(ctx context.Context, oprot thrift.TProtocol) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL