meta

package
v0.0.0-...-f6c5ffc Latest Latest
Warning

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

Go to latest
Published: Aug 12, 2019 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package meta is generated code used to make or handle TChannel calls using Thrift.

Index

Constants

This section is empty.

Variables

View Source
var GoUnusedProtection__ int
View Source
var HealthStatus_Message_DEFAULT string
View Source
var MetaThriftIDLResult_Success_DEFAULT string

Functions

func NewTChanMetaInheritedClient

func NewTChanMetaInheritedClient(thriftService string, client thrift.TChanClient) *tchanMetaClient

func NewTChanMetaServer

func NewTChanMetaServer(handler TChanMeta) thrift.TChanServer

NewTChanMetaServer wraps a handler for TChanMeta so it can be registered with a thrift.Server.

Types

type HealthStatus

type HealthStatus struct {
	Ok      bool    `thrift:"ok,1,required" db:"ok" json:"ok"`
	Message *string `thrift:"message,2" db:"message" json:"message,omitempty"`
}

Attributes:

  • Ok
  • Message
var MetaHealthResult_Success_DEFAULT *HealthStatus

func NewHealthStatus

func NewHealthStatus() *HealthStatus

func (*HealthStatus) GetMessage

func (p *HealthStatus) GetMessage() string

func (*HealthStatus) GetOk

func (p *HealthStatus) GetOk() bool

func (*HealthStatus) IsSetMessage

func (p *HealthStatus) IsSetMessage() bool

func (*HealthStatus) Read

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

func (*HealthStatus) ReadField1

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

func (*HealthStatus) ReadField2

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

func (*HealthStatus) String

func (p *HealthStatus) String() string

func (*HealthStatus) Write

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

type Meta

type Meta interface {
	Health() (r *HealthStatus, err error)
	ThriftIDL() (r string, err error)
}

type MetaClient

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

func NewMetaClientProtocol

func NewMetaClientProtocol(t thrift.TTransport, iprot thrift.TProtocol, oprot thrift.TProtocol) *MetaClient

func (*MetaClient) Health

func (p *MetaClient) Health() (r *HealthStatus, err error)

func (*MetaClient) ThriftIDL

func (p *MetaClient) ThriftIDL() (r string, err error)

type MetaHealthArgs

type MetaHealthArgs struct {
}

func NewMetaHealthArgs

func NewMetaHealthArgs() *MetaHealthArgs

func (*MetaHealthArgs) Read

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

func (*MetaHealthArgs) String

func (p *MetaHealthArgs) String() string

func (*MetaHealthArgs) Write

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

type MetaHealthResult

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

Attributes:

  • Success

func NewMetaHealthResult

func NewMetaHealthResult() *MetaHealthResult

func (*MetaHealthResult) GetSuccess

func (p *MetaHealthResult) GetSuccess() *HealthStatus

func (*MetaHealthResult) IsSetSuccess

func (p *MetaHealthResult) IsSetSuccess() bool

func (*MetaHealthResult) Read

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

func (*MetaHealthResult) ReadField0

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

func (*MetaHealthResult) String

func (p *MetaHealthResult) String() string

func (*MetaHealthResult) Write

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

type MetaProcessor

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

func NewMetaProcessor

func NewMetaProcessor(handler Meta) *MetaProcessor

func (*MetaProcessor) AddToProcessorMap

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

func (*MetaProcessor) GetProcessorFunction

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

func (*MetaProcessor) Process

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

func (*MetaProcessor) ProcessorMap

func (p *MetaProcessor) ProcessorMap() map[string]thrift.TProcessorFunction

type MetaThriftIDLArgs

type MetaThriftIDLArgs struct {
}

func NewMetaThriftIDLArgs

func NewMetaThriftIDLArgs() *MetaThriftIDLArgs

func (*MetaThriftIDLArgs) Read

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

func (*MetaThriftIDLArgs) String

func (p *MetaThriftIDLArgs) String() string

func (*MetaThriftIDLArgs) Write

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

type MetaThriftIDLResult

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

Attributes:

  • Success

func NewMetaThriftIDLResult

func NewMetaThriftIDLResult() *MetaThriftIDLResult

func (*MetaThriftIDLResult) GetSuccess

func (p *MetaThriftIDLResult) GetSuccess() string

func (*MetaThriftIDLResult) IsSetSuccess

func (p *MetaThriftIDLResult) IsSetSuccess() bool

func (*MetaThriftIDLResult) Read

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

func (*MetaThriftIDLResult) ReadField0

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

func (*MetaThriftIDLResult) String

func (p *MetaThriftIDLResult) String() string

func (*MetaThriftIDLResult) Write

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

type TChanMeta

type TChanMeta interface {
	Health(ctx thrift.Context) (*HealthStatus, error)
	ThriftIDL(ctx thrift.Context) (string, error)
}

TChanMeta is the interface that defines the server handler and client interface.

func NewTChanMetaClient

func NewTChanMetaClient(client thrift.TChanClient) TChanMeta

NewTChanMetaClient creates a client that can be used to make remote calls.

Jump to

Keyboard shortcuts

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