Merge remote-tracking branch 'origin' into change-detection
This commit is contained in:
commit
6cad5a8efb
40 changed files with 882 additions and 170 deletions
|
|
@ -45,6 +45,8 @@ func New(widgetType string) (Widget, error) {
|
|||
return &TwitchChannels{}, nil
|
||||
case "changes":
|
||||
return &ChangeDetections{}, nil
|
||||
case "repository":
|
||||
return &Repository{}, nil
|
||||
default:
|
||||
return nil, fmt.Errorf("unknown widget type: %s found", widgetType)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue