1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-02 16:08:31 +00:00
This commit is contained in:
Kane York 2017-10-27 13:15:00 -07:00
parent 85a0fb7b79
commit ea4909cdc6
2 changed files with 5 additions and 7 deletions

View file

@ -47,13 +47,11 @@ type ConfigFile struct {
ProxyRoutes []ProxyRoute
}
type ProxyRoute struct {
Route string
Server string
}
type ClientMessage struct {
// Message ID. Increments by 1 for each message sent from the client.
// When replying to a command, the message ID must be echoed.