BaseFilesPath returns the storage dir path used by the interface instance.
()
| 50 | type FilesManager interface { |
| 51 | // BaseFilesPath returns the storage dir path used by the interface instance. |
| 52 | BaseFilesPath() string |
| 53 | } |
| 54 | |
| 55 | // DBConnectFunc defines a database connection initialization function. |
no outgoing calls