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

Method ProxyDocker

core/utils/xpack/providers/multi_node.go:12–12  ·  view source on GitHub ↗
(proxyURL string)

Source from the content-addressed store, hash-verified

10type MultiNodeProvider interface {
11 Proxy(c *gin.Context, currentNode string)
12 ProxyDocker(proxyURL string) error
13 UpdateGroup(name string, group, newGroup uint) error
14 CheckBackupUsed(name string) error
15 LoadNodeInfo(currentNode string) (*ssh.ConnInfo, string, error)

Callers 1

UpdateProxyMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected