FIX name typos
Some checks failed
dev test / test (push) Failing after 19s
dev test / vulnCheck (push) Has been skipped
dev test / Ci-Lint (push) Has been skipped
${{ github.actor }} executed Build Push Prod / build (push) Failing after 1m9s
${{ github.actor }} executed Build Push Prod / deploy (push) Has been skipped
Some checks failed
dev test / test (push) Failing after 19s
dev test / vulnCheck (push) Has been skipped
dev test / Ci-Lint (push) Has been skipped
${{ github.actor }} executed Build Push Prod / build (push) Failing after 1m9s
${{ github.actor }} executed Build Push Prod / deploy (push) Has been skipped
This commit is contained in:
parent
caf32678b5
commit
d692415221
@ -8,8 +8,8 @@ import (
|
|||||||
|
|
||||||
type APIPorts interface {
|
type APIPorts interface {
|
||||||
CeduladosByCedula(ctx context.Context, cedula *domain.Cedula) (*domain.Cedulado, error)
|
CeduladosByCedula(ctx context.Context, cedula *domain.Cedula) (*domain.Cedulado, error)
|
||||||
CeduladosGetByNameLastName(ctx context.Context, nombre, apellido1, apellido2 string, page int64) (*domain.MultipleResults, error)
|
CeduladosByNameLastName(ctx context.Context, nombre, apellido1, apellido2 string, page int64) (*domain.MultipleResults, error)
|
||||||
CeduladosGetByFTS(ctx context.Context, parametros string, page int64) (*domain.MultipleResults, error)
|
CeduladosByFTS(ctx context.Context, parametros string, page int64) (*domain.MultipleResults, error)
|
||||||
CeduladosByNameAndLocation(ctx context.Context, nombre, apellido1, apellido2, municipio string, page int64) (*domain.MultipleResults, error)
|
CeduladosByNameAndLocation(ctx context.Context, nombre, apellido1, apellido2, municipio string, page int64) (*domain.MultipleResults, error)
|
||||||
QueryFotoByCedula(ctx context.Context, cedula *domain.Cedula) (*domain.Foto, error)
|
QueryFotoByCedula(ctx context.Context, cedula *domain.Cedula) (*domain.Foto, error)
|
||||||
QueryFotoById(ctx context.Context, id int64) (*domain.Foto, error)
|
QueryFotoById(ctx context.Context, id int64) (*domain.Foto, error)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user