client

package
v1.15.0-rc.13 Latest Latest
Warning

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

Go to latest
Published: Feb 14, 2025 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HTTP

func HTTP(t *testing.T) *http.Client

HTTP returns a Go http.Client which has a default timeout of 10 seconds, and separate connection pool to the default allowing tests to be properly isolated when running in parallel. The returned client will call CloseIdleConnections on test cleanup.

func HTTPWithTimeout

func HTTPWithTimeout(t *testing.T, timeout time.Duration) *http.Client

Types

type EtcdClient

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

func Etcd

func Etcd(t *testing.T, cfg clientv3.Config) *EtcdClient

Returns an adapted Etcd client for tests.

func (*EtcdClient) Get

func (c *EtcdClient) Get(t *testing.T, ctx context.Context, prefix string, opts ...clientv3.OpOption) []string

func (*EtcdClient) ListAllKeys

func (c *EtcdClient) ListAllKeys(ctx context.Context, prefix string) ([]string, error)

Jump to

Keyboard shortcuts

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