Discover Packages
github.com/hculpan/areweplaying
pkg
data
package
Version:
v0.0.0-...-a36ef9d
Opens a new window with list of versions in this module.
Published: Apr 28, 2024
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 Player struct {
Name string `json:"name"`
Attending string `json:"attending"`
ToggleUrl string `json:"-"`
Email string `json:"email"`
Gm bool `json:"gm"`
}
type Session struct {
Date string `json:"date"`
Players []Player `json:"players"`
IncrementDays int `json:"inc_days"`
Status string `json:"status"`
Password string `json:"password"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.