Files
EdgeAPI/internal/installers/credentials.go
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
}