GetFileServer returns the global file server instance.
()
| 42 | |
| 43 | // GetFileServer returns the global file server instance. |
| 44 | func GetFileServer() FileServer { |
| 45 | return globalFileServer |
| 46 | } |
| 47 | |
| 48 | // FileServer is the interface of file server for testing. |
| 49 | type FileServer interface { |
no outgoing calls
no test coverage detected