mirror of
https://github.com/openlibrecommunity/olcrtc.git
synced 2026-06-08 13:24:44 +00:00
fix: golangci errors
This commit is contained in:
@@ -51,7 +51,7 @@ type Server struct {
|
||||
// ConnectRequest is a message from the client to establish a new connection.
|
||||
type ConnectRequest struct {
|
||||
Cmd string `json:"cmd"`
|
||||
ClientID string `json:"client_id"`
|
||||
ClientID string `json:"clientId"`
|
||||
Addr string `json:"addr"`
|
||||
Port int `json:"port"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user