Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type Iterator
- func (fake *Iterator[T]) Invocations() map[string][][]interface{}
- func (fake *Iterator[T]) Next() option.Option[T]
- func (fake *Iterator[T]) NextCallCount() int
- func (fake *Iterator[T]) NextCalls(stub func() option.Option[T])
- func (fake *Iterator[T]) NextReturns(result1 option.Option[T])
- func (fake *Iterator[T]) NextReturnsOnCall(i int, result1 option.Option[T])
- type Reader
- func (fake *Reader) Invocations() map[string][][]interface{}
- func (fake *Reader) Read(arg1 []byte) (int, error)
- func (fake *Reader) ReadArgsForCall(i int) []byte
- func (fake *Reader) ReadCallCount() int
- func (fake *Reader) ReadCalls(stub func([]byte) (int, error))
- func (fake *Reader) ReadReturns(result1 int, result2 error)
- func (fake *Reader) ReadReturnsOnCall(i int, result1 int, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Iterator ¶ added in v0.8.0
type Iterator[T any] struct { NextStub func() option.Option[T] // contains filtered or unexported fields }
func (*Iterator[T]) Invocations ¶ added in v0.8.0
func (*Iterator[T]) NextCallCount ¶ added in v0.8.0
func (*Iterator[T]) NextReturns ¶ added in v0.8.0
type Reader ¶ added in v0.8.0
func (*Reader) Invocations ¶ added in v0.8.0
func (*Reader) ReadArgsForCall ¶ added in v0.8.0
func (*Reader) ReadCallCount ¶ added in v0.8.0
func (*Reader) ReadReturns ¶ added in v0.8.0
Click to show internal directories.
Click to hide internal directories.