Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CompanyDelete ¶
type CompanyFetch ¶
type CompanyFetch interface { Fetch(ctx context.Context, param company_request.CompanyParam) ([]model.Company, error) Paginate(ctx context.Context, param company_request.CompanyParam) (company_response.CompanyPaginate, error) }
type CompanyGet ¶
type CompanyGet interface {
Get(ctx context.Context, param company_request.CompanyParam) (model.Company, error)
}
type CompanyStore ¶
type CompanyStore interface {
Store(ctx context.Context, req company_request.CompanyStore) (r model.Company, err error)
}
type CompanyUpdate ¶
type CompanyUpdate interface {
Update(ctx context.Context, req company_request.CompanyUpdate) (r model.Company, err error)
}
Click to show internal directories.
Click to hide internal directories.