Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataPersister ¶
type DataPersister interface { Close() // Player SaveNewPlayer(name string, guid string, ip_address string) error UpdatePlayer() error // Pen Pen_add(guid string, size float64) error Pen_PenOfTheDay() (string, []PenData, error) Pen_PenHallOfFame() ([]PenData, error) Pen_PenHallOfShame() ([]PenData, error) }
Click to show internal directories.
Click to hide internal directories.