client

package
v1.4.5 Latest Latest
Warning

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

Go to latest
Published: Jan 16, 2024 License: Apache-2.0 Imports: 7 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 {
	SendResult(results *metrics.Results) error
	SendAsFile(name string, data []byte, contentType string) error
	SendFiles(filePaths ...string) error
	PostEvent(isWaring bool, reason string, message string, args ...string) error
}

func Default

func Default(retryCount int) Client

Default get a default client with urls from env variables

func New

func New(resultURL string, fileURL string, eventURL string, retryCount int) Client

New create a new client

Jump to

Keyboard shortcuts

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