github.com/kyleu/dbaudit@v0.0.2-0.20240321155047-ff2f2c940496/.projectforge/export/enums/action.json (about)

     1  {
     2    "name": "action",
     3    "package": "statement",
     4    "description": "The possible statement actions",
     5    "icon": "star",
     6    "values": [
     7      {
     8        "key": "proc_start",
     9        "name": "Procedure Started"
    10      },
    11      {
    12        "key": "proc_complete",
    13        "name": "Procedure Complete"
    14      },
    15      {
    16        "key": "healthcheck",
    17        "name": "Healthcheck"
    18      },
    19      {
    20        "key": "unknown",
    21        "name": "Unknown"
    22      }
    23    ]
    24  }