status filter
This commit is contained in:
@@ -8,8 +8,10 @@ import (
|
||||
|
||||
// Config struct for ~/.redmine-tree.json
|
||||
type Config struct {
|
||||
Host string `json:"host"`
|
||||
Token string `json:"token"`
|
||||
Host string `json:"host"`
|
||||
Token string `json:"token"`
|
||||
IncludeStatuses []string `json:"include_statuses,omitempty"`
|
||||
ExcludeStatuses []string `json:"exclude_statuses,omitempty"`
|
||||
}
|
||||
|
||||
// Load configuration from ~/.redmine-tree.json
|
||||
|
||||
Reference in New Issue
Block a user