Method
DeleteGroupByID
(ctx context.Context, id uuid.UUID)
Source from the content-addressed store, hash-verified
| 2074 | } |
| 2075 | |
| 2076 | func (q *querier) DeleteGroupByID(ctx context.Context, id uuid.UUID) error { |
| 2077 | return deleteQ(q.log, q.auth, q.db.GetGroupByID, q.db.DeleteGroupByID)(ctx, id) |
| 2078 | } |
| 2079 | |
| 2080 | func (q *querier) DeleteGroupMemberFromGroup(ctx context.Context, arg database.DeleteGroupMemberFromGroupParams) error { |
| 2081 | // Deleting a group member counts as updating a group. |
Callers
nothing calls this directly
Tested by
no test coverage detected