Documentation ¶
Index ¶
- Variables
- type ActionLink
- func (p *ActionLink) GetHref() string
- func (p *ActionLink) GetText() string
- func (p *ActionLink) IsSetHref() bool
- func (p *ActionLink) IsSetText() bool
- func (p *ActionLink) Read(iprot thrift.TProtocol) error
- func (p *ActionLink) ReadField1(iprot thrift.TProtocol) error
- func (p *ActionLink) ReadField2(iprot thrift.TProtocol) error
- func (p *ActionLink) String() string
- func (p *ActionLink) Write(oprot thrift.TProtocol) error
- type MediaItem
- func (p *MediaItem) GetExtend() string
- func (p *MediaItem) GetIdmedia() int64
- func (p *MediaItem) GetIdpost() int64
- func (p *MediaItem) GetMapExtend() map[string]string
- func (p *MediaItem) GetMediaType() int64
- func (p *MediaItem) GetName() string
- func (p *MediaItem) GetTimestamps() int64
- func (p *MediaItem) GetURL() string
- func (p *MediaItem) Read(iprot thrift.TProtocol) error
- func (p *MediaItem) ReadField1(iprot thrift.TProtocol) error
- func (p *MediaItem) ReadField2(iprot thrift.TProtocol) error
- func (p *MediaItem) ReadField3(iprot thrift.TProtocol) error
- func (p *MediaItem) ReadField4(iprot thrift.TProtocol) error
- func (p *MediaItem) ReadField5(iprot thrift.TProtocol) error
- func (p *MediaItem) ReadField6(iprot thrift.TProtocol) error
- func (p *MediaItem) ReadField7(iprot thrift.TProtocol) error
- func (p *MediaItem) ReadField8(iprot thrift.TProtocol) error
- func (p *MediaItem) String() string
- func (p *MediaItem) Write(oprot thrift.TProtocol) error
- type OwnerData
- func (p *OwnerData) GetAvatar() string
- func (p *OwnerData) GetDisplayName() string
- func (p *OwnerData) GetPubkey() string
- func (p *OwnerData) Read(iprot thrift.TProtocol) error
- func (p *OwnerData) ReadField1(iprot thrift.TProtocol) error
- func (p *OwnerData) ReadField2(iprot thrift.TProtocol) error
- func (p *OwnerData) ReadField3(iprot thrift.TProtocol) error
- func (p *OwnerData) String() string
- func (p *OwnerData) Write(oprot thrift.TProtocol) error
- type TData
- type TDataResult_
- func (p *TDataResult_) GetData() *TPostItem
- func (p *TDataResult_) GetErrorCode() TErrorCode
- func (p *TDataResult_) IsSetData() bool
- func (p *TDataResult_) Read(iprot thrift.TProtocol) error
- func (p *TDataResult_) ReadField1(iprot thrift.TProtocol) error
- func (p *TDataResult_) ReadField2(iprot thrift.TProtocol) error
- func (p *TDataResult_) String() string
- func (p *TDataResult_) Write(oprot thrift.TProtocol) error
- type TDataService
- type TDataServiceClient
- func (p *TDataServiceClient) Client_() thrift.TClient
- func (p *TDataServiceClient) GetData(ctx context.Context, key TKey) (r *TDataResult_, err error)
- func (p *TDataServiceClient) GetListDatas(ctx context.Context, listkey []TKey) (r *TListDataResult_, err error)
- func (p *TDataServiceClient) PutData(ctx context.Context, key TKey, data *TPostItem) (r TErrorCode, err error)
- func (p *TDataServiceClient) RemoveData(ctx context.Context, key TKey) (r TErrorCode, err error)
- type TDataServiceGetDataArgs
- func (p *TDataServiceGetDataArgs) GetKey() TKey
- func (p *TDataServiceGetDataArgs) Read(iprot thrift.TProtocol) error
- func (p *TDataServiceGetDataArgs) ReadField1(iprot thrift.TProtocol) error
- func (p *TDataServiceGetDataArgs) String() string
- func (p *TDataServiceGetDataArgs) Write(oprot thrift.TProtocol) error
- type TDataServiceGetDataResult
- func (p *TDataServiceGetDataResult) GetSuccess() *TDataResult_
- func (p *TDataServiceGetDataResult) IsSetSuccess() bool
- func (p *TDataServiceGetDataResult) Read(iprot thrift.TProtocol) error
- func (p *TDataServiceGetDataResult) ReadField0(iprot thrift.TProtocol) error
- func (p *TDataServiceGetDataResult) String() string
- func (p *TDataServiceGetDataResult) Write(oprot thrift.TProtocol) error
- type TDataServiceGetListDatasArgs
- func (p *TDataServiceGetListDatasArgs) GetListkey() []TKey
- func (p *TDataServiceGetListDatasArgs) Read(iprot thrift.TProtocol) error
- func (p *TDataServiceGetListDatasArgs) ReadField1(iprot thrift.TProtocol) error
- func (p *TDataServiceGetListDatasArgs) String() string
- func (p *TDataServiceGetListDatasArgs) Write(oprot thrift.TProtocol) error
- type TDataServiceGetListDatasResult
- func (p *TDataServiceGetListDatasResult) GetSuccess() *TListDataResult_
- func (p *TDataServiceGetListDatasResult) IsSetSuccess() bool
- func (p *TDataServiceGetListDatasResult) Read(iprot thrift.TProtocol) error
- func (p *TDataServiceGetListDatasResult) ReadField0(iprot thrift.TProtocol) error
- func (p *TDataServiceGetListDatasResult) String() string
- func (p *TDataServiceGetListDatasResult) Write(oprot thrift.TProtocol) error
- type TDataServiceProcessor
- func (p *TDataServiceProcessor) AddToProcessorMap(key string, processor thrift.TProcessorFunction)
- func (p *TDataServiceProcessor) GetProcessorFunction(key string) (processor thrift.TProcessorFunction, ok bool)
- func (p *TDataServiceProcessor) Process(ctx context.Context, iprot, oprot thrift.TProtocol) (success bool, err thrift.TException)
- func (p *TDataServiceProcessor) ProcessorMap() map[string]thrift.TProcessorFunction
- type TDataServicePutDataArgs
- func (p *TDataServicePutDataArgs) GetData() *TPostItem
- func (p *TDataServicePutDataArgs) GetKey() TKey
- func (p *TDataServicePutDataArgs) IsSetData() bool
- func (p *TDataServicePutDataArgs) Read(iprot thrift.TProtocol) error
- func (p *TDataServicePutDataArgs) ReadField1(iprot thrift.TProtocol) error
- func (p *TDataServicePutDataArgs) ReadField2(iprot thrift.TProtocol) error
- func (p *TDataServicePutDataArgs) String() string
- func (p *TDataServicePutDataArgs) Write(oprot thrift.TProtocol) error
- type TDataServicePutDataResult
- func (p *TDataServicePutDataResult) GetSuccess() TErrorCode
- func (p *TDataServicePutDataResult) IsSetSuccess() bool
- func (p *TDataServicePutDataResult) Read(iprot thrift.TProtocol) error
- func (p *TDataServicePutDataResult) ReadField0(iprot thrift.TProtocol) error
- func (p *TDataServicePutDataResult) String() string
- func (p *TDataServicePutDataResult) Write(oprot thrift.TProtocol) error
- type TDataServiceR
- type TDataServiceRClient
- type TDataServiceRGetDataArgs
- func (p *TDataServiceRGetDataArgs) GetKey() TKey
- func (p *TDataServiceRGetDataArgs) Read(iprot thrift.TProtocol) error
- func (p *TDataServiceRGetDataArgs) ReadField1(iprot thrift.TProtocol) error
- func (p *TDataServiceRGetDataArgs) String() string
- func (p *TDataServiceRGetDataArgs) Write(oprot thrift.TProtocol) error
- type TDataServiceRGetDataResult
- func (p *TDataServiceRGetDataResult) GetSuccess() *TDataResult_
- func (p *TDataServiceRGetDataResult) IsSetSuccess() bool
- func (p *TDataServiceRGetDataResult) Read(iprot thrift.TProtocol) error
- func (p *TDataServiceRGetDataResult) ReadField0(iprot thrift.TProtocol) error
- func (p *TDataServiceRGetDataResult) String() string
- func (p *TDataServiceRGetDataResult) Write(oprot thrift.TProtocol) error
- type TDataServiceRProcessor
- func (p *TDataServiceRProcessor) AddToProcessorMap(key string, processor thrift.TProcessorFunction)
- func (p *TDataServiceRProcessor) GetProcessorFunction(key string) (processor thrift.TProcessorFunction, ok bool)
- func (p *TDataServiceRProcessor) Process(ctx context.Context, iprot, oprot thrift.TProtocol) (success bool, err thrift.TException)
- func (p *TDataServiceRProcessor) ProcessorMap() map[string]thrift.TProcessorFunction
- type TDataServiceRemoveDataArgs
- func (p *TDataServiceRemoveDataArgs) GetKey() TKey
- func (p *TDataServiceRemoveDataArgs) Read(iprot thrift.TProtocol) error
- func (p *TDataServiceRemoveDataArgs) ReadField1(iprot thrift.TProtocol) error
- func (p *TDataServiceRemoveDataArgs) String() string
- func (p *TDataServiceRemoveDataArgs) Write(oprot thrift.TProtocol) error
- type TDataServiceRemoveDataResult
- func (p *TDataServiceRemoveDataResult) GetSuccess() TErrorCode
- func (p *TDataServiceRemoveDataResult) IsSetSuccess() bool
- func (p *TDataServiceRemoveDataResult) Read(iprot thrift.TProtocol) error
- func (p *TDataServiceRemoveDataResult) ReadField0(iprot thrift.TProtocol) error
- func (p *TDataServiceRemoveDataResult) String() string
- func (p *TDataServiceRemoveDataResult) Write(oprot thrift.TProtocol) error
- type TErrorCode
- type TKey
- type TListDataResult_
- func (p *TListDataResult_) GetErrorCode() TErrorCode
- func (p *TListDataResult_) GetListDatas() []*TPostItem
- func (p *TListDataResult_) Read(iprot thrift.TProtocol) error
- func (p *TListDataResult_) ReadField1(iprot thrift.TProtocol) error
- func (p *TListDataResult_) ReadField2(iprot thrift.TProtocol) error
- func (p *TListDataResult_) String() string
- func (p *TListDataResult_) Write(oprot thrift.TProtocol) error
- type TPostItem
- func (p *TPostItem) GetActionLinks() []*ActionLink
- func (p *TPostItem) GetContent() string
- func (p *TPostItem) GetExtend() string
- func (p *TPostItem) GetIdfeeling() string
- func (p *TPostItem) GetIdpost() TKey
- func (p *TPostItem) GetListMediaItems() []*MediaItem
- func (p *TPostItem) GetMapExtend() map[string]string
- func (p *TPostItem) GetOriginPostID() int64
- func (p *TPostItem) GetOwnerInfo() *OwnerData
- func (p *TPostItem) GetPrivacy() int64
- func (p *TPostItem) GetPubkey() string
- func (p *TPostItem) GetTimestamps() int64
- func (p *TPostItem) GetTotalComment() int64
- func (p *TPostItem) GetTotalReaction() int64
- func (p *TPostItem) GetTotalShare() int64
- func (p *TPostItem) GetUID() int64
- func (p *TPostItem) IsSetActionLinks() bool
- func (p *TPostItem) IsSetExtend() bool
- func (p *TPostItem) IsSetIdfeeling() bool
- func (p *TPostItem) IsSetListMediaItems() bool
- func (p *TPostItem) IsSetOwnerInfo() bool
- func (p *TPostItem) Read(iprot thrift.TProtocol) error
- func (p *TPostItem) ReadField1(iprot thrift.TProtocol) error
- func (p *TPostItem) ReadField12(iprot thrift.TProtocol) error
- func (p *TPostItem) ReadField13(iprot thrift.TProtocol) error
- func (p *TPostItem) ReadField17(iprot thrift.TProtocol) error
- func (p *TPostItem) ReadField2(iprot thrift.TProtocol) error
- func (p *TPostItem) ReadField21(iprot thrift.TProtocol) error
- func (p *TPostItem) ReadField22(iprot thrift.TProtocol) error
- func (p *TPostItem) ReadField23(iprot thrift.TProtocol) error
- func (p *TPostItem) ReadField24(iprot thrift.TProtocol) error
- func (p *TPostItem) ReadField25(iprot thrift.TProtocol) error
- func (p *TPostItem) ReadField26(iprot thrift.TProtocol) error
- func (p *TPostItem) ReadField27(iprot thrift.TProtocol) error
- func (p *TPostItem) ReadField3(iprot thrift.TProtocol) error
- func (p *TPostItem) ReadField4(iprot thrift.TProtocol) error
- func (p *TPostItem) ReadField6(iprot thrift.TProtocol) error
- func (p *TPostItem) ReadField7(iprot thrift.TProtocol) error
- func (p *TPostItem) String() string
- func (p *TPostItem) Write(oprot thrift.TProtocol) error
- type TPostStorageService
- type TPostStorageServiceClient
- func NewTPostStorageServiceClient(c thrift.TClient) *TPostStorageServiceClient
- func NewTPostStorageServiceClientFactory(t thrift.TTransport, f thrift.TProtocolFactory) *TPostStorageServiceClient
- func NewTPostStorageServiceClientProtocol(t thrift.TTransport, iprot thrift.TProtocol, oprot thrift.TProtocol) *TPostStorageServiceClient
- type TPostStorageServiceProcessor
- type TPrivacy
Constants ¶
This section is empty.
Variables ¶
View Source
var ActionLink_Href_DEFAULT string
View Source
var ActionLink_Text_DEFAULT string
View Source
var GoUnusedProtection__ int
View Source
var TPostItem_ActionLinks_DEFAULT []*ActionLink
View Source
var TPostItem_Extend_DEFAULT string
View Source
var TPostItem_Idfeeling_DEFAULT string
View Source
var TPostItem_ListMediaItems_DEFAULT []*MediaItem
Functions ¶
This section is empty.
Types ¶
type ActionLink ¶
type ActionLink struct { Text *string `thrift:"text,1" db:"text" json:"text,omitempty"` Href *string `thrift:"href,2" db:"href" json:"href,omitempty"` }
Attributes:
- Text
- Href
func NewActionLink ¶
func NewActionLink() *ActionLink
func (*ActionLink) GetHref ¶
func (p *ActionLink) GetHref() string
func (*ActionLink) GetText ¶
func (p *ActionLink) GetText() string
func (*ActionLink) IsSetHref ¶
func (p *ActionLink) IsSetHref() bool
func (*ActionLink) IsSetText ¶
func (p *ActionLink) IsSetText() bool
func (*ActionLink) ReadField1 ¶
func (p *ActionLink) ReadField1(iprot thrift.TProtocol) error
func (*ActionLink) ReadField2 ¶
func (p *ActionLink) ReadField2(iprot thrift.TProtocol) error
func (*ActionLink) String ¶
func (p *ActionLink) String() string
type MediaItem ¶
type MediaItem struct { Name string `thrift:"name,1" db:"name" json:"name"` MediaType int64 `thrift:"mediaType,2" db:"mediaType" json:"mediaType"` URL string `thrift:"url,3" db:"url" json:"url"` Idmedia int64 `thrift:"idmedia,4" db:"idmedia" json:"idmedia"` Idpost int64 `thrift:"idpost,5" db:"idpost" json:"idpost"` Timestamps int64 `thrift:"timestamps,6" db:"timestamps" json:"timestamps"` Extend string `thrift:"extend,7" db:"extend" json:"extend"` MapExtend map[string]string `thrift:"mapExtend,8" db:"mapExtend" json:"mapExtend"` }
Attributes:
- Name
- MediaType
- URL
- Idmedia
- Idpost
- Timestamps
- Extend
- MapExtend
func NewMediaItem ¶
func NewMediaItem() *MediaItem
func (*MediaItem) GetIdmedia ¶
func (*MediaItem) GetMapExtend ¶
func (*MediaItem) GetMediaType ¶
func (*MediaItem) GetTimestamps ¶
type OwnerData ¶
type OwnerData struct { Pubkey string `thrift:"pubkey,1" db:"pubkey" json:"pubkey"` DisplayName string `thrift:"displayName,2" db:"displayName" json:"displayName"` Avatar string `thrift:"avatar,3" db:"avatar" json:"avatar"` }
Attributes:
- Pubkey
- DisplayName
- Avatar
var TPostItem_OwnerInfo_DEFAULT *OwnerData
func NewOwnerData ¶
func NewOwnerData() *OwnerData
func (*OwnerData) GetDisplayName ¶
type TDataResult_ ¶
type TDataResult_ struct { ErrorCode TErrorCode `thrift:"errorCode,1" db:"errorCode" json:"errorCode"` Data *TPostItem `thrift:"data,2" db:"data" json:"data,omitempty"` }
Attributes:
- ErrorCode
- Data
var TDataServiceGetDataResult_Success_DEFAULT *TDataResult_
var TDataServiceRGetDataResult_Success_DEFAULT *TDataResult_
func NewTDataResult_ ¶
func NewTDataResult_() *TDataResult_
func (*TDataResult_) GetData ¶
func (p *TDataResult_) GetData() *TPostItem
func (*TDataResult_) GetErrorCode ¶
func (p *TDataResult_) GetErrorCode() TErrorCode
func (*TDataResult_) IsSetData ¶
func (p *TDataResult_) IsSetData() bool
func (*TDataResult_) ReadField1 ¶
func (p *TDataResult_) ReadField1(iprot thrift.TProtocol) error
func (*TDataResult_) ReadField2 ¶
func (p *TDataResult_) ReadField2(iprot thrift.TProtocol) error
func (*TDataResult_) String ¶
func (p *TDataResult_) String() string
type TDataService ¶
type TDataService interface { // Parameters: // - Key GetData(ctx context.Context, key TKey) (r *TDataResult_, err error) // Parameters: // - Key // - Data PutData(ctx context.Context, key TKey, data *TPostItem) (r TErrorCode, err error) // Parameters: // - Key RemoveData(ctx context.Context, key TKey) (r TErrorCode, err error) // Parameters: // - Listkey GetListDatas(ctx context.Context, listkey []TKey) (r *TListDataResult_, err error) }
type TDataServiceClient ¶
type TDataServiceClient struct {
// contains filtered or unexported fields
}
func NewTDataServiceClient ¶
func NewTDataServiceClient(c thrift.TClient) *TDataServiceClient
func NewTDataServiceClientFactory ¶
func NewTDataServiceClientFactory(t thrift.TTransport, f thrift.TProtocolFactory) *TDataServiceClient
func NewTDataServiceClientProtocol ¶
func NewTDataServiceClientProtocol(t thrift.TTransport, iprot thrift.TProtocol, oprot thrift.TProtocol) *TDataServiceClient
func (*TDataServiceClient) Client_ ¶
func (p *TDataServiceClient) Client_() thrift.TClient
func (*TDataServiceClient) GetData ¶
func (p *TDataServiceClient) GetData(ctx context.Context, key TKey) (r *TDataResult_, err error)
Parameters:
- Key
func (*TDataServiceClient) GetListDatas ¶
func (p *TDataServiceClient) GetListDatas(ctx context.Context, listkey []TKey) (r *TListDataResult_, err error)
Parameters:
- Listkey
func (*TDataServiceClient) PutData ¶
func (p *TDataServiceClient) PutData(ctx context.Context, key TKey, data *TPostItem) (r TErrorCode, err error)
Parameters:
- Key
- Data
func (*TDataServiceClient) RemoveData ¶
func (p *TDataServiceClient) RemoveData(ctx context.Context, key TKey) (r TErrorCode, err error)
Parameters:
- Key
type TDataServiceGetDataArgs ¶
type TDataServiceGetDataArgs struct {
Key TKey `thrift:"key,1" db:"key" json:"key"`
}
Attributes:
- Key
func NewTDataServiceGetDataArgs ¶
func NewTDataServiceGetDataArgs() *TDataServiceGetDataArgs
func (*TDataServiceGetDataArgs) GetKey ¶
func (p *TDataServiceGetDataArgs) GetKey() TKey
func (*TDataServiceGetDataArgs) Read ¶
func (p *TDataServiceGetDataArgs) Read(iprot thrift.TProtocol) error
func (*TDataServiceGetDataArgs) ReadField1 ¶
func (p *TDataServiceGetDataArgs) ReadField1(iprot thrift.TProtocol) error
func (*TDataServiceGetDataArgs) String ¶
func (p *TDataServiceGetDataArgs) String() string
type TDataServiceGetDataResult ¶
type TDataServiceGetDataResult struct {
Success *TDataResult_ `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewTDataServiceGetDataResult ¶
func NewTDataServiceGetDataResult() *TDataServiceGetDataResult
func (*TDataServiceGetDataResult) GetSuccess ¶
func (p *TDataServiceGetDataResult) GetSuccess() *TDataResult_
func (*TDataServiceGetDataResult) IsSetSuccess ¶
func (p *TDataServiceGetDataResult) IsSetSuccess() bool
func (*TDataServiceGetDataResult) Read ¶
func (p *TDataServiceGetDataResult) Read(iprot thrift.TProtocol) error
func (*TDataServiceGetDataResult) ReadField0 ¶
func (p *TDataServiceGetDataResult) ReadField0(iprot thrift.TProtocol) error
func (*TDataServiceGetDataResult) String ¶
func (p *TDataServiceGetDataResult) String() string
type TDataServiceGetListDatasArgs ¶
type TDataServiceGetListDatasArgs struct {
Listkey []TKey `thrift:"listkey,1" db:"listkey" json:"listkey"`
}
Attributes:
- Listkey
func NewTDataServiceGetListDatasArgs ¶
func NewTDataServiceGetListDatasArgs() *TDataServiceGetListDatasArgs
func (*TDataServiceGetListDatasArgs) GetListkey ¶
func (p *TDataServiceGetListDatasArgs) GetListkey() []TKey
func (*TDataServiceGetListDatasArgs) Read ¶
func (p *TDataServiceGetListDatasArgs) Read(iprot thrift.TProtocol) error
func (*TDataServiceGetListDatasArgs) ReadField1 ¶
func (p *TDataServiceGetListDatasArgs) ReadField1(iprot thrift.TProtocol) error
func (*TDataServiceGetListDatasArgs) String ¶
func (p *TDataServiceGetListDatasArgs) String() string
type TDataServiceGetListDatasResult ¶
type TDataServiceGetListDatasResult struct {
Success *TListDataResult_ `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewTDataServiceGetListDatasResult ¶
func NewTDataServiceGetListDatasResult() *TDataServiceGetListDatasResult
func (*TDataServiceGetListDatasResult) GetSuccess ¶
func (p *TDataServiceGetListDatasResult) GetSuccess() *TListDataResult_
func (*TDataServiceGetListDatasResult) IsSetSuccess ¶
func (p *TDataServiceGetListDatasResult) IsSetSuccess() bool
func (*TDataServiceGetListDatasResult) Read ¶
func (p *TDataServiceGetListDatasResult) Read(iprot thrift.TProtocol) error
func (*TDataServiceGetListDatasResult) ReadField0 ¶
func (p *TDataServiceGetListDatasResult) ReadField0(iprot thrift.TProtocol) error
func (*TDataServiceGetListDatasResult) String ¶
func (p *TDataServiceGetListDatasResult) String() string
type TDataServiceProcessor ¶
type TDataServiceProcessor struct {
// contains filtered or unexported fields
}
func NewTDataServiceProcessor ¶
func NewTDataServiceProcessor(handler TDataService) *TDataServiceProcessor
func (*TDataServiceProcessor) AddToProcessorMap ¶
func (p *TDataServiceProcessor) AddToProcessorMap(key string, processor thrift.TProcessorFunction)
func (*TDataServiceProcessor) GetProcessorFunction ¶
func (p *TDataServiceProcessor) GetProcessorFunction(key string) (processor thrift.TProcessorFunction, ok bool)
func (*TDataServiceProcessor) Process ¶
func (p *TDataServiceProcessor) Process(ctx context.Context, iprot, oprot thrift.TProtocol) (success bool, err thrift.TException)
func (*TDataServiceProcessor) ProcessorMap ¶
func (p *TDataServiceProcessor) ProcessorMap() map[string]thrift.TProcessorFunction
type TDataServicePutDataArgs ¶
type TDataServicePutDataArgs struct { Key TKey `thrift:"key,1" db:"key" json:"key"` Data *TPostItem `thrift:"data,2" db:"data" json:"data"` }
Attributes:
- Key
- Data
func NewTDataServicePutDataArgs ¶
func NewTDataServicePutDataArgs() *TDataServicePutDataArgs
func (*TDataServicePutDataArgs) GetData ¶
func (p *TDataServicePutDataArgs) GetData() *TPostItem
func (*TDataServicePutDataArgs) GetKey ¶
func (p *TDataServicePutDataArgs) GetKey() TKey
func (*TDataServicePutDataArgs) IsSetData ¶
func (p *TDataServicePutDataArgs) IsSetData() bool
func (*TDataServicePutDataArgs) Read ¶
func (p *TDataServicePutDataArgs) Read(iprot thrift.TProtocol) error
func (*TDataServicePutDataArgs) ReadField1 ¶
func (p *TDataServicePutDataArgs) ReadField1(iprot thrift.TProtocol) error
func (*TDataServicePutDataArgs) ReadField2 ¶
func (p *TDataServicePutDataArgs) ReadField2(iprot thrift.TProtocol) error
func (*TDataServicePutDataArgs) String ¶
func (p *TDataServicePutDataArgs) String() string
type TDataServicePutDataResult ¶
type TDataServicePutDataResult struct {
Success *TErrorCode `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewTDataServicePutDataResult ¶
func NewTDataServicePutDataResult() *TDataServicePutDataResult
func (*TDataServicePutDataResult) GetSuccess ¶
func (p *TDataServicePutDataResult) GetSuccess() TErrorCode
func (*TDataServicePutDataResult) IsSetSuccess ¶
func (p *TDataServicePutDataResult) IsSetSuccess() bool
func (*TDataServicePutDataResult) Read ¶
func (p *TDataServicePutDataResult) Read(iprot thrift.TProtocol) error
func (*TDataServicePutDataResult) ReadField0 ¶
func (p *TDataServicePutDataResult) ReadField0(iprot thrift.TProtocol) error
func (*TDataServicePutDataResult) String ¶
func (p *TDataServicePutDataResult) String() string
type TDataServiceR ¶
type TDataServiceR interface { // Parameters: // - Key GetData(ctx context.Context, key TKey) (r *TDataResult_, err error) }
type TDataServiceRClient ¶
type TDataServiceRClient struct {
// contains filtered or unexported fields
}
func NewTDataServiceRClient ¶
func NewTDataServiceRClient(c thrift.TClient) *TDataServiceRClient
func NewTDataServiceRClientFactory ¶
func NewTDataServiceRClientFactory(t thrift.TTransport, f thrift.TProtocolFactory) *TDataServiceRClient
func NewTDataServiceRClientProtocol ¶
func NewTDataServiceRClientProtocol(t thrift.TTransport, iprot thrift.TProtocol, oprot thrift.TProtocol) *TDataServiceRClient
func (*TDataServiceRClient) Client_ ¶
func (p *TDataServiceRClient) Client_() thrift.TClient
func (*TDataServiceRClient) GetData ¶
func (p *TDataServiceRClient) GetData(ctx context.Context, key TKey) (r *TDataResult_, err error)
Parameters:
- Key
type TDataServiceRGetDataArgs ¶
type TDataServiceRGetDataArgs struct {
Key TKey `thrift:"key,1" db:"key" json:"key"`
}
Attributes:
- Key
func NewTDataServiceRGetDataArgs ¶
func NewTDataServiceRGetDataArgs() *TDataServiceRGetDataArgs
func (*TDataServiceRGetDataArgs) GetKey ¶
func (p *TDataServiceRGetDataArgs) GetKey() TKey
func (*TDataServiceRGetDataArgs) Read ¶
func (p *TDataServiceRGetDataArgs) Read(iprot thrift.TProtocol) error
func (*TDataServiceRGetDataArgs) ReadField1 ¶
func (p *TDataServiceRGetDataArgs) ReadField1(iprot thrift.TProtocol) error
func (*TDataServiceRGetDataArgs) String ¶
func (p *TDataServiceRGetDataArgs) String() string
type TDataServiceRGetDataResult ¶
type TDataServiceRGetDataResult struct {
Success *TDataResult_ `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewTDataServiceRGetDataResult ¶
func NewTDataServiceRGetDataResult() *TDataServiceRGetDataResult
func (*TDataServiceRGetDataResult) GetSuccess ¶
func (p *TDataServiceRGetDataResult) GetSuccess() *TDataResult_
func (*TDataServiceRGetDataResult) IsSetSuccess ¶
func (p *TDataServiceRGetDataResult) IsSetSuccess() bool
func (*TDataServiceRGetDataResult) Read ¶
func (p *TDataServiceRGetDataResult) Read(iprot thrift.TProtocol) error
func (*TDataServiceRGetDataResult) ReadField0 ¶
func (p *TDataServiceRGetDataResult) ReadField0(iprot thrift.TProtocol) error
func (*TDataServiceRGetDataResult) String ¶
func (p *TDataServiceRGetDataResult) String() string
type TDataServiceRProcessor ¶
type TDataServiceRProcessor struct {
// contains filtered or unexported fields
}
func NewTDataServiceRProcessor ¶
func NewTDataServiceRProcessor(handler TDataServiceR) *TDataServiceRProcessor
func (*TDataServiceRProcessor) AddToProcessorMap ¶
func (p *TDataServiceRProcessor) AddToProcessorMap(key string, processor thrift.TProcessorFunction)
func (*TDataServiceRProcessor) GetProcessorFunction ¶
func (p *TDataServiceRProcessor) GetProcessorFunction(key string) (processor thrift.TProcessorFunction, ok bool)
func (*TDataServiceRProcessor) Process ¶
func (p *TDataServiceRProcessor) Process(ctx context.Context, iprot, oprot thrift.TProtocol) (success bool, err thrift.TException)
func (*TDataServiceRProcessor) ProcessorMap ¶
func (p *TDataServiceRProcessor) ProcessorMap() map[string]thrift.TProcessorFunction
type TDataServiceRemoveDataArgs ¶
type TDataServiceRemoveDataArgs struct {
Key TKey `thrift:"key,1" db:"key" json:"key"`
}
Attributes:
- Key
func NewTDataServiceRemoveDataArgs ¶
func NewTDataServiceRemoveDataArgs() *TDataServiceRemoveDataArgs
func (*TDataServiceRemoveDataArgs) GetKey ¶
func (p *TDataServiceRemoveDataArgs) GetKey() TKey
func (*TDataServiceRemoveDataArgs) Read ¶
func (p *TDataServiceRemoveDataArgs) Read(iprot thrift.TProtocol) error
func (*TDataServiceRemoveDataArgs) ReadField1 ¶
func (p *TDataServiceRemoveDataArgs) ReadField1(iprot thrift.TProtocol) error
func (*TDataServiceRemoveDataArgs) String ¶
func (p *TDataServiceRemoveDataArgs) String() string
type TDataServiceRemoveDataResult ¶
type TDataServiceRemoveDataResult struct {
Success *TErrorCode `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewTDataServiceRemoveDataResult ¶
func NewTDataServiceRemoveDataResult() *TDataServiceRemoveDataResult
func (*TDataServiceRemoveDataResult) GetSuccess ¶
func (p *TDataServiceRemoveDataResult) GetSuccess() TErrorCode
func (*TDataServiceRemoveDataResult) IsSetSuccess ¶
func (p *TDataServiceRemoveDataResult) IsSetSuccess() bool
func (*TDataServiceRemoveDataResult) Read ¶
func (p *TDataServiceRemoveDataResult) Read(iprot thrift.TProtocol) error
func (*TDataServiceRemoveDataResult) ReadField0 ¶
func (p *TDataServiceRemoveDataResult) ReadField0(iprot thrift.TProtocol) error
func (*TDataServiceRemoveDataResult) String ¶
func (p *TDataServiceRemoveDataResult) String() string
type TErrorCode ¶
type TErrorCode int64
const ( TErrorCode_EGood TErrorCode = 0 TErrorCode_ENotFound TErrorCode = -1 TErrorCode_EUnknown TErrorCode = -2 TErrorCode_EDataExisted TErrorCode = -3 )
var TDataServicePutDataResult_Success_DEFAULT TErrorCode
var TDataServiceRemoveDataResult_Success_DEFAULT TErrorCode
func TErrorCodeFromString ¶
func TErrorCodeFromString(s string) (TErrorCode, error)
func TErrorCodePtr ¶
func TErrorCodePtr(v TErrorCode) *TErrorCode
func (TErrorCode) MarshalText ¶
func (p TErrorCode) MarshalText() ([]byte, error)
func (*TErrorCode) Scan ¶
func (p *TErrorCode) Scan(value interface{}) error
func (TErrorCode) String ¶
func (p TErrorCode) String() string
func (*TErrorCode) UnmarshalText ¶
func (p *TErrorCode) UnmarshalText(text []byte) error
type TListDataResult_ ¶
type TListDataResult_ struct { ErrorCode TErrorCode `thrift:"errorCode,1" db:"errorCode" json:"errorCode"` ListDatas []*TPostItem `thrift:"listDatas,2" db:"listDatas" json:"listDatas"` }
Attributes:
- ErrorCode
- ListDatas
var TDataServiceGetListDatasResult_Success_DEFAULT *TListDataResult_
func NewTListDataResult_ ¶
func NewTListDataResult_() *TListDataResult_
func (*TListDataResult_) GetErrorCode ¶
func (p *TListDataResult_) GetErrorCode() TErrorCode
func (*TListDataResult_) GetListDatas ¶
func (p *TListDataResult_) GetListDatas() []*TPostItem
func (*TListDataResult_) ReadField1 ¶
func (p *TListDataResult_) ReadField1(iprot thrift.TProtocol) error
func (*TListDataResult_) ReadField2 ¶
func (p *TListDataResult_) ReadField2(iprot thrift.TProtocol) error
func (*TListDataResult_) String ¶
func (p *TListDataResult_) String() string
type TPostItem ¶
type TPostItem struct { Idpost TKey `thrift:"idpost,1" db:"idpost" json:"idpost"` UID int64 `thrift:"uid,2" db:"uid" json:"uid"` Content string `thrift:"content,3" db:"content" json:"content"` ListMediaItems []*MediaItem `thrift:"listMediaItems,4" db:"listMediaItems" json:"listMediaItems,omitempty"` // unused field # 5 Idfeeling *string `thrift:"idfeeling,6" db:"idfeeling" json:"idfeeling,omitempty"` Privacy int64 `thrift:"privacy,7" db:"privacy" json:"privacy"` // unused fields # 8 to 11 Timestamps int64 `thrift:"timestamps,12" db:"timestamps" json:"timestamps"` Pubkey string `thrift:"pubkey,13" db:"pubkey" json:"pubkey"` // unused fields # 14 to 16 ActionLinks []*ActionLink `thrift:"actionLinks,17" db:"actionLinks" json:"actionLinks,omitempty"` // unused fields # 18 to 20 Extend *string `thrift:"extend,21" db:"extend" json:"extend,omitempty"` TotalReaction int64 `thrift:"totalReaction,22" db:"totalReaction" json:"totalReaction"` TotalComment int64 `thrift:"totalComment,23" db:"totalComment" json:"totalComment"` OriginPostID int64 `thrift:"originPostID,25" db:"originPostID" json:"originPostID"` OwnerInfo *OwnerData `thrift:"ownerInfo,26" db:"ownerInfo" json:"ownerInfo"` MapExtend map[string]string `thrift:"mapExtend,27" db:"mapExtend" json:"mapExtend"` }
Attributes:
- Idpost
- UID
- Content
- ListMediaItems
- Idfeeling
- Privacy
- Timestamps
- Pubkey
- ActionLinks
- Extend
- TotalReaction
- TotalComment
- TotalShare
- OriginPostID
- OwnerInfo
- MapExtend
var TDataResult__Data_DEFAULT *TPostItem
var TDataServicePutDataArgs_Data_DEFAULT *TPostItem
func NewTPostItem ¶
func NewTPostItem() *TPostItem
func (*TPostItem) GetActionLinks ¶
func (p *TPostItem) GetActionLinks() []*ActionLink
func (*TPostItem) GetContent ¶
func (*TPostItem) GetIdfeeling ¶
func (*TPostItem) GetListMediaItems ¶
func (*TPostItem) GetMapExtend ¶
func (*TPostItem) GetOriginPostID ¶
func (*TPostItem) GetOwnerInfo ¶
func (*TPostItem) GetPrivacy ¶
func (*TPostItem) GetTimestamps ¶
func (*TPostItem) GetTotalComment ¶
func (*TPostItem) GetTotalReaction ¶
func (*TPostItem) GetTotalShare ¶
func (*TPostItem) IsSetActionLinks ¶
func (*TPostItem) IsSetExtend ¶
func (*TPostItem) IsSetIdfeeling ¶
func (*TPostItem) IsSetListMediaItems ¶
func (*TPostItem) IsSetOwnerInfo ¶
type TPostStorageService ¶
type TPostStorageService interface { TDataService }
type TPostStorageServiceClient ¶
type TPostStorageServiceClient struct {
*TDataServiceClient
}
func NewTPostStorageServiceClient ¶
func NewTPostStorageServiceClient(c thrift.TClient) *TPostStorageServiceClient
func NewTPostStorageServiceClientFactory ¶
func NewTPostStorageServiceClientFactory(t thrift.TTransport, f thrift.TProtocolFactory) *TPostStorageServiceClient
func NewTPostStorageServiceClientProtocol ¶
func NewTPostStorageServiceClientProtocol(t thrift.TTransport, iprot thrift.TProtocol, oprot thrift.TProtocol) *TPostStorageServiceClient
type TPostStorageServiceProcessor ¶
type TPostStorageServiceProcessor struct {
*TDataServiceProcessor
}
func NewTPostStorageServiceProcessor ¶
func NewTPostStorageServiceProcessor(handler TPostStorageService) *TPostStorageServiceProcessor
type TPrivacy ¶
type TPrivacy int64
func TPrivacyFromString ¶
func TPrivacyPtr ¶
func (TPrivacy) MarshalText ¶
func (*TPrivacy) UnmarshalText ¶
Click to show internal directories.
Click to hide internal directories.