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

Method StartTask

pkg/task/task.go:138–138  ·  view source on GitHub ↗

StartTask starts the specified task function, optionally with restart policy and backoff.

(*Config)

Source from the content-addressed store, hash-verified

136type Starter interface {
137 // StartTask starts the specified task function, optionally with restart policy and backoff.
138 StartTask(*Config)
139}
140
141// StartTaskFunc is a function that implements the TaskStarter interface.

Callers 15

handleEventsMethod · 0.65
SubscribeMethod · 0.65
subscribeDownlinkMethod · 0.65
subscribeUplinkMethod · 0.65
StartTaskMethod · 0.65
startTasksMethod · 0.65
ConnectMethod · 0.65

Implementers 5

Componentpkg/component/component.go
mockServerpkg/gatewayserver/io/semtechws/lbslns/
serverpkg/gatewayserver/io/mock/server.go
mockComponentpkg/applicationserver/io/web/webhooks_
mockComponentpkg/workerpool/workerpool_test.go

Calls

no outgoing calls

Tested by

no test coverage detected