(ctx context.Context, entity string, rights *ttnpb.Rights, err error)
| 67 | } |
| 68 | |
| 69 | func registerRightsFetch(ctx context.Context, entity string, rights *ttnpb.Rights, err error) { |
| 70 | registerEntityRights(ctx, rightsFetches, entity, rights, err) |
| 71 | } |
| 72 | |
| 73 | func registerAuthInfo(ctx context.Context, c *metrics.ContextualCounterVec, authInfo *ttnpb.AuthInfoResponse, err error) { |
| 74 | switch { |
no test coverage detected