Documentation ¶
Overview ¶
Package entity contains the entity creation strategies
Index ¶
- func NewAddOriginatingEntityStrategy(propSvc propertyService.PropertiesService, provMgr manager.ProviderManager, ...) strategies.GetEntityStrategy
- func NewDelOriginatingEntityStrategy(propSvc propertyService.PropertiesService, provMgr manager.ProviderManager, ...) strategies.GetEntityStrategy
- func NewGetEntityByUpstreamIDStrategy(propSvc propertyService.PropertiesService) strategies.GetEntityStrategy
- func NewRefreshEntityByIDStrategy(propSvc propertyService.PropertiesService, provManager manager.ProviderManager, ...) strategies.GetEntityStrategy
- func NewRefreshEntityByUpstreamPropsStrategy(propSvc propertyService.PropertiesService, provMgr manager.ProviderManager, ...) strategies.GetEntityStrategy
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAddOriginatingEntityStrategy ¶
func NewAddOriginatingEntityStrategy( propSvc propertyService.PropertiesService, provMgr manager.ProviderManager, store db.Store, ) strategies.GetEntityStrategy
NewAddOriginatingEntityStrategy creates a new addOriginatingEntityStrategy.
func NewDelOriginatingEntityStrategy ¶
func NewDelOriginatingEntityStrategy( propSvc propertyService.PropertiesService, provMgr manager.ProviderManager, store db.Store, ) strategies.GetEntityStrategy
NewDelOriginatingEntityStrategy creates a new delOriginatingEntityStrategy.
func NewGetEntityByUpstreamIDStrategy ¶
func NewGetEntityByUpstreamIDStrategy( propSvc propertyService.PropertiesService, ) strategies.GetEntityStrategy
NewGetEntityByUpstreamIDStrategy creates a new getEntityByUpstreamIDStrategy.
func NewRefreshEntityByIDStrategy ¶
func NewRefreshEntityByIDStrategy( propSvc propertyService.PropertiesService, provManager manager.ProviderManager, store db.Store, ) strategies.GetEntityStrategy
NewRefreshEntityByIDStrategy creates a new getEntityByUpstreamIDStrategy.
func NewRefreshEntityByUpstreamPropsStrategy ¶
func NewRefreshEntityByUpstreamPropsStrategy( propSvc propertyService.PropertiesService, provMgr manager.ProviderManager, store db.Store, ) strategies.GetEntityStrategy
NewRefreshEntityByUpstreamPropsStrategy creates a new refreshEntityByUpstreamIDStrategy.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.