Documentation
¶
Overview ¶
package constor (concurrent storer) for storing items into a services.Fileserver concurrently
Index ¶
Constants ¶
View Source
const ( MimeJson = "application/json" MimeJs = "application/javascript" MimeBin = "application/octet-stream" MimeHtml = "text/html" MimeZip = "application/zip" MimeWasm = "application/wasm" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Storer ¶
type Storer struct {
// contains filtered or unexported fields
}
pkg.jsgo.io (Pkg)
-----------------
<path>.<hash>.js - deployed pkg / loader JS
prelude.<hash>.js - prelude JS
<path>.<hash>.ax - stripped archives
/assets.zip - assets zip
<path>.<hash>.json - package source bundle (for frizz.io)
jsgo.io (Index)
---------------
<hash>.js - index file deployed by play.jsgo.io
<hash>/index.html - index file deployed by play.jsgo.io
<path>.js - index file deployed by compile.jsgo.io
<path>/index.html - index file deployed by compile.jsgo.io
<short-path>.js - index file deployed by compile.jsgo.io
<short-path>/index.html - index file deployed by compile.jsgo.io
src.jsgo.io (Src)
-----------------
<hash>.json - project shared by play.jsgo.io
git.jsgo.io (Git)
-----------------
<repo-url> - git repo archive (repo url is encoded with url.PathEscape)
Click to show internal directories.
Click to hide internal directories.