Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
36
type
Migration
interface
{
37
Description() string
38
Migrate(db *datastore) error
39
}
40
41
type
migration
struct
{
42
description string
Callers
2
Migrate
Function · 0.65
Migrate
Function · 0.65
Implementers
1
migration
migrations/migrations.go
Calls
no outgoing calls
Tested by
no test coverage detected