feature: push notification fcm (#100) #79
Annotations
5 errors and 1 warning
lint:
module/feature/fcm/dto/request.go#L4
structtag: struct field tag `json:"title" form:"title" validate:required"` not compatible with reflect.StructTag.Get: bad syntax for struct tag value (govet)
|
lint:
module/feature/fcm/dto/request.go#L5
structtag: struct field tag `json:"user_id" form:"user_id" validate:required` not compatible with reflect.StructTag.Get: bad syntax for struct tag value (govet)
|
lint:
module/feature/fcm/dto/request.go#L6
structtag: struct field tag `json:"body" form:"body" validate:required"` not compatible with reflect.StructTag.Get: bad syntax for struct tag value (govet)
|
lint:
module/feature/fcm/dto/request.go#L7
structtag: struct field tag `json:"token" form:"token" validate:required"` not compatible with reflect.StructTag.Get: bad syntax for struct tag value (govet)
|
lint
Process completed with exit code 1.
|
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|