Documentation
¶
Overview ¶
package ui contains utilities for accessing the static data files compiled in the data/* subdirectories.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InstallSupport ¶
func InstallSupport(mux MuxInterface, enableSwaggerSupport bool)
Types ¶
type MuxInterface ¶
type MuxInterface interface {
Handle(pattern string, handler http.Handler)
HandleFunc(pattern string, handler func(http.ResponseWriter, *http.Request))
}
Click to show internal directories.
Click to hide internal directories.