feat(apps): progress on app dashboard sync

This commit is contained in:
Torkel Ödegaard
2016-07-08 12:26:51 +02:00
parent d44325affd
commit 85be7dd902
8 changed files with 78 additions and 36 deletions

View File

@ -18,7 +18,7 @@ type PluginDashboardInfoDTO struct {
Revision int64 `json:"revision"`
Description string `json:"description"`
Path string `json:"path"`
Removed bool
Removed bool `json:"removed"`
}
func GetPluginDashboards(orgId int64, pluginId string) ([]*PluginDashboardInfoDTO, error) {