package_mode

package
v0.0.0-...-d97cf0d Latest Latest
Warning

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

Go to latest
Published: Nov 19, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package package_mode is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockEmbeddingIface

type MockEmbeddingIface[T constraints.Integer, R constraints.Float] struct {
	// contains filtered or unexported fields
}

MockEmbeddingIface is a mock of EmbeddingIface interface.

func NewMockEmbeddingIface

func NewMockEmbeddingIface[T constraints.Integer, R constraints.Float](ctrl *gomock.Controller) *MockEmbeddingIface[T, R]

NewMockEmbeddingIface creates a new mock instance.

func (*MockEmbeddingIface[T, R]) EXPECT

func (m *MockEmbeddingIface[T, R]) EXPECT() *MockEmbeddingIfaceMockRecorder[T, R]

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockEmbeddingIface[T, R]) Eight

func (m *MockEmbeddingIface[T, R]) Eight(arg0 R) other.Two[T, R]

Eight mocks base method.

func (*MockEmbeddingIface[T, R]) Eleven

func (m *MockEmbeddingIface[T, R]) Eleven() map[string]T

Eleven mocks base method.

func (*MockEmbeddingIface[T, R]) First

func (m *MockEmbeddingIface[T, R]) First() R

First mocks base method.

func (*MockEmbeddingIface[T, R]) Five

func (m *MockEmbeddingIface[T, R]) Five(arg0 T) generics.Baz[R]

Five mocks base method.

func (*MockEmbeddingIface[T, R]) Four

func (m *MockEmbeddingIface[T, R]) Four(arg0 T) generics.Foo[T, R]

Four mocks base method.

func (*MockEmbeddingIface[T, R]) Fourth

func (m *MockEmbeddingIface[T, R]) Fourth() generics.Generator[T]

Fourth mocks base method.

func (*MockEmbeddingIface[T, R]) Generate

func (m *MockEmbeddingIface[T, R]) Generate() R

Generate mocks base method.

func (*MockEmbeddingIface[T, R]) Nine

func (m *MockEmbeddingIface[T, R]) Nine(arg0 generics.Iface[T])

Nine mocks base method.

func (*MockEmbeddingIface[T, R]) One

func (m *MockEmbeddingIface[T, R]) One(arg0 string) string

One mocks base method.

func (*MockEmbeddingIface[T, R]) Read

func (m *MockEmbeddingIface[T, R]) Read(p []byte) (int, error)

Read mocks base method.

func (*MockEmbeddingIface[T, R]) Second

func (m *MockEmbeddingIface[T, R]) Second() generics.StructType

Second mocks base method.

func (*MockEmbeddingIface[T, R]) Seven

func (m *MockEmbeddingIface[T, R]) Seven(arg0 T) other.One[T]

Seven mocks base method.

func (*MockEmbeddingIface[T, R]) Six

func (m *MockEmbeddingIface[T, R]) Six(arg0 T) *generics.Baz[R]

Six mocks base method.

func (*MockEmbeddingIface[T, R]) Ten

func (m *MockEmbeddingIface[T, R]) Ten(arg0 *T)

Ten mocks base method.

func (*MockEmbeddingIface[T, R]) Third

func (m *MockEmbeddingIface[T, R]) Third() other.Five

Third mocks base method.

func (*MockEmbeddingIface[T, R]) Thirteen

func (m *MockEmbeddingIface[T, R]) Thirteen(arg0 ...T) *R

Thirteen mocks base method.

func (*MockEmbeddingIface[T, R]) Three

func (m *MockEmbeddingIface[T, R]) Three(arg0 T) R

Three mocks base method.

func (*MockEmbeddingIface[T, R]) Twelve

func (m *MockEmbeddingIface[T, R]) Twelve(ctx context.Context) <-chan []T

Twelve mocks base method.

func (*MockEmbeddingIface[T, R]) Two

func (m *MockEmbeddingIface[T, R]) Two(arg0 T) string

Two mocks base method.

func (*MockEmbeddingIface[T, R]) Water

func (m *MockEmbeddingIface[T, R]) Water(arg0 generics.Generator[T]) []generics.Generator[T]

Water mocks base method.

type MockEmbeddingIfaceMockRecorder

type MockEmbeddingIfaceMockRecorder[T constraints.Integer, R constraints.Float] struct {
	// contains filtered or unexported fields
}

MockEmbeddingIfaceMockRecorder is the mock recorder for MockEmbeddingIface.

func (*MockEmbeddingIfaceMockRecorder[T, R]) Eight

func (mr *MockEmbeddingIfaceMockRecorder[T, R]) Eight(arg0 any) *gomock.Call

Eight indicates an expected call of Eight.

func (*MockEmbeddingIfaceMockRecorder[T, R]) Eleven

func (mr *MockEmbeddingIfaceMockRecorder[T, R]) Eleven() *gomock.Call

Eleven indicates an expected call of Eleven.

func (*MockEmbeddingIfaceMockRecorder[T, R]) First

func (mr *MockEmbeddingIfaceMockRecorder[T, R]) First() *gomock.Call

First indicates an expected call of First.

func (*MockEmbeddingIfaceMockRecorder[T, R]) Five

func (mr *MockEmbeddingIfaceMockRecorder[T, R]) Five(arg0 any) *gomock.Call

Five indicates an expected call of Five.

func (*MockEmbeddingIfaceMockRecorder[T, R]) Four

func (mr *MockEmbeddingIfaceMockRecorder[T, R]) Four(arg0 any) *gomock.Call

Four indicates an expected call of Four.

func (*MockEmbeddingIfaceMockRecorder[T, R]) Fourth

func (mr *MockEmbeddingIfaceMockRecorder[T, R]) Fourth() *gomock.Call

Fourth indicates an expected call of Fourth.

func (*MockEmbeddingIfaceMockRecorder[T, R]) Generate

func (mr *MockEmbeddingIfaceMockRecorder[T, R]) Generate() *gomock.Call

Generate indicates an expected call of Generate.

func (*MockEmbeddingIfaceMockRecorder[T, R]) Nine

func (mr *MockEmbeddingIfaceMockRecorder[T, R]) Nine(arg0 any) *gomock.Call

Nine indicates an expected call of Nine.

func (*MockEmbeddingIfaceMockRecorder[T, R]) One

func (mr *MockEmbeddingIfaceMockRecorder[T, R]) One(arg0 any) *gomock.Call

One indicates an expected call of One.

func (*MockEmbeddingIfaceMockRecorder[T, R]) Read

func (mr *MockEmbeddingIfaceMockRecorder[T, R]) Read(p any) *gomock.Call

Read indicates an expected call of Read.

func (*MockEmbeddingIfaceMockRecorder[T, R]) Second

func (mr *MockEmbeddingIfaceMockRecorder[T, R]) Second() *gomock.Call

Second indicates an expected call of Second.

func (*MockEmbeddingIfaceMockRecorder[T, R]) Seven

func (mr *MockEmbeddingIfaceMockRecorder[T, R]) Seven(arg0 any) *gomock.Call

Seven indicates an expected call of Seven.

func (*MockEmbeddingIfaceMockRecorder[T, R]) Six

func (mr *MockEmbeddingIfaceMockRecorder[T, R]) Six(arg0 any) *gomock.Call

Six indicates an expected call of Six.

func (*MockEmbeddingIfaceMockRecorder[T, R]) Ten

func (mr *MockEmbeddingIfaceMockRecorder[T, R]) Ten(arg0 any) *gomock.Call

Ten indicates an expected call of Ten.

func (*MockEmbeddingIfaceMockRecorder[T, R]) Third

func (mr *MockEmbeddingIfaceMockRecorder[T, R]) Third() *gomock.Call

Third indicates an expected call of Third.

func (*MockEmbeddingIfaceMockRecorder[T, R]) Thirteen

func (mr *MockEmbeddingIfaceMockRecorder[T, R]) Thirteen(arg0 ...any) *gomock.Call

Thirteen indicates an expected call of Thirteen.

func (*MockEmbeddingIfaceMockRecorder[T, R]) Three

func (mr *MockEmbeddingIfaceMockRecorder[T, R]) Three(arg0 any) *gomock.Call

Three indicates an expected call of Three.

func (*MockEmbeddingIfaceMockRecorder[T, R]) Twelve

func (mr *MockEmbeddingIfaceMockRecorder[T, R]) Twelve(ctx any) *gomock.Call

Twelve indicates an expected call of Twelve.

func (*MockEmbeddingIfaceMockRecorder[T, R]) Two

func (mr *MockEmbeddingIfaceMockRecorder[T, R]) Two(arg0 any) *gomock.Call

Two indicates an expected call of Two.

func (*MockEmbeddingIfaceMockRecorder[T, R]) Water

func (mr *MockEmbeddingIfaceMockRecorder[T, R]) Water(arg0 any) *gomock.Call

Water indicates an expected call of Water.

type MockExternalConstraint

type MockExternalConstraint[I constraints.Integer, F any] struct {
	// contains filtered or unexported fields
}

MockExternalConstraint is a mock of ExternalConstraint interface.

func NewMockExternalConstraint

func NewMockExternalConstraint[I constraints.Integer, F any](ctrl *gomock.Controller) *MockExternalConstraint[I, F]

NewMockExternalConstraint creates a new mock instance.

func (*MockExternalConstraint[I, F]) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockExternalConstraint[I, F]) Eight

func (m *MockExternalConstraint[I, F]) Eight(arg0 F) other.Two[I, F]

Eight mocks base method.

func (*MockExternalConstraint[I, F]) Eleven

func (m *MockExternalConstraint[I, F]) Eleven() map[string]I

Eleven mocks base method.

func (*MockExternalConstraint[I, F]) Five

func (m *MockExternalConstraint[I, F]) Five(arg0 I) generics.Baz[F]

Five mocks base method.

func (*MockExternalConstraint[I, F]) Four

func (m *MockExternalConstraint[I, F]) Four(arg0 I) generics.Foo[I, F]

Four mocks base method.

func (*MockExternalConstraint[I, F]) Nine

func (m *MockExternalConstraint[I, F]) Nine(arg0 generics.Iface[I])

Nine mocks base method.

func (*MockExternalConstraint[I, F]) One

func (m *MockExternalConstraint[I, F]) One(arg0 string) string

One mocks base method.

func (*MockExternalConstraint[I, F]) Seven

func (m *MockExternalConstraint[I, F]) Seven(arg0 I) other.One[I]

Seven mocks base method.

func (*MockExternalConstraint[I, F]) Six

func (m *MockExternalConstraint[I, F]) Six(arg0 I) *generics.Baz[F]

Six mocks base method.

func (*MockExternalConstraint[I, F]) Ten

func (m *MockExternalConstraint[I, F]) Ten(arg0 *I)

Ten mocks base method.

func (*MockExternalConstraint[I, F]) Thirteen

func (m *MockExternalConstraint[I, F]) Thirteen(arg0 ...I) *F

Thirteen mocks base method.

func (*MockExternalConstraint[I, F]) Three

func (m *MockExternalConstraint[I, F]) Three(arg0 I) F

Three mocks base method.

func (*MockExternalConstraint[I, F]) Twelve

func (m *MockExternalConstraint[I, F]) Twelve(ctx context.Context) <-chan []I

Twelve mocks base method.

func (*MockExternalConstraint[I, F]) Two

func (m *MockExternalConstraint[I, F]) Two(arg0 I) string

Two mocks base method.

type MockExternalConstraintMockRecorder

type MockExternalConstraintMockRecorder[I constraints.Integer, F any] struct {
	// contains filtered or unexported fields
}

MockExternalConstraintMockRecorder is the mock recorder for MockExternalConstraint.

func (*MockExternalConstraintMockRecorder[I, F]) Eight

func (mr *MockExternalConstraintMockRecorder[I, F]) Eight(arg0 any) *gomock.Call

Eight indicates an expected call of Eight.

func (*MockExternalConstraintMockRecorder[I, F]) Eleven

func (mr *MockExternalConstraintMockRecorder[I, F]) Eleven() *gomock.Call

Eleven indicates an expected call of Eleven.

func (*MockExternalConstraintMockRecorder[I, F]) Five

func (mr *MockExternalConstraintMockRecorder[I, F]) Five(arg0 any) *gomock.Call

Five indicates an expected call of Five.

func (*MockExternalConstraintMockRecorder[I, F]) Four

func (mr *MockExternalConstraintMockRecorder[I, F]) Four(arg0 any) *gomock.Call

Four indicates an expected call of Four.

func (*MockExternalConstraintMockRecorder[I, F]) Nine

func (mr *MockExternalConstraintMockRecorder[I, F]) Nine(arg0 any) *gomock.Call

Nine indicates an expected call of Nine.

func (*MockExternalConstraintMockRecorder[I, F]) One

func (mr *MockExternalConstraintMockRecorder[I, F]) One(arg0 any) *gomock.Call

One indicates an expected call of One.

func (*MockExternalConstraintMockRecorder[I, F]) Seven

func (mr *MockExternalConstraintMockRecorder[I, F]) Seven(arg0 any) *gomock.Call

Seven indicates an expected call of Seven.

func (*MockExternalConstraintMockRecorder[I, F]) Six

func (mr *MockExternalConstraintMockRecorder[I, F]) Six(arg0 any) *gomock.Call

Six indicates an expected call of Six.

func (*MockExternalConstraintMockRecorder[I, F]) Ten

func (mr *MockExternalConstraintMockRecorder[I, F]) Ten(arg0 any) *gomock.Call

Ten indicates an expected call of Ten.

func (*MockExternalConstraintMockRecorder[I, F]) Thirteen

func (mr *MockExternalConstraintMockRecorder[I, F]) Thirteen(arg0 ...any) *gomock.Call

Thirteen indicates an expected call of Thirteen.

func (*MockExternalConstraintMockRecorder[I, F]) Three

func (mr *MockExternalConstraintMockRecorder[I, F]) Three(arg0 any) *gomock.Call

Three indicates an expected call of Three.

func (*MockExternalConstraintMockRecorder[I, F]) Twelve

func (mr *MockExternalConstraintMockRecorder[I, F]) Twelve(ctx any) *gomock.Call

Twelve indicates an expected call of Twelve.

func (*MockExternalConstraintMockRecorder[I, F]) Two

func (mr *MockExternalConstraintMockRecorder[I, F]) Two(arg0 any) *gomock.Call

Two indicates an expected call of Two.

type MockGenerator

type MockGenerator[T any] struct {
	// contains filtered or unexported fields
}

MockGenerator is a mock of Generator interface.

func NewMockGenerator

func NewMockGenerator[T any](ctrl *gomock.Controller) *MockGenerator[T]

NewMockGenerator creates a new mock instance.

func (*MockGenerator[T]) EXPECT

func (m *MockGenerator[T]) EXPECT() *MockGeneratorMockRecorder[T]

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockGenerator[T]) Generate

func (m *MockGenerator[T]) Generate() T

Generate mocks base method.

type MockGeneratorMockRecorder

type MockGeneratorMockRecorder[T any] struct {
	// contains filtered or unexported fields
}

MockGeneratorMockRecorder is the mock recorder for MockGenerator.

func (*MockGeneratorMockRecorder[T]) Generate

func (mr *MockGeneratorMockRecorder[T]) Generate() *gomock.Call

Generate indicates an expected call of Generate.

type MockGroup

type MockGroup[T generics.Generator[any]] struct {
	// contains filtered or unexported fields
}

MockGroup is a mock of Group interface.

func NewMockGroup

func NewMockGroup[T generics.Generator[any]](ctrl *gomock.Controller) *MockGroup[T]

NewMockGroup creates a new mock instance.

func (*MockGroup[T]) EXPECT

func (m *MockGroup[T]) EXPECT() *MockGroupMockRecorder[T]

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockGroup[T]) Join

func (m *MockGroup[T]) Join(ctx context.Context) []T

Join mocks base method.

type MockGroupMockRecorder

type MockGroupMockRecorder[T generics.Generator[any]] struct {
	// contains filtered or unexported fields
}

MockGroupMockRecorder is the mock recorder for MockGroup.

func (*MockGroupMockRecorder[T]) Join

func (mr *MockGroupMockRecorder[T]) Join(ctx any) *gomock.Call

Join indicates an expected call of Join.

Jump to

Keyboard shortcuts

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