Add skeleton of the proxy

This commit is contained in:
9seconds
2021-03-17 16:13:31 +03:00
parent 7955ac6a46
commit 23519913f2
7 changed files with 224 additions and 13 deletions
+12
View File
@@ -0,0 +1,12 @@
package mtglib
type ProxyOpts struct {
Secret Secret
Network Network
AntiReplayCache AntiReplayCache
IPBlocklist IPBlocklist
EventStream EventStream
Logger Logger
Concurrency uint
}