Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Splits counter type Splits = iota // Segments counter type Segments // Storage counter type Storage // SyncErros counter type SyncErros )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HealthDto ¶
type HealthDto struct {
Healthy bool `json:"healthy"`
HealthySince *time.Time `json:"healthySince"`
Items []ItemDto `json:"items"`
}
HealthDto struct
Click to show internal directories.
Click to hide internal directories.