handler

package
v0.0.0-...-c4cdb05 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Application

type Application struct {
	mock.Mock
}

Application is an autogenerated mock type for the Application type

func NewApplication

func NewApplication(t interface {
	mock.TestingT
	Cleanup(func())
}) *Application

NewApplication creates a new instance of Application. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*Application) CreateTodo

func (_m *Application) CreateTodo(ctx echo.Context) error

CreateTodo provides a mock function with given fields: ctx

func (*Application) DeleteTodo

func (_m *Application) DeleteTodo(ctx echo.Context, todoId uuid.UUID) error

DeleteTodo provides a mock function with given fields: ctx, todoId

func (*Application) GetAllTodos

func (_m *Application) GetAllTodos(ctx echo.Context) error

GetAllTodos provides a mock function with given fields: ctx

func (*Application) GetLivez

func (_m *Application) GetLivez(ctx echo.Context) error

GetLivez provides a mock function with given fields: ctx

func (*Application) GetMetrics

func (_m *Application) GetMetrics(ctx echo.Context) error

GetMetrics provides a mock function with given fields: ctx

func (*Application) GetOpenapi

func (_m *Application) GetOpenapi(ctx echo.Context) error

GetOpenapi provides a mock function with given fields: ctx

func (*Application) GetReadyz

func (_m *Application) GetReadyz(ctx echo.Context) error

GetReadyz provides a mock function with given fields: ctx

func (*Application) GetTodo

func (_m *Application) GetTodo(ctx echo.Context, todoId uuid.UUID) error

GetTodo provides a mock function with given fields: ctx, todoId

func (*Application) PatchTodo

func (_m *Application) PatchTodo(ctx echo.Context, todoId uuid.UUID) error

PatchTodo provides a mock function with given fields: ctx, todoId

func (*Application) UpdateTodo

func (_m *Application) UpdateTodo(ctx echo.Context, todoId uuid.UUID) error

UpdateTodo provides a mock function with given fields: ctx, todoId

Jump to

Keyboard shortcuts

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