Versions in this module Expand all Collapse all v0 v0.2.1 Nov 11, 2024 v0.2.0 Nov 11, 2024 Changes in this version + type ConfigType struct + Db *sqlx.DB + DbTable string + DbUri string + GhClient *github.Client + GithubToken string + Owner string + Repo string + Repository string + RunID int64 + func GetConfig() (ConfigType, error) + type DbContextType struct + InsertJobStmt *sqlx.NamedStmt + InsertStepStmt *sqlx.NamedStmt + Tx *sqlx.Tx