Versions in this module Expand all Collapse all v0 v0.1.0 Feb 3, 2025 Changes in this version + func NewTask(ctx context.Context, client *containerd.Client, container containerd.Container, ...) (containerd.Task, error) + type StdinCloser struct + Closer func() + Stdin *os.File + func (s *StdinCloser) Close() error + func (s *StdinCloser) Read(p []byte) (int, error)