equals215/deepsentinel

View on GitHub
server/server.go

Summary

Maintainability
A
0 mins
Test Coverage

Function newServer has 7 return statements (exceeds 4 allowed).
Invalid

func newServer(payloadChannel chan *monitoring.Payload, dashboardOperator *dashboard.Operator) *fiber.App {
    app := fiber.New(fiber.Config{
        AppName: "DeepSentinel API",
    })

Severity: Major
Found in server/server.go - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status