httpserver

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Nov 18, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InitHttpServer

func InitHttpServer()

Types

type HealthReport

type HealthReport struct {
	Kubernetes K8sReport    `json:"kubernetes"`
	RorApi     RorApiReport `json:"rorApi"`
	ErrorCount int          `json:"errorCount"`
}

type HealthStatus

type HealthStatus struct {
	Status string       `json:"status"`
	Report HealthReport `json:"report"`
}

type K8sReport

type K8sReport struct {
	HasConfig bool `json:"hasConfig"`
}

type RorApiReport

type RorApiReport struct {
	GotToken bool `json:"token"`
}

Jump to

Keyboard shortcuts

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