(name string, transaction *sqlx.Tx)
| 14 | |
| 15 | type DbResourceInterface interface { |
| 16 | GetAllObjects(name string, transaction *sqlx.Tx) ([]map[string]interface{}, error) |
| 17 | GetObjectPermissionByReferenceId(name string, ref daptinid.DaptinReferenceId, tx *sqlx.Tx) permission.PermissionInstance |
| 18 | TableInfo() *table_info.TableInfo |
| 19 | GetAdminEmailId(transaction *sqlx.Tx) string |
no outgoing calls
no test coverage detected