Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WatchForChanges ¶
func WatchForChanges()
Types ¶
type CoinDetails ¶
type DatabaseInterface ¶
type DatabaseInterface interface { GetUserLoginDetails(username string) *LoginDetails GetUserCoins(username string) *CoinDetails SetupDatabase() error }
func NewDatabase ¶
func NewDatabase() (*DatabaseInterface, error)
type LoginDetails ¶
Database collections
Click to show internal directories.
Click to hide internal directories.