Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateHealthData ¶
func GenerateHealthData() types.HealthInfo
func MountUsage ¶
func MountUsage(path string) (disk types.MountStatus)
Function to get disk usage of path/disk
Types ¶
type Endpoint ¶
type Endpoint struct {
// contains filtered or unexported fields
}
func NewEndpoint ¶
func NewEndpoint(params EndpointParams) *Endpoint
type EndpointParams ¶
type EndpointParams struct { Router *echo.Echo NodeID string PeerStore peerstore.Peerstore NodeInfoProvider models.NodeInfoProvider }
Click to show internal directories.
Click to hide internal directories.