(ctx context.Context)
| 2731 | } |
| 2732 | |
| 2733 | func (q *querier) GetAnnouncementBanners(ctx context.Context) (string, error) { |
| 2734 | // No authz checks |
| 2735 | return q.db.GetAnnouncementBanners(ctx) |
| 2736 | } |
| 2737 | |
| 2738 | func (q *querier) GetApplicationName(ctx context.Context) (string, error) { |
| 2739 | // No authz checks |
nothing calls this directly
no test coverage detected