wechaty/go-wechaty

View on GitHub
wechaty/user/contact.go

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

exported type Contact should have comment or be unexported
Open

type Contact struct {
Severity: Minor
Found in wechaty/user/contact.go by golint

struct field Id should be ID
Open

    Id      string
Severity: Minor
Found in wechaty/user/contact.go by golint

exported method Contact.ID should have comment or be unexported
Open

func (c *Contact) ID() string {
Severity: Minor
Found in wechaty/user/contact.go by golint

exported method Contact.Name should have comment or be unexported
Open

func (c *Contact) Name() string {
Severity: Minor
Found in wechaty/user/contact.go by golint

exported method Contact.IsReady should have comment or be unexported
Open

func (c *Contact) IsReady() bool {
Severity: Minor
Found in wechaty/user/contact.go by golint

There are no issues that match your filters.

Category
Status