spelling: parameters
This commit is contained in:
parent
6a2ad49feb
commit
18f51e7338
|
@ -56,7 +56,7 @@ type Image struct {
|
|||
TimeCreated time.Time `json:"timeCreated"`
|
||||
}
|
||||
|
||||
// GetImageParams are the paramaters available when communicating with the
|
||||
// GetImageParams are the parameters available when communicating with the
|
||||
// GetImage API endpoint.
|
||||
type GetImageParams struct {
|
||||
ID string `url:"imageId"`
|
||||
|
|
|
@ -60,7 +60,7 @@ type Instance struct {
|
|||
TimeCreated time.Time `json:"timeCreated"`
|
||||
}
|
||||
|
||||
// GetInstanceParams are the paramaters available when communicating with the
|
||||
// GetInstanceParams are the parameters available when communicating with the
|
||||
// GetInstance API endpoint.
|
||||
type GetInstanceParams struct {
|
||||
ID string `url:"instanceId,omitempty"`
|
||||
|
|
|
@ -29,7 +29,7 @@ type VNIC struct {
|
|||
TimeCreated time.Time `json:"timeCreated"`
|
||||
}
|
||||
|
||||
// GetVNICParams are the paramaters available when communicating with the
|
||||
// GetVNICParams are the parameters available when communicating with the
|
||||
// ListVNICs API endpoint.
|
||||
type GetVNICParams struct {
|
||||
ID string `url:"vnicId"`
|
||||
|
|
|
@ -31,7 +31,7 @@ type VNICAttachment struct {
|
|||
VNICID string `json:"vnicId"`
|
||||
}
|
||||
|
||||
// ListVnicAttachmentsParams are the paramaters available when communicating
|
||||
// ListVnicAttachmentsParams are the parameters available when communicating
|
||||
// with the ListVnicAttachments API endpoint.
|
||||
type ListVnicAttachmentsParams struct {
|
||||
AvailabilityDomain string `url:"availabilityDomain,omitempty"`
|
||||
|
|
Loading…
Reference in New Issue