infra

package
v0.0.0-...-a9e9cf7 Latest Latest
Warning

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

Go to latest
Published: Aug 24, 2021 License: BSD-2-Clause Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Accepter

type Accepter interface {
	Accept() (net.Conn, error)
}

type ClientManager

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

func NewClientManager

func NewClientManager(numberOfClients int, accepter Accepter) *ClientManager

func (*ClientManager) Start

func (cm *ClientManager) Start(ctx context.Context, cancel context.CancelFunc, reporter *app.Reporter)

Jump to

Keyboard shortcuts

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