master
singleValueStream.NextValue
func (s *singleValueStream) NextValue() (interface{}, error) { if s.eof { return nil, io.EOF } if !s.partnerStream.More() {