(children map[string]*compositedav.Child)
| 245 | } |
| 246 | |
| 247 | func (s *FileSystemForRemote) closeChildren(children map[string]*compositedav.Child) { |
| 248 | for _, child := range children { |
| 249 | child.CloseIdleConnections() |
| 250 | } |
| 251 | } |
| 252 | |
| 253 | // Close() implements drive.FileSystemForRemote. |
| 254 | func (s *FileSystemForRemote) Close() error { |
no test coverage detected