Versions in this module Expand all Collapse all v0 v0.21.0 May 22, 2026 Changes in this version + type Entry struct + Inputs []any + Namespace string + Operation string + Policy string + Value any + type Lockfile struct + func New() *Lockfile + func Parse(data []byte) (*Lockfile, error) + func (l *Lockfile) Delete(namespace, operation string, inputs []any) bool + func (l *Lockfile) Entries() []Entry + func (l *Lockfile) Get(namespace, operation string, inputs []any) (any, string, bool) + func (l *Lockfile) Marshal() ([]byte, error) + func (l *Lockfile) Set(namespace, operation string, inputs []any, value any, policy string) error