Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
266
func
(e *KubePiServer) runMigrations() {
267
migrate.RunMigrate(e.db, e.logger)
268
}
269
func
(e *KubePiServer) setWebkubectlProxy() {
270
handler :=
func
(ctx *context.Context) {
271
p := ctx.Params().Get(
"p"
)
Callers
1
bootstrap
Method · 0.95
Calls
1
RunMigrate
Function · 0.92
Tested by
no test coverage detected