Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckRuntime ¶
func CheckRuntime(ctx context.Context, runtime *sharedpb.SignedRuntimeInfoRequest, connection db.ConnectionUrls) (*sharedpb.RuntimeInfoReport, error)
func NewGRPCConn ¶ added in v0.1.1
func NewGRPCConn(ctx context.Context, address string, opts ...grpc.DialOption) (*grpc.ClientConn, 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.