Skip to content

Add Nginx

Add Nginx #7

Triggered via push January 23, 2024 14:10
Status Success
Total duration 1m 6s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Build: main.go#L29
exported type Handler should have comment or be unexported
Build: main.go#L112
exported type ShortenRequest should have comment or be unexported
Build: main.go#L118
exported method ShortenRequest.Bind should have comment or be unexported
Build: main.go#L133
exported type ShortenResponse should have comment or be unexported
Build: main.go#L138
comment on exported method Handler.Shorten should be of the form "Shorten ..."
Build: main.go#L171
comment on exported method Handler.Redirect should be of the form "Redirect ..."
Build: config/config.go#L13
exported type Config should have comment or be unexported
Build: config/config.go#L18
exported type Mongodb should have comment or be unexported
Build: config/config.go#L24
exported type Redis should have comment or be unexported
Build: config/config.go#L34
exported function GetConfig should have comment or be unexported
Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/