Commit Graph

18 Commits

Author SHA1 Message Date
Valmo Trindade
cd98e49eb8 added handling to the first route controller (postGeoObject endpoint) 2024-07-23 19:28:22 -03:00
Valmo Trindade
9c987747df fixed GeoObject struct to handle json marshalling 2024-07-23 19:27:15 -03:00
Valmo Trindade
e7dc9c09c2 fixed error handling and other types into request methods 2024-07-23 19:26:46 -03:00
Valmo Trindade
9d89c5fb69 refactored env variables handling 2024-07-22 17:11:28 -03:00
Valmo Trindade
a47b3afdeb updated env example 2024-07-22 17:10:59 -03:00
Valmo Trindade
10540bfdd9 added first route handler to the project, the route is returning a 500 error, DAMN DAY I STARTED USING A COMPUTER 2024-07-22 17:08:13 -03:00
Valmo Trindade
d328fd7a46 added latest golang to docker build for extension building 2024-07-22 17:07:21 -03:00
Valmo Trindade
fc32926a92 moved reusabled functions to a different folder for DRY reasons 2024-07-22 17:02:52 -03:00
Valmo Trindade
974c84fd81 added dockerfile for building the libraries for linux 2024-07-22 08:58:40 -03:00
Valmo Trindade
6ce0f25945 added print to modulePathDir 2024-07-21 18:39:44 -03:00
Valmo Trindade
043d58ee2a [WIP] added initial controller and services structure files with defined functions on it 2024-07-21 02:08:18 -03:00
Valmo Trindade
8d7f61fdd6 cleaned comments on main bootstrap 2024-07-21 02:07:39 -03:00
Valmo Trindade
05d2495c0a renamed data file to structs, will be used to define composed types 2024-07-21 02:05:33 -03:00
Valmo Trindade
ddb0dafcec added all FTS API endpoints as a3go registery commands, will use a MVC approach on API to handle the FTS interation 2024-07-21 02:04:59 -03:00
Valmo Trindade
b73b5d10c5 changed request function name 2024-07-19 00:52:32 -03:00
Valmo Trindade
917b11bb4f moved .env file to golang project folder 2024-07-19 00:52:17 -03:00
Valmo Trindade
31d46bc04c After 6 straight hours testing a 40 lines code, first working dll that gets any argument from the ping command and send it to a webhook, i hate golang, actually the env variables are not working as this, you have to set it manually for it to work 2024-07-18 02:49:35 -03:00
Valmo Trindade
02a1e0343a initial main dll extension using a3go as template 2024-07-17 03:03:28 -03:00