jar

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Oct 1, 2022 License: MIT Imports: 14 Imported by: 0

Documentation

Overview

Package jar is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Jar

type Jar interface {
	GetMod(ctx context.Context, data []byte) (*coremdl2.JarInfo, error)
}

func NewJar

func NewJar() Jar

type MockJar

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

MockJar is a mock of Jar interface.

func NewMockJar

func NewMockJar(ctrl *gomock.Controller) *MockJar

NewMockJar creates a new mock instance.

func (*MockJar) EXPECT

func (m *MockJar) EXPECT() *MockJarMockRecorder

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

func (*MockJar) GetMod

func (m *MockJar) GetMod(ctx context.Context, data []byte) (*coremdl.JarInfo, error)

GetMod mocks base method.

type MockJarMockRecorder

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

MockJarMockRecorder is the mock recorder for MockJar.

func (*MockJarMockRecorder) GetMod

func (mr *MockJarMockRecorder) GetMod(ctx, data interface{}) *gomock.Call

GetMod indicates an expected call of GetMod.

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) Parse

func (m *Mockparser) Parse(data []byte) (*coremdl.JarInfo, error)

Parse mocks base method.

type MockparserMockRecorder

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

MockparserMockRecorder is the mock recorder for Mockparser.

func (*MockparserMockRecorder) Parse

func (mr *MockparserMockRecorder) Parse(data interface{}) *gomock.Call

Parse indicates an expected call of Parse.

Jump to

Keyboard shortcuts

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