package models type Log struct { ID string `db:"log_id"` IssueID string `db:"issue_id"` }