package
Version:
v14.38.0
Opens a new window with list of versions in this module.
Published: Jul 25, 2024
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package healthcheck implements a HTTP client to request healthcheck endpoint
Client defines configuration for healthcheck client
NewClient initializes a client's struct
Check makes a GET request to healthcheck endpoint
type Response struct {
APIVersion string `json:"api_version"`
GitlabVersion string `json:"gitlab_version"`
GitlabRevision string `json:"gitlab_rev"`
Redis bool `json:"redis"`
}
Response contains healthcheck endpoint response data
Source Files
¶
Click to show internal directories.
Click to hide internal directories.