Documentation ¶
Index ¶
- Variables
- type TCasResultType
- func (p *TCasResultType) GetErr() TErrorCode
- func (p *TCasResultType) GetOldValue() int64
- func (p *TCasResultType) Read(iprot thrift.TProtocol) error
- func (p *TCasResultType) ReadField1(iprot thrift.TProtocol) error
- func (p *TCasResultType) ReadField2(iprot thrift.TProtocol) error
- func (p *TCasResultType) String() string
- func (p *TCasResultType) Write(oprot thrift.TProtocol) error
- type TCasValue
- func (p *TCasValue) GetNewValue_() int64
- func (p *TCasValue) GetOldValue() int64
- func (p *TCasValue) Read(iprot thrift.TProtocol) error
- func (p *TCasValue) ReadField1(iprot thrift.TProtocol) error
- func (p *TCasValue) ReadField2(iprot thrift.TProtocol) error
- func (p *TCasValue) String() string
- func (p *TCasValue) Write(oprot thrift.TProtocol) error
- type TData
- type TDataResult_
- func (p *TDataResult_) GetData() *TI64Value
- 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 TDataServiceCasDataArgs
- func (p *TDataServiceCasDataArgs) GetCasVal() *TCasValue
- func (p *TDataServiceCasDataArgs) GetKey() TKey
- func (p *TDataServiceCasDataArgs) IsSetCasVal() bool
- func (p *TDataServiceCasDataArgs) Read(iprot thrift.TProtocol) error
- func (p *TDataServiceCasDataArgs) ReadField1(iprot thrift.TProtocol) error
- func (p *TDataServiceCasDataArgs) ReadField2(iprot thrift.TProtocol) error
- func (p *TDataServiceCasDataArgs) String() string
- func (p *TDataServiceCasDataArgs) Write(oprot thrift.TProtocol) error
- type TDataServiceCasDataResult
- func (p *TDataServiceCasDataResult) GetSuccess() *TCasResultType
- func (p *TDataServiceCasDataResult) IsSetSuccess() bool
- func (p *TDataServiceCasDataResult) Read(iprot thrift.TProtocol) error
- func (p *TDataServiceCasDataResult) ReadField0(iprot thrift.TProtocol) error
- func (p *TDataServiceCasDataResult) String() string
- func (p *TDataServiceCasDataResult) Write(oprot thrift.TProtocol) error
- type TDataServiceClient
- func (p *TDataServiceClient) CasData(ctx context.Context, key TKey, casVal *TCasValue) (r *TCasResultType, err error)
- func (p *TDataServiceClient) Client_() thrift.TClient
- func (p *TDataServiceClient) GetData(ctx context.Context, key TKey) (r *TDataResult_, err error)
- func (p *TDataServiceClient) PutData(ctx context.Context, key TKey, data *TI64Value) (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 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() *TI64Value
- 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 TErrorCode
- type TI64Value
- type TKey
- type TString2I64KVService
- type TString2I64KVServiceClient
- func NewTString2I64KVServiceClient(c thrift.TClient) *TString2I64KVServiceClient
- func NewTString2I64KVServiceClientFactory(t thrift.TTransport, f thrift.TProtocolFactory) *TString2I64KVServiceClient
- func NewTString2I64KVServiceClientProtocol(t thrift.TTransport, iprot thrift.TProtocol, oprot thrift.TProtocol) *TString2I64KVServiceClient
- type TString2I64KVServiceProcessor
Constants ¶
This section is empty.
Variables ¶
View Source
var GoUnusedProtection__ int
Functions ¶
This section is empty.
Types ¶
type TCasResultType ¶
type TCasResultType struct { Err TErrorCode `thrift:"err,1" db:"err" json:"err"` OldValue int64 `thrift:"oldValue,2" db:"oldValue" json:"oldValue"` }
Attributes:
- Err
- OldValue
var TDataServiceCasDataResult_Success_DEFAULT *TCasResultType
func NewTCasResultType ¶
func NewTCasResultType() *TCasResultType
func (*TCasResultType) GetErr ¶
func (p *TCasResultType) GetErr() TErrorCode
func (*TCasResultType) GetOldValue ¶
func (p *TCasResultType) GetOldValue() int64
func (*TCasResultType) ReadField1 ¶
func (p *TCasResultType) ReadField1(iprot thrift.TProtocol) error
func (*TCasResultType) ReadField2 ¶
func (p *TCasResultType) ReadField2(iprot thrift.TProtocol) error
func (*TCasResultType) String ¶
func (p *TCasResultType) String() string
type TCasValue ¶
type TCasValue struct { OldValue int64 `thrift:"oldValue,1" db:"oldValue" json:"oldValue"` NewValue_ int64 `thrift:"newValue,2" db:"newValue" json:"newValue"` }
Attributes:
- OldValue
- NewValue_
var TDataServiceCasDataArgs_CasVal_DEFAULT *TCasValue
func NewTCasValue ¶
func NewTCasValue() *TCasValue
func (*TCasValue) GetNewValue_ ¶
func (*TCasValue) GetOldValue ¶
type TDataResult_ ¶
type TDataResult_ struct { ErrorCode TErrorCode `thrift:"errorCode,1" db:"errorCode" json:"errorCode"` Data *TI64Value `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() *TI64Value
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 *TI64Value) (r TErrorCode, err error) // Parameters: // - Key // - CasVal CasData(ctx context.Context, key TKey, casVal *TCasValue) (r *TCasResultType, err error) }
type TDataServiceCasDataArgs ¶
type TDataServiceCasDataArgs struct { Key TKey `thrift:"key,1" db:"key" json:"key"` CasVal *TCasValue `thrift:"casVal,2" db:"casVal" json:"casVal"` }
Attributes:
- Key
- CasVal
func NewTDataServiceCasDataArgs ¶
func NewTDataServiceCasDataArgs() *TDataServiceCasDataArgs
func (*TDataServiceCasDataArgs) GetCasVal ¶
func (p *TDataServiceCasDataArgs) GetCasVal() *TCasValue
func (*TDataServiceCasDataArgs) GetKey ¶
func (p *TDataServiceCasDataArgs) GetKey() TKey
func (*TDataServiceCasDataArgs) IsSetCasVal ¶
func (p *TDataServiceCasDataArgs) IsSetCasVal() bool
func (*TDataServiceCasDataArgs) Read ¶
func (p *TDataServiceCasDataArgs) Read(iprot thrift.TProtocol) error
func (*TDataServiceCasDataArgs) ReadField1 ¶
func (p *TDataServiceCasDataArgs) ReadField1(iprot thrift.TProtocol) error
func (*TDataServiceCasDataArgs) ReadField2 ¶
func (p *TDataServiceCasDataArgs) ReadField2(iprot thrift.TProtocol) error
func (*TDataServiceCasDataArgs) String ¶
func (p *TDataServiceCasDataArgs) String() string
type TDataServiceCasDataResult ¶
type TDataServiceCasDataResult struct {
Success *TCasResultType `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewTDataServiceCasDataResult ¶
func NewTDataServiceCasDataResult() *TDataServiceCasDataResult
func (*TDataServiceCasDataResult) GetSuccess ¶
func (p *TDataServiceCasDataResult) GetSuccess() *TCasResultType
func (*TDataServiceCasDataResult) IsSetSuccess ¶
func (p *TDataServiceCasDataResult) IsSetSuccess() bool
func (*TDataServiceCasDataResult) Read ¶
func (p *TDataServiceCasDataResult) Read(iprot thrift.TProtocol) error
func (*TDataServiceCasDataResult) ReadField0 ¶
func (p *TDataServiceCasDataResult) ReadField0(iprot thrift.TProtocol) error
func (*TDataServiceCasDataResult) String ¶
func (p *TDataServiceCasDataResult) String() string
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) CasData ¶
func (p *TDataServiceClient) CasData(ctx context.Context, key TKey, casVal *TCasValue) (r *TCasResultType, err error)
Parameters:
- Key
- CasVal
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) PutData ¶
func (p *TDataServiceClient) PutData(ctx context.Context, key TKey, data *TI64Value) (r TErrorCode, err error)
Parameters:
- Key
- Data
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 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 *TI64Value `thrift:"data,2" db:"data" json:"data"` }
Attributes:
- Key
- Data
func NewTDataServicePutDataArgs ¶
func NewTDataServicePutDataArgs() *TDataServicePutDataArgs
func (*TDataServicePutDataArgs) GetData ¶
func (p *TDataServicePutDataArgs) GetData() *TI64Value
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 TErrorCode ¶
type TErrorCode int64
const ( TErrorCode_EGood TErrorCode = 0 TErrorCode_ENotFound TErrorCode = -1 TErrorCode_EUnknown TErrorCode = -2 TErrorCode_EDataExisted TErrorCode = -3 TErrorCode_ECasFailed TErrorCode = -4 )
var TDataServicePutDataResult_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 TI64Value ¶
type TI64Value struct {
Value int64 `thrift:"value,1" db:"value" json:"value"`
}
Attributes:
- Value
var TDataResult__Data_DEFAULT *TI64Value
var TDataServicePutDataArgs_Data_DEFAULT *TI64Value
func NewTI64Value ¶
func NewTI64Value() *TI64Value
type TString2I64KVService ¶
type TString2I64KVService interface { TDataService }
type TString2I64KVServiceClient ¶
type TString2I64KVServiceClient struct {
*TDataServiceClient
}
func NewTString2I64KVServiceClient ¶
func NewTString2I64KVServiceClient(c thrift.TClient) *TString2I64KVServiceClient
func NewTString2I64KVServiceClientFactory ¶
func NewTString2I64KVServiceClientFactory(t thrift.TTransport, f thrift.TProtocolFactory) *TString2I64KVServiceClient
func NewTString2I64KVServiceClientProtocol ¶
func NewTString2I64KVServiceClientProtocol(t thrift.TTransport, iprot thrift.TProtocol, oprot thrift.TProtocol) *TString2I64KVServiceClient
type TString2I64KVServiceProcessor ¶
type TString2I64KVServiceProcessor struct {
*TDataServiceProcessor
}
func NewTString2I64KVServiceProcessor ¶
func NewTString2I64KVServiceProcessor(handler TString2I64KVService) *TString2I64KVServiceProcessor
Click to show internal directories.
Click to hide internal directories.