mocks

package
v2.0.13 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 29, 2021 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppFunctionContext

type AppFunctionContext struct {
	mock.Mock
}

AppFunctionContext is an autogenerated mock type for the AppFunctionContext type

func (*AppFunctionContext) AddValue

func (_m *AppFunctionContext) AddValue(key string, value string)

AddValue provides a mock function with given fields: key, value

func (*AppFunctionContext) ApplyValues

func (_m *AppFunctionContext) ApplyValues(format string) (string, error)

ApplyValues provides a mock function with given fields: format

func (*AppFunctionContext) CommandClient

CommandClient provides a mock function with given fields:

func (*AppFunctionContext) CorrelationID

func (_m *AppFunctionContext) CorrelationID() string

CorrelationID provides a mock function with given fields:

func (*AppFunctionContext) DeviceClient

DeviceClient provides a mock function with given fields:

func (*AppFunctionContext) DeviceProfileClient

func (_m *AppFunctionContext) DeviceProfileClient() clientsinterfaces.DeviceProfileClient

DeviceProfileClient provides a mock function with given fields:

func (*AppFunctionContext) DeviceServiceClient

func (_m *AppFunctionContext) DeviceServiceClient() clientsinterfaces.DeviceServiceClient

DeviceServiceClient provides a mock function with given fields:

func (*AppFunctionContext) EventClient

EventClient provides a mock function with given fields:

func (*AppFunctionContext) GetAllValues

func (_m *AppFunctionContext) GetAllValues() map[string]string

GetAllValues provides a mock function with given fields:

func (*AppFunctionContext) GetDeviceResource

func (_m *AppFunctionContext) GetDeviceResource(profileName string, resourceName string) (dtos.DeviceResource, error)

GetDeviceResource provides a mock function with given fields: profileName, resourceName

func (*AppFunctionContext) GetSecret

func (_m *AppFunctionContext) GetSecret(path string, keys ...string) (map[string]string, error)

GetSecret provides a mock function with given fields: path, keys

func (*AppFunctionContext) GetValue

func (_m *AppFunctionContext) GetValue(key string) (string, bool)

GetValue provides a mock function with given fields: key

func (*AppFunctionContext) InputContentType

func (_m *AppFunctionContext) InputContentType() string

InputContentType provides a mock function with given fields:

func (*AppFunctionContext) LoggingClient

func (_m *AppFunctionContext) LoggingClient() logger.LoggingClient

LoggingClient provides a mock function with given fields:

func (*AppFunctionContext) NotificationClient

func (_m *AppFunctionContext) NotificationClient() clientsinterfaces.NotificationClient

NotificationClient provides a mock function with given fields:

func (*AppFunctionContext) PushToCore

func (_m *AppFunctionContext) PushToCore(event dtos.Event) (common.BaseWithIdResponse, error)

PushToCore provides a mock function with given fields: event

func (*AppFunctionContext) RemoveValue

func (_m *AppFunctionContext) RemoveValue(key string)

RemoveValue provides a mock function with given fields: key

func (*AppFunctionContext) ResponseContentType

func (_m *AppFunctionContext) ResponseContentType() string

ResponseContentType provides a mock function with given fields:

func (*AppFunctionContext) ResponseData

func (_m *AppFunctionContext) ResponseData() []byte

ResponseData provides a mock function with given fields:

func (*AppFunctionContext) SecretsLastUpdated

func (_m *AppFunctionContext) SecretsLastUpdated() time.Time

SecretsLastUpdated provides a mock function with given fields:

func (*AppFunctionContext) SetResponseContentType

func (_m *AppFunctionContext) SetResponseContentType(_a0 string)

SetResponseContentType provides a mock function with given fields: _a0

func (*AppFunctionContext) SetResponseData

func (_m *AppFunctionContext) SetResponseData(data []byte)

SetResponseData provides a mock function with given fields: data

func (*AppFunctionContext) SetRetryData

func (_m *AppFunctionContext) SetRetryData(data []byte)

SetRetryData provides a mock function with given fields: data

func (*AppFunctionContext) SubscriptionClient

func (_m *AppFunctionContext) SubscriptionClient() clientsinterfaces.SubscriptionClient

SubscriptionClient provides a mock function with given fields:

type ApplicationService

type ApplicationService struct {
	mock.Mock
}

ApplicationService is an autogenerated mock type for the ApplicationService type

func (*ApplicationService) AddBackgroundPublisher

func (_m *ApplicationService) AddBackgroundPublisher(capacity int) (interfaces.BackgroundPublisher, error)

AddBackgroundPublisher provides a mock function with given fields: capacity

func (*ApplicationService) AddBackgroundPublisherWithTopic

func (_m *ApplicationService) AddBackgroundPublisherWithTopic(capacity int, topic string) (interfaces.BackgroundPublisher, error)

AddBackgroundPublisher provides a mock function with given fields: capacity, topic

func (*ApplicationService) AddRoute

func (_m *ApplicationService) AddRoute(route string, handler func(http.ResponseWriter, *http.Request), methods ...string) error

AddRoute provides a mock function with given fields: route, handler, methods

func (*ApplicationService) ApplicationSettings

func (_m *ApplicationService) ApplicationSettings() map[string]string

ApplicationSettings provides a mock function with given fields:

func (*ApplicationService) BuildContext

func (_m *ApplicationService) BuildContext(correlationId string, contentType string) interfaces.AppFunctionContext

AddBackgroundPublisher provides a mock function with given fields: correlationId, contentType

func (*ApplicationService) CommandClient

CommandClient provides a mock function with given fields:

func (*ApplicationService) DeviceClient

DeviceClient provides a mock function with given fields:

func (*ApplicationService) DeviceProfileClient

func (_m *ApplicationService) DeviceProfileClient() clientsinterfaces.DeviceProfileClient

DeviceProfileClient provides a mock function with given fields:

func (*ApplicationService) DeviceServiceClient

func (_m *ApplicationService) DeviceServiceClient() clientsinterfaces.DeviceServiceClient

DeviceServiceClient provides a mock function with given fields:

func (*ApplicationService) EventClient

EventClient provides a mock function with given fields:

func (*ApplicationService) GetAppSetting

func (_m *ApplicationService) GetAppSetting(setting string) (string, error)

GetAppSetting provides a mock function with given fields: setting

func (*ApplicationService) GetAppSettingStrings

func (_m *ApplicationService) GetAppSettingStrings(setting string) ([]string, error)

GetAppSettingStrings provides a mock function with given fields: setting

func (*ApplicationService) GetSecret

func (_m *ApplicationService) GetSecret(path string, keys ...string) (map[string]string, error)

GetSecret provides a mock function with given fields: path, keys

func (*ApplicationService) ListenForCustomConfigChanges

func (_m *ApplicationService) ListenForCustomConfigChanges(configToWatch interface{}, sectionName string, changedCallback func(interface{})) error

ListenForCustomConfigChanges provides a mock function with given fields: configToWatch, sectionName, changedCallback

func (*ApplicationService) LoadConfigurablePipeline

func (_m *ApplicationService) LoadConfigurablePipeline() ([]func(interfaces.AppFunctionContext, interface{}) (bool, interface{}), error)

LoadConfigurablePipeline provides a mock function with given fields:

func (*ApplicationService) LoadCustomConfig

func (_m *ApplicationService) LoadCustomConfig(config interfaces.UpdatableConfig, sectionName string) error

LoadCustomConfig provides a mock function with given fields: config, sectionName

func (*ApplicationService) LoggingClient

func (_m *ApplicationService) LoggingClient() logger.LoggingClient

LoggingClient provides a mock function with given fields:

func (*ApplicationService) MakeItRun

func (_m *ApplicationService) MakeItRun() error

MakeItRun provides a mock function with given fields:

func (*ApplicationService) MakeItStop

func (_m *ApplicationService) MakeItStop()

MakeItStop provides a mock function with given fields:

func (*ApplicationService) NotificationClient

func (_m *ApplicationService) NotificationClient() clientsinterfaces.NotificationClient

NotificationClient provides a mock function with given fields:

func (*ApplicationService) RegisterCustomTriggerFactory

func (_m *ApplicationService) RegisterCustomTriggerFactory(name string, factory func(interfaces.TriggerConfig) (interfaces.Trigger, error)) error

RegisterCustomTriggerFactory provides a mock function with given fields: name, factory

func (*ApplicationService) RegistryClient

func (_m *ApplicationService) RegistryClient() registry.Client

RegistryClient provides a mock function with given fields:

func (*ApplicationService) SetFunctionsPipeline

func (_m *ApplicationService) SetFunctionsPipeline(transforms ...func(interfaces.AppFunctionContext, interface{}) (bool, interface{})) error

SetFunctionsPipeline provides a mock function with given fields: transforms

func (*ApplicationService) StoreSecret

func (_m *ApplicationService) StoreSecret(path string, secretData map[string]string) error

StoreSecret provides a mock function with given fields: path, secretData

func (*ApplicationService) SubscriptionClient

func (_m *ApplicationService) SubscriptionClient() clientsinterfaces.SubscriptionClient

SubscriptionClient provides a mock function with given fields:

type BackgroundPublisher

type BackgroundPublisher struct {
	mock.Mock
}

BackgroundPublisher is an autogenerated mock type for the BackgroundPublisher type

func (*BackgroundPublisher) Publish

func (_m *BackgroundPublisher) Publish(payload []byte, correlationID string, contentType string)

Publish provides a mock function with given fields: payload, correlationID, contentType

type Trigger

type Trigger struct {
	mock.Mock
}

Trigger is an autogenerated mock type for the Trigger type

func (*Trigger) Initialize

func (_m *Trigger) Initialize(wg *sync.WaitGroup, ctx context.Context, background <-chan types.MessageEnvelope) (bootstrap.Deferred, error)

Initialize provides a mock function with given fields: wg, ctx, background

type TriggerContextBuilder

type TriggerContextBuilder struct {
	mock.Mock
}

TriggerContextBuilder is an autogenerated mock type for the TriggerContextBuilder type

func (*TriggerContextBuilder) Execute

Execute provides a mock function with given fields: env

type TriggerMessageProcessor

type TriggerMessageProcessor struct {
	mock.Mock
}

TriggerMessageProcessor is an autogenerated mock type for the TriggerMessageProcessor type

func (*TriggerMessageProcessor) Execute

Execute provides a mock function with given fields: ctx, envelope

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL