mocks

package
v0.6.2 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2025 License: Apache-2.0 Imports: 3 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 MockIssueServiceInterface

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

MockIssueServiceInterface is a mock of IssueServiceInterface interface.

func NewMockIssueServiceInterface

func NewMockIssueServiceInterface(ctrl *gomock.Controller) *MockIssueServiceInterface

NewMockIssueServiceInterface creates a new mock instance.

func (*MockIssueServiceInterface) Create

func (m *MockIssueServiceInterface) Create(issue *jira.Issue) (*jira.Issue, *jira.Response, error)

Create mocks base method.

func (*MockIssueServiceInterface) DoTransition

func (m *MockIssueServiceInterface) DoTransition(ticketID, transitionID string) (*jira.Response, error)

DoTransition mocks base method.

func (*MockIssueServiceInterface) EXPECT

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

func (*MockIssueServiceInterface) Get

Get mocks base method.

func (*MockIssueServiceInterface) GetTransitions

func (m *MockIssueServiceInterface) GetTransitions(id string) ([]jira.Transition, *jira.Response, error)

GetTransitions mocks base method.

func (*MockIssueServiceInterface) Update

func (m *MockIssueServiceInterface) Update(issue *jira.Issue) (*jira.Issue, *jira.Response, error)

Update mocks base method.

type MockIssueServiceInterfaceMockRecorder

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

MockIssueServiceInterfaceMockRecorder is the mock recorder for MockIssueServiceInterface.

func (*MockIssueServiceInterfaceMockRecorder) Create

Create indicates an expected call of Create.

func (*MockIssueServiceInterfaceMockRecorder) DoTransition

func (mr *MockIssueServiceInterfaceMockRecorder) DoTransition(ticketID, transitionID any) *gomock.Call

DoTransition indicates an expected call of DoTransition.

func (*MockIssueServiceInterfaceMockRecorder) Get

func (mr *MockIssueServiceInterfaceMockRecorder) Get(issueID, options any) *gomock.Call

Get indicates an expected call of Get.

func (*MockIssueServiceInterfaceMockRecorder) GetTransitions

func (mr *MockIssueServiceInterfaceMockRecorder) GetTransitions(id any) *gomock.Call

GetTransitions indicates an expected call of GetTransitions.

func (*MockIssueServiceInterfaceMockRecorder) Update

Update indicates an expected call of Update.

Jump to

Keyboard shortcuts

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