All checks were successful
Build and Release / release (push) Successful in 1m49s
7 lines
210 B
Go
7 lines
210 B
Go
package request
|
|
|
|
type SearchStatisticDto struct {
|
|
StartDate string `query:"start_date" validate:"omitempty,datetime=2006-01-02"`
|
|
EndDate string `query:"end_date" validate:"omitempty,datetime=2006-01-02"`
|
|
}
|