repository

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: May 1, 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 ContactCmdRepo

type ContactCmdRepo interface {
	Create(dto dto.CreateContact) error
	Update(dto dto.UpdateContact) error
	Delete(id valueObject.ContactId) error
}

type ContactQueryRepo

type ContactQueryRepo interface {
	Read() ([]entity.Contact, error)
	ReadById(id valueObject.ContactId) (entity.Contact, error)
}

Jump to

Keyboard shortcuts

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