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.34.6 (latest)
Published
Jan 8, 2025
Platform
linux/amd64
Imports
5 packages
Last checked
4 days ago

Tools for package owners.