It seems like those tag time_format:"2006-01-02" time_utc:"1"` can only bind data to struct with form data or query params but not with the payload of POST request. I keep getting validation exception if only pass date value instead of full datetime value
It seems like those tag
time_format:"2006-01-02" time_utc:"1"`
can only bind data to struct with form data or query params but not with the payload of POST request. I keep getting validation exception if only pass date value instead of full datetime value