Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BranchFetch ¶
type BranchFetch interface { Fetch(ctx context.Context, param branch_request.BranchParam) ([]model.Branch, error) Paginate(ctx context.Context, param branch_request.BranchParam) (branch_response.BranchPaginate, error) }
type BranchGet ¶
type BranchGet interface {
Get(ctx context.Context, param branch_request.BranchParam) (model.Branch, error)
}
type BranchStore ¶
type BranchStore interface {
Store(ctx context.Context, req branch_request.BranchStore) (r model.Branch, err error)
}
type BranchUpdate ¶
type BranchUpdate interface {
Update(ctx context.Context, req branch_request.BranchUpdate) (r model.Branch, err error)
}
Click to show internal directories.
Click to hide internal directories.