odoo

package
v0.33.1 Latest Latest
Warning

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

Go to latest
Published: May 17, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

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.

Jump to

Keyboard shortcuts

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