Duplicate events are ignored intentionally to allow for multiple replicas to publish heartbeat events.
(ctx context.Context, arg InsertUsageEventParams)
| 998 | // Duplicate events are ignored intentionally to allow for multiple replicas to |
| 999 | // publish heartbeat events. |
| 1000 | InsertUsageEvent(ctx context.Context, arg InsertUsageEventParams) error |
| 1001 | InsertUser(ctx context.Context, arg InsertUserParams) (User, error) |
| 1002 | // InsertUserGroupsByID adds a user to all provided groups, if they exist. |
| 1003 | // If there is a conflict, the user is already a member |
no outgoing calls