Retrieves a list of dials based on a filter. Only returns dials that the user owns or is a member of. Also returns a count of total matching dials which may different from the number of returned dials if the "Limit" field is set.
(ctx context.Context, filter DialFilter)
| 90 | // dials which may different from the number of returned dials if the |
| 91 | // "Limit" field is set. |
| 92 | FindDials(ctx context.Context, filter DialFilter) ([]*Dial, int, error) |
| 93 | |
| 94 | // Creates a new dial and assigns the current user as the owner. |
| 95 | // The owner will automatically be added as a member of the new dial. |
no outgoing calls
no test coverage detected