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