create_contact

package
v0.0.0-...-4d895cd Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2024 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ContactsRepository

type ContactsRepository interface {
	Create(ctx context.Context, contact entities.Contact) (*entities.Contact, error)
}

type QRCodesService

type QRCodesService interface {
	Parse(ctx context.Context, image serviceport.Image) (string, error)
}

type UseCase

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

func NewUseCase

func NewUseCase(contactsRepo ContactsRepository, service QRCodesService) *UseCase

func (*UseCase) Execute

func (uc *UseCase) Execute(ctx context.Context, request port.CreateContactRequest) error

Jump to

Keyboard shortcuts

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