diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2023-08-16 17:51:14 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2023-09-04 09:36:56 +0000 |
| commit | e9043b09790a5254e44a834b74a4ac9c6a0c2ca8 (patch) | |
| tree | fd106e9c57da989ada33a151ab20a30b2634901a /dashboard/dashapi | |
| parent | 690cd10058be84e48ca122bdcff25ac0a877403c (diff) | |
tools/syz-lore: save discussions as JSON files
Make the tool more flexible by supporting two modes of operation:
1) The already existing mode -- upload the results to dashboard.
2) The local mode -- save parsed LKML discussions as JSON files.
Diffstat (limited to 'dashboard/dashapi')
| -rw-r--r-- | dashboard/dashapi/dashapi.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dashboard/dashapi/dashapi.go b/dashboard/dashapi/dashapi.go index 7fb263765..8d85a808b 100644 --- a/dashboard/dashapi/dashapi.go +++ b/dashboard/dashapi/dashapi.go @@ -640,6 +640,7 @@ type DiscussionMessage struct { ID string External bool // true if the message is not from the bot itself Time time.Time + Email string // not saved to the DB } type SaveDiscussionReq struct { |
