Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager[T any] struct { // contains filtered or unexported fields }
Manager handles loading and saving of manifest files.
func NewManager ¶
NewManager creates a new manifest manager.
func (*Manager[T]) LoadFromBytes ¶ added in v0.4.0
LoadFromBytes parses already-read manifest bytes, validates, and returns the result. Lets callers that have already read the file (e.g. for envelope detection) avoid re-issuing the read.
Click to show internal directories.
Click to hide internal directories.