Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Customer ¶
type Customer interface {
Get(context *gofr.Context, name string) ([]model.Customer, error)
GetByID(context *gofr.Context, id string) (model.Customer, error)
Update(context *gofr.Context, customer model.Customer, id string) (model.Customer, error)
Create(context *gofr.Context, customer model.Customer) (model.Customer, error)
Delete(context *gofr.Context, id string) error
}
Click to show internal directories.
Click to hide internal directories.