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

Function fetchAuthInfo

pkg/auth/rights/fetcher_test.go:73–75  ·  view source on GitHub ↗
(ctx context.Context, f rights.AuthInfoFetcher)

Source from the content-addressed store, hash-verified

71}
72
73func fetchAuthInfo(ctx context.Context, f rights.AuthInfoFetcher) (*ttnpb.AuthInfoResponse, error) {
74 return f.AuthInfo(ctx)
75}
76
77type mockEntityAccessServer struct {
78 ttnpb.UnimplementedEntityAccessServer

Callers 3

TestAuthInfoFetcherFuncFunction · 0.85
TestAccessFetcherFunction · 0.85
TestCacheFunction · 0.85

Calls 1

AuthInfoMethod · 0.65

Tested by

no test coverage detected