Documentation
¶
Index ¶
- func WithContext(metricServicesClient metricservicesClient.Client, ...) rest.HandlerFunc
- type Standard
- func (s *Standard) AuthenticationDetails() userservicesClient.AuthenticationDetails
- func (s *Standard) DataDeduplicatorFactory() deduplicator.Factory
- func (s *Standard) DataFactory() data.Factory
- func (s *Standard) DataStoreSession() dataStore.Session
- func (s *Standard) MetricServicesClient() metricservicesClient.Client
- func (s *Standard) SetAuthenticationDetails(authenticationDetails userservicesClient.AuthenticationDetails)
- func (s *Standard) TaskStoreSession() taskStore.Session
- func (s *Standard) UserServicesClient() userservicesClient.Client
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithContext ¶
func WithContext(metricServicesClient metricservicesClient.Client, userServicesClient userservicesClient.Client, dataFactory data.Factory, dataDeduplicatorFactory deduplicator.Factory, dataStore dataStore.Store, taskStore taskStore.Store, handler service.HandlerFunc) rest.HandlerFunc
Types ¶
type Standard ¶
type Standard struct { commonService.Context // contains filtered or unexported fields }
func (*Standard) AuthenticationDetails ¶ added in v1.0.0
func (s *Standard) AuthenticationDetails() userservicesClient.AuthenticationDetails
func (*Standard) DataDeduplicatorFactory ¶
func (s *Standard) DataDeduplicatorFactory() deduplicator.Factory
func (*Standard) DataFactory ¶
func (*Standard) DataStoreSession ¶
func (*Standard) MetricServicesClient ¶ added in v1.0.0
func (s *Standard) MetricServicesClient() metricservicesClient.Client
func (*Standard) SetAuthenticationDetails ¶ added in v1.0.0
func (s *Standard) SetAuthenticationDetails(authenticationDetails userservicesClient.AuthenticationDetails)
func (*Standard) TaskStoreSession ¶ added in v1.2.0
func (*Standard) UserServicesClient ¶
func (s *Standard) UserServicesClient() userservicesClient.Client
Click to show internal directories.
Click to hide internal directories.