(ctx context.Context)
| 778 | } |
| 779 | |
| 780 | func AsConnectionLogger(ctx context.Context) context.Context { |
| 781 | return As(ctx, subjectConnectionLogger) |
| 782 | } |
| 783 | |
| 784 | // AsNotifier returns a context with an actor that has permissions required for |
| 785 | // creating/reading/updating/deleting notifications. |