server

package
v0.0.0-...-aff9e74 Latest Latest
Warning

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

Go to latest
Published: Jun 3, 2016 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

View Source
const BaggageKey = "crossdock-baggage-key"

BaggageKey is the key used to pass baggage item

Variables

This section is empty.

Functions

func WrapContext

func WrapContext(ctx context.Context, timeout time.Duration) (thrift.Context, context.CancelFunc)

WrapContext takes a regular `net.Context` and converts it into `thrift.Context` suitable for outbound calls to TChannel servers. If the input context contains a OpoenTracing span, that span is converted to TChannel-compatible Span.

Types

type Server

type Server struct {
	HostPortHTTP     string
	HostPortTChannel string
	Tracer           opentracing.Tracer
	// contains filtered or unexported fields
}

Server implements S1-S3 servers

func (*Server) Close

func (s *Server) Close() error

Close stops the server

func (*Server) GetPortHTTP

func (s *Server) GetPortHTTP() string

GetPortHTTP returns the actual port the server listens to

func (*Server) GetPortTChannel

func (s *Server) GetPortTChannel() string

GetPortTChannel returns the actual port the server listens to

func (*Server) JoinTrace

func (s *Server) JoinTrace(ctx thrift.Context, request *tracetest.JoinTraceRequest) (*tracetest.TraceResponse, error)

JoinTrace implements JoinTrace() of TChanTracedService

func (*Server) Start

func (s *Server) Start() error

Start starts the test server called by the Client and other upstream servers.

func (*Server) StartTrace

func (s *Server) StartTrace(ctx thrift.Context, request *tracetest.StartTraceRequest) (*tracetest.TraceResponse, error)

StartTrace implements StartTrace() of TChanTracedService

Jump to

Keyboard shortcuts

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