Removed unused query params

This commit is contained in:
David Allen 2024-07-24 10:28:23 -06:00
parent d73575ab05
commit d877f9b18f
No known key found for this signature in database
GPG key ID: 717C593FF60A2ACC

View file

@ -42,13 +42,10 @@ type QueryParams struct {
Protocol string // set by the 'protocol' flag Protocol string // set by the 'protocol' flag
Username string // set the BMC username with the 'username' flag Username string // set the BMC username with the 'username' flag
Password string // set the BMC password with the 'password' flag Password string // set the BMC password with the 'password' flag
Drivers []string // DEPRECATED: TO BE REMOVED!!!
Concurrency int // set the of concurrent jobs with the 'concurrency' flag Concurrency int // set the of concurrent jobs with the 'concurrency' flag
Preferred string // DEPRECATED: TO BE REMOVED!!!
Timeout int // set the timeout with the 'timeout' flag Timeout int // set the timeout with the 'timeout' flag
CaCertPath string // set the cert path with the 'cacert' flag CaCertPath string // set the cert path with the 'cacert' flag
Verbose bool // set whether to include verbose output with 'verbose' flag Verbose bool // set whether to include verbose output with 'verbose' flag
IpmitoolPath string // DEPRECATED: TO BE REMOVE!!!
OutputPath string // set the path to save output with 'output' flag OutputPath string // set the path to save output with 'output' flag
ForceUpdate bool // set whether to force updating SMD with 'force-update' flag ForceUpdate bool // set whether to force updating SMD with 'force-update' flag
AccessToken string // set the access token to include in request with 'access-token' flag AccessToken string // set the access token to include in request with 'access-token' flag