Documentation ¶
Index ¶
- func NewAppFuncContextForTest(correlationID string, lc logger.LoggingClient) interfaces.AppFunctionContext
- func NewAppService(serviceKey string, cinfigFileName string) (interfaces.ApplicationService, bool)
- func NewAppServiceWithTargetType(serviceKey string, targetType interface{}, cinfigFileName string) (interfaces.ApplicationService, bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAppFuncContextForTest ¶
func NewAppFuncContextForTest(correlationID string, lc logger.LoggingClient) interfaces.AppFunctionContext
NewAppFuncContextForTest creates and returns a new AppFunctionContext to be used in unit tests for custom pipeline functions
func NewAppService ¶
func NewAppService(serviceKey string, cinfigFileName string) (interfaces.ApplicationService, bool)
NewAppService creates and returns a new ApplicationService with the default TargetType
func NewAppServiceWithTargetType ¶
func NewAppServiceWithTargetType(serviceKey string, targetType interface{}, cinfigFileName string) (interfaces.ApplicationService, bool)
NewAppServiceWithTargetType creates and returns a new ApplicationService with the specified TargetType
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.