Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repository ¶
type Repository interface { Get(ctx context.Context, filter *pb.EmployeeFilter) (*entities.Employee, error) New(ctx context.Context, request *entities.Employee) (*entities.Employee, error) Update(ctx context.Context, request *entities.Employee) (*entities.Employee, error) Delete(ctx context.Context, filter *pb.EmployeeFilter) error }
Repository of emploeyee.
Click to show internal directories.
Click to hide internal directories.