docs: add openapi specs for create book handler #29
Annotations
10 errors and 2 warnings
tests:
api.handlers.book.go#L9
import 'github.com/julienschmidt/httprouter' is not allowed from list 'Main' (depguard)
|
tests:
api.handlers.ops.go#L15
import 'github.com/julienschmidt/httprouter' is not allowed from list 'Main' (depguard)
|
tests:
api.middlewares.go#L12
import 'github.com/julienschmidt/httprouter' is not allowed from list 'Main' (depguard)
|
tests:
api.router.core.go#L4
import 'github.com/jeamon/demo-redis/docs' is not allowed from list 'Main' (depguard)
|
tests:
api.router.core.go#L6
import 'github.com/swaggo/http-swagger/v2' is not allowed from list 'Main' (depguard)
|
tests:
app.server.go#L14
import 'github.com/redis/go-redis/v9' is not allowed from list 'Main' (depguard)
|
tests:
config.go#L9
import 'github.com/joho/godotenv' is not allowed from list 'Main' (depguard)
|
tests:
config.go#L10
import 'github.com/kelseyhightower/envconfig' is not allowed from list 'Main' (depguard)
|
tests:
helpers.uuid.go#L6
import 'github.com/gofrs/uuid' is not allowed from list 'Main' (depguard)
|
tests:
infra.queues.go#L8
import 'github.com/redis/go-redis/v9' is not allowed from list 'Main' (depguard)
|
tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4, actions/checkout@v3, golangci/golangci-lint-action@v3, codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
tests
Restore cache failed: Dependencies file is not found in /home/runner/work/demo-redis/demo-redis. Supported file pattern: go.sum
|