Discover Packages
github.com/gridanias-helden/voidsent
pkg
models
package
Version:
v0.0.1-0...-d82520f
Opens a new window with list of versions in this module.
Published: Nov 10, 2023
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type LobbyEntry struct {
ID string `json:"id"`
Game string `json:"game"`
Name string `json:"name"`
Players int `json:"players"`
}
type Message struct {
To string `json:"to"`
From string `json:"from"`
Topic string `json:"topic"`
Body any `json:"body"`
}
type Player struct {
ID string `json:"id"`
Name string `json:"name"`
Avatar string `json:"avatar"`
SessionID string `json:"session_id"`
Updated time .Time `json:"updated"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.