Documentation
¶
Index ¶
Constants ¶
View Source
const ( BackoffMaxRetries = 15 SegmentKey = "oLhjq9j6pOrIB7TjNHxWWB1ILhK5Fwn6" )
View Source
const ( BACKUP = "BACKUP" INIT = "INIT" PRUNE = "PRUNE" START = "START" VERSION = "VERSION" )
Variables ¶
View Source
var ( KaonEndpoints = []string{ "https://api.kaon.kyve.network", } KorelliaEndpoints = []string{ "https://api.korellia.kyve.network", } MainnetEndpoints = []string{ "https://api.kyve.network", } )
View Source
var Version string
Functions ¶
This section is empty.
Types ¶
type GenesisDoc ¶ added in v0.2.1
type GenesisDoc = tmTypes.GenesisDoc
type HeightResponse ¶
type HeightResponse struct {
Result struct {
Response struct {
LastBlockHeight string `json:"last_block_height"`
} `json:"response"`
} `json:"result"`
}
type Metrics ¶ added in v0.2.0
type Metrics struct {
PoolHeight prometheus.Gauge
NodeHeight prometheus.Gauge
MaxHeight prometheus.Gauge
MinHeight prometheus.Gauge
DataDirSize prometheus.Gauge
}
type PoolSettingsType ¶
type ProcessType ¶
type SettingsResponse ¶
type SettingsType ¶
type SupervysorConfig ¶ added in v0.2.1
Click to show internal directories.
Click to hide internal directories.