Documentation
¶
Overview ¶
Package usagemetrics provides usage metric constants for the example integration.
Index ¶
Constants ¶
View Source
const ( ExampleFastServiceError = 51 ExampleSlowServiceError = 52 )
Error codes for example integration. Integration error codes should start from 51. Always add the error code to the end of the list and do not modify existing codes. All errors should be prefixed with the integration name.
View Source
const ( ExampleEchoStarted = 51 ExampleEchoFinished = 52 )
Action codes for example integration. Integration action codes should start from 51. Always add the action code to the end of the list and do not modify existing codes. All actions should be prefixed with the integration name.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.