mock_botsfwmodels

package
v0.71.14 Latest Latest
Warning

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

Go to latest
Published: Aug 31, 2025 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package mock_botsfwmodels is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockBotChatData

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

MockBotChatData is a mock of BotChatData interface.

func NewMockBotChatData

func NewMockBotChatData(ctrl *gomock.Controller) *MockBotChatData

NewMockBotChatData creates a new mock instance.

func (*MockBotChatData) AddClientLanguage

func (m *MockBotChatData) AddClientLanguage(languageCode string) bool

AddClientLanguage mocks base method.

func (*MockBotChatData) AddWizardParam

func (m *MockBotChatData) AddWizardParam(key, value string)

AddWizardParam mocks base method.

func (*MockBotChatData) Base

Base mocks base method.

func (*MockBotChatData) DelVar

func (m *MockBotChatData) DelVar(key string)

DelVar mocks base method.

func (*MockBotChatData) EXPECT

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

func (*MockBotChatData) GetAppUserID

func (m *MockBotChatData) GetAppUserID() string

GetAppUserID mocks base method.

func (*MockBotChatData) GetAwaitingReplyTo

func (m *MockBotChatData) GetAwaitingReplyTo() string

GetAwaitingReplyTo mocks base method.

func (*MockBotChatData) GetPreferredLanguage

func (m *MockBotChatData) GetPreferredLanguage() string

GetPreferredLanguage mocks base method.

func (*MockBotChatData) GetVar

func (m *MockBotChatData) GetVar(key string) string

GetVar mocks base method.

func (*MockBotChatData) GetWizardParam

func (m *MockBotChatData) GetWizardParam(key string) string

GetWizardParam mocks base method.

func (*MockBotChatData) HasChangedVars

func (m *MockBotChatData) HasChangedVars() bool

HasChangedVars mocks base method.

func (*MockBotChatData) IsAccessGranted

func (m *MockBotChatData) IsAccessGranted() bool

IsAccessGranted mocks base method.

func (*MockBotChatData) IsAwaitingReplyTo

func (m *MockBotChatData) IsAwaitingReplyTo(code string) bool

IsAwaitingReplyTo mocks base method.

func (*MockBotChatData) IsChanged

func (m *MockBotChatData) IsChanged() bool

IsChanged mocks base method.

func (*MockBotChatData) IsGroupChat

func (m *MockBotChatData) IsGroupChat() bool

IsGroupChat mocks base method.

func (*MockBotChatData) PopStepsFromAwaitingReplyUpToSpecificParent

func (m *MockBotChatData) PopStepsFromAwaitingReplyUpToSpecificParent(code string)

PopStepsFromAwaitingReplyUpToSpecificParent mocks base method.

func (*MockBotChatData) PushStepToAwaitingReplyTo

func (m *MockBotChatData) PushStepToAwaitingReplyTo(code string)

PushStepToAwaitingReplyTo mocks base method.

func (*MockBotChatData) SetAccessGranted

func (m *MockBotChatData) SetAccessGranted(value bool) bool

SetAccessGranted mocks base method.

func (*MockBotChatData) SetAppUserID

func (m *MockBotChatData) SetAppUserID(appUserID string)

SetAppUserID mocks base method.

func (*MockBotChatData) SetAwaitingReplyTo

func (m *MockBotChatData) SetAwaitingReplyTo(path string)

SetAwaitingReplyTo mocks base method.

func (*MockBotChatData) SetBotUserID

func (m *MockBotChatData) SetBotUserID(id any)

SetBotUserID mocks base method.

func (*MockBotChatData) SetDtLastInteraction

func (m *MockBotChatData) SetDtLastInteraction(time time.Time)

SetDtLastInteraction mocks base method.

func (*MockBotChatData) SetIsGroupChat

func (m *MockBotChatData) SetIsGroupChat(arg0 bool)

SetIsGroupChat mocks base method.

func (*MockBotChatData) SetPreferredLanguage

func (m *MockBotChatData) SetPreferredLanguage(value string)

SetPreferredLanguage mocks base method.

func (*MockBotChatData) SetUpdatedTime

func (m *MockBotChatData) SetUpdatedTime(arg0 time.Time)

SetUpdatedTime mocks base method.

func (*MockBotChatData) SetVar

func (m *MockBotChatData) SetVar(key, value string)

SetVar mocks base method.

type MockBotChatDataMockRecorder

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

MockBotChatDataMockRecorder is the mock recorder for MockBotChatData.

func (*MockBotChatDataMockRecorder) AddClientLanguage

func (mr *MockBotChatDataMockRecorder) AddClientLanguage(languageCode any) *gomock.Call

AddClientLanguage indicates an expected call of AddClientLanguage.

func (*MockBotChatDataMockRecorder) AddWizardParam

func (mr *MockBotChatDataMockRecorder) AddWizardParam(key, value any) *gomock.Call

AddWizardParam indicates an expected call of AddWizardParam.

func (*MockBotChatDataMockRecorder) Base

Base indicates an expected call of Base.

func (*MockBotChatDataMockRecorder) DelVar

func (mr *MockBotChatDataMockRecorder) DelVar(key any) *gomock.Call

DelVar indicates an expected call of DelVar.

func (*MockBotChatDataMockRecorder) GetAppUserID

func (mr *MockBotChatDataMockRecorder) GetAppUserID() *gomock.Call

GetAppUserID indicates an expected call of GetAppUserID.

func (*MockBotChatDataMockRecorder) GetAwaitingReplyTo

func (mr *MockBotChatDataMockRecorder) GetAwaitingReplyTo() *gomock.Call

GetAwaitingReplyTo indicates an expected call of GetAwaitingReplyTo.

func (*MockBotChatDataMockRecorder) GetPreferredLanguage

func (mr *MockBotChatDataMockRecorder) GetPreferredLanguage() *gomock.Call

GetPreferredLanguage indicates an expected call of GetPreferredLanguage.

func (*MockBotChatDataMockRecorder) GetVar

func (mr *MockBotChatDataMockRecorder) GetVar(key any) *gomock.Call

GetVar indicates an expected call of GetVar.

func (*MockBotChatDataMockRecorder) GetWizardParam

func (mr *MockBotChatDataMockRecorder) GetWizardParam(key any) *gomock.Call

GetWizardParam indicates an expected call of GetWizardParam.

func (*MockBotChatDataMockRecorder) HasChangedVars

func (mr *MockBotChatDataMockRecorder) HasChangedVars() *gomock.Call

HasChangedVars indicates an expected call of HasChangedVars.

func (*MockBotChatDataMockRecorder) IsAccessGranted

func (mr *MockBotChatDataMockRecorder) IsAccessGranted() *gomock.Call

IsAccessGranted indicates an expected call of IsAccessGranted.

func (*MockBotChatDataMockRecorder) IsAwaitingReplyTo

func (mr *MockBotChatDataMockRecorder) IsAwaitingReplyTo(code any) *gomock.Call

IsAwaitingReplyTo indicates an expected call of IsAwaitingReplyTo.

func (*MockBotChatDataMockRecorder) IsChanged

func (mr *MockBotChatDataMockRecorder) IsChanged() *gomock.Call

IsChanged indicates an expected call of IsChanged.

func (*MockBotChatDataMockRecorder) IsGroupChat

func (mr *MockBotChatDataMockRecorder) IsGroupChat() *gomock.Call

IsGroupChat indicates an expected call of IsGroupChat.

func (*MockBotChatDataMockRecorder) PopStepsFromAwaitingReplyUpToSpecificParent

func (mr *MockBotChatDataMockRecorder) PopStepsFromAwaitingReplyUpToSpecificParent(code any) *gomock.Call

PopStepsFromAwaitingReplyUpToSpecificParent indicates an expected call of PopStepsFromAwaitingReplyUpToSpecificParent.

func (*MockBotChatDataMockRecorder) PushStepToAwaitingReplyTo

func (mr *MockBotChatDataMockRecorder) PushStepToAwaitingReplyTo(code any) *gomock.Call

PushStepToAwaitingReplyTo indicates an expected call of PushStepToAwaitingReplyTo.

func (*MockBotChatDataMockRecorder) SetAccessGranted

func (mr *MockBotChatDataMockRecorder) SetAccessGranted(value any) *gomock.Call

SetAccessGranted indicates an expected call of SetAccessGranted.

func (*MockBotChatDataMockRecorder) SetAppUserID

func (mr *MockBotChatDataMockRecorder) SetAppUserID(appUserID any) *gomock.Call

SetAppUserID indicates an expected call of SetAppUserID.

func (*MockBotChatDataMockRecorder) SetAwaitingReplyTo

func (mr *MockBotChatDataMockRecorder) SetAwaitingReplyTo(path any) *gomock.Call

SetAwaitingReplyTo indicates an expected call of SetAwaitingReplyTo.

func (*MockBotChatDataMockRecorder) SetBotUserID

func (mr *MockBotChatDataMockRecorder) SetBotUserID(id any) *gomock.Call

SetBotUserID indicates an expected call of SetBotUserID.

func (*MockBotChatDataMockRecorder) SetDtLastInteraction

func (mr *MockBotChatDataMockRecorder) SetDtLastInteraction(time any) *gomock.Call

SetDtLastInteraction indicates an expected call of SetDtLastInteraction.

func (*MockBotChatDataMockRecorder) SetIsGroupChat

func (mr *MockBotChatDataMockRecorder) SetIsGroupChat(arg0 any) *gomock.Call

SetIsGroupChat indicates an expected call of SetIsGroupChat.

func (*MockBotChatDataMockRecorder) SetPreferredLanguage

func (mr *MockBotChatDataMockRecorder) SetPreferredLanguage(value any) *gomock.Call

SetPreferredLanguage indicates an expected call of SetPreferredLanguage.

func (*MockBotChatDataMockRecorder) SetUpdatedTime

func (mr *MockBotChatDataMockRecorder) SetUpdatedTime(arg0 any) *gomock.Call

SetUpdatedTime indicates an expected call of SetUpdatedTime.

func (*MockBotChatDataMockRecorder) SetVar

func (mr *MockBotChatDataMockRecorder) SetVar(key, value any) *gomock.Call

SetVar indicates an expected call of SetVar.

Jump to

Keyboard shortcuts

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