mock_panel

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package mock_panel is a generated GoMock package.

Package mock_panel is a generated GoMock package.

Package mock_panel is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockPanel

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

MockPanel is a mock of Panel interface.

func NewMockPanel

func NewMockPanel(ctrl *gomock.Controller) *MockPanel

NewMockPanel creates a new mock instance.

func (*MockPanel) Clear

func (m *MockPanel) Clear(arg0 string) error

Clear mocks base method.

func (*MockPanel) EXPECT

func (m *MockPanel) EXPECT() *MockPanelMockRecorder

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

func (*MockPanel) GetSettingIDs

func (m *MockPanel) GetSettingIDs() []string

GetSettingIDs mocks base method.

func (*MockPanel) Print

func (m *MockPanel) Print(arg0 string)

Print mocks base method.

func (*MockPanel) Set

func (m *MockPanel) Set(arg0, arg1 string, arg2 interface{}) error

Set mocks base method.

func (*MockPanel) ToPost

func (m *MockPanel) ToPost(arg0 string) (*model.Post, error)

ToPost mocks base method.

func (*MockPanel) URL

func (m *MockPanel) URL() string

URL mocks base method.

type MockPanelMockRecorder

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

MockPanelMockRecorder is the mock recorder for MockPanel.

func (*MockPanelMockRecorder) Clear

func (mr *MockPanelMockRecorder) Clear(arg0 interface{}) *gomock.Call

Clear indicates an expected call of Clear.

func (*MockPanelMockRecorder) GetSettingIDs

func (mr *MockPanelMockRecorder) GetSettingIDs() *gomock.Call

GetSettingIDs indicates an expected call of GetSettingIDs.

func (*MockPanelMockRecorder) Print

func (mr *MockPanelMockRecorder) Print(arg0 interface{}) *gomock.Call

Print indicates an expected call of Print.

func (*MockPanelMockRecorder) Set

func (mr *MockPanelMockRecorder) Set(arg0, arg1, arg2 interface{}) *gomock.Call

Set indicates an expected call of Set.

func (*MockPanelMockRecorder) ToPost

func (mr *MockPanelMockRecorder) ToPost(arg0 interface{}) *gomock.Call

ToPost indicates an expected call of ToPost.

func (*MockPanelMockRecorder) URL

func (mr *MockPanelMockRecorder) URL() *gomock.Call

URL indicates an expected call of URL.

type MockSetting

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

MockSetting is a mock of Setting interface.

func NewMockSetting

func NewMockSetting(ctrl *gomock.Controller) *MockSetting

NewMockSetting creates a new mock instance.

func (*MockSetting) EXPECT

func (m *MockSetting) EXPECT() *MockSettingMockRecorder

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

func (*MockSetting) Get

func (m *MockSetting) Get(arg0 string) (interface{}, error)

Get mocks base method.

func (*MockSetting) GetDependency

func (m *MockSetting) GetDependency() string

GetDependency mocks base method.

func (*MockSetting) GetDescription

func (m *MockSetting) GetDescription() string

GetDescription mocks base method.

func (*MockSetting) GetID

func (m *MockSetting) GetID() string

GetID mocks base method.

func (*MockSetting) GetSlackAttachments

func (m *MockSetting) GetSlackAttachments(arg0, arg1 string, arg2 bool) (*model.SlackAttachment, error)

GetSlackAttachments mocks base method.

func (*MockSetting) GetTitle

func (m *MockSetting) GetTitle() string

GetTitle mocks base method.

func (*MockSetting) IsDisabled

func (m *MockSetting) IsDisabled(arg0 interface{}) bool

IsDisabled mocks base method.

func (*MockSetting) Set

func (m *MockSetting) Set(arg0 string, arg1 interface{}) error

Set mocks base method.

type MockSettingMockRecorder

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

MockSettingMockRecorder is the mock recorder for MockSetting.

func (*MockSettingMockRecorder) Get

func (mr *MockSettingMockRecorder) Get(arg0 interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockSettingMockRecorder) GetDependency

func (mr *MockSettingMockRecorder) GetDependency() *gomock.Call

GetDependency indicates an expected call of GetDependency.

func (*MockSettingMockRecorder) GetDescription

func (mr *MockSettingMockRecorder) GetDescription() *gomock.Call

GetDescription indicates an expected call of GetDescription.

func (*MockSettingMockRecorder) GetID

func (mr *MockSettingMockRecorder) GetID() *gomock.Call

GetID indicates an expected call of GetID.

func (*MockSettingMockRecorder) GetSlackAttachments

func (mr *MockSettingMockRecorder) GetSlackAttachments(arg0, arg1, arg2 interface{}) *gomock.Call

GetSlackAttachments indicates an expected call of GetSlackAttachments.

func (*MockSettingMockRecorder) GetTitle

func (mr *MockSettingMockRecorder) GetTitle() *gomock.Call

GetTitle indicates an expected call of GetTitle.

func (*MockSettingMockRecorder) IsDisabled

func (mr *MockSettingMockRecorder) IsDisabled(arg0 interface{}) *gomock.Call

IsDisabled indicates an expected call of IsDisabled.

func (*MockSettingMockRecorder) Set

func (mr *MockSettingMockRecorder) Set(arg0, arg1 interface{}) *gomock.Call

Set indicates an expected call of Set.

type MockStore

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

MockStore is a mock of Store interface.

func NewMockStore

func NewMockStore(ctrl *gomock.Controller) *MockStore

NewMockStore creates a new mock instance.

func (*MockStore) DeletePanelPostID

func (m *MockStore) DeletePanelPostID(arg0 string) error

DeletePanelPostID mocks base method.

func (*MockStore) EXPECT

func (m *MockStore) EXPECT() *MockStoreMockRecorder

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

func (*MockStore) GetPanelPostID

func (m *MockStore) GetPanelPostID(arg0 string) (string, error)

GetPanelPostID mocks base method.

func (*MockStore) SetPanelPostID

func (m *MockStore) SetPanelPostID(arg0, arg1 string) error

SetPanelPostID mocks base method.

type MockStoreMockRecorder

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

MockStoreMockRecorder is the mock recorder for MockStore.

func (*MockStoreMockRecorder) DeletePanelPostID

func (mr *MockStoreMockRecorder) DeletePanelPostID(arg0 interface{}) *gomock.Call

DeletePanelPostID indicates an expected call of DeletePanelPostID.

func (*MockStoreMockRecorder) GetPanelPostID

func (mr *MockStoreMockRecorder) GetPanelPostID(arg0 interface{}) *gomock.Call

GetPanelPostID indicates an expected call of GetPanelPostID.

func (*MockStoreMockRecorder) SetPanelPostID

func (mr *MockStoreMockRecorder) SetPanelPostID(arg0, arg1 interface{}) *gomock.Call

SetPanelPostID indicates an expected call of SetPanelPostID.

Jump to

Keyboard shortcuts

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