Add Repository Overview widget
This commit is contained in:
parent
7dd1cca65d
commit
c5e3eed64b
8 changed files with 270 additions and 1 deletions
|
|
@ -43,6 +43,8 @@ func New(widgetType string) (Widget, error) {
|
|||
return &TwitchGames{}, nil
|
||||
case "twitch-channels":
|
||||
return &TwitchChannels{}, nil
|
||||
case "repository-overview":
|
||||
return &RepositoryOverview{}, nil
|
||||
default:
|
||||
return nil, fmt.Errorf("unknown widget type: %s", widgetType)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue