Update source directory structure
This commit is contained in:
+7
-1
@@ -87,7 +87,7 @@ etc/
|
|||||||
gui/
|
gui/
|
||||||
The web GUI source. Gets compiled into the ``syncthing`` binary by way of ``genassets`` and the build process.
|
The web GUI source. Gets compiled into the ``syncthing`` binary by way of ``genassets`` and the build process.
|
||||||
|
|
||||||
internal/
|
lib/
|
||||||
Contains all packages that make up the parts of ``syncthing``.
|
Contains all packages that make up the parts of ``syncthing``.
|
||||||
|
|
||||||
auto/
|
auto/
|
||||||
@@ -120,6 +120,9 @@ internal/
|
|||||||
osutil/
|
osutil/
|
||||||
Abstracts away certain OS specific quirks.
|
Abstracts away certain OS specific quirks.
|
||||||
|
|
||||||
|
rc/
|
||||||
|
Remote controls a Syncthing process over the REST API.
|
||||||
|
|
||||||
scanner/
|
scanner/
|
||||||
Looks for changes to files and hashes them as appropriate.
|
Looks for changes to files and hashes them as appropriate.
|
||||||
|
|
||||||
@@ -150,6 +153,9 @@ pkg/
|
|||||||
protocol/
|
protocol/
|
||||||
Legacy location of the protocol package.
|
Legacy location of the protocol package.
|
||||||
|
|
||||||
|
script/
|
||||||
|
Various utility scripts for auto generating stuff and so on.
|
||||||
|
|
||||||
test/
|
test/
|
||||||
The integration test suite.
|
The integration test suite.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user