internal

package
v0.0.0-...-5f8180a Latest Latest
Warning

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

Go to latest
Published: Aug 9, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RequestBuilder

type RequestBuilder interface {
	SendGet2(*core.RequestConfiguration) error
	SendDelete2(*core.RequestConfiguration) error
	SendPut2(*core.RequestConfiguration) error
	SendPost3(*core.RequestConfiguration) error
	ToHeadRequestInformation() (*core.RequestInformation, error)
}

type Test

type Test[T any] struct {
	Title string
	// Setup to make needed modifications for a specific test
	Setup func()
	// Cleanup to undo changes do to reusable items
	Cleanup  func()
	Input    interface{}
	Expected T
	//shouldErr   bool
	ExpectedErr error
}

Jump to

Keyboard shortcuts

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