Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Init ¶
func Init( router *chi.Mux, fileHandler FileHandler, staticHandler StaticHandler, )
Types ¶
type FileHandler ¶
type FileHandler struct {
// contains filtered or unexported fields
}
func NewFileHandler ¶
func NewFileHandler( contexts config.FileContexts, interactor domain.InterfaceFileInteractor, ) FileHandler
type StaticHandler ¶
type StaticHandler struct {
// contains filtered or unexported fields
}
func NewStaticHandler ¶
func NewStaticHandler( rootPath string, ) StaticHandler
Click to show internal directories.
Click to hide internal directories.