mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-10 00:00:53 +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
|
ProxyRoutes []ProxyRoute
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
type ProxyRoute struct {
|
type ProxyRoute struct {
|
||||||
Route string
|
Route string
|
||||||
Server string
|
Server string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
type ClientMessage struct {
|
type ClientMessage struct {
|
||||||
// Message ID. Increments by 1 for each message sent from the client.
|
// Message ID. Increments by 1 for each message sent from the client.
|
||||||
// When replying to a command, the message ID must be echoed.
|
// When replying to a command, the message ID must be echoed.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue