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

Method runMigrations

internal/server/server.go:266–268  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

264}
265
266func (e *KubePiServer) runMigrations() {
267 migrate.RunMigrate(e.db, e.logger)
268}
269func (e *KubePiServer) setWebkubectlProxy() {
270 handler := func(ctx *context.Context) {
271 p := ctx.Params().Get("p")

Callers 1

bootstrapMethod · 0.95

Calls 1

RunMigrateFunction · 0.92

Tested by

no test coverage detected