Versions in this module Expand all Collapse all v0 v0.2.0 Jun 2, 2023 Changes in this version + func Init(router *chi.Mux, fileHandler FileHandler, staticHandler StaticHandler) + type FileHandler struct + func NewFileHandler(contexts config.FileContexts, interactor domain.InterfaceFileInteractor) FileHandler + type StaticHandler struct + func NewStaticHandler(rootPath string) StaticHandler