mocks

package
v0.1.15 Latest Latest
Warning

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

Go to latest
Published: Dec 4, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Reader

type Reader struct {
	// contains filtered or unexported fields
}

Reader is a mock of Reader interface.

func NewReader

func NewReader(ctrl *gomock.Controller) *Reader

NewReader creates a new mock instance.

func (*Reader) EXPECT

func (m *Reader) EXPECT() *ReaderMockRecorder

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

func (*Reader) Read

func (m *Reader) Read(arg0 []byte) (int, error)

Read mocks base method.

type ReaderMockRecorder

type ReaderMockRecorder struct {
	// contains filtered or unexported fields
}

ReaderMockRecorder is the mock recorder for Reader.

func (*ReaderMockRecorder) Read

func (mr *ReaderMockRecorder) Read(arg0 interface{}) *gomock.Call

Read indicates an expected call of Read.

type Writer

type Writer struct {
	// contains filtered or unexported fields
}

Writer is a mock of Writer interface.

func NewWriter

func NewWriter(ctrl *gomock.Controller) *Writer

NewWriter creates a new mock instance.

func (*Writer) EXPECT

func (m *Writer) EXPECT() *WriterMockRecorder

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

func (*Writer) Write

func (m *Writer) Write(arg0 []byte) (int, error)

Write mocks base method.

type WriterMockRecorder

type WriterMockRecorder struct {
	// contains filtered or unexported fields
}

WriterMockRecorder is the mock recorder for Writer.

func (*WriterMockRecorder) Write

func (mr *WriterMockRecorder) Write(arg0 interface{}) *gomock.Call

Write indicates an expected call of Write.

Jump to

Keyboard shortcuts

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