Adds flags to the add subcommand
This commit is contained in:
parent
0a8b3a0e59
commit
527ed8f502
2 changed files with 30 additions and 5 deletions
7
model/ticket.go
Normal file
7
model/ticket.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
package model
|
||||
|
||||
type Ticket struct {
|
||||
Filename string `json:"filename"`
|
||||
Line int `json:"line"`
|
||||
Text string `json:"text"` // needed??
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue