this app is used solely for testing purposes the code is bad, sorry :D
Go to file
2023-01-13 13:28:05 +03:00
dto initial 2023-01-13 13:28:05 +03:00
handler initial 2023-01-13 13:28:05 +03:00
.gitignore initial 2023-01-13 13:28:05 +03:00
go.mod initial 2023-01-13 13:28:05 +03:00
go.sum initial 2023-01-13 13:28:05 +03:00
LICENSE initial 2023-01-13 13:28:05 +03:00
main.go initial 2023-01-13 13:28:05 +03:00
middleware.go initial 2023-01-13 13:28:05 +03:00
README.md initial 2023-01-13 13:28:05 +03:00
teststore.go initial 2023-01-13 13:28:05 +03:00

vk webhook flooder mock

Test app with routes for:

  • MG message receiving
  • VK users.get method
  • custom api that floods vk transport with requests

a lot of stuff is hardcoded, even more is coded poorly because I didn't have enough time. read code to understand what it does. there is not a lot of it.

fetch deps with go mod tidy && go mod vendor build with go build -o main .

enjoy! ~