Versions in this module Expand all Collapse all v0 v0.1.0 Feb 3, 2025 Changes in this version + func Events(ctx context.Context, client *containerd.Client, output io.Writer, ...) error + func Info(ctx context.Context, client *containerd.Client, output io.Writer, ...) error + func Prune(ctx context.Context, client *containerd.Client, output io.Writer, ...) error + type EventFilter func(*EventOut) bool + type EventOut struct + Event string + ID string + Namespace string + Status Status + Timestamp time.Time + Topic string + type Status string + const START + const UNKNOWN + func TopicToStatus(topic string) Status