From b9fb2ea80e9852ae6465fcb3b822ca9ffa3306bd Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 11 Oct 2024 13:17:50 +0200 Subject: dashboard/api: add Client type --- dashboard/api/api.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dashboard/api/api.go') diff --git a/dashboard/api/api.go b/dashboard/api/api.go index ec5e5a508..09dcf7690 100644 --- a/dashboard/api/api.go +++ b/dashboard/api/api.go @@ -5,6 +5,8 @@ // All structures in this package are backwards compatible. package api +const Version = 1 + type BugGroup struct { Version int `json:"version"` Bugs []BugSummary -- cgit mrf-deployment