Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CategoryReconciler ¶
type CategoryReconciler interface {
// Reconcile takes the given category and reconciles it with the concrete ERP implementation.
// The CategoryReconciler may return a modified entity.Category instance or the same one if there were no changes.
// An error is returned if reconciliation failed.
Reconcile(ctx context.Context, category entity.Category) (entity.Category, error)
}
CategoryReconciler reconciles entity.Category instances.
Click to show internal directories.
Click to hide internal directories.