Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Configurator ¶
type GrpcController ¶
type GrpcController interface { Check(ctx context.Context, request *grpcHealthV1.HealthCheckRequest) (*grpcHealthV1.HealthCheckResponse, error) Watch(request *grpcHealthV1.HealthCheckRequest, server grpcHealthV1.Health_WatchServer) 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
}
Click to show internal directories.
Click to hide internal directories.