client

package
v0.0.0-...-2ab08a9 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client interface {
	Call()
}

Client is an interface

func New

func New(c Config) Client

New takes a Config and returns a client pointer

type Config

type Config struct {
	URL      string
	Count    int
	Duration float64
}

Config is a struct containing the configuration parameters of a client

Jump to

Keyboard shortcuts

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