Backend: Remove unused code (#28933)

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
Arve Knudsen
2020-11-11 11:38:04 +01:00
committed by GitHub
parent 7378af0a77
commit ab078133bf
3 changed files with 0 additions and 18 deletions
-4
View File
@@ -207,10 +207,6 @@ type GetDataSourcesQuery struct {
Result []*DataSource
}
type GetAllDataSourcesQuery struct {
Result []*DataSource
}
type GetDataSourceByIdQuery struct {
Id int64
OrgId int64