mock_mscalendar

package
v1.2.1 Latest Latest
Warning

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

Go to latest
Published: Apr 14, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package mock_mscalendar is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockMSCalendar

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

MockMSCalendar is a mock of MSCalendar interface.

func NewMockMSCalendar

func NewMockMSCalendar(ctrl *gomock.Controller) *MockMSCalendar

NewMockMSCalendar creates a new mock instance.

func (*MockMSCalendar) AcceptEvent

func (m *MockMSCalendar) AcceptEvent(arg0 *mscalendar.User, arg1 string) error

AcceptEvent mocks base method.

func (*MockMSCalendar) AfterDisconnect

func (m *MockMSCalendar) AfterDisconnect(arg0 string) error

AfterDisconnect mocks base method.

func (*MockMSCalendar) AfterSuccessfullyConnect

func (m *MockMSCalendar) AfterSuccessfullyConnect(arg0, arg1 string) error

AfterSuccessfullyConnect mocks base method.

func (*MockMSCalendar) ClearSettingsPosts

func (m *MockMSCalendar) ClearSettingsPosts(arg0 string)

ClearSettingsPosts mocks base method.

func (*MockMSCalendar) CreateCalendar

func (m *MockMSCalendar) CreateCalendar(arg0 *mscalendar.User, arg1 *remote.Calendar) (*remote.Calendar, error)

CreateCalendar mocks base method.

func (*MockMSCalendar) CreateEvent

func (m *MockMSCalendar) CreateEvent(arg0 *mscalendar.User, arg1 *remote.Event, arg2 []string) (*remote.Event, error)

CreateEvent mocks base method.

func (*MockMSCalendar) CreateMyEventSubscription

func (m *MockMSCalendar) CreateMyEventSubscription() (*store.Subscription, error)

CreateMyEventSubscription mocks base method.

func (*MockMSCalendar) DeclineEvent

func (m *MockMSCalendar) DeclineEvent(arg0 *mscalendar.User, arg1 string) error

DeclineEvent mocks base method.

func (*MockMSCalendar) DeleteCalendar

func (m *MockMSCalendar) DeleteCalendar(arg0 *mscalendar.User, arg1 string) error

DeleteCalendar mocks base method.

func (*MockMSCalendar) DeleteMyEventSubscription

func (m *MockMSCalendar) DeleteMyEventSubscription() error

DeleteMyEventSubscription mocks base method.

func (*MockMSCalendar) DeleteOrphanedSubscription

func (m *MockMSCalendar) DeleteOrphanedSubscription(arg0 string) error

DeleteOrphanedSubscription mocks base method.

func (*MockMSCalendar) DisconnectUser

func (m *MockMSCalendar) DisconnectUser(arg0 string) error

DisconnectUser mocks base method.

func (*MockMSCalendar) EXPECT

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

func (*MockMSCalendar) FindMeetingTimes

FindMeetingTimes mocks base method.

func (*MockMSCalendar) GetActingUser

func (m *MockMSCalendar) GetActingUser() *mscalendar.User

GetActingUser mocks base method.

func (*MockMSCalendar) GetCalendarViews

func (m *MockMSCalendar) GetCalendarViews(arg0 []*store.User) ([]*remote.ViewCalendarResponse, error)

GetCalendarViews mocks base method.

func (*MockMSCalendar) GetCalendars

func (m *MockMSCalendar) GetCalendars(arg0 *mscalendar.User) ([]*remote.Calendar, error)

GetCalendars mocks base method.

func (*MockMSCalendar) GetDailySummaryForUser

func (m *MockMSCalendar) GetDailySummaryForUser(arg0 *mscalendar.User) (string, error)

GetDailySummaryForUser mocks base method.

func (*MockMSCalendar) GetDailySummarySettingsForUser

func (m *MockMSCalendar) GetDailySummarySettingsForUser(arg0 *mscalendar.User) (*store.DailySummaryUserSettings, error)

GetDailySummarySettingsForUser mocks base method.

func (*MockMSCalendar) GetRemoteUser

func (m *MockMSCalendar) GetRemoteUser(arg0 string) (*remote.User, error)

GetRemoteUser mocks base method.

func (*MockMSCalendar) GetTimezone

func (m *MockMSCalendar) GetTimezone(arg0 *mscalendar.User) (string, error)

GetTimezone mocks base method.

func (*MockMSCalendar) GetUserSettings

func (m *MockMSCalendar) GetUserSettings(arg0 *mscalendar.User) (*store.Settings, error)

GetUserSettings mocks base method.

func (*MockMSCalendar) IsAuthorizedAdmin

func (m *MockMSCalendar) IsAuthorizedAdmin(arg0 string) (bool, error)

IsAuthorizedAdmin mocks base method.

func (*MockMSCalendar) ListRemoteSubscriptions

func (m *MockMSCalendar) ListRemoteSubscriptions() ([]*remote.Subscription, error)

ListRemoteSubscriptions mocks base method.

func (*MockMSCalendar) LoadMyEventSubscription

func (m *MockMSCalendar) LoadMyEventSubscription() (*store.Subscription, error)

LoadMyEventSubscription mocks base method.

func (*MockMSCalendar) PrintSettings

func (m *MockMSCalendar) PrintSettings(arg0 string)

PrintSettings mocks base method.

func (*MockMSCalendar) ProcessAllDailySummary

func (m *MockMSCalendar) ProcessAllDailySummary(arg0 time.Time) error

ProcessAllDailySummary mocks base method.

func (*MockMSCalendar) RenewMyEventSubscription

func (m *MockMSCalendar) RenewMyEventSubscription() (*store.Subscription, error)

RenewMyEventSubscription mocks base method.

func (*MockMSCalendar) RespondToEvent

func (m *MockMSCalendar) RespondToEvent(arg0 *mscalendar.User, arg1, arg2 string) error

RespondToEvent mocks base method.

func (*MockMSCalendar) SetDailySummaryEnabled

func (m *MockMSCalendar) SetDailySummaryEnabled(arg0 *mscalendar.User, arg1 bool) (*store.DailySummaryUserSettings, error)

SetDailySummaryEnabled mocks base method.

func (*MockMSCalendar) SetDailySummaryPostTime

func (m *MockMSCalendar) SetDailySummaryPostTime(arg0 *mscalendar.User, arg1 string) (*store.DailySummaryUserSettings, error)

SetDailySummaryPostTime mocks base method.

func (*MockMSCalendar) Sync

Sync mocks base method.

func (*MockMSCalendar) SyncAll

SyncAll mocks base method.

func (*MockMSCalendar) TentativelyAcceptEvent

func (m *MockMSCalendar) TentativelyAcceptEvent(arg0 *mscalendar.User, arg1 string) error

TentativelyAcceptEvent mocks base method.

func (*MockMSCalendar) ViewCalendar

func (m *MockMSCalendar) ViewCalendar(arg0 *mscalendar.User, arg1, arg2 time.Time) ([]*remote.Event, error)

ViewCalendar mocks base method.

func (*MockMSCalendar) Welcome

func (m *MockMSCalendar) Welcome(arg0 string) error

Welcome mocks base method.

func (*MockMSCalendar) WelcomeFlowEnd

func (m *MockMSCalendar) WelcomeFlowEnd(arg0 string)

WelcomeFlowEnd mocks base method.

type MockMSCalendarMockRecorder

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

MockMSCalendarMockRecorder is the mock recorder for MockMSCalendar.

func (*MockMSCalendarMockRecorder) AcceptEvent

func (mr *MockMSCalendarMockRecorder) AcceptEvent(arg0, arg1 interface{}) *gomock.Call

AcceptEvent indicates an expected call of AcceptEvent.

func (*MockMSCalendarMockRecorder) AfterDisconnect

func (mr *MockMSCalendarMockRecorder) AfterDisconnect(arg0 interface{}) *gomock.Call

AfterDisconnect indicates an expected call of AfterDisconnect.

func (*MockMSCalendarMockRecorder) AfterSuccessfullyConnect

func (mr *MockMSCalendarMockRecorder) AfterSuccessfullyConnect(arg0, arg1 interface{}) *gomock.Call

AfterSuccessfullyConnect indicates an expected call of AfterSuccessfullyConnect.

func (*MockMSCalendarMockRecorder) ClearSettingsPosts

func (mr *MockMSCalendarMockRecorder) ClearSettingsPosts(arg0 interface{}) *gomock.Call

ClearSettingsPosts indicates an expected call of ClearSettingsPosts.

func (*MockMSCalendarMockRecorder) CreateCalendar

func (mr *MockMSCalendarMockRecorder) CreateCalendar(arg0, arg1 interface{}) *gomock.Call

CreateCalendar indicates an expected call of CreateCalendar.

func (*MockMSCalendarMockRecorder) CreateEvent

func (mr *MockMSCalendarMockRecorder) CreateEvent(arg0, arg1, arg2 interface{}) *gomock.Call

CreateEvent indicates an expected call of CreateEvent.

func (*MockMSCalendarMockRecorder) CreateMyEventSubscription

func (mr *MockMSCalendarMockRecorder) CreateMyEventSubscription() *gomock.Call

CreateMyEventSubscription indicates an expected call of CreateMyEventSubscription.

func (*MockMSCalendarMockRecorder) DeclineEvent

func (mr *MockMSCalendarMockRecorder) DeclineEvent(arg0, arg1 interface{}) *gomock.Call

DeclineEvent indicates an expected call of DeclineEvent.

func (*MockMSCalendarMockRecorder) DeleteCalendar

func (mr *MockMSCalendarMockRecorder) DeleteCalendar(arg0, arg1 interface{}) *gomock.Call

DeleteCalendar indicates an expected call of DeleteCalendar.

func (*MockMSCalendarMockRecorder) DeleteMyEventSubscription

func (mr *MockMSCalendarMockRecorder) DeleteMyEventSubscription() *gomock.Call

DeleteMyEventSubscription indicates an expected call of DeleteMyEventSubscription.

func (*MockMSCalendarMockRecorder) DeleteOrphanedSubscription

func (mr *MockMSCalendarMockRecorder) DeleteOrphanedSubscription(arg0 interface{}) *gomock.Call

DeleteOrphanedSubscription indicates an expected call of DeleteOrphanedSubscription.

func (*MockMSCalendarMockRecorder) DisconnectUser

func (mr *MockMSCalendarMockRecorder) DisconnectUser(arg0 interface{}) *gomock.Call

DisconnectUser indicates an expected call of DisconnectUser.

func (*MockMSCalendarMockRecorder) FindMeetingTimes

func (mr *MockMSCalendarMockRecorder) FindMeetingTimes(arg0, arg1 interface{}) *gomock.Call

FindMeetingTimes indicates an expected call of FindMeetingTimes.

func (*MockMSCalendarMockRecorder) GetActingUser

func (mr *MockMSCalendarMockRecorder) GetActingUser() *gomock.Call

GetActingUser indicates an expected call of GetActingUser.

func (*MockMSCalendarMockRecorder) GetCalendarViews

func (mr *MockMSCalendarMockRecorder) GetCalendarViews(arg0 interface{}) *gomock.Call

GetCalendarViews indicates an expected call of GetCalendarViews.

func (*MockMSCalendarMockRecorder) GetCalendars

func (mr *MockMSCalendarMockRecorder) GetCalendars(arg0 interface{}) *gomock.Call

GetCalendars indicates an expected call of GetCalendars.

func (*MockMSCalendarMockRecorder) GetDailySummaryForUser

func (mr *MockMSCalendarMockRecorder) GetDailySummaryForUser(arg0 interface{}) *gomock.Call

GetDailySummaryForUser indicates an expected call of GetDailySummaryForUser.

func (*MockMSCalendarMockRecorder) GetDailySummarySettingsForUser

func (mr *MockMSCalendarMockRecorder) GetDailySummarySettingsForUser(arg0 interface{}) *gomock.Call

GetDailySummarySettingsForUser indicates an expected call of GetDailySummarySettingsForUser.

func (*MockMSCalendarMockRecorder) GetRemoteUser

func (mr *MockMSCalendarMockRecorder) GetRemoteUser(arg0 interface{}) *gomock.Call

GetRemoteUser indicates an expected call of GetRemoteUser.

func (*MockMSCalendarMockRecorder) GetTimezone

func (mr *MockMSCalendarMockRecorder) GetTimezone(arg0 interface{}) *gomock.Call

GetTimezone indicates an expected call of GetTimezone.

func (*MockMSCalendarMockRecorder) GetUserSettings

func (mr *MockMSCalendarMockRecorder) GetUserSettings(arg0 interface{}) *gomock.Call

GetUserSettings indicates an expected call of GetUserSettings.

func (*MockMSCalendarMockRecorder) IsAuthorizedAdmin

func (mr *MockMSCalendarMockRecorder) IsAuthorizedAdmin(arg0 interface{}) *gomock.Call

IsAuthorizedAdmin indicates an expected call of IsAuthorizedAdmin.

func (*MockMSCalendarMockRecorder) ListRemoteSubscriptions

func (mr *MockMSCalendarMockRecorder) ListRemoteSubscriptions() *gomock.Call

ListRemoteSubscriptions indicates an expected call of ListRemoteSubscriptions.

func (*MockMSCalendarMockRecorder) LoadMyEventSubscription

func (mr *MockMSCalendarMockRecorder) LoadMyEventSubscription() *gomock.Call

LoadMyEventSubscription indicates an expected call of LoadMyEventSubscription.

func (*MockMSCalendarMockRecorder) PrintSettings

func (mr *MockMSCalendarMockRecorder) PrintSettings(arg0 interface{}) *gomock.Call

PrintSettings indicates an expected call of PrintSettings.

func (*MockMSCalendarMockRecorder) ProcessAllDailySummary

func (mr *MockMSCalendarMockRecorder) ProcessAllDailySummary(arg0 interface{}) *gomock.Call

ProcessAllDailySummary indicates an expected call of ProcessAllDailySummary.

func (*MockMSCalendarMockRecorder) RenewMyEventSubscription

func (mr *MockMSCalendarMockRecorder) RenewMyEventSubscription() *gomock.Call

RenewMyEventSubscription indicates an expected call of RenewMyEventSubscription.

func (*MockMSCalendarMockRecorder) RespondToEvent

func (mr *MockMSCalendarMockRecorder) RespondToEvent(arg0, arg1, arg2 interface{}) *gomock.Call

RespondToEvent indicates an expected call of RespondToEvent.

func (*MockMSCalendarMockRecorder) SetDailySummaryEnabled

func (mr *MockMSCalendarMockRecorder) SetDailySummaryEnabled(arg0, arg1 interface{}) *gomock.Call

SetDailySummaryEnabled indicates an expected call of SetDailySummaryEnabled.

func (*MockMSCalendarMockRecorder) SetDailySummaryPostTime

func (mr *MockMSCalendarMockRecorder) SetDailySummaryPostTime(arg0, arg1 interface{}) *gomock.Call

SetDailySummaryPostTime indicates an expected call of SetDailySummaryPostTime.

func (*MockMSCalendarMockRecorder) Sync

func (mr *MockMSCalendarMockRecorder) Sync(arg0 interface{}) *gomock.Call

Sync indicates an expected call of Sync.

func (*MockMSCalendarMockRecorder) SyncAll

func (mr *MockMSCalendarMockRecorder) SyncAll() *gomock.Call

SyncAll indicates an expected call of SyncAll.

func (*MockMSCalendarMockRecorder) TentativelyAcceptEvent

func (mr *MockMSCalendarMockRecorder) TentativelyAcceptEvent(arg0, arg1 interface{}) *gomock.Call

TentativelyAcceptEvent indicates an expected call of TentativelyAcceptEvent.

func (*MockMSCalendarMockRecorder) ViewCalendar

func (mr *MockMSCalendarMockRecorder) ViewCalendar(arg0, arg1, arg2 interface{}) *gomock.Call

ViewCalendar indicates an expected call of ViewCalendar.

func (*MockMSCalendarMockRecorder) Welcome

func (mr *MockMSCalendarMockRecorder) Welcome(arg0 interface{}) *gomock.Call

Welcome indicates an expected call of Welcome.

func (*MockMSCalendarMockRecorder) WelcomeFlowEnd

func (mr *MockMSCalendarMockRecorder) WelcomeFlowEnd(arg0 interface{}) *gomock.Call

WelcomeFlowEnd indicates an expected call of WelcomeFlowEnd.

Jump to

Keyboard shortcuts

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