wechaty/go-wechaty

View on GitHub
wechaty/factory/url_link.go

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

exported method UrlLinkFactory.Create should have comment or be unexported
Open

func (u *UrlLinkFactory) Create(url string) (_interface.IUrlLink, error) {
Severity: Minor
Found in wechaty/factory/url_link.go by golint

exported var ErrImageUrlOrDescNotFound should have comment or be unexported
Open

    ErrImageUrlOrDescNotFound = errors.New("imgUrl.or.desc.not.found")
Severity: Minor
Found in wechaty/factory/url_link.go by golint

type UrlLinkFactory should be URLLinkFactory
Open

type UrlLinkFactory struct{}
Severity: Minor
Found in wechaty/factory/url_link.go by golint

exported type UrlLinkFactory should have comment or be unexported
Open

type UrlLinkFactory struct{}
Severity: Minor
Found in wechaty/factory/url_link.go by golint

var ErrImageUrlOrDescNotFound should be ErrImageURLOrDescNotFound
Open

    ErrImageUrlOrDescNotFound = errors.New("imgUrl.or.desc.not.found")
Severity: Minor
Found in wechaty/factory/url_link.go by golint

There are no issues that match your filters.

Category
Status