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: 4

Documentation

Index

Constants

This section is empty.

Variables

View Source
var GoUnusedProtection__ int

Functions

This section is empty.

Types

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 SharedServiceGetStructArgs

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

Attributes:

  • Key

func NewSharedServiceGetStructArgs

func NewSharedServiceGetStructArgs() *SharedServiceGetStructArgs

func (*SharedServiceGetStructArgs) GetKey

func (p *SharedServiceGetStructArgs) GetKey() int32

func (*SharedServiceGetStructArgs) Read

func (*SharedServiceGetStructArgs) String

func (p *SharedServiceGetStructArgs) String() string

func (*SharedServiceGetStructArgs) Write

type SharedServiceGetStructResult

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

Attributes:

  • Success

func NewSharedServiceGetStructResult

func NewSharedServiceGetStructResult() *SharedServiceGetStructResult

func (*SharedServiceGetStructResult) GetSuccess

func (p *SharedServiceGetStructResult) GetSuccess() *SharedStruct

func (*SharedServiceGetStructResult) IsSetSuccess

func (p *SharedServiceGetStructResult) IsSetSuccess() bool

func (*SharedServiceGetStructResult) Read

func (*SharedServiceGetStructResult) String

func (*SharedServiceGetStructResult) Write

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

Attributes:

  • Key
  • Value
var SharedServiceGetStructResult_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) 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