Adds implementation for init command
This commit is contained in:
parent
a289ed12ad
commit
412d82269b
4 changed files with 40 additions and 11 deletions
|
@ -2,5 +2,5 @@ package model
|
|||
|
||||
type Campaign struct {
|
||||
Epic string `json:"epic"`
|
||||
Tickets []*Ticket `json:"tickets"`
|
||||
Tickets []*Ticket `json:"tickets,omitempty"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue