MCPcopy
hub / github.com/1Panel-dev/KubePi / MigrationFUNC

FuncType MigrationFUNC

migrate/migrations/types.go:5–5  ·  view source on GitHub ↗
func(db storm.Node) error

Source from the content-addressed store, hash-verified

3import "github.com/asdine/storm/v3"
4
5type MigrationFUNC func(db storm.Node) error
6
7type Migration struct {
8 Version int

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected