this app is used solely for testing purposes
the code is bad, sorry :D
dto | ||
handler | ||
.gitignore | ||
go.mod | ||
go.sum | ||
LICENSE | ||
main.go | ||
middleware.go | ||
README.md | ||
teststore.go |
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! ~