Versions in this module Expand all Collapse all v1 v1.0.2 May 18, 2023 Changes in this version + func RegisterService(s *grpc.Server, service *Service) + type Config struct + Clock clock.Clock + DataStore datastore.DataStore + SVIDObserver svid.Observer + TrustDomain spiffeid.TrustDomain + Uptime func() time.Duration + type Service struct + func New(config Config) *Service + func (s *Service) GetInfo(ctx context.Context, req *debugv1.GetInfoRequest) (*debugv1.GetInfoResponse, error)