Searched refs:StdioInterface (Results 1 – 2 of 2) sorted by relevance
76 func NewWriter(stdio StdioInterface) Writer { argument92 stdio StdioInterface200 type StdioInterface interface { interface213 var _ StdioInterface = StdioImpl{}221 func NewCustomStdio(stdin io.Reader, stdout, stderr io.Writer) StdioInterface {229 var _ StdioInterface = customStdio{}
50 var stdio terminal.StdioInterface