Go to file
2023-09-05 15:30:42 +02:00
charts/gecho feat: switch to local repo 2023-01-20 15:54:51 +01:00
.drone.yml test: enable debug build 2023-09-05 15:30:42 +02:00
.gitignore feat: .gitignore vscode settings 2023-08-30 10:15:07 +02:00
Dockerfile feat: update dockerfile 2023-08-29 12:47:34 +02:00
gecho.go feat: break main into feature files 2023-04-20 13:06:28 +02:00
go.mod feat: update golang mods 2023-08-29 12:48:09 +02:00
go.sum feat: update golang mods 2023-08-29 12:48:09 +02:00
LICENSE initial commit 2023-01-20 09:54:24 +01:00
main.go feat: break main into feature files 2023-04-20 13:06:28 +02:00
README.md chore: update readme 2023-01-20 15:33:57 +01:00
tools.go feat: break main into feature files 2023-04-20 13:06:28 +02:00

Gecho

License

A Simple echo server written in Go

Usage

Just compile (or build the container image) and run the application, the only supported parameters are

  • MAX_REQUESTS environment variable which defaults to 500 if not set, used to limit the number of requests the server will accept
  • TOKEN environment variable which defaults to token if not set, used as a authentication token for the /reset endpoint