Skip to content

Commit 75cfc9b

Browse files
committed
as: Fix linter issues
1 parent cf6844f commit 75cfc9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/applicationserver/config.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,14 @@ type EndDeviceRegistryStorageCacheConfig struct {
8787
TTL time.Duration `name:"eviction-ttl" description:"Time to live of cached end devices"` // nolint:lll
8888
}
8989

90+
// EndDeviceLocationStorageConfig represents the configuration of end device locations storage.
9091
// DEPRECATED: use the metadata.EndDeviceRegistry for location storage.
9192
type EndDeviceLocationStorageConfig struct {
9293
Timeout time.Duration `name:"timeout" description:"Timeout of the end device retrieval operation"` // nolint:lll
9394
Cache EndDeviceLocationStorageCacheConfig `name:"cache"`
9495
}
9596

97+
// EndDeviceLocationStorageCacheConfig represents the configuration of end device location registry caching.
9698
// DEPRECATED: use the metadata.EndDeviceRegistryCache and the locations field of end devices for caching.
9799
type EndDeviceLocationStorageCacheConfig struct {
98100
Enable bool `name:"enable" description:"Enable caching of end device locations"` // nolint:lll

0 commit comments

Comments
 (0)