✨ NATS PubSub integration #15
Annotations
9 errors
lint:
errors.go#L12
var `errFailedToCreateConsumer` is unused (unused)
|
lint:
client.go#L97
unnecessary leading newline (whitespace)
|
lint:
connection_manager.go#L58
unnecessary leading newline (whitespace)
|
lint:
client.go#L100
do not define dynamic errors, use wrapped static errors instead: "errors.New(\"subscription manager is not initialized\")" (err113)
|
lint:
client.go#L104
do not define dynamic errors, use wrapped static errors instead: "errors.New(\"connection manager is not initialized\")" (err113)
|
lint:
client.go#L108
do not define dynamic errors, use wrapped static errors instead: "errors.New(\"jetstream is not initialized\")" (err113)
|
lint:
client_test.go#L166
do not define dynamic errors, use wrapped static errors instead: "errors.New(\"subscription error\")" (err113)
|
lint:
pubsub_wrapper.go#L50
if statements should only be cuddled with assignments (wsl)
|
lint
issues found
|