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

Method Delete

pkg/joinserver/registry.go:51–51  ·  view source on GitHub ↗
(ctx context.Context, joinEUI, devEUI types.EUI64)

Source from the content-addressed store, hash-verified

49 GetByID(ctx context.Context, joinEUI, devEUI types.EUI64, id []byte, paths []string) (*ttnpb.SessionKeys, error)
50 SetByID(ctx context.Context, joinEUI, devEUI types.EUI64, id []byte, paths []string, f func(*ttnpb.SessionKeys) (*ttnpb.SessionKeys, []string, error)) (*ttnpb.SessionKeys, error)
51 Delete(ctx context.Context, joinEUI, devEUI types.EUI64) error
52 BatchDelete(ctx context.Context, devIDs []*ttnpb.EndDeviceIdentifiers) error
53}
54

Callers 15

DeleteMethod · 0.65
TestDeviceRegistryDeleteFunction · 0.65
handleKeyRegistryTestFunction · 0.65
TestUpdateVersionInfoFunction · 0.65
handleUpstreamMethod · 0.65
gcMethod · 0.65
connectMethod · 0.65
gcMethod · 0.65
expectConnectionFunction · 0.65
UnclaimDownlinkMethod · 0.65

Implementers 2

MockKeyRegistrypkg/joinserver/joinserver_internal_tes
KeyRegistrypkg/joinserver/redis/registry.go

Calls

no outgoing calls