Name json fields for gql thread info

graph-rework-2
noah metz 2023-07-02 10:49:42 -06:00
parent 1585034777
commit 06a6b0f09a
1 changed files with 3 additions and 3 deletions

@ -335,9 +335,9 @@ type GQLThread struct {
} }
type GQLThreadInfo struct { type GQLThreadInfo struct {
ThreadInfo ThreadInfo `json:ignore`
Start bool Start bool `json:"start"`
Started bool Started bool `json:"started"`
} }
func NewGQLThreadInfo(start bool) GQLThreadInfo { func NewGQLThreadInfo(start bool) GQLThreadInfo {