invoice

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Dec 22, 2020 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrExists   = errors.New("invoice list already exists")
	ErrNotFound = errors.New("invoice list not found")
)

Functions

func GetSHA224Hash

func GetSHA224Hash(m proto.Message) ([]byte, error)

GetSHA224Hash returns the SHA-224 of the marshaled proto message.

Types

type Store

type Store interface {
	// Put puts an commonpb.InvoiceList to the store.
	//
	// ErrExists is returned if an invoice list has already been stored
	// for this transaction.
	Put(ctx context.Context, txHash []byte, list *commonpb.InvoiceList) error

	// Get gets the stored commonpb.InvoiceList for a given transaction.
	//
	// ErrNotFound is returned if no commonpb.InvoiceList exists for the
	// transaction.
	Get(ctx context.Context, txHash []byte) (*commonpb.InvoiceList, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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