Documentation ¶
Index ¶
- Constants
- func BytesToString(data []byte, encoding int) (string, error)
- func CheckRuntime(ctx context.Context, runtime *sharedpb.SignedRuntimeInfoRequest, ...) (*sharedpb.RuntimeInfoReport, error)
- func RegisterHealthCheckService(s *grpc.Server)
- func StringToBytes(str string, encoding int) ([]byte, error)
- type GrpcHealthServer
Constants ¶
View Source
const ( Text = iota + 1 Base64 )
Variables ¶
This section is empty.
Functions ¶
func CheckRuntime ¶
func CheckRuntime(ctx context.Context, runtime *sharedpb.SignedRuntimeInfoRequest, connection db.ConnectionUrls) (*sharedpb.RuntimeInfoReport, error)
Types ¶
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
Click to show internal directories.
Click to hide internal directories.