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 Log logrus.FieldLogger Manager manager.Manager 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(context.Context, *debugv1.GetInfoRequest) (*debugv1.GetInfoResponse, error)
GetInfo gets SPIRE Agent debug information
Click to show internal directories.
Click to hide internal directories.