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

Struct SSHService

agent/app/service/ssh.go:44–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42const sshManagedMarker = "# config by 1panel"
43
44type SSHService struct{}
45
46type ISSHService interface {
47 GetSSHInfo() (*dto.SSHInfo, error)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected