firehol/netdata

View on GitHub
src/go/plugin/go.d/modules/vsphere/client/client.go

Summary

Maintainability
A
35 mins
Test Coverage

Function New has 5 return statements (exceeds 4 allowed).
Open

func New(config Config) (*Client, error) {
    ctx := context.Background()
    soapClient, err := newSoapClient(config)
    if err != nil {
        return nil, err
Severity: Major
Found in src/go/plugin/go.d/modules/vsphere/client/client.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status