Initial
This commit is contained in:
commit
995ea60f34
11 changed files with 449 additions and 0 deletions
7
internal/interfaces/router.go
Normal file
7
internal/interfaces/router.go
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
package interfaces
|
||||
|
||||
import "github.com/gin-gonic/gin"
|
||||
|
||||
type Router interface {
|
||||
Set() *gin.Engine
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue