Documentation ¶
Index ¶
Constants ¶
View Source
const ( Text = iota + 1 Base64 )
View Source
const DBURLDNE = "DB URL does not exist !!"
DBURLDNE database does not exist or unreachable
View Source
const RDURLDNE = "RD URL does not exist !!"
RDURLDNE redis does not exist or unreachable
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DbConnection ¶ added in v0.7.9
type DbConnection interface {
// contains filtered or unexported methods
}
func CheckDBConnection ¶ added in v0.4.2
func CheckDBConnection(ctx context.Context, runtime *sharedpb.SignedRuntimeInfoRequest, connection db.ConnectionUrls) (*sharedpb.RuntimeInfoReport, []DbConnection, error)
CheckDBConnection checks database connections.
type GrpcHealthServer ¶
type GrpcHealthServer struct{}
func (*GrpcHealthServer) Check ¶
func (s *GrpcHealthServer) Check(context.Context, *he.HealthCheckRequest) (*he.HealthCheckResponse, error)
func (*GrpcHealthServer) Watch ¶
func (s *GrpcHealthServer) Watch(*he.HealthCheckRequest, he.Health_WatchServer) error
type PostgresObj ¶ added in v0.7.9
Click to show internal directories.
Click to hide internal directories.