This website requires JavaScript.
Explore
Help
Register
Sign In
valmojr
/
armatak
Watch
1
Star
0
Fork
0
You've already forked armatak
mirror of
https://github.com/valmojr/armatak.git
synced
2026-06-13 18:53:28 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
864875d979fb8176eb30f602c1e4988ea3b01178
armatak
/
extensions
/
armatak
History
Valmo Trindade
864875d979
removed env example
2024-07-25 00:03:48 -03:00
..
controller.go
added handling to the first route controller (postGeoObject endpoint)
2024-07-23 19:28:22 -03:00
Dockerfile
added latest golang to docker build for extension building
2024-07-22 17:07:21 -03:00
go.mod
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
go.sum
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
main.go
removed environment variables handling with godotenv, its just not working and it wont scalate
2024-07-25 00:02:27 -03:00
service.go
added first succefull post request method on postGeoObject endpoint
2024-07-24 05:35:52 -03:00
structs.go
changed float type of coordinates on go lang structs
2024-07-24 05:09:54 -03:00
util.go
added putRequest method to utils
2024-07-24 23:53:51 -03:00