File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -87,12 +87,14 @@ type EndDeviceRegistryStorageCacheConfig struct {
87
87
TTL time.Duration `name:"eviction-ttl" description:"Time to live of cached end devices"` // nolint:lll
88
88
}
89
89
90
+ // EndDeviceLocationStorageConfig represents the configuration of end device locations storage.
90
91
// DEPRECATED: use the metadata.EndDeviceRegistry for location storage.
91
92
type EndDeviceLocationStorageConfig struct {
92
93
Timeout time.Duration `name:"timeout" description:"Timeout of the end device retrieval operation"` // nolint:lll
93
94
Cache EndDeviceLocationStorageCacheConfig `name:"cache"`
94
95
}
95
96
97
+ // EndDeviceLocationStorageCacheConfig represents the configuration of end device location registry caching.
96
98
// DEPRECATED: use the metadata.EndDeviceRegistryCache and the locations field of end devices for caching.
97
99
type EndDeviceLocationStorageCacheConfig struct {
98
100
Enable bool `name:"enable" description:"Enable caching of end device locations"` // nolint:lll
You can’t perform that action at this time.
0 commit comments