Documentation ¶
Index ¶
- Variables
- func Done() (err error)
- func Execute() error
- func FormatGameInfo(gi *game.GameInfo, ai int) string
- func Include(gi *game.GameInfo) bool
- func Init() (err error)
- func InitSpinlog() (err error)
- func InitStorage() (err error)
- func SqlLoop(exitctx context.Context)
- func Startup() (exitctx context.Context)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNoClubName = errors.New("name of 'club' database does not provided at data source name") ErrNoSpinName = errors.New("name of 'spin' database does not provided at data source name") )
View Source
var (
Cfg = cfg.Cfg
)
Functions ¶
func InitSpinlog ¶
func InitSpinlog() (err error)
func InitStorage ¶
func InitStorage() (err error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.