server: add unix socket capability #1876
Annotations
9 errors
lint:
internal/querymanager/query_manager.go#L99
unexported-return: exported func NewCacheStoreRegMap returns unexported type querymanager.cacheStore, which can be annoying to use (revive)
|
lint:
internal/querymanager/query_manager.go#L105
unexported-return: exported func NewCacheStore returns unexported type querymanager.cacheStore, which can be annoying to use (revive)
|
lint:
internal/server/address.go#L35
string `unix` has 2 occurrences, make it a constant (goconst)
|
lint:
internal/server/address.go#L42
string `tcp` has 2 occurrences, make it a constant (goconst)
|
lint:
internal/server/address.go#L42
string `dice` has 2 occurrences, make it a constant (goconst)
|
lint:
internal/server/address.go#L61
ST1005: error strings should not end with punctuation or newlines (stylecheck)
|
lint:
internal/server/server.go#L113
ST1003: method BindToTcp should be BindToTCP (stylecheck)
|
lint:
internal/server/server.go#L181
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
|
lint
issues found
|