Versions in this module Expand all Collapse all v1 v1.0.0 Oct 24, 2020 Changes in this version + type DbContext struct + func NewDBContext(db *gorm.DB) *DbContext + func (ctx *DbContext) IHaveTodos(data *messages.PickleStepArgument_PickleTable) error + func (ctx *DbContext) InitializeScenario(s *godog.ScenarioContext)