types

package
v1.5.0-alpha4 Latest Latest
Warning

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

Go to latest
Published: Sep 19, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FreeSpace

type FreeSpace struct {
	TMP  MountStatus `json:"tmp"`
	ROOT MountStatus `json:"root"`
}

type HealthInfo

type HealthInfo struct {
	DiskFreeSpace FreeSpace `json:"FreeSpace"`
}

Struct to report from the healthz endpoint

type MountStatus

type MountStatus struct {
	All  uint64 `json:"All"`
	Used uint64 `json:"Used"`
	Free uint64 `json:"Free"`
}

Creating structure for DiskStatus

type ResultsList

type ResultsList struct {
	Node   string `json:"node"`
	Cid    string `json:"cid"`
	Folder string `json:"folder"`
}

type VarZ

type VarZ struct {
}

Struct to report for VarZ

Jump to

Keyboard shortcuts

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