Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotFound = errors.New("not found")
Functions ¶
This section is empty.
Types ¶
type OdooStorage ¶
type OdooStorage interface { // Create creates a new object in the storage. Create(ctx context.Context, be *billingv1.BillingEntity) error // Get retrieves an object from the storage. Get(ctx context.Context, name string) (*billingv1.BillingEntity, error) // Update updates an object in the storage. Update(ctx context.Context, be *billingv1.BillingEntity) error // List retrieves a list of objects from the storage. List(ctx context.Context) ([]billingv1.BillingEntity, error) }
Directories ¶
Path | Synopsis |
---|---|
odoo16mock
Code generated by MockGen.
|
Code generated by MockGen. |
client/clientmock
Code generated by MockGen.
|
Code generated by MockGen. |
Click to show internal directories.
Click to hide internal directories.