fix: moved to licenceServiceInterface
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
type LicenceController struct {
|
type LicenceController struct {
|
||||||
Service services.LicenceService
|
Service services.LicenceServiceInterface
|
||||||
}
|
}
|
||||||
|
|
||||||
func (lc *LicenceController) GetAllCategories(c *gin.Context) {
|
func (lc *LicenceController) GetAllCategories(c *gin.Context) {
|
||||||
|
|||||||
Reference in New Issue
Block a user