first commit
This commit is contained in:
1
internal/db/connection.go
Normal file
1
internal/db/connection.go
Normal file
@@ -0,0 +1 @@
|
||||
|
1
internal/db/migrate.go
Normal file
1
internal/db/migrate.go
Normal file
@@ -0,0 +1 @@
|
||||
|
1
internal/handler/user.go
Normal file
1
internal/handler/user.go
Normal file
@@ -0,0 +1 @@
|
||||
|
1
internal/handler/workout.go
Normal file
1
internal/handler/workout.go
Normal file
@@ -0,0 +1 @@
|
||||
|
1
internal/middleware/auth.go
Normal file
1
internal/middleware/auth.go
Normal file
@@ -0,0 +1 @@
|
||||
|
1
internal/middleware/logger.go
Normal file
1
internal/middleware/logger.go
Normal file
@@ -0,0 +1 @@
|
||||
|
1
internal/model/user.go
Normal file
1
internal/model/user.go
Normal file
@@ -0,0 +1 @@
|
||||
|
1
internal/model/workout.go
Normal file
1
internal/model/workout.go
Normal file
@@ -0,0 +1 @@
|
||||
|
1
internal/repository/user_repo.go
Normal file
1
internal/repository/user_repo.go
Normal file
@@ -0,0 +1 @@
|
||||
|
1
internal/repository/workout_repo.go
Normal file
1
internal/repository/workout_repo.go
Normal file
@@ -0,0 +1 @@
|
||||
|
1
internal/service/user_service.go
Normal file
1
internal/service/user_service.go
Normal file
@@ -0,0 +1 @@
|
||||
|
1
internal/service/workout_service.go
Normal file
1
internal/service/workout_service.go
Normal file
@@ -0,0 +1 @@
|
||||
|
1
internal/session/store.go
Normal file
1
internal/session/store.go
Normal file
@@ -0,0 +1 @@
|
||||
|
1
internal/template/dashboard.html
Normal file
1
internal/template/dashboard.html
Normal file
@@ -0,0 +1 @@
|
||||
|
1
internal/template/index.html
Normal file
1
internal/template/index.html
Normal file
@@ -0,0 +1 @@
|
||||
|
1
internal/template/layout.html
Normal file
1
internal/template/layout.html
Normal file
@@ -0,0 +1 @@
|
||||
|
1
internal/template/login.html
Normal file
1
internal/template/login.html
Normal file
@@ -0,0 +1 @@
|
||||
|
1
internal/template/workout_detail.html
Normal file
1
internal/template/workout_detail.html
Normal file
@@ -0,0 +1 @@
|
||||
|
Reference in New Issue
Block a user