User will return the user object.
()
| 353 | |
| 354 | // User will return the user object. |
| 355 | func (c *DatabaseCollectionWithUser) User() auth.User { |
| 356 | return c.user |
| 357 | } |
| 358 | |
| 359 | // useViews will return whether the bucket is configured using views. |
| 360 | func (c *DatabaseCollection) useViews() bool { |
no outgoing calls
no test coverage detected