Documentation ¶
Overview ¶
Package web contains the Documize static web data.
Package web contains the Documize static web data.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SiteInfo struct { DBname, DBhash, Issue string }
SiteInfo describes set-up information about the site
Functions ¶
func StaticAssetsFileSystem ¶
func StaticAssetsFileSystem() http.FileSystem
StaticAssetsFileSystem data encoded in the go:generate above.
Types ¶
type EmbedHandler ¶
type EmbedHandler interface { Asset(string) ([]byte, error) AssetDir(string) ([]string, error) StaticAssetsFileSystem() http.FileSystem }
EmbedHandler is defined in each embed directory
var Embed EmbedHandler
Embed allows access to the embedded data
Click to show internal directories.
Click to hide internal directories.