Documentation
¶
Index ¶
- func DeleteContact(ctx context.Context, id string) error
- func FindNameContains(ctx context.Context, searchParam string) (contacts []entity.Contact, err error)
- func GetByIdContantsHandler(ctx context.Context, id string) (contact entity.Contact, err error)
- func GetContact(ctx context.Context) (contacts []entity.Contact, err error)
- func PutContact(ctx context.Context, id string, cont entity.Contact) error
- func SaveContact(ctx context.Context, cont entity.Contact) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindNameContains ¶
func GetByIdContantsHandler ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.