assertions

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Nov 28, 2025 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// AWS is the name of the AWS asserter
	AWS = "aws"
	// HTTP is the name of the HTTP asserter
	HTTP = "http"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Asserter

type Asserter interface {
	GetName() string
}

Asserter defines the interface for all provider assertions Provider-specific assertions must be implemented by concrete types

func New

func New(provider string) (Asserter, error)

Factory function to create new asserters

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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