client

package
v1.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 31, 2025 License: Apache-2.0 Imports: 1 Imported by: 0

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.

type DiskId

type DiskId = string

DiskId defines model for diskId.

type DiskIdQuery

type DiskIdQuery = []DiskId

DiskIdQuery defines model for diskIdQuery.

type DiskPATCH

type DiskPATCH struct {
	MountPath *string `json:"mountPath,omitempty"`
	Name      *string `json:"name,omitempty"`
	SizeGB    *int    `json:"sizeGB,omitempty"`
}

DiskPATCH defines model for diskPATCH.

type DiskPOST

type DiskPOST struct {
	MountPath string `json:"mountPath"`
	Name      string `json:"name"`
	ServiceId string `json:"serviceId"`
	SizeGB    int    `json:"sizeGB"`
}

DiskPOST defines model for diskPOST.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL