mockcontroller

package
v0.0.0-...-dcbdc3c Latest Latest
Warning

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

Go to latest
Published: Mar 9, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package mockcontroller is a generated GoMock package.

Package mockcontroller is a generated GoMock package.

Package mockcontroller is a generated GoMock package.

Package mockcontroller is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockAuthController

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

MockAuthController is a mock of AuthController interface.

func NewMockAuthController

func NewMockAuthController(ctrl *gomock.Controller) *MockAuthController

NewMockAuthController creates a new mock instance.

func (*MockAuthController) CreateCSRFToken

func (m *MockAuthController) CreateCSRFToken(c echo.Context) error

CreateCSRFToken mocks base method.

func (*MockAuthController) CreateUnregisteredUserAndToken

func (m *MockAuthController) CreateUnregisteredUserAndToken(c echo.Context) error

CreateUnregisteredUserAndToken mocks base method.

func (*MockAuthController) EXPECT

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

func (*MockAuthController) Logout

func (m *MockAuthController) Logout(c echo.Context) error

Logout mocks base method.

func (*MockAuthController) RefreshToken

func (m *MockAuthController) RefreshToken(c echo.Context) error

RefreshToken mocks base method.

type MockAuthControllerMockRecorder

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

MockAuthControllerMockRecorder is the mock recorder for MockAuthController.

func (*MockAuthControllerMockRecorder) CreateCSRFToken

func (mr *MockAuthControllerMockRecorder) CreateCSRFToken(c interface{}) *gomock.Call

CreateCSRFToken indicates an expected call of CreateCSRFToken.

func (*MockAuthControllerMockRecorder) CreateUnregisteredUserAndToken

func (mr *MockAuthControllerMockRecorder) CreateUnregisteredUserAndToken(c interface{}) *gomock.Call

CreateUnregisteredUserAndToken indicates an expected call of CreateUnregisteredUserAndToken.

func (*MockAuthControllerMockRecorder) Logout

func (mr *MockAuthControllerMockRecorder) Logout(c interface{}) *gomock.Call

Logout indicates an expected call of Logout.

func (*MockAuthControllerMockRecorder) RefreshToken

func (mr *MockAuthControllerMockRecorder) RefreshToken(c interface{}) *gomock.Call

RefreshToken indicates an expected call of RefreshToken.

type MockEventController

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

MockEventController is a mock of EventController interface.

func NewMockEventController

func NewMockEventController(ctrl *gomock.Controller) *MockEventController

NewMockEventController creates a new mock instance.

func (*MockEventController) Create

func (m *MockEventController) Create(c echo.Context) error

Create mocks base method.

func (*MockEventController) CreateAnswer

func (m *MockEventController) CreateAnswer(c echo.Context) error

CreateAnswer mocks base method.

func (*MockEventController) EXPECT

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

func (*MockEventController) Retrieve

func (m *MockEventController) Retrieve(c echo.Context) error

Retrieve mocks base method.

func (*MockEventController) RetrieveUserAnswer

func (m *MockEventController) RetrieveUserAnswer(c echo.Context) error

RetrieveUserAnswer mocks base method.

type MockEventControllerMockRecorder

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

MockEventControllerMockRecorder is the mock recorder for MockEventController.

func (*MockEventControllerMockRecorder) Create

func (mr *MockEventControllerMockRecorder) Create(c interface{}) *gomock.Call

Create indicates an expected call of Create.

func (*MockEventControllerMockRecorder) CreateAnswer

func (mr *MockEventControllerMockRecorder) CreateAnswer(c interface{}) *gomock.Call

CreateAnswer indicates an expected call of CreateAnswer.

func (*MockEventControllerMockRecorder) Retrieve

func (mr *MockEventControllerMockRecorder) Retrieve(c interface{}) *gomock.Call

Retrieve indicates an expected call of Retrieve.

func (*MockEventControllerMockRecorder) RetrieveUserAnswer

func (mr *MockEventControllerMockRecorder) RetrieveUserAnswer(c interface{}) *gomock.Call

RetrieveUserAnswer indicates an expected call of RetrieveUserAnswer.

type MockOauthController

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

MockOauthController is a mock of OauthController interface.

func NewMockOauthController

func NewMockOauthController(ctrl *gomock.Controller) *MockOauthController

NewMockOauthController creates a new mock instance.

func (*MockOauthController) Callback

func (m *MockOauthController) Callback(c echo.Context) error

Callback mocks base method.

func (*MockOauthController) EXPECT

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

func (*MockOauthController) RedirectToAuthPage

func (m *MockOauthController) RedirectToAuthPage(c echo.Context) error

RedirectToAuthPage mocks base method.

type MockOauthControllerMockRecorder

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

MockOauthControllerMockRecorder is the mock recorder for MockOauthController.

func (*MockOauthControllerMockRecorder) Callback

func (mr *MockOauthControllerMockRecorder) Callback(c interface{}) *gomock.Call

Callback indicates an expected call of Callback.

func (*MockOauthControllerMockRecorder) RedirectToAuthPage

func (mr *MockOauthControllerMockRecorder) RedirectToAuthPage(c interface{}) *gomock.Call

RedirectToAuthPage indicates an expected call of RedirectToAuthPage.

type MockUserController

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

MockUserController is a mock of UserController interface.

func NewMockUserController

func NewMockUserController(ctrl *gomock.Controller) *MockUserController

NewMockUserController creates a new mock instance.

func (*MockUserController) EXPECT

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

func (*MockUserController) Get

Get mocks base method.

func (*MockUserController) GetEvents

func (m *MockUserController) GetEvents(c echo.Context) error

GetEvents mocks base method.

func (*MockUserController) GetExternalCalendars

func (m *MockUserController) GetExternalCalendars(c echo.Context) error

GetExternalCalendars mocks base method.

type MockUserControllerMockRecorder

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

MockUserControllerMockRecorder is the mock recorder for MockUserController.

func (*MockUserControllerMockRecorder) Get

func (mr *MockUserControllerMockRecorder) Get(c interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockUserControllerMockRecorder) GetEvents

func (mr *MockUserControllerMockRecorder) GetEvents(c interface{}) *gomock.Call

GetEvents indicates an expected call of GetEvents.

func (*MockUserControllerMockRecorder) GetExternalCalendars

func (mr *MockUserControllerMockRecorder) GetExternalCalendars(c interface{}) *gomock.Call

GetExternalCalendars indicates an expected call of GetExternalCalendars.

Jump to

Keyboard shortcuts

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