Documentation ¶
Overview ¶
Package frontend provides tools to publish static data from within any micro service
It implements a simple Union HttpFS to be exposed by a standard net.HttpFileServer interface.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewIndexFile ¶
func RegisterPluginBoxes ¶
func RegisterPluginBoxes(boxes ...PluginBox)
Types ¶
type PluginBox ¶
func GetRegisteredPluginBoxes ¶
func GetRegisteredPluginBoxes() []PluginBox
type UnionHttpFs ¶
type UnionHttpFs struct {
// contains filtered or unexported fields
}
func NewUnionHttpFs ¶
func NewUnionHttpFs(boxes ...PluginBox) *UnionHttpFs
Click to show internal directories.
Click to hide internal directories.