package client

import "github.com/uber/tchannel-go/crossdock/client"

Index

Types

type Client

type Client struct {
	ClientHostPort string
	ServerPort     string

	Behaviors crossdock.Behaviors
	// contains filtered or unexported fields
}

Client is a controller for the tests

func (*Client) Close

func (c *Client) Close() error

Close stops the client

func (*Client) Start

func (c *Client) Start() error

Start begins a Crossdock client in the background.

func (*Client) URL

func (c *Client) URL() string

URL returns a URL that the client can be accessed on

Source Files

client.go

Version
v1.4.0
Published
Mar 1, 2017
Platform
js/wasm
Imports
5 packages
Last checked
9 hours ago

Tools for package owners.