A command an control implementation in go. Let's see how far I can go with this.
Go to file
Stefan Friese 789097fd79 cleanup 2025-01-23 07:57:30 +00:00
agents solved issue with the style of presentation of the agent response on the website. Added agentType to the api, agent and database 2025-01-22 16:02:44 +00:00
src solved issue with the style of presentation of the agent response on the website. Added agentType to the api, agent and database 2025-01-22 16:02:44 +00:00
templates cleanup 2025-01-23 07:57:30 +00:00
.env added more clear output 2025-01-20 15:32:13 +00:00
.gitignore added more clear output 2025-01-20 15:32:13 +00:00
LICENSE
Makefile add autogeneration of help target for Makefile 2025-01-15 07:52:03 +01:00
README.md
go.mod changed hardcoded database configuration to environment variables. Other configuration can also be added to the configuration struct for further usage inside the app. Added an environment file to source for development and usage outside the cluster. 2025-01-17 09:04:20 +00:00
go.sum changed hardcoded database configuration to environment variables. Other configuration can also be added to the configuration struct for further usage inside the app. Added an environment file to source for development and usage outside the cluster. 2025-01-17 09:04:20 +00:00
gomatic.sql solved issue with the style of presentation of the agent response on the website. Added agentType to the api, agent and database 2025-01-22 16:02:44 +00:00
main.go solved issue with the style of presentation of the agent response on the website. Added agentType to the api, agent and database 2025-01-22 16:02:44 +00:00
rename.sh

README.md

gontrol

A command an control implementation in go. Let's see how far I can go with this.