testutils

package
v0.0.0-...-e5f8ed5 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Host   string `default:"localhost"`
	Port   int    `default:"3000"`
	Sentry Sentry
}

Config captures generic information for testing purposes

type Sentry

type Sentry struct {
	URL    string `default:"https://xx.xx.xx"`
	Labels map[string]string
}

Sentry captures config related to Sentry logging for testing purposes

Jump to

Keyboard shortcuts

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