refactor comment with DDD #102
Annotations
10 errors and 1 warning
review:
pkg/redisHandle/main.go#L11
[golangci] reported by reviewdog 🐶
undefined: redis (typecheck)
Raw Output:
pkg/redisHandle/main.go:11:10: undefined: redis (typecheck)
Client *redis.Client
^
|
review:
pkg/redisHandle/main.go#L57
[golangci] reported by reviewdog 🐶
undefined: redis (typecheck)
Raw Output:
pkg/redisHandle/main.go:57:62: undefined: redis (typecheck)
func InitRedisClient(dsn string, pwd string, database int) (*redis.Client, error) {
^
|
review:
pkg/redisHandle/main.go#L16
[golangci] reported by reviewdog 🐶
undefined: redis (typecheck)
Raw Output:
pkg/redisHandle/main.go:16:11: undefined: redis (typecheck)
Client: redis.NewClient(&redis.Options{
^
|
review:
applications/api/chat/hub.go#L13
[golangci] reported by reviewdog 🐶
undefined: ttlcache (typecheck)
Raw Output:
applications/api/chat/hub.go:13:15: undefined: ttlcache (typecheck)
clients *ttlcache.Cache
^
|
review:
applications/api/chat/client.go#L90
[golangci] reported by reviewdog 🐶
undefined: ttlcache (typecheck)
Raw Output:
applications/api/chat/client.go:90:22: undefined: ttlcache (typecheck)
if errors.Is(err, ttlcache.ErrNotFound) {
^
|
review:
applications/api/chat/client.go#L114
[golangci] reported by reviewdog 🐶
undefined: ttlcache (typecheck)
Raw Output:
applications/api/chat/client.go:114:22: undefined: ttlcache (typecheck)
if errors.Is(err, ttlcache.ErrNotFound) {
^
|
review:
config/configStruct/minio.go#L14
[golangci] reported by reviewdog 🐶
undefined: minio (typecheck)
Raw Output:
config/configStruct/minio.go:14:28: undefined: minio (typecheck)
func (m *MinIO) InitIO() (*minio.Client, error) {
^
|
review:
config/configStruct/minio.go#L15
[golangci] reported by reviewdog 🐶
undefined: minio (typecheck)
Raw Output:
config/configStruct/minio.go:15:9: undefined: minio (typecheck)
return minio.New(
^
|
review:
applications/comment/infra/query/comment_counts.gen.go#L24
[golangci] reported by reviewdog 🐶
_commentCount.commentCountDo.UseDB undefined (type commentCountDo has no field or method UseDB) (typecheck)
Raw Output:
applications/comment/infra/query/comment_counts.gen.go:24:31: _commentCount.commentCountDo.UseDB undefined (type commentCountDo has no field or method UseDB) (typecheck)
_commentCount.commentCountDo.UseDB(db, opts...)
^
|
review
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835
|
review
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|