This website requires JavaScript.
Explore
Help
Sign in
mgdelacroix
/
campaigner
Watch
1
Star
0
Fork
You've already forked campaigner
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
a289ed12ad
campaigner
/
model
/
campaign.go
7 lines
109 B
Go
Raw
Normal View
History
Unescape
Escape
Add init command
2020-02-29 00:49:55 +01:00
package
model
type
Campaign
struct
{
Adds the grep parsing and ticket creation
2020-02-29 13:00:40 +01:00
Epic
string
`
json:"epic"
`
Tickets
[
]
*
Ticket
`
json:"tickets"
`
Add init command
2020-02-29 00:49:55 +01:00
}
Reference in a new issue
Copy permalink