Documentation ¶
Index ¶
- type Service
- func (s *Service) HasExternalService(ctx context.Context, pluginID string) (bool, error)
- func (s *Service) RegisterExternalService(ctx context.Context, pluginID string, pType pfs.Type, svc *pfs.IAM) (*auth.ExternalService, error)
- func (s *Service) RemoveExternalService(ctx context.Context, pluginID string) error
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
}
func ProvideService ¶
func ProvideService(features featuremgmt.FeatureToggles, reg extsvcauth.ExternalServiceRegistry, settingsSvc pluginsettings.Service) *Service
func (*Service) HasExternalService ¶
Click to show internal directories.
Click to hide internal directories.