axamon/ramses

View on GitHub
clientRequest.go

Summary

Maintainability
A
1 hr
Test Coverage

Function clientRequest has 61 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func clientRequest(
    ctx context.Context, url, username, password, device string) (
    result []interface{}) {

    req, err := http.NewRequest("GET", url, nil)
Severity: Minor
Found in clientRequest.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status