shared

package
v0.0.0-...-c28da18 Latest Latest
Warning

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

Go to latest
Published: Oct 25, 2016 License: Apache-2.0 Imports: 3 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

View Source
var GoUnusedProtection__ int

Functions

This section is empty.

Types

type GetStructArgs

type GetStructArgs struct {
	Key int32 `thrift:"key,1" json:"key"`
}

func NewGetStructArgs

func NewGetStructArgs() *GetStructArgs

func (*GetStructArgs) GetKey

func (p *GetStructArgs) GetKey() int32

func (*GetStructArgs) Read

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

func (*GetStructArgs) ReadField1

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

func (*GetStructArgs) String

func (p *GetStructArgs) String() string

func (*GetStructArgs) Write

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

type GetStructResult

type GetStructResult struct {
	Success *SharedStruct `thrift:"success,0" json:"success"`
}

func NewGetStructResult

func NewGetStructResult() *GetStructResult

func (*GetStructResult) GetSuccess

func (p *GetStructResult) GetSuccess() *SharedStruct

func (*GetStructResult) IsSetSuccess

func (p *GetStructResult) IsSetSuccess() bool

func (*GetStructResult) Read

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

func (*GetStructResult) ReadField0

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

func (*GetStructResult) String

func (p *GetStructResult) String() string

func (*GetStructResult) Write

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

type SharedService

type SharedService interface {
	// Parameters:
	//  - Key
	GetStruct(key int32) (r *SharedStruct, err error)
}

type SharedServiceClient

type SharedServiceClient struct {
	Transport       thrift.TTransport
	ProtocolFactory thrift.TProtocolFactory
	InputProtocol   thrift.TProtocol
	OutputProtocol  thrift.TProtocol
	SeqId           int32
}

func NewSharedServiceClientProtocol

func NewSharedServiceClientProtocol(t thrift.TTransport, iprot thrift.TProtocol, oprot thrift.TProtocol) *SharedServiceClient

func (*SharedServiceClient) GetStruct

func (p *SharedServiceClient) GetStruct(key int32) (r *SharedStruct, err error)

Parameters:

  • Key

type SharedServiceProcessor

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

func NewSharedServiceProcessor

func NewSharedServiceProcessor(handler SharedService) *SharedServiceProcessor

func (*SharedServiceProcessor) AddToProcessorMap

func (p *SharedServiceProcessor) AddToProcessorMap(key string, processor thrift.TProcessorFunction)

func (*SharedServiceProcessor) GetProcessorFunction

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

func (*SharedServiceProcessor) Process

func (p *SharedServiceProcessor) Process(iprot, oprot thrift.TProtocol) (success bool, err thrift.TException)

func (*SharedServiceProcessor) ProcessorMap

type SharedStruct

type SharedStruct struct {
	Key   int32  `thrift:"key,1" json:"key"`
	Value string `thrift:"value,2" json:"value"`
}
var GetStructResult_Success_DEFAULT *SharedStruct

func NewSharedStruct

func NewSharedStruct() *SharedStruct

func (*SharedStruct) GetKey

func (p *SharedStruct) GetKey() int32

func (*SharedStruct) GetValue

func (p *SharedStruct) GetValue() string

func (*SharedStruct) Read

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

func (*SharedStruct) ReadField1

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

func (*SharedStruct) ReadField2

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

func (*SharedStruct) String

func (p *SharedStruct) String() string

func (*SharedStruct) Write

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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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