erp

package
v0.17.0 Latest Latest
Warning

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

Go to latest
Published: Aug 22, 2023 License: BSD-3-Clause Imports: 2 Imported by: 0

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.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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