(ctx context.Context, arg InsertAuditLogParams)
| 931 | // every member of the org. |
| 932 | InsertAllUsersGroup(ctx context.Context, organizationID uuid.UUID) (Group, error) |
| 933 | InsertAuditLog(ctx context.Context, arg InsertAuditLogParams) (AuditLog, error) |
| 934 | InsertBoundaryLog(ctx context.Context, arg InsertBoundaryLogParams) (BoundaryLog, error) |
| 935 | InsertBoundarySession(ctx context.Context, arg InsertBoundarySessionParams) (BoundarySession, error) |
| 936 | InsertChat(ctx context.Context, arg InsertChatParams) (Chat, error) |
no outgoing calls