Skip to content

driver: implement tkv driver #60

driver: implement tkv driver

driver: implement tkv driver #60

Triggered via push September 29, 2025 10:01
Status Failure
Total duration 47s
Artifacts

check.yaml

on: push
golangci-lint
43s
golangci-lint
codespell
5s
codespell
verify-generation
8s
verify-generation
Fit to window
Zoom out
Zoom in

Annotations

20 errors
golangci-lint: driver/tcs/tcs.go#L75
Function 'Execute' is too long (78 > 60) (funlen)
golangci-lint: driver/tcs/tcs.go#L170
watch.Event is missing fields Type, Rev (exhaustruct)
golangci-lint: driver/tcs/tcs.go#L231
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"too many responses (%v) from tarantool for key %q\", resp, key)" (err113)
golangci-lint: driver/tcs/tcs.go#L227
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"a configuration data not found in tarantool for key %q\", key)" (err113)
golangci-lint: driver/tcs/tcs.go#L222
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"failed to map response from tarantool: %q\", result[0])" (err113)
golangci-lint: driver/tcs/tcs.go#L208
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"unexpected response from tarantool: %q\", result)" (err113)
golangci-lint: driver/tcs/tcs.go#L143
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"failed to map response from tarantool: %q\", result[0])" (err113)
golangci-lint: driver/tcs/tcs.go#L131
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"unexpected response from tarantool: %q\", result)" (err113)
golangci-lint: driver/tcs/tcs.go#L99
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"unexpected type of comparison value in predicate\")" (err113)
golangci-lint: driver/tcs/tcs.go#L11
import 'github.com/mitchellh/mapstructure' is not allowed from list 'main' (depguard)
golangci-lint: driver/tcs/tcs.go#L75
Function 'Execute' is too long (78 > 60) (funlen)
golangci-lint: driver/tcs/tcs.go#L170
watch.Event is missing fields Type, Rev (exhaustruct)
golangci-lint: driver/tcs/tcs.go#L231
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"too many responses (%v) from tarantool for key %q\", resp, key)" (err113)
golangci-lint: driver/tcs/tcs.go#L227
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"a configuration data not found in tarantool for key %q\", key)" (err113)
golangci-lint: driver/tcs/tcs.go#L222
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"failed to map response from tarantool: %q\", result[0])" (err113)
golangci-lint: driver/tcs/tcs.go#L208
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"unexpected response from tarantool: %q\", result)" (err113)
golangci-lint: driver/tcs/tcs.go#L143
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"failed to map response from tarantool: %q\", result[0])" (err113)
golangci-lint: driver/tcs/tcs.go#L131
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"unexpected response from tarantool: %q\", result)" (err113)
golangci-lint: driver/tcs/tcs.go#L99
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"unexpected type of comparison value in predicate\")" (err113)
golangci-lint: driver/tcs/tcs.go#L11
import 'github.com/mitchellh/mapstructure' is not allowed from list 'main' (depguard)