Documentation
¶
Overview ¶
Package client provides primitives to interact with the openapi HTTP API.
Code generated by github.com/oapi-codegen/oapi-codegen/v2 version v2.4.1 DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Disk ¶
type Disk struct {
Id DiskId `json:"id"`
MountPath string `json:"mountPath"`
Name string `json:"name"`
SizeGB int `json:"sizeGB"`
}
Disk defines model for disk.
type DiskDetails ¶
type DiskDetails struct {
CreatedAt time.Time `json:"createdAt"`
Id DiskId `json:"id"`
MountPath string `json:"mountPath"`
Name string `json:"name"`
ServiceId *string `json:"serviceId,omitempty"`
SizeGB int `json:"sizeGB"`
UpdatedAt time.Time `json:"updatedAt"`
}
DiskDetails defines model for diskDetails.
Click to show internal directories.
Click to hide internal directories.