MCPcopy Create free account
hub / github.com/TheThingsNetwork/lorawan-stack / Init

Method Init

pkg/telemetry/exporter/task_queue.go:98–100  ·  view source on GitHub ↗

Init initializes the TelemetryTaskQueue.

(ctx context.Context)

Source from the content-addressed store, hash-verified

96
97// Init initializes the TelemetryTaskQueue.
98func (q *RedisTaskQueue) Init(ctx context.Context) error {
99 return q.queue.Init(ctx)
100}
101
102// Close closes the TelemetryTaskQueue.
103func (q *RedisTaskQueue) Close(ctx context.Context) error {

Callers 1

NewRedisTaskQueueFunction · 0.95

Calls 1

InitMethod · 0.65

Tested by

no test coverage detected