This repository has been archived on 2026-07-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
GoEdgeAPI/internal/installers/credentials.go
T
2021-11-06 15:31:01 +08:00

12 lines
178 B
Go

package installers
type Credentials struct {
Host string
Port int
Username string
Password string
PrivateKey string
Passphrase string
Method string
}