Versions in this module Expand all Collapse all v0 v0.1.0 Aug 5, 2026 Changes in this version + func Available() bool + func EnsureLocal(ctx context.Context, ref string) error + func NormalizeRef(input string) (string, bool) + func Save(ctx context.Context, ref, dest string) error + func ValidRef(ref string) bool + type Container struct + ID string + Image string + Name string + State string + Status string + func Containers(ctx context.Context) ([]Container, error) + type Image struct + Created string + ID string + Ref string + Repository string + Size string + Tag string + func Images(ctx context.Context) ([]Image, error)