mock

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2022 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Overview

Package mock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockParser

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

MockParser is a mock of Parser interface.

func NewMockParser

func NewMockParser(ctrl *gomock.Controller) *MockParser

NewMockParser creates a new mock instance.

func (*MockParser) EXPECT

func (m *MockParser) EXPECT() *MockParserMockRecorder

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

func (*MockParser) ParseLiveStream

func (m *MockParser) ParseLiveStream(arg0 *url.URL, arg1 live.Live, arg2 string) error

ParseLiveStream mocks base method.

func (*MockParser) Stop

func (m *MockParser) Stop() error

Stop mocks base method.

type MockParserMockRecorder

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

MockParserMockRecorder is the mock recorder for MockParser.

func (*MockParserMockRecorder) ParseLiveStream

func (mr *MockParserMockRecorder) ParseLiveStream(arg0, arg1, arg2 interface{}) *gomock.Call

ParseLiveStream indicates an expected call of ParseLiveStream.

func (*MockParserMockRecorder) Stop

func (mr *MockParserMockRecorder) Stop() *gomock.Call

Stop indicates an expected call of Stop.

Jump to

Keyboard shortcuts

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