1 Commits

Author SHA1 Message Date
Colin Henry
07db4cf999 dont make it directional 2020-09-04 20:24:37 -07:00

View File

@@ -9,7 +9,7 @@ type Func func(db *sql.DB)
type Actor struct { type Actor struct {
DB *sql.DB DB *sql.DB
ActionChan <-chan Func ActionChan chan Func
} }
func (a *Actor) Run(ctx context.Context) error { func (a *Actor) Run(ctx context.Context) error {