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

Method GetBrands

pkg/devicerepository/store/interface.go:97–97  ·  view source on GitHub ↗

GetBrands lists available end device vendors.

(GetBrandsRequest)

Source from the content-addressed store, hash-verified

95type Store interface {
96 // GetBrands lists available end device vendors.
97 GetBrands(GetBrandsRequest) (*GetBrandsResponse, error)
98 // GetModels lists available end device definitions.
99 GetModels(GetModelsRequest) (*GetModelsResponse, error)
100 // GetEndDeviceProfileIdentifiers retrieves end device profile identifiers from the vendor index file.

Callers 6

TestBleveFunction · 0.95
ListBrandsMethod · 0.65
GetBrandMethod · 0.65
TestRemoteStoreFunction · 0.65
InitializeMethod · 0.65

Calls

no outgoing calls

Tested by 3

TestBleveFunction · 0.76
TestRemoteStoreFunction · 0.52