cml04-mediciones-service/internal/types/excel.go

15 lines
206 B
Go
Raw Permalink Normal View History

2024-08-20 09:09:31 +02:00
package types
type GetExcelReq struct {
Sender string
Product string
StartTime string
EndTime string
TimeStamp string
}
type GetExcelRes struct {
Mediciones []Mediciones
TimeStamp string
}