Skip to content

server: add a simple pattern matcher #35

server: add a simple pattern matcher

server: add a simple pattern matcher #35

Triggered via push August 5, 2023 22:13
Status Success
Total duration 38s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Lint: generator.go#L16
exported type DocsGenerator should have comment or be unexported
Lint: generator.go#L21
exported type OpenAPIDocs should have comment or be unexported
Lint: generator.go#L26
exported method DocsGenerator.GenerateDocs should have comment or be unexported
Lint: generator.go#L47
exported method DocsGenerator.GenerateDocsForRoute should have comment or be unexported
Lint: generator.go#L90
exported method DocsGenerator.GenerateOpenAPIFiles should have comment or be unexported
Lint: route.go#L5
exported type Route should have comment or be unexported
Lint: route.go#L13
exported type RouteKeyType should have comment or be unexported
Lint: route.go#L16
exported const RouteKey should have comment (or a comment on this block) or be unexported
Lint: server.go#L9
exported type EZServer should have comment or be unexported
Lint: server.go#L9
type name will be used as ez.EZServer by other packages, and that stutters; consider calling this Server
Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/