internal

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Sep 14, 2020 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DiskIDs added in v0.2.0

type DiskIDs struct {
	// Map of Disk ID types and Disk ID values
	Identifiers map[string]string
}

type DiskLocation

type DiskLocation struct {
	Adapter string
	Bus     string
	Target  string
	LUNID   string
}

type DiskStatsRequest added in v0.2.0

type DiskStatsRequest struct {
	DiskID string
}

type DiskStatsResponse added in v0.2.0

type DiskStatsResponse struct {
	DiskSize int64
}

type GetDiskNumberByNameRequest

type GetDiskNumberByNameRequest struct {
	// Disk device ID of the disk to partition
	DiskName string
}

type GetDiskNumberByNameResponse

type GetDiskNumberByNameResponse struct {
	DiskNumber string
}

type ListDiskIDsRequest added in v0.2.0

type ListDiskIDsRequest struct {
}

type ListDiskIDsResponse added in v0.2.0

type ListDiskIDsResponse struct {
	// Map of disk device numbers and IDs <page83> associated with each disk device
	DiskIDs map[string]*DiskIDs
}

type ListDiskLocationsRequest

type ListDiskLocationsRequest struct {
}

type ListDiskLocationsResponse

type ListDiskLocationsResponse struct {
	// Map of disk device IDs and <adapter, bus, target, lun ID> associated with each disk device
	DiskLocations map[string]*DiskLocation
}

type PartitionDiskRequest

type PartitionDiskRequest struct {
	// Disk device ID of the disk to partition
	DiskID string
}

type PartitionDiskResponse

type PartitionDiskResponse struct {
}

type RescanRequest

type RescanRequest struct {
}

type RescanResponse

type RescanResponse struct {
}

type VersionedAPI

type VersionedAPI interface {
	Register(grpcServer *grpc.Server)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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