mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-02 16:08:31 +00:00
Reformat
This commit is contained in:
parent
85a0fb7b79
commit
ea4909cdc6
2 changed files with 5 additions and 7 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue