Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DefaultLiveConfig = LiveConfig{ Skipper: middleware.DefaultSkipper, Name: os.Args[0], Dir: "assets", } )
Functions ¶
func LiveWithConfig ¶
func LiveWithConfig(config LiveConfig) echo.MiddlewareFunc
Types ¶
type LiveConfig ¶
type LiveConfig struct { // Skipper defines a function to skip middleware. Skipper middleware.Skipper Name string Dir string // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.