7 lines
260 B
Go
7 lines
260 B
Go
// Package repository will host SQL-backed data access (plan §1: tenant, module, peer, revision, jobs).
|
|
//
|
|
// The in-memory implementation used by the current API lives in internal/store.
|
|
// Migrations: see migrations/ at repository root.
|
|
|
|
package repository
|