Documentation
¶
Index ¶
- Variables
- func CheckAlgList()
- func DoneSQL() (err error)
- func Execute() error
- func FormatGameInfo(gi *game.GameInfo) string
- func InitSQL() (err error)
- func InitSpinlog() (err error)
- func InitStorage() (err error)
- func LoadExternalYaml(ctx context.Context) (err error)
- func LoadInternalYaml(ctx context.Context)
- func SqlLoop(exitctx context.Context)
- func Startup() (exitctx context.Context)
- func UpdateAlgList()
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 // shortcut
)
Functions ¶
func CheckAlgList ¶ added in v0.12.0
func CheckAlgList()
func FormatGameInfo ¶ added in v0.5.0
func InitSpinlog ¶
func InitSpinlog() (err error)
func InitStorage ¶
func InitStorage() (err error)
func LoadExternalYaml ¶ added in v0.11.0
Load data from extermal yaml files.
func LoadInternalYaml ¶ added in v0.11.0
Load data from embed yaml chunks.
func UpdateAlgList ¶ added in v0.11.0
func UpdateAlgList()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.