Print a JSON representation of part of the header [#63] #396
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
main.go#L42
struct field HeaderJson should be HeaderJSON
|
main.go#L57
struct field HeaderJson should be HeaderJSON
|
pmtiles/show.go#L17
func parameter showHeaderJsonOnly should be showHeaderJSONOnly
|
pmtiles/write.go#L9
func parameter newHeaderJsonFile should be newHeaderJSONFile
|
pmtiles/directory.go#L137
func headerToJson should be headerToJSON
|
pmtiles/directory.go#L70
type HeaderJson should be HeaderJSON
|
caddy/pmtiles_proxy.go#L45
exported method Middleware.Provision should have comment or be unexported
|
pmtiles/directory.go#L154
func headerToStringifiedJson should be headerToStringifiedJSON
|
caddy/pmtiles_proxy.go#L76
exported method Middleware.UnmarshalCaddyfile should have comment or be unexported
|
caddy/pmtiles_proxy.go#L58
exported method Middleware.Validate should have comment or be unexported
|
This job succeeded
Loading