log_remote_inventory_lists

package
v0.0.0-...-791c77c Latest Latest
Warning

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

Go to latest
Published: May 11, 2025 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

View Source
const (
	EntryTypeSent = entryType(iota)
	EntryTypeReceived
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Entry

type Entry struct {
	EntryType
	repo_signing.PublicKey
	*sku.Transacted
}

type EntryType

type EntryType interface {
	// contains filtered or unexported methods
}

type Log

type Log interface {
	errors.Flusher

	Key(Entry) (string, error)
	Append(Entry) error
	Exists(Entry) error
	// contains filtered or unexported methods
}

func Make

func Make(ctx errors.Context, envRepo env_repo.Env) (log Log)

Jump to

Keyboard shortcuts

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