Versions in this module Expand all Collapse all v0 v0.0.1 Jun 13, 2023 Changes in this version + type MockAuthenticator struct + func NewMockAuthenticator(ctrl *gomock.Controller) *MockAuthenticator + func (m *MockAuthenticator) AddAuthenticationHeader(request *http.Request) error + func (m *MockAuthenticator) Authenticate() error + func (m *MockAuthenticator) EXPECT() *MockAuthenticatorMockRecorder + func (m *MockAuthenticator) IsSupported() bool + type MockAuthenticatorMockRecorder struct + func (mr *MockAuthenticatorMockRecorder) AddAuthenticationHeader(request interface{}) *gomock.Call + func (mr *MockAuthenticatorMockRecorder) Authenticate() *gomock.Call + func (mr *MockAuthenticatorMockRecorder) IsSupported() *gomock.Call + type MockConfiguration struct + func NewMockConfiguration(ctrl *gomock.Controller) *MockConfiguration + func (m *MockConfiguration) AddAlternativeKeys(key string, altKeys []string) + func (m *MockConfiguration) AddDefaultValue(key string, defaultValue configuration.DefaultValueFunction) + func (m *MockConfiguration) AddFlagSet(flagset *pflag.FlagSet) error + func (m *MockConfiguration) AllKeys() []string + func (m *MockConfiguration) Clone() configuration.Configuration + func (m *MockConfiguration) EXPECT() *MockConfigurationMockRecorder + func (m *MockConfiguration) Get(key string) interface{} + func (m *MockConfiguration) GetAlternativeKeys(key string) []string + func (m *MockConfiguration) GetBool(key string) bool + func (m *MockConfiguration) GetFloat64(key string) float64 + func (m *MockConfiguration) GetInt(key string) int + func (m *MockConfiguration) GetStorage() configuration.Storage + func (m *MockConfiguration) GetString(key string) string + func (m *MockConfiguration) GetStringSlice(key string) []string + func (m *MockConfiguration) GetUrl(key string) *url.URL + func (m *MockConfiguration) PersistInStorage(key string) + func (m *MockConfiguration) Set(key string, value interface{}) + func (m *MockConfiguration) SetStorage(storage configuration.Storage) + type MockConfigurationMockRecorder struct + func (mr *MockConfigurationMockRecorder) AddAlternativeKeys(key, altKeys interface{}) *gomock.Call + func (mr *MockConfigurationMockRecorder) AddDefaultValue(key, defaultValue interface{}) *gomock.Call + func (mr *MockConfigurationMockRecorder) AddFlagSet(flagset interface{}) *gomock.Call + func (mr *MockConfigurationMockRecorder) AllKeys() *gomock.Call + func (mr *MockConfigurationMockRecorder) Clone() *gomock.Call + func (mr *MockConfigurationMockRecorder) Get(key interface{}) *gomock.Call + func (mr *MockConfigurationMockRecorder) GetAlternativeKeys(key interface{}) *gomock.Call + func (mr *MockConfigurationMockRecorder) GetBool(key interface{}) *gomock.Call + func (mr *MockConfigurationMockRecorder) GetFloat64(key interface{}) *gomock.Call + func (mr *MockConfigurationMockRecorder) GetInt(key interface{}) *gomock.Call + func (mr *MockConfigurationMockRecorder) GetStorage() *gomock.Call + func (mr *MockConfigurationMockRecorder) GetString(key interface{}) *gomock.Call + func (mr *MockConfigurationMockRecorder) GetStringSlice(key interface{}) *gomock.Call + func (mr *MockConfigurationMockRecorder) GetUrl(key interface{}) *gomock.Call + func (mr *MockConfigurationMockRecorder) PersistInStorage(key interface{}) *gomock.Call + func (mr *MockConfigurationMockRecorder) Set(key, value interface{}) *gomock.Call + func (mr *MockConfigurationMockRecorder) SetStorage(storage interface{}) *gomock.Call + type MockConfigurationOptions struct + func NewMockConfigurationOptions(ctrl *gomock.Controller) *MockConfigurationOptions + func (m *MockConfigurationOptions) EXPECT() *MockConfigurationOptionsMockRecorder + type MockConfigurationOptionsMockRecorder struct + type MockData struct + func NewMockData(ctrl *gomock.Controller) *MockData + func (m *MockData) EXPECT() *MockDataMockRecorder + func (m *MockData) GetContentLocation() string + func (m *MockData) GetContentType() string + func (m *MockData) GetIdentifier() workflow.Identifier + func (m *MockData) GetMetaData(key string) (string, error) + func (m *MockData) GetPayload() interface{} + func (m *MockData) SetContentLocation(arg0 string) + func (m *MockData) SetMetaData(key, value string) + func (m *MockData) SetPayload(payload interface{}) + type MockDataMockRecorder struct + func (mr *MockDataMockRecorder) GetContentLocation() *gomock.Call + func (mr *MockDataMockRecorder) GetContentType() *gomock.Call + func (mr *MockDataMockRecorder) GetIdentifier() *gomock.Call + func (mr *MockDataMockRecorder) GetMetaData(key interface{}) *gomock.Call + func (mr *MockDataMockRecorder) GetPayload() *gomock.Call + func (mr *MockDataMockRecorder) SetContentLocation(arg0 interface{}) *gomock.Call + func (mr *MockDataMockRecorder) SetMetaData(key, value interface{}) *gomock.Call + func (mr *MockDataMockRecorder) SetPayload(payload interface{}) *gomock.Call + type MockEngine struct + func NewMockEngine(ctrl *gomock.Controller) *MockEngine + func (m *MockEngine) AddExtensionInitializer(initializer workflow.ExtensionInit) + func (m *MockEngine) EXPECT() *MockEngineMockRecorder + func (m *MockEngine) GetAnalytics() analytics.Analytics + func (m *MockEngine) GetConfiguration() configuration.Configuration + func (m *MockEngine) GetLogger() *zerolog.Logger + func (m *MockEngine) GetNetworkAccess() networking.NetworkAccess + func (m *MockEngine) GetWorkflow(id workflow.Identifier) (workflow.Entry, bool) + func (m *MockEngine) GetWorkflows() []workflow.Identifier + func (m *MockEngine) Init() error + func (m *MockEngine) Invoke(id workflow.Identifier) ([]workflow.Data, error) + func (m *MockEngine) InvokeWithConfig(id workflow.Identifier, config configuration.Configuration) ([]workflow.Data, error) + func (m *MockEngine) InvokeWithInput(id workflow.Identifier, input []workflow.Data) ([]workflow.Data, error) + func (m *MockEngine) InvokeWithInputAndConfig(id workflow.Identifier, input []workflow.Data, ...) ([]workflow.Data, error) + func (m *MockEngine) Register(id workflow.Identifier, config workflow.ConfigurationOptions, ...) (workflow.Entry, error) + func (m *MockEngine) SetConfiguration(config configuration.Configuration) + func (m *MockEngine) SetLogger(logger *zerolog.Logger) + type MockEngineMockRecorder struct + func (mr *MockEngineMockRecorder) AddExtensionInitializer(initializer interface{}) *gomock.Call + func (mr *MockEngineMockRecorder) GetAnalytics() *gomock.Call + func (mr *MockEngineMockRecorder) GetConfiguration() *gomock.Call + func (mr *MockEngineMockRecorder) GetLogger() *gomock.Call + func (mr *MockEngineMockRecorder) GetNetworkAccess() *gomock.Call + func (mr *MockEngineMockRecorder) GetWorkflow(id interface{}) *gomock.Call + func (mr *MockEngineMockRecorder) GetWorkflows() *gomock.Call + func (mr *MockEngineMockRecorder) Init() *gomock.Call + func (mr *MockEngineMockRecorder) Invoke(id interface{}) *gomock.Call + func (mr *MockEngineMockRecorder) InvokeWithConfig(id, config interface{}) *gomock.Call + func (mr *MockEngineMockRecorder) InvokeWithInput(id, input interface{}) *gomock.Call + func (mr *MockEngineMockRecorder) InvokeWithInputAndConfig(id, input, config interface{}) *gomock.Call + func (mr *MockEngineMockRecorder) Register(id, config, callback interface{}) *gomock.Call + func (mr *MockEngineMockRecorder) SetConfiguration(config interface{}) *gomock.Call + func (mr *MockEngineMockRecorder) SetLogger(logger interface{}) *gomock.Call + type MockEntry struct + func NewMockEntry(ctrl *gomock.Controller) *MockEntry + func (m *MockEntry) EXPECT() *MockEntryMockRecorder + func (m *MockEntry) GetConfigurationOptions() workflow.ConfigurationOptions + func (m *MockEntry) GetEntryPoint() workflow.Callback + func (m *MockEntry) IsVisible() bool + func (m *MockEntry) SetVisibility(visible bool) + type MockEntryMockRecorder struct + func (mr *MockEntryMockRecorder) GetConfigurationOptions() *gomock.Call + func (mr *MockEntryMockRecorder) GetEntryPoint() *gomock.Call + func (mr *MockEntryMockRecorder) IsVisible() *gomock.Call + func (mr *MockEntryMockRecorder) SetVisibility(visible interface{}) *gomock.Call + type MockInvocationContext struct + func NewMockInvocationContext(ctrl *gomock.Controller) *MockInvocationContext + func (m *MockInvocationContext) EXPECT() *MockInvocationContextMockRecorder + func (m *MockInvocationContext) GetAnalytics() analytics.Analytics + func (m *MockInvocationContext) GetConfiguration() configuration.Configuration + func (m *MockInvocationContext) GetEngine() workflow.Engine + func (m *MockInvocationContext) GetEnhancedLogger() *zerolog.Logger + func (m *MockInvocationContext) GetLogger() *log.Logger + func (m *MockInvocationContext) GetNetworkAccess() networking.NetworkAccess + func (m *MockInvocationContext) GetWorkflowIdentifier() workflow.Identifier + type MockInvocationContextMockRecorder struct + func (mr *MockInvocationContextMockRecorder) GetAnalytics() *gomock.Call + func (mr *MockInvocationContextMockRecorder) GetConfiguration() *gomock.Call + func (mr *MockInvocationContextMockRecorder) GetEngine() *gomock.Call + func (mr *MockInvocationContextMockRecorder) GetEnhancedLogger() *gomock.Call + func (mr *MockInvocationContextMockRecorder) GetLogger() *gomock.Call + func (mr *MockInvocationContextMockRecorder) GetNetworkAccess() *gomock.Call + func (mr *MockInvocationContextMockRecorder) GetWorkflowIdentifier() *gomock.Call + type MockNetworkAccess struct + func NewMockNetworkAccess(ctrl *gomock.Controller) *MockNetworkAccess + func (m *MockNetworkAccess) AddHeaderField(key, value string) + func (m *MockNetworkAccess) AddHeaders(request *http.Request) error + func (m *MockNetworkAccess) AddRootCAs(pemFileLocation string) error + func (m *MockNetworkAccess) EXPECT() *MockNetworkAccessMockRecorder + func (m *MockNetworkAccess) GetAuthenticator() auth.Authenticator + func (m *MockNetworkAccess) GetHttpClient() *http.Client + func (m *MockNetworkAccess) GetRoundTripper() http.RoundTripper + func (m *MockNetworkAccess) GetUnauthorizedHttpClient() *http.Client + func (m *MockNetworkAccess) SetLogger(logger *zerolog.Logger) + type MockNetworkAccessMockRecorder struct + func (mr *MockNetworkAccessMockRecorder) AddHeaderField(key, value interface{}) *gomock.Call + func (mr *MockNetworkAccessMockRecorder) AddHeaders(request interface{}) *gomock.Call + func (mr *MockNetworkAccessMockRecorder) AddRootCAs(pemFileLocation interface{}) *gomock.Call + func (mr *MockNetworkAccessMockRecorder) GetAuthenticator() *gomock.Call + func (mr *MockNetworkAccessMockRecorder) GetHttpClient() *gomock.Call + func (mr *MockNetworkAccessMockRecorder) GetRoundTripper() *gomock.Call + func (mr *MockNetworkAccessMockRecorder) GetUnauthorizedHttpClient() *gomock.Call + func (mr *MockNetworkAccessMockRecorder) SetLogger(logger interface{}) *gomock.Call