Searched refs:StdioImpl (Results 1 – 3 of 3) sorted by relevance
33 type StdioImpl struct{} struct35 func (StdioImpl) Stdin() io.Reader { return os.Stdin } argument36 func (StdioImpl) Stdout() io.Writer { return os.Stdout } argument37 func (StdioImpl) Stderr() io.Writer { return os.Stderr } argument39 var _ StdioInterface = StdioImpl{}
169 stdio := terminal.StdioImpl{}
424 return terminal.StdioImpl{}