Versions in this module Expand all Collapse all v0 v0.1.0 Dec 3, 2019 Changes in this version + type ITrans interface + Exec func(ctx context.Context, fn func(context.Context) error) error + type Trans struct + TransModel model.ITrans + func NewTrans(trans model.ITrans) *Trans + func (a *Trans) Exec(ctx context.Context, fn func(context.Context) error) error