Documentation
¶
Index ¶
- func Asset(name string) ([]byte, error)
- func AssetDir(name string) ([]string, error)
- func AssetNames() []string
- func CacheControlHandler(version string, h http.Handler) http.Handler
- func GeneratedConfigHandler(osAddr string, osPrefix string, k8sAddr string, k8sPrefix string, ...) http.Handler
- func GzipHandler(h http.Handler) http.Handler
- func HTML5ModeHandler(h http.Handler) http.Handler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Asset ¶
func Asset(name string) ([]byte, error)
Asset loads and returns the asset for the given name. It returns an error if the asset could not be found or could not be loaded.
func AssetDir ¶
func AssetDir(name string) ([]string, error)
AssetDir returns the file names below a certain directory embedded in the file by go-bindata. For example if you run go-bindata on data/... and data contains the following hierarchy:
data/ foo.txt img/ a.png b.png
then AssetDir("data") would return []string{"foo.txt", "img"} AssetDir("data/img") would return []string{"a.png", "b.png"} AssetDir("foo.txt") and AssetDir("notexist") would return an error AssetDir("") will return []string{"data"}.
func CacheControlHandler ¶
func CacheControlHandler(version string, h http.Handler) http.Handler
func GeneratedConfigHandler ¶
func GeneratedConfigHandler(osAddr string, osPrefix string, k8sAddr string, k8sPrefix string, h http.Handler) http.Handler
func GzipHandler ¶
func GzipHandler(h http.Handler) http.Handler
Wrap a http.Handler to support transparent gzip encoding.
func HTML5ModeHandler ¶
func HTML5ModeHandler(h http.Handler) http.Handler
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.