Documentation ¶
Index ¶
Constants ¶
View Source
const ( BootTimeoutDefault = time.Duration(30 * time.Second) ClientMonitorDefault = time.Duration(15 * time.Second) ConfigFileName = "configuration.toml" ConfigRegistryStem = "edgex/appservices/1.0/" WritableKey = "/Writable" ApiTriggerRoute = "/api/v1/trigger" DatabaseName = "application-service" )
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
View Source
var SecretsAPIRoute = clients.ApiBase + "/secrets"
SecretsAPIRoute api route for posting secrets
Functions ¶
This section is empty.
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
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. |
Click to show internal directories.
Click to hide internal directories.