Remove ScannableDate from the autogen file #12

Closed
opened 2024-03-23 16:38:15 +00:00 by satprog · 0 comments
Owner

Currently the ScannableDate is hard-coded in the auto-generated file, from the oapi-codegen tool.

It must NOT be on that file, however, due to a seemingly impossibility from go to add methods to a type declared on a different file, it was the implemented solution.

The correct solution will possibly pass by creating a different type from the HTTP API for the DB access.

Currently the ScannableDate is hard-coded in the auto-generated file, from the oapi-codegen tool. It must NOT be on that file, however, due to a seemingly impossibility from go to add methods to a type declared on a different file, it was the implemented solution. The correct solution will possibly pass by creating a different type from the HTTP API for the DB access.
satprog added the
techdebt
label 2024-03-23 16:38:15 +00:00
satprog added this to the Client-Server architecture project 2024-03-23 16:38:15 +00:00
Sign in to join this conversation.
No description provided.