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

11 lines
159 B
Go

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