healthCheckDomain

package
v0.0.0-...-0bb06ad Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Configurator

type Configurator interface {
	Configure(ctx context.Context) error
}

type HealthCheckUseCase

type HealthCheckUseCase interface {
	Check() *healthCheckDto.HealthCheckResponseDto
}

type HttpController

type HttpController interface {
	Check(c echo.Context) error
}

type KafkaHealthCheckUseCase

type KafkaHealthCheckUseCase interface {
	Check() bool
}

type PostgresHealthCheckUseCase

type PostgresHealthCheckUseCase interface {
	Check() bool
}

type TmpDirHealthCheckUseCase

type TmpDirHealthCheckUseCase interface {
	Check() bool
}

Jump to

Keyboard shortcuts

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