controller

package
v0.0.0-...-416caf1 Latest Latest
Warning

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

Go to latest
Published: Jun 4, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ContactHandler

type ContactHandler interface {
	GetContacts(ctx echo.Context) error
	EditContact(ctx echo.Context) error
	AddContact(ctx echo.Context) error
	RemoveContact(ctx echo.Context) error
}

func NewContactHandler

func NewContactHandler(getAllContactsQuery query.GetAllContactsQuery,
	editContactCommand command.EditContactCommand,
	addContactCommand command.AddContactCommand,
	removeContactCommand command.RemoveContactCommand) ContactHandler

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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