MVP of smart producer #48
static-check.yaml
on: pull_request
static-check
34s
Check Go Formatting
10s
Annotations
10 errors
static-check:
main.go#L58
this value of err is never used (SA4006)
|
static-check:
pkg/stream/message_accumulator.go#L55
func (*messageAccumulator).isEmpty is unused (U1000)
|
static-check:
pkg/stream/producer_manager.go#L27
field confirmationChannels is unused (U1000)
|
static-check:
pkg/stream/producer_manager.go#L56
func (*producerManager).connect is unused (U1000)
|
static-check:
pkg/stream/producer_manager.go#L79
func (*producerManager).publishConfirmationListener is unused (U1000)
|
static-check:
pkg/stream/stream_suite_test.go#L30
type plainTextMessage is unused (U1000)
|
static-check:
pkg/stream/stream_suite_test.go#L34
func (*plainTextMessage).UnmarshalBinary is unused (U1000)
|
static-check:
pkg/stream/stream_suite_test.go#L46
func (*plainTextMessage).MarshalBinary is unused (U1000)
|
static-check:
pkg/stream/stream_suite_test.go#L60
func (*plainTextMessage).Body is unused (U1000)
|
static-check:
pkg/stream/util.go#L79
func newAutoIncrementingSequence is unused (U1000)
|