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 ¶
Types ¶
type IndexFile ¶
type IndexFile struct {
// contains filtered or unexported fields
}
type PluginBox ¶
type UnionHttpFs ¶
type UnionHttpFs struct {
// contains filtered or unexported fields
}
func NewUnionHttpFs ¶
func NewUnionHttpFs(boxes ...PluginBox) *UnionHttpFs
Source Files
¶
- doc.go
- http-union.go
- plugin-box.go
Click to show internal directories.
Click to hide internal directories.