Versions in this module Expand all Collapse all v0 v0.0.8 Jun 20, 2025 Changes in this version + var DB *sql.DB + func AddStep(content, status string) error + func GetSteps() ([]models.Step, []models.Step, []models.Step, error) + func GetStreamInfo() (models.StreamInfo, error) + func InitDB(filepath string) error + func UpdateStepStatus(id int, status string) error + func UpdateStreamInfo(info models.StreamInfo) error