Add args to serve application behind a route prefix/external URL #1404
Annotations
9 errors
Lint
issues found
|
Lint:
main.go#L352
assignment mismatch: 3 variables but web.NewLandingPage returns 2 values (typecheck)
|
Lint:
main.go#L314
unknown field Logger in struct literal of type web.LandingConfig
|
Lint:
main.go#L313
unknown field UseSystemdSocket in struct literal of type web.LandingConfig
|
Lint:
main.go#L312
unknown field ListenAddresses in struct literal of type web.LandingConfig
|
Lint:
main.go#L311
toolkitFlags.WebExternalURL undefined (type *web.FlagConfig has no field or method WebExternalURL)
|
Lint:
main.go#L311
unknown field ExternalURL in struct literal of type web.LandingConfig
|
Lint:
main.go#L55
toolkitFlags.WebMetricsPath undefined (type *web.FlagConfig has no field or method WebMetricsPath)
|
Lint:
main.go#L54
toolkitFlags.WebRoutePrefix undefined (type *web.FlagConfig has no field or method WebRoutePrefix)
|
Loading