Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterService ¶
RegisterService registers debug service on provided server
Types ¶
type Config ¶
type Config struct {
Clock clock.Clock
DataStore datastore.DataStore
SVIDObserver svid.Observer
TrustDomain spiffeid.TrustDomain
Uptime func() time.Duration
}
Config configurations for debug service
type Service ¶
type Service struct {
debugv1.UnsafeDebugServer
// contains filtered or unexported fields
}
Service implements debug server
func (*Service) GetInfo ¶
func (s *Service) GetInfo(ctx context.Context, _ *debugv1.GetInfoRequest) (*debugv1.GetInfoResponse, error)
GetInfo gets SPIRE Server debug information
Click to show internal directories.
Click to hide internal directories.