TenantID returns the tenant id.
()
| 114 | |
| 115 | // TenantID returns the tenant id. |
| 116 | func (m *Queue[T]) TenantID() string { |
| 117 | return m.tenantID |
| 118 | } |
| 119 | |
| 120 | // Size returns the size of the queue. |
| 121 | func (m *Queue[T]) Size() int { |
no outgoing calls
no test coverage detected