x/pkg/db/doc.go

14 lines
182 B
Go
Raw Normal View History

2020-06-10 19:04:25 -04:00
package db
/*
Example usage:
ctx, _ := context.WithCancel(context.Background())
dba = &db.Actor{
DB: s.db,
ActionChan: make(chan db.Func),
}
go dba.Run(ctx)
*/