mock_calendar

package
v0.0.0-...-9a1dd84 Latest Latest
Warning

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

Go to latest
Published: Aug 21, 2024 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Overview

Package mock_calendar is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockStorage

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

MockStorage is a mock of Storage interface.

func NewMockStorage

func NewMockStorage(ctrl *gomock.Controller) *MockStorage

NewMockStorage creates a new mock instance.

func (*MockStorage) EXPECT

func (m *MockStorage) EXPECT() *MockStorageMockRecorder

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

func (*MockStorage) GetURL

func (m *MockStorage) GetURL(ctx context.Context, name string) (string, error)

GetURL mocks base method.

func (*MockStorage) Store

func (m *MockStorage) Store(ctx context.Context, calendar *calendar.Calendar) error

Store mocks base method.

type MockStorageMockRecorder

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

MockStorageMockRecorder is the mock recorder for MockStorage.

func (*MockStorageMockRecorder) GetURL

func (mr *MockStorageMockRecorder) GetURL(ctx, name any) *gomock.Call

GetURL indicates an expected call of GetURL.

func (*MockStorageMockRecorder) Store

func (mr *MockStorageMockRecorder) Store(ctx, calendar any) *gomock.Call

Store indicates an expected call of Store.

Jump to

Keyboard shortcuts

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