client: Add ReplicateObject
method
#1288
Annotations
9 errors and 3 warnings
lint:
client/object_put_test.go#L198
Error return value of `gSrv.Serve` is not checked (errcheck)
|
lint:
client/object_put_test.go#L113
func `(*testReplicationServer).respondInternalError` is unused (unused)
|
lint:
client/object_put_test.go#L114
func `(*testReplicationServer).respondAccessDenied` is unused (unused)
|
lint:
client/object_put_test.go#L115
func `(*testReplicationServer).respondContainerNotFound` is unused (unused)
|
lint:
client/object_put.go#L467
SA4003: no value of type uint64 is less than 0 (staticcheck)
|
lint
issues found
|
Tests (1.21)
Process completed with exit code 2.
|
Tests (1.19)
Process completed with exit code 2.
|
Tests (1.20)
Process completed with exit code 2.
|
lint:
client/client_test.go#L67
unused-parameter: parameter 'data' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
client/client_test.go#L68
unused-parameter: parameter 'data' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
client/client_test.go#L73
unused-parameter: parameter 'data' seems to be unused, consider removing or renaming it as _ (revive)
|