MCPcopy Create free account
hub / github.com/1Panel-dev/1Panel / WithImage

Method WithImage

agent/app/repo/runtime.go:16–16  ·  view source on GitHub ↗
(image string)

Source from the content-addressed store, hash-verified

14
15type IRuntimeRepo interface {
16 WithImage(image string) DBOption
17 WithNotId(id uint) DBOption
18 WithStatus(status string) DBOption
19 WithDetailId(id uint) DBOption

Callers 2

CreateMethod · 0.65
UpdateMethod · 0.65

Implementers 1

RuntimeRepoagent/app/repo/runtime.go

Calls

no outgoing calls

Tested by

no test coverage detected