add repositories and fixed services

This commit is contained in:
Fran Jurmanović
2022-10-07 23:48:35 +02:00
parent 82e97fc97f
commit ec863d55b3
36 changed files with 703 additions and 497 deletions

View File

@@ -1,6 +1,8 @@
package model
import "github.com/gin-gonic/gin"
import (
"github.com/gin-gonic/gin"
)
type FilteredResponse struct {
Items interface{} `json:"items"`