Documentation ¶
Index ¶
Constants ¶
View Source
const ( ApiTriggerRoute = common.ApiBase + "/trigger" ApiAddSecretRoute = common.ApiBase + "/secret" )
View Source
const ( MessagesReceivedName = "MessagesReceived" InvalidMessagesReceivedName = "InvalidMessagesReceived" PipelineIdTxt = "{PipelineId}" PipelineMessagesProcessedName = "PipelineMessagesProcessed-" + PipelineIdTxt PipelineMessageProcessingTimeName = "PipelineMessageProcessingTime-" + PipelineIdTxt PipelineProcessingErrorsName = "PipelineProcessingErrors-" + PipelineIdTxt HttpExportSizeName = "HttpExportSize" MqttExportSizeName = "MqttExportSize" MessageBusSubscribeTopics = "SubscribeTopics" MessageBusPublishTopic = "PublishTopic" )
Names for the Common Application Service Metrics
View Source
const MetricsReservoirSize = 1028
MetricsReservoirSize is the default Metrics Sample Reservoir size
Variables ¶
View Source
var ApplicationVersion = "0.0.0"
ApplicationVersion indicates the version of the application itself, not the SDK - will be overwritten by build
View Source
var SDKVersion = "0.0.0"
SDKVersion indicates the version of the SDK - will be overwritten by build
Functions ¶
This section is empty.
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
bootstrap
|
|
controller
|
|
Package etm provides a set of Encrypt-Then-MAC AEAD implementations, which combine block ciphers like AES with HMACs.
|
Package etm provides a set of Encrypt-Then-MAC AEAD implementations, which combine block ciphers like AES with HMACs. |
store
|
|
db
db provides useful constants, identifiers, and simple types that apply to all implementations of the store
|
db provides useful constants, identifiers, and simple types that apply to all implementations of the store |
db/redis
redis provides the Redis implementation of the StoreClient interface.
|
redis provides the Redis implementation of the StoreClient interface. |
db/redis/models
models describes the data types that will be used when storing export data in Redis.
|
models describes the data types that will be used when storing export data in Redis. |
Click to show internal directories.
Click to hide internal directories.