changeset: fetch SUBMITTABLE and add field to struct

This commit is contained in:
Florian Klink 2019-12-03 10:16:32 +01:00
parent 0e8aa14045
commit 5acc403e28
2 changed files with 5 additions and 1 deletions

View file

@ -15,6 +15,7 @@ var additionalFields = []string{
"CURRENT_REVISION",
"CURRENT_COMMIT",
"DETAILED_ACCOUNTS",
"SUBMITTABLE",
}
// IClient defines the gerrit.Client interface