Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
      View Source
      
  const ( ApiTriggerRoute = common.ApiBase + "/trigger" MessageBusSubscribeTopics = "SubscribeTopics" )
Misc Constants
      View Source
      
  const ( MessagesReceivedName = "MessagesReceived" InvalidMessagesReceivedName = "InvalidMessagesReceived" PipelineIdTxt = "{PipelineId}" PipelineMessagesProcessedName = "PipelineMessagesProcessed-" + PipelineIdTxt PipelineMessageProcessingTimeName = "PipelineMessageProcessingTime-" + PipelineIdTxt PipelineProcessingErrorsName = "PipelineProcessingErrors-" + PipelineIdTxt HttpExportSizeName = "HttpExportSize" HttpExportErrorsName = "HttpExportErrors" MqttExportSizeName = "MqttExportSize" MqttExportErrorsName = "MqttExportErrors" StoreForwardQueueSizeName = "StoreForwardQueueSize" // MetricsReservoirSize is the default Metrics Sample Reservoir size MetricsReservoirSize = 1028 )
Common Application Service Metrics constants
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
        | 
      |
| 
       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/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. | 
| 
         
          
            db/redis
            
            
          
           
      redis provides the Redis implementation of the StoreClient interface. 
         | 
      redis provides the Redis implementation of the StoreClient interface. | 
 Click to show internal directories. 
   Click to hide internal directories.