package stdio
import "github.com/containerd/containerd/pkg/stdio"
Index ¶
Types ¶
type Platform ¶
type Platform interface { CopyConsole(ctx context.Context, console console.Console, 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.3.8
- Published
- Nov 30, 2020
- Platform
- linux/amd64
- Imports
- 3 packages
- Last checked
- 1 minute ago –
Tools for package owners.