TReportStorageService

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Nov 7, 2020 License: Apache-2.0 Imports: 8 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var GoUnusedProtection__ int
View Source
var TDataServiceRemoveReportResult_Success_DEFAULT bool
View Source
var TListDataResult__Data_DEFAULT []*TReportItem
View Source
var TReportItem_ActionLink_DEFAULT []string
View Source
var TReportItem_CommentId_DEFAULT int64
View Source
var TReportItem_ContentObj_DEFAULT string
View Source
var TReportItem_ContentReport_DEFAULT string
View Source
var TReportItem_ListMediaObj_DEFAULT []*MediaItem
View Source
var TReportItem_LocationId_DEFAULT string
View Source
var TReportItem_LocationName_DEFAULT string
View Source
var TReportItem_PostId_DEFAULT int64
View Source
var TReportItem_TimestampObj_DEFAULT int64

Functions

This section is empty.

Types

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"`
}

Attributes:

  • Name
  • MediaType
  • URL

func NewMediaItem

func NewMediaItem() *MediaItem

func (*MediaItem) GetMediaType

func (p *MediaItem) GetMediaType() int64

func (*MediaItem) GetName

func (p *MediaItem) GetName() string

func (*MediaItem) GetURL

func (p *MediaItem) GetURL() string

func (*MediaItem) Read

func (p *MediaItem) Read(iprot thrift.TProtocol) error

func (*MediaItem) ReadField1

func (p *MediaItem) ReadField1(iprot thrift.TProtocol) error

func (*MediaItem) ReadField2

func (p *MediaItem) ReadField2(iprot thrift.TProtocol) error

func (*MediaItem) ReadField3

func (p *MediaItem) ReadField3(iprot thrift.TProtocol) error

func (*MediaItem) String

func (p *MediaItem) String() string

func (*MediaItem) Write

func (p *MediaItem) Write(oprot thrift.TProtocol) error

type TData

type TData *TReportItem

func TDataPtr

func TDataPtr(v TData) *TData

type TDataResult_

type TDataResult_ struct {
	ErrorCode TErrorCode   `thrift:"errorCode,1" db:"errorCode" json:"errorCode"`
	Data      *TReportItem `thrift:"data,2" db:"data" json:"data,omitempty"`
}

Attributes:

  • ErrorCode
  • Data
var TDataServiceGetReportResult_Success_DEFAULT *TDataResult_
var TDataServiceRGetDataResult_Success_DEFAULT *TDataResult_

func NewTDataResult_

func NewTDataResult_() *TDataResult_

func (*TDataResult_) GetData

func (p *TDataResult_) GetData() *TReportItem

func (*TDataResult_) GetErrorCode

func (p *TDataResult_) GetErrorCode() TErrorCode

func (*TDataResult_) IsSetData

func (p *TDataResult_) IsSetData() bool

func (*TDataResult_) Read

func (p *TDataResult_) Read(iprot thrift.TProtocol) error

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

func (*TDataResult_) Write

func (p *TDataResult_) Write(oprot thrift.TProtocol) error

type TDataService

type TDataService interface {
	// Parameters:
	//  - ReportId
	GetReport(ctx context.Context, reportId int64) (r *TDataResult_, err error)
	// Parameters:
	//  - ReportId
	//  - Data
	PutReport(ctx context.Context, reportId int64, data *TReportItem) (r TErrorCode, err error)
	// Parameters:
	//  - ReportId
	RemoveReport(ctx context.Context, reportId int64) (r bool, err error)
	// Parameters:
	//  - LsReportIds
	GetListReports(ctx context.Context, lsReportIds []int64) (r *TListDataResult_, err error)
}

type TDataServiceClient

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

func NewTDataServiceClient

func NewTDataServiceClient(c thrift.TClient) *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) GetListReports

func (p *TDataServiceClient) GetListReports(ctx context.Context, lsReportIds []int64) (r *TListDataResult_, err error)

Parameters:

  • LsReportIds

func (*TDataServiceClient) GetReport

func (p *TDataServiceClient) GetReport(ctx context.Context, reportId int64) (r *TDataResult_, err error)

Parameters:

  • ReportId

func (*TDataServiceClient) PutReport

func (p *TDataServiceClient) PutReport(ctx context.Context, reportId int64, data *TReportItem) (r TErrorCode, err error)

Parameters:

  • ReportId
  • Data

func (*TDataServiceClient) RemoveReport

func (p *TDataServiceClient) RemoveReport(ctx context.Context, reportId int64) (r bool, err error)

Parameters:

  • ReportId

type TDataServiceGetListReportsArgs

type TDataServiceGetListReportsArgs struct {
	LsReportIds []int64 `thrift:"lsReportIds,1" db:"lsReportIds" json:"lsReportIds"`
}

Attributes:

  • LsReportIds

func NewTDataServiceGetListReportsArgs

func NewTDataServiceGetListReportsArgs() *TDataServiceGetListReportsArgs

func (*TDataServiceGetListReportsArgs) GetLsReportIds

func (p *TDataServiceGetListReportsArgs) GetLsReportIds() []int64

func (*TDataServiceGetListReportsArgs) Read

func (*TDataServiceGetListReportsArgs) ReadField1

func (*TDataServiceGetListReportsArgs) String

func (*TDataServiceGetListReportsArgs) Write

type TDataServiceGetListReportsResult

type TDataServiceGetListReportsResult struct {
	Success *TListDataResult_ `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewTDataServiceGetListReportsResult

func NewTDataServiceGetListReportsResult() *TDataServiceGetListReportsResult

func (*TDataServiceGetListReportsResult) GetSuccess

func (*TDataServiceGetListReportsResult) IsSetSuccess

func (p *TDataServiceGetListReportsResult) IsSetSuccess() bool

func (*TDataServiceGetListReportsResult) Read

func (*TDataServiceGetListReportsResult) ReadField0

func (*TDataServiceGetListReportsResult) String

func (*TDataServiceGetListReportsResult) Write

type TDataServiceGetReportArgs

type TDataServiceGetReportArgs struct {
	ReportId int64 `thrift:"reportId,1" db:"reportId" json:"reportId"`
}

Attributes:

  • ReportId

func NewTDataServiceGetReportArgs

func NewTDataServiceGetReportArgs() *TDataServiceGetReportArgs

func (*TDataServiceGetReportArgs) GetReportId

func (p *TDataServiceGetReportArgs) GetReportId() int64

func (*TDataServiceGetReportArgs) Read

func (*TDataServiceGetReportArgs) ReadField1

func (p *TDataServiceGetReportArgs) ReadField1(iprot thrift.TProtocol) error

func (*TDataServiceGetReportArgs) String

func (p *TDataServiceGetReportArgs) String() string

func (*TDataServiceGetReportArgs) Write

type TDataServiceGetReportResult

type TDataServiceGetReportResult struct {
	Success *TDataResult_ `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewTDataServiceGetReportResult

func NewTDataServiceGetReportResult() *TDataServiceGetReportResult

func (*TDataServiceGetReportResult) GetSuccess

func (p *TDataServiceGetReportResult) GetSuccess() *TDataResult_

func (*TDataServiceGetReportResult) IsSetSuccess

func (p *TDataServiceGetReportResult) IsSetSuccess() bool

func (*TDataServiceGetReportResult) Read

func (*TDataServiceGetReportResult) ReadField0

func (p *TDataServiceGetReportResult) ReadField0(iprot thrift.TProtocol) error

func (*TDataServiceGetReportResult) String

func (p *TDataServiceGetReportResult) String() string

func (*TDataServiceGetReportResult) Write

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 TDataServicePutReportArgs

type TDataServicePutReportArgs struct {
	ReportId int64        `thrift:"reportId,1" db:"reportId" json:"reportId"`
	Data     *TReportItem `thrift:"data,2" db:"data" json:"data"`
}

Attributes:

  • ReportId
  • Data

func NewTDataServicePutReportArgs

func NewTDataServicePutReportArgs() *TDataServicePutReportArgs

func (*TDataServicePutReportArgs) GetData

func (p *TDataServicePutReportArgs) GetData() *TReportItem

func (*TDataServicePutReportArgs) GetReportId

func (p *TDataServicePutReportArgs) GetReportId() int64

func (*TDataServicePutReportArgs) IsSetData

func (p *TDataServicePutReportArgs) IsSetData() bool

func (*TDataServicePutReportArgs) Read

func (*TDataServicePutReportArgs) ReadField1

func (p *TDataServicePutReportArgs) ReadField1(iprot thrift.TProtocol) error

func (*TDataServicePutReportArgs) ReadField2

func (p *TDataServicePutReportArgs) ReadField2(iprot thrift.TProtocol) error

func (*TDataServicePutReportArgs) String

func (p *TDataServicePutReportArgs) String() string

func (*TDataServicePutReportArgs) Write

type TDataServicePutReportResult

type TDataServicePutReportResult struct {
	Success *TErrorCode `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewTDataServicePutReportResult

func NewTDataServicePutReportResult() *TDataServicePutReportResult

func (*TDataServicePutReportResult) GetSuccess

func (p *TDataServicePutReportResult) GetSuccess() TErrorCode

func (*TDataServicePutReportResult) IsSetSuccess

func (p *TDataServicePutReportResult) IsSetSuccess() bool

func (*TDataServicePutReportResult) Read

func (*TDataServicePutReportResult) ReadField0

func (p *TDataServicePutReportResult) ReadField0(iprot thrift.TProtocol) error

func (*TDataServicePutReportResult) String

func (p *TDataServicePutReportResult) String() string

func (*TDataServicePutReportResult) Write

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

func (p *TDataServiceRGetDataArgs) ReadField1(iprot thrift.TProtocol) error

func (*TDataServiceRGetDataArgs) String

func (p *TDataServiceRGetDataArgs) String() string

func (*TDataServiceRGetDataArgs) Write

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 (*TDataServiceRGetDataResult) ReadField0

func (p *TDataServiceRGetDataResult) ReadField0(iprot thrift.TProtocol) error

func (*TDataServiceRGetDataResult) String

func (p *TDataServiceRGetDataResult) String() string

func (*TDataServiceRGetDataResult) Write

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

type TDataServiceRemoveReportArgs

type TDataServiceRemoveReportArgs struct {
	ReportId int64 `thrift:"reportId,1" db:"reportId" json:"reportId"`
}

Attributes:

  • ReportId

func NewTDataServiceRemoveReportArgs

func NewTDataServiceRemoveReportArgs() *TDataServiceRemoveReportArgs

func (*TDataServiceRemoveReportArgs) GetReportId

func (p *TDataServiceRemoveReportArgs) GetReportId() int64

func (*TDataServiceRemoveReportArgs) Read

func (*TDataServiceRemoveReportArgs) ReadField1

func (p *TDataServiceRemoveReportArgs) ReadField1(iprot thrift.TProtocol) error

func (*TDataServiceRemoveReportArgs) String

func (*TDataServiceRemoveReportArgs) Write

type TDataServiceRemoveReportResult

type TDataServiceRemoveReportResult struct {
	Success *bool `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewTDataServiceRemoveReportResult

func NewTDataServiceRemoveReportResult() *TDataServiceRemoveReportResult

func (*TDataServiceRemoveReportResult) GetSuccess

func (p *TDataServiceRemoveReportResult) GetSuccess() bool

func (*TDataServiceRemoveReportResult) IsSetSuccess

func (p *TDataServiceRemoveReportResult) IsSetSuccess() bool

func (*TDataServiceRemoveReportResult) Read

func (*TDataServiceRemoveReportResult) ReadField0

func (*TDataServiceRemoveReportResult) String

func (*TDataServiceRemoveReportResult) Write

type TErrorCode

type TErrorCode int64
const (
	TErrorCode_EGood        TErrorCode = 0
	TErrorCode_ENotFound    TErrorCode = -1
	TErrorCode_EUnknown     TErrorCode = -2
	TErrorCode_EDataExisted TErrorCode = -3
)
var TDataServicePutReportResult_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

func (*TErrorCode) Value

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

type TKey

type TKey int64

func TKeyPtr

func TKeyPtr(v TKey) *TKey

type TListDataResult_

type TListDataResult_ struct {
	ErrorCode TErrorCode     `thrift:"errorCode,1" db:"errorCode" json:"errorCode"`
	Data      []*TReportItem `thrift:"data,2" db:"data" json:"data,omitempty"`
}

Attributes:

  • ErrorCode
  • Data
var TDataServiceGetListReportsResult_Success_DEFAULT *TListDataResult_

func NewTListDataResult_

func NewTListDataResult_() *TListDataResult_

func (*TListDataResult_) GetData

func (p *TListDataResult_) GetData() []*TReportItem

func (*TListDataResult_) GetErrorCode

func (p *TListDataResult_) GetErrorCode() TErrorCode

func (*TListDataResult_) IsSetData

func (p *TListDataResult_) IsSetData() bool

func (*TListDataResult_) Read

func (p *TListDataResult_) Read(iprot thrift.TProtocol) error

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

func (*TListDataResult_) Write

func (p *TListDataResult_) Write(oprot thrift.TProtocol) error

type TReportItem

type TReportItem struct {
	ReportId      int64        `thrift:"reportId,1" db:"reportId" json:"reportId"`
	UID           int64        `thrift:"uId,2" db:"uId" json:"uId"`
	TargetId      int64        `thrift:"targetId,3" db:"targetId" json:"targetId"`
	PostId        *int64       `thrift:"postId,4" db:"postId" json:"postId,omitempty"`
	CommentId     *int64       `thrift:"commentId,5" db:"commentId" json:"commentId,omitempty"`
	ContentObj    *string      `thrift:"contentObj,6" db:"contentObj" json:"contentObj,omitempty"`
	ListMediaObj  []*MediaItem `thrift:"listMediaObj,7" db:"listMediaObj" json:"listMediaObj,omitempty"`
	ActionLink    []string     `thrift:"actionLink,8" db:"actionLink" json:"actionLink,omitempty"`
	ContentReport *string      `thrift:"contentReport,9" db:"contentReport" json:"contentReport,omitempty"`
	Timestamp     int64        `thrift:"timestamp,10" db:"timestamp" json:"timestamp"`
	TimestampObj  *int64       `thrift:"timestampObj,11" db:"timestampObj" json:"timestampObj,omitempty"`
	LocationId    *string      `thrift:"locationId,12" db:"locationId" json:"locationId,omitempty"`
	LocationName  *string      `thrift:"locationName,13" db:"locationName" json:"locationName,omitempty"`
	Action        int8         `thrift:"action,14" db:"action" json:"action"`
}

Attributes:

  • ReportId
  • UID
  • TargetId
  • PostId
  • CommentId
  • ContentObj
  • ListMediaObj
  • ActionLink
  • ContentReport
  • Timestamp
  • TimestampObj
  • LocationId
  • LocationName
  • Action
var TDataResult__Data_DEFAULT *TReportItem
var TDataServicePutReportArgs_Data_DEFAULT *TReportItem

func NewTReportItem

func NewTReportItem() *TReportItem

func (*TReportItem) FromBytes

func (o *TReportItem) FromBytes(aBin []byte) bool

func (*TReportItem) GetAction

func (p *TReportItem) GetAction() int8
func (p *TReportItem) GetActionLink() []string

func (*TReportItem) GetCommentId

func (p *TReportItem) GetCommentId() int64

func (*TReportItem) GetContentObj

func (p *TReportItem) GetContentObj() string

func (*TReportItem) GetContentReport

func (p *TReportItem) GetContentReport() string

func (*TReportItem) GetListMediaObj

func (p *TReportItem) GetListMediaObj() []*MediaItem

func (*TReportItem) GetLocationId

func (p *TReportItem) GetLocationId() string

func (*TReportItem) GetLocationName

func (p *TReportItem) GetLocationName() string

func (*TReportItem) GetPostId

func (p *TReportItem) GetPostId() int64

func (*TReportItem) GetReportId

func (p *TReportItem) GetReportId() int64

func (*TReportItem) GetTargetId

func (p *TReportItem) GetTargetId() int64

func (*TReportItem) GetTimestamp

func (p *TReportItem) GetTimestamp() int64

func (*TReportItem) GetTimestampObj

func (p *TReportItem) GetTimestampObj() int64

func (*TReportItem) GetUID

func (p *TReportItem) GetUID() int64
func (p *TReportItem) IsSetActionLink() bool

func (*TReportItem) IsSetCommentId

func (p *TReportItem) IsSetCommentId() bool

func (*TReportItem) IsSetContentObj

func (p *TReportItem) IsSetContentObj() bool

func (*TReportItem) IsSetContentReport

func (p *TReportItem) IsSetContentReport() bool

func (*TReportItem) IsSetListMediaObj

func (p *TReportItem) IsSetListMediaObj() bool

func (*TReportItem) IsSetLocationId

func (p *TReportItem) IsSetLocationId() bool

func (*TReportItem) IsSetLocationName

func (p *TReportItem) IsSetLocationName() bool

func (*TReportItem) IsSetPostId

func (p *TReportItem) IsSetPostId() bool

func (*TReportItem) IsSetTimestampObj

func (p *TReportItem) IsSetTimestampObj() bool

func (*TReportItem) Read

func (p *TReportItem) Read(iprot thrift.TProtocol) error

func (*TReportItem) ReadField1

func (p *TReportItem) ReadField1(iprot thrift.TProtocol) error

func (*TReportItem) ReadField10

func (p *TReportItem) ReadField10(iprot thrift.TProtocol) error

func (*TReportItem) ReadField11

func (p *TReportItem) ReadField11(iprot thrift.TProtocol) error

func (*TReportItem) ReadField12

func (p *TReportItem) ReadField12(iprot thrift.TProtocol) error

func (*TReportItem) ReadField13

func (p *TReportItem) ReadField13(iprot thrift.TProtocol) error

func (*TReportItem) ReadField14

func (p *TReportItem) ReadField14(iprot thrift.TProtocol) error

func (*TReportItem) ReadField2

func (p *TReportItem) ReadField2(iprot thrift.TProtocol) error

func (*TReportItem) ReadField3

func (p *TReportItem) ReadField3(iprot thrift.TProtocol) error

func (*TReportItem) ReadField4

func (p *TReportItem) ReadField4(iprot thrift.TProtocol) error

func (*TReportItem) ReadField5

func (p *TReportItem) ReadField5(iprot thrift.TProtocol) error

func (*TReportItem) ReadField6

func (p *TReportItem) ReadField6(iprot thrift.TProtocol) error

func (*TReportItem) ReadField7

func (p *TReportItem) ReadField7(iprot thrift.TProtocol) error

func (*TReportItem) ReadField8

func (p *TReportItem) ReadField8(iprot thrift.TProtocol) error

func (*TReportItem) ReadField9

func (p *TReportItem) ReadField9(iprot thrift.TProtocol) error

func (*TReportItem) String

func (p *TReportItem) String() string

func (*TReportItem) ToBytes

func (o *TReportItem) ToBytes() []byte

func (*TReportItem) Write

func (p *TReportItem) Write(oprot thrift.TProtocol) error

type TReportStorageService

type TReportStorageService interface {
	TDataService
}

type TReportStorageServiceClient

type TReportStorageServiceClient struct {
	*TDataServiceClient
}

func NewTReportStorageServiceClient

func NewTReportStorageServiceClient(c thrift.TClient) *TReportStorageServiceClient

func NewTReportStorageServiceClientProtocol

func NewTReportStorageServiceClientProtocol(t thrift.TTransport, iprot thrift.TProtocol, oprot thrift.TProtocol) *TReportStorageServiceClient

type TReportStorageServiceProcessor

type TReportStorageServiceProcessor struct {
	*TDataServiceProcessor
}

func NewTReportStorageServiceProcessor

func NewTReportStorageServiceProcessor(handler TReportStorageService) *TReportStorageServiceProcessor

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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