Skip to content

feature: push notification fcm (#100) #79

feature: push notification fcm (#100)

feature: push notification fcm (#100) #79

Triggered via push December 11, 2023 03:03
Status Failure
Total duration 58s
Artifacts

golinter.yml

on: push
Fit to window
Zoom out
Zoom in

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/