MCPcopy
hub / github.com/writefreely/writefreely / Migration

Interface Migration

migrations/migrations.go:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34)
35
36type Migration interface {
37 Description() string
38 Migrate(db *datastore) error
39}
40
41type migration struct {
42 description string

Callers 2

MigrateFunction · 0.65
MigrateFunction · 0.65

Implementers 1

migrationmigrations/migrations.go

Calls

no outgoing calls

Tested by

no test coverage detected