Documentation ¶
Index ¶
Constants ¶
View Source
const ( ConfigRegistryStem = "edgex/appservices/1.0/" DatabaseName = "application-service" CorrelationHeaderKey = "X-Correlation-ID" ApiTriggerRoute = clients.ApiBase + "/trigger" ApiV2TriggerRoute = v2.ApiBase + "/trigger" ApiSecretsRoute = clients.ApiBase + "/secrets" ApiV2SecretsRoute = v2.ApiBase + "/secrets" )
Variables ¶
View Source
var ApplicationVersion string = "0.0.0"
ApplicationVersion indicates the version of the application itself, not the SDK - will be overwritten by build
View Source
var SDKVersion string = "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
|
|
contracts
contracts are implementation agnostic data storage models.
|
contracts are implementation agnostic data storage models. |
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/interfaces
interfaces establishes the contract required for any implementation of the export store functionality in a database provider.
|
interfaces establishes the contract required for any implementation of the export store functionality in a database provider. |
db/mongo
mongo provides the Mongo implementation of the StoreClient interface.
|
mongo provides the Mongo implementation of the StoreClient interface. |
db/mongo/models
models describes the data types that will be used when storing export data in Mongo.
|
models describes the data types that will be used when storing export data in Mongo. |
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. |
v2
|
|
Click to show internal directories.
Click to hide internal directories.