healthchecks

package module
v0.0.0-...-a2079b4 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2024 License: Apache-2.0 Imports: 6 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Get

func Get(config *Config) []health.Check

Types

type AWSKMSKey

type AWSKMSKey struct {
	Region string
	ID     string
}

type Config

type Config struct {
	MongoDBURL      string
	HTTPClient      httpClient
	Cmd             *cobra.Command
	TLSConfig       *tls.Config
	RedisParameters *RedisParameters
	AWSKMSKeys      []AWSKMSKey
	S3Buckets       []S3Bucket
}

type RedisParameters

type RedisParameters struct {
	Addrs      []string
	MasterName string
	Password   string
	DisableTLS bool
}

type S3Bucket

type S3Bucket struct {
	Region string
	Name   string
}

Directories

Path Synopsis
mongo module

Jump to

Keyboard shortcuts

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