# Functions
NewMock creates a new mockable version of the microservice.
NewService creates a new intermediate service.
# Structs
Intermediate extends and customizes the generic base connector.
Mock is a mockable version of the messaging.example microservice, allowing functions, event sinks and web handlers to be mocked.
# Interfaces
ToDo defines the interface that the microservice must implement.