nikoksr/notify

View on GitHub
service/plivo/plivo.go

Summary

Maintainability
A
35 mins
Test Coverage

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

func New(cOpts *ClientOptions, mOpts *MessageOptions) (*Service, error) {
    if cOpts == nil {
        return nil, errors.New("client-options cannot be nil")
    }

Severity: Major
Found in service/plivo/plivo.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status