Documentation ¶
Index ¶
- Variables
- func ETagCallback(ctx echo.Context, contentEtag func() string, callback func() (string, error), ...) error
- func IsCached(ctx echo.Context, cacheKey string, urlWithQueryString ...bool) (bool, error)
- func Make(method string, path string, saveAs string, reqRewrite ...func(*http.Request)) error
- func Remove(cacheKey string) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrGenerateHTML = errors.New(`failed to generate html`)
Functions ¶
func ETagCallback ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.