Skip to content

Commit

Permalink
Add collector outline
Browse files Browse the repository at this point in the history
  • Loading branch information
thegodenage committed Apr 6, 2024
1 parent 21c8c4d commit 1480791
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cmd/collector/main.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package main

func main() {

}
4 changes: 4 additions & 0 deletions cmd/collector/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## Collector
Collector is used to collect requests and packets which are then saved and analysed in other services. At the very end
`Collector` proxies the incoming requests to the next services (i.e. to the proxy, or if request needs to be analysed,
validated by some kind capatcha it proxies it there).

0 comments on commit 1480791

Please sign in to comment.