Authenticator returns authentication options associated with the collection's database.
(ctx context.Context)
| 146 | |
| 147 | // Authenticator returns authentication options associated with the collection's database. |
| 148 | func (c *DatabaseCollection) Authenticator(ctx context.Context) *auth.Authenticator { |
| 149 | return c.dbCtx.Authenticator(ctx) |
| 150 | } |
| 151 | |
| 152 | // activeChannels tracks active replications by channel. This is a database level property. |
| 153 | func (c *DatabaseCollection) activeChannels() *channels.ActiveChannels { |
no outgoing calls
no test coverage detected