Documentation
¶
Overview ¶
Package packagestate stores package-owned, per-file append-only state beside content.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DirStore ¶
type DirStore interface {
Append(key string, record []byte) error
Records(key string) iter.Seq2[[]byte, error]
Replace(key string, records [][]byte) error
Remove(key string) error
Move(key string, to DirStore, toKey string) error
RewriteMove(key string, to DirStore, toKey string, rewrite func([]byte) ([]byte, error)) error
}
type HostMapper ¶
Click to show internal directories.
Click to hide internal directories.