Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController(router *chi.Mux, cfg *config.Config, log *zap.SugaredLogger) *Controller
func (*Controller) FileList ¶
func (c *Controller) FileList(w http.ResponseWriter, r *http.Request)
func (*Controller) ServeHTTP ¶
func (c *Controller) ServeHTTP(writer http.ResponseWriter, request *http.Request)
Click to show internal directories.
Click to hide internal directories.