Documentation ¶
Overview ¶
Package assets is based on Packr to embed static data inside the binary.
It embeds the small pure-js frontend loaded at install time and the php+js frontend served to the end-users (packages separately, not committed and added a build time).
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // PydioInstallBox holds the root of the pydio install static files PydioInstallBox = packr.NewBox("./src/install") // PydioFrontBox holds the root of the pydio front static files PydioFrontBox = packr.NewBox("./src/pydio") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.