tcsclient

package
v1.5.0 Latest Latest
Warning

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

Go to latest
Published: Sep 29, 2015 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause, + 1 more Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(url string, region string, credentialProvider *credentials.Credentials, acceptInvalidCert bool, statsEngine stats.Engine, publishMetricsInterval time.Duration) wsclient.ClientServer

New returns a client/server to bidirectionally communicate with the backend. The returned struct should have both 'Connect' and 'Serve' called upon it before being used.

Types

type TcsDecoder

type TcsDecoder struct{}

TcsDecoder implments wsclient.TypeDecoder.

func (*TcsDecoder) GetRecognizedTypes

func (dc *TcsDecoder) GetRecognizedTypes() map[string]reflect.Type

func (*TcsDecoder) NewOfType

func (dc *TcsDecoder) NewOfType(tcsType string) (interface{}, bool)

type UnretriableErrors

type UnretriableErrors struct{}

UnretriableErrors wraps all the typed errors that TCS may return

func (*UnretriableErrors) Get

func (err *UnretriableErrors) Get() []interface{}

Get gets the list of unretriable error types.

Jump to

Keyboard shortcuts

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