Files
EdgeAPI/internal/installers/credentials.go
2021-06-30 14:56:36 +08:00

11 lines
159 B
Go

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