()
| 101 | } |
| 102 | |
| 103 | func (c *shareClient) GetClient() *ent.Client { |
| 104 | return c.client |
| 105 | } |
| 106 | |
| 107 | func (c *shareClient) CountByTimeRange(ctx context.Context, start, end *time.Time) (int, error) { |
| 108 | if start == nil || end == nil { |
nothing calls this directly
no outgoing calls
no test coverage detected