Skip to content

MVP of smart producer #48

MVP of smart producer

MVP of smart producer #48

Triggered via pull request December 15, 2023 11:15
Status Failure
Total duration 43s
Artifacts

static-check.yaml

on: pull_request
static-check
34s
static-check
Check Go Formatting
10s
Check Go Formatting
Fit to window
Zoom out
Zoom in

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)