client

package
v1.14.2-rc.1 Latest Latest
Warning

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

Go to latest
Published: Aug 29, 2024 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.

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) 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