employee

package
v0.0.0-...-718b68f Latest Latest
Warning

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

Go to latest
Published: Jul 31, 2019 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 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.

Directories

Path Synopsis
delivery

Jump to

Keyboard shortcuts

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