test

package
v0.4.1 Latest Latest
Warning

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

Go to latest
Published: Aug 8, 2025 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AnnotationKey   = "there-is-always-money"
	AnnotationValue = "in-the-banana-stand"
)

Variables

This section is empty.

Functions

func Map

func Map[A any, B any](f func(a A) B, as []A) []B

Map transforms a slice using the provided function.

func MapIndex

func MapIndex[A any, B any](f func(i int, a A) B, as []A) []B

MapIndex transforms a slice using the provided index-aware function.

Types

type TestArgs

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

TestArgs bundles common arguments for test operations.

Jump to

Keyboard shortcuts

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