Searched refs:StdioImpl (Results 1 – 3 of 3) sorted by relevance
207 type StdioImpl struct{} struct209 func (StdioImpl) Stdin() io.Reader { return os.Stdin } argument210 func (StdioImpl) Stdout() io.Writer { return os.Stdout } argument211 func (StdioImpl) Stderr() io.Writer { return os.Stderr } argument213 var _ StdioInterface = StdioImpl{}
51 stdio = terminal.StdioImpl{}
159 writer := terminal.NewWriter(terminal.StdioImpl{})