vendors

package
v0.0.0-...-6e51ac9 Latest Latest
Warning

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

Go to latest
Published: Oct 26, 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 Call

type Call[I, O any] struct {
	// In - method arguments.
	In I `json:"in"`
	// Out - return fields.
	Out O `json:"out"`
	// Times - number of times the result is called. If -1, then set for any number of results.
	Times int `json:"times"`
}

Call - function mock call description.

type Method

type Method[I, O any] []*Call[I, O]

Method - behavior for method.

Jump to

Keyboard shortcuts

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