Documentation ¶
Overview ¶
Package linkstatus provides a gRPC service that allows HashiCorp Cloud Platform (HCP) to query the status of the link library.
Package linkstatus provides a gRPC service that allows HashiCorp Cloud Platform (HCP) to query the status of the link library.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct { // Config contains all dependencies as well as information about the node // Link is running on. Config *config.Config pb.UnimplementedLinkStatusServiceServer }
gRPC service to reports the status of the link library
func (*Service) GetLinkStatus ¶
func (s *Service) GetLinkStatus(_ context.Context, _ *pb.GetLinkStatusRequest) (*pb.GetLinkStatusResponse, error)
GetLinkStatus will be used to fetch the node’s link specific status.
Click to show internal directories.
Click to hide internal directories.