examples/video/video_proxy.go

Summary

Maintainability
A
35 mins
Test Coverage

Method proxyALVideoDevice.SubscribeCamera has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

func (p *proxyALVideoDevice) SubscribeCamera(name string, cameraIndex int32, resolution int32, colorSpace int32, fps int32) (string, error) {
Severity: Minor
Found in examples/video/video_proxy.go - About 35 mins to fix

    package comment is detached; there should be no blank lines between it and the package statement
    Open

    
    
    Severity: Minor
    Found in examples/video/video_proxy.go by golint

    method parameter nameId should be nameID
    Open

    func (p *proxyALVideoDevice) Unsubscribe(nameId string) (bool, error) {
    Severity: Minor
    Found in examples/video/video_proxy.go by golint

    interface method parameter nameId should be nameID
    Open

        Unsubscribe(nameId string) (bool, error)
    Severity: Minor
    Found in examples/video/video_proxy.go by golint

    There are no issues that match your filters.

    Category
    Status