nikoksr/notify

View on GitHub
service/bark/bark.go

Summary

Maintainability
A
45 mins
Test Coverage

Method Service.send has 7 return statements (exceeds 4 allowed).
Open

func (s *Service) send(ctx context.Context, serverURL, subject, content string) error {
    if serverURL == "" {
        return errors.New("server url is empty")
    }

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

    There are no issues that match your filters.

    Category
    Status