Searched defs:ReadCloser (Results 1 – 2 of 2) sorted by relevance
31 type ReadCloser struct { struct32 f *os.File33 Reader137 func (rc *ReadCloser) Close() error {
118 func KatiReader(st ToolStatus, pipe io.ReadCloser) {