mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 14:14:02 +03:00
Add skeleton of the proxy
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package mtglib
|
||||
|
||||
type ProxyOpts struct {
|
||||
Secret Secret
|
||||
Network Network
|
||||
AntiReplayCache AntiReplayCache
|
||||
IPBlocklist IPBlocklist
|
||||
EventStream EventStream
|
||||
Logger Logger
|
||||
|
||||
Concurrency uint
|
||||
}
|
||||
Reference in New Issue
Block a user