Versions in this module Expand all Collapse all v1 v1.0.2 Jan 30, 2026 Changes in this version + type CSVHandler struct + func NewCSVHandler(service *service.ConversionService, logger *log.Logger) *CSVHandler + func (h *CSVHandler) GetAllData(w http.ResponseWriter, r *http.Request) + func (h *CSVHandler) GetDataByID(w http.ResponseWriter, r *http.Request) + func (h *CSVHandler) Health(w http.ResponseWriter, r *http.Request) + func (h *CSVHandler) UploadCSV(w http.ResponseWriter, r *http.Request)