package stdio
import "github.com/containerd/containerd/pkg/stdio"
Index ¶
Types ¶
type Platform ¶
type Platform interface { CopyConsole(ctx context.Context, console console.Console, id, stdin, stdout, stderr string, wg *sync.WaitGroup) (console.Console, error) ShutdownConsole(ctx context.Context, console console.Console) error Close() error }
Platform handles platform-specific behavior that may differs across platform implementations
type Stdio ¶
Stdio of a process
func (Stdio) IsNull ¶
IsNull returns true if the stdio is not defined
Source Files ¶
- Version
- v1.6.10
- Published
- Nov 14, 2022
- Platform
- linux/amd64
- Imports
- 3 packages
- Last checked
- 37 minutes ago –
Tools for package owners.