mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-07-27 21:18:30 +00:00
update to /stats
This commit is contained in:
parent
ab14cdac72
commit
c55b5fb277
4 changed files with 18 additions and 16 deletions
|
@ -2,11 +2,11 @@ package server
|
|||
|
||||
import (
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"github.com/satori/go.uuid"
|
||||
"net"
|
||||
"sync"
|
||||
"time"
|
||||
"fmt"
|
||||
)
|
||||
|
||||
const CryptoBoxKeyLength = 32
|
||||
|
@ -57,8 +57,8 @@ type AuthInfo struct {
|
|||
}
|
||||
|
||||
type ClientVersion struct {
|
||||
Major int
|
||||
Minor int
|
||||
Major int
|
||||
Minor int
|
||||
Revision int
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue