Skip to content

Commit

Permalink
Update server model
Browse files Browse the repository at this point in the history
  • Loading branch information
hahwul committed Aug 9, 2020
1 parent b29c4ab commit d9f8348
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkg/server/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ type Res struct {
Msg string `json:"msg"`
Data []model.Issue `json:"data"`
}


type Scans struct {
Code int `json:"code"`
Scans []string `json:"scans"`
}

0 comments on commit d9f8348

Please sign in to comment.