(proxyURL string)
| 10 | type 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) |