Documentation
¶
Overview ¶
Package resources manages embedded resources for the application
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Resources ¶
Resources holds embedded application resources. Fields use the fs.FS interface so that both embed.FS (production) and fstest.MapFS (tests) can be used.
func NewResources ¶
NewResources creates a new resources handler
func (*Resources) GetMobileWebFS ¶ added in v0.16.0
GetMobileWebFS returns the embedded mobile web file system
Click to show internal directories.
Click to hide internal directories.