Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service is the service that registers support bundle collectors.
func ProvideService ¶
func ProvideService() *Service
NewService creates a new support bundle collector register service.
func (*Service) Collectors ¶
func (s *Service) Collectors() map[string]supportbundles.Collector
func (*Service) RegisterSupportItemCollector ¶
func (s *Service) RegisterSupportItemCollector(collector supportbundles.Collector)
Click to show internal directories.
Click to hide internal directories.