fix(discussion/shared): deleted unused fields slice
Signed-off-by: Babak K. Shandiz <babakks@github.com>
This commit is contained in:
parent
afb1b7dfea
commit
9a42e904a5
1 changed files with 0 additions and 25 deletions
|
|
@ -1,25 +0,0 @@
|
|||
package shared
|
||||
|
||||
// DiscussionFields lists the field names available for --json output on
|
||||
// discussion commands.
|
||||
var DiscussionFields = []string{
|
||||
"id",
|
||||
"number",
|
||||
"title",
|
||||
"body",
|
||||
"url",
|
||||
"closed",
|
||||
"stateReason",
|
||||
"author",
|
||||
"category",
|
||||
"labels",
|
||||
"answered",
|
||||
"answerChosenAt",
|
||||
"answerChosenBy",
|
||||
"comments",
|
||||
"reactionGroups",
|
||||
"createdAt",
|
||||
"updatedAt",
|
||||
"closedAt",
|
||||
"locked",
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue