Documentation ¶
Index ¶
- type EndDeviceLocationCache
- func (r *EndDeviceLocationCache) Delete(ctx context.Context, ids *ttnpb.EndDeviceIdentifiers) error
- func (r *EndDeviceLocationCache) Get(ctx context.Context, ids *ttnpb.EndDeviceIdentifiers) (map[string]*ttnpb.Location, *time.Time, error)
- func (r *EndDeviceLocationCache) Set(ctx context.Context, ids *ttnpb.EndDeviceIdentifiers, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EndDeviceLocationCache ¶
EndDeviceLocationCache is a Redis end device location cache.
func (*EndDeviceLocationCache) Delete ¶
func (r *EndDeviceLocationCache) Delete(ctx context.Context, ids *ttnpb.EndDeviceIdentifiers) error
Delete deletes the locations by the end device identifiers.
Click to show internal directories.
Click to hide internal directories.