Add init command
This commit is contained in:
parent
d7a4b25950
commit
573ea9e136
5 changed files with 39 additions and 9 deletions
5
model/campaign.go
Normal file
5
model/campaign.go
Normal file
|
@ -0,0 +1,5 @@
|
|||
package model
|
||||
|
||||
type Campaign struct {
|
||||
Epic string `json:"epic"`
|
||||
}
|
6
model/config.go
Normal file
6
model/config.go
Normal file
|
@ -0,0 +1,6 @@
|
|||
package model
|
||||
|
||||
type Config struct {
|
||||
GithubToken string `json:"github_token"`
|
||||
JiraToken string `json:"jira_token"`
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue