42wim/matterbridge

View on GitHub
bridge/api/api.go

Summary

Maintainability
A
1 hr
Test Coverage

Function New has 53 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func New(cfg *bridge.Config) bridge.Bridger {
    b := &API{Config: cfg}
    e := echo.New()
    e.HideBanner = true
    e.HidePort = true
Severity: Minor
Found in bridge/api/api.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status