5 lines
230 B
Go
5 lines
230 B
Go
// Package store owns the Dispatcher SQLite authority: inbox, tasks, quota
|
|
// reservations, controls, and the transactional event outbox. It is not used
|
|
// by Agent processes; Agent execution state belongs in files.
|
|
package store
|