Remove ScannableDate from the autogen file #12
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.