-
- Downloads
feat: merge frontend and backend into one project
Showing
- frontend/templates/_header.html 0 additions, 0 deletionsfrontend/templates/_header.html
- frontend/templates/_navigation.html 0 additions, 0 deletionsfrontend/templates/_navigation.html
- frontend/templates/error.html 0 additions, 0 deletionsfrontend/templates/error.html
- frontend/templates/image_detail.html 0 additions, 0 deletionsfrontend/templates/image_detail.html
- frontend/templates/image_list.html 0 additions, 0 deletionsfrontend/templates/image_list.html
- frontend/templates/index.html 0 additions, 0 deletionsfrontend/templates/index.html
- frontend/templates/upload.html 0 additions, 0 deletionsfrontend/templates/upload.html
- frontend/util.go 39 additions, 19 deletionsfrontend/util.go
- go.mod 9 additions, 0 deletionsgo.mod
- go.sum 163 additions, 15 deletionsgo.sum
- shared/config.go 59 additions, 0 deletionsshared/config.go
- shared/task.go 22 additions, 0 deletionsshared/task.go
- shared/types.go 20 additions, 0 deletionsshared/types.go
- types.go 0 additions, 81 deletionstypes.go
File moved
File moved
File moved
File moved
File moved
File moved
File moved
... | ... | @@ -4,5 +4,14 @@ go 1.15 |
require ( | ||
github.com/go-redis/redis/v8 v8.11.5 | ||
github.com/google/uuid v1.3.0 // indirect | ||
github.com/hibiken/asynq v0.23.0 // indirect | ||
github.com/justjanne/imgconv v1.4.1 | ||
github.com/lib/pq v1.10.4 | ||
github.com/prometheus/client_golang v1.11.1 | ||
github.com/spf13/cast v1.5.0 // indirect | ||
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect | ||
golang.org/x/time v0.0.0-20220411224347-583f2d630306 // indirect | ||
google.golang.org/protobuf v1.28.0 // indirect | ||
gopkg.in/gographics/imagick.v3 v3.4.0 | ||
) |
This diff is collapsed.
shared/config.go
0 → 100644
shared/task.go
0 → 100644
shared/types.go
0 → 100644
types.go
deleted
100644 → 0
Please register or sign in to comment