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

Method WithAppInstallId

agent/app/repo/website.go:12–12  ·  view source on GitHub ↗
(appInstallId uint)

Source from the content-addressed store, hash-verified

10
11type IWebsiteRepo interface {
12 WithAppInstallId(appInstallId uint) DBOption
13 WithAppInstallIds(appInstallIds []uint) DBOption
14 WithDomain(domain string) DBOption
15 WithAlias(alias string) DBOption

Callers 10

UpdateMethod · 0.65
DeleteCheckMethod · 0.65
handleAppRecoverFunction · 0.65
doAppBackupFunction · 0.65
deleteAppInstallFunction · 0.65
deleteLinkFunction · 0.65
hasLinkDBFunction · 0.65
GetWebsiteResourceMethod · 0.65
GetBindDomainMethod · 0.65
PageMethod · 0.65

Implementers 1

WebsiteRepoagent/app/repo/website.go

Calls

no outgoing calls

Tested by

no test coverage detected