wechaty/go-wechaty

View on GitHub
wechaty-puppet/schemas/url_link.go

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

exported type UrlLinkPayload should have comment or be unexported
Open

type UrlLinkPayload struct {
Severity: Minor
Found in wechaty-puppet/schemas/url_link.go by golint

struct field ThumbnailUrl should be ThumbnailURL
Open

    ThumbnailUrl string `json:"thumbnailUrl"`
Severity: Minor
Found in wechaty-puppet/schemas/url_link.go by golint

struct field Url should be URL
Open

    Url          string `json:"url"`
Severity: Minor
Found in wechaty-puppet/schemas/url_link.go by golint

exported method UrlLinkPayload.ToJson should have comment or be unexported
Open

func (u *UrlLinkPayload) ToJson() string {
Severity: Minor
Found in wechaty-puppet/schemas/url_link.go by golint

type UrlLinkPayload should be URLLinkPayload
Open

type UrlLinkPayload struct {
Severity: Minor
Found in wechaty-puppet/schemas/url_link.go by golint

method ToJson should be ToJSON
Open

func (u *UrlLinkPayload) ToJson() string {
Severity: Minor
Found in wechaty-puppet/schemas/url_link.go by golint

There are no issues that match your filters.

Category
Status