Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MwServeFrontendFiles ¶
func Serve ¶
func Serve(urlPrefix, apiPrefix string, fs ServeFileSystem) gin.HandlerFunc
Serve Static returns a middleware handler that serves static files in the given directory.
Types ¶
type ServeFileSystem ¶
type ServeFileSystem interface { http.FileSystem Exists(prefix string, path string) bool }
Click to show internal directories.
Click to hide internal directories.