models

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: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MethodType

type MethodType struct {
	Arguments []reflect.Type
	Returns   []reflect.Type
}

MethodType - stores processed information about the arguments and return types of a method.

type MethodValues

type MethodValues struct {
	Times     int64
	Arguments []any
	Returns   []any
}

MethodValues - stores processed information about the arguments and return values from data_assistant.

type Signature

type Signature struct {
	Methods map[string]*MethodType
}

Signature - stores processed mock signature information.

Jump to

Keyboard shortcuts

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