Documentation
¶
Index ¶
Constants ¶
View Source
const CacheGetPath = "/api/v1/cache/pagedata"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CacheController ¶
type CacheController struct {
// contains filtered or unexported fields
}
func NewCacheController ¶
func NewCacheController( ctx context.Context, cfg *config.Config, cache storage.Storage, seoRepo repository.Seo, ) *CacheController
func (*CacheController) AddRoute ¶
func (c *CacheController) AddRoute(router *router.Router)
func (*CacheController) Index ¶
func (c *CacheController) Index(r *fasthttp.RequestCtx)
Click to show internal directories.
Click to hide internal directories.