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.5.0-rc.1
- Published
- Apr 13, 2021
- Platform
- js/wasm
- Imports
- 3 packages
- Last checked
- 11 seconds ago –
Tools for package owners.