wechaty/go-wechaty

View on GitHub

Showing 544 of 544 total issues

struct field ReceiverId should be ReceiverID
Open

    ReceiverId   string    `json:"receiverId"`

exported method PuppetMock.FriendshipRawPayload should have comment or be unexported
Open

func (p PuppetMock) FriendshipRawPayload(friendshipID string) (*schemas.FriendshipPayload, error) {
Severity: Minor
Found in wechaty-puppet-mock/puppet_mock.go by golint

exported method PuppetMock.ContactSelfQRCode should have comment or be unexported
Open

func (p *PuppetMock) ContactSelfQRCode() (string, error) {
Severity: Minor
Found in wechaty-puppet-mock/puppet_mock.go by golint

exported method PuppetMock.MessageRecall should have comment or be unexported
Open

func (p *PuppetMock) MessageRecall(messageID string) (bool, error) {
Severity: Minor
Found in wechaty-puppet-mock/puppet_mock.go by golint

exported method PuppetMock.TagContactAdd should have comment or be unexported
Open

func (p *PuppetMock) TagContactAdd(id, contactID string) (err error) {
Severity: Minor
Found in wechaty-puppet-mock/puppet_mock.go by golint

exported type RoomPayload should have comment or be unexported
Open

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

exported type RoomPayloadFilterFunction should have comment or be unexported
Open

type RoomPayloadFilterFunction func(payload *RoomPayload) bool
Severity: Minor
Found in wechaty-puppet/schemas/room.go by golint

exported method PuppetMock.MessageMiniProgram should have comment or be unexported
Open

func (p *PuppetMock) MessageMiniProgram(messageID string) (*schemas.MiniProgramPayload, error) {
Severity: Minor
Found in wechaty-puppet-mock/puppet_mock.go by golint

exported method PuppetMock.MessageContact should have comment or be unexported
Open

func (p *PuppetMock) MessageContact(messageID string) (string, error) {
Severity: Minor
Found in wechaty-puppet-mock/puppet_mock.go by golint

exported method PuppetMock.RoomAvatar should have comment or be unexported
Open

func (p *PuppetMock) RoomAvatar(roomID string) (*filebox.FileBox, error) {
Severity: Minor
Found in wechaty-puppet-mock/puppet_mock.go by golint

exported type MiniProgramPayload should have comment or be unexported
Open

type MiniProgramPayload struct {

exported const PuppetEventNameUnknown should have comment (or a comment on this block) or be unexported
Open

    PuppetEventNameUnknown PuppetEventName = iota
Severity: Minor
Found in wechaty-puppet/schemas/puppet.go by golint

struct field Id should be ID
Open

    Id           string    `json:"id"`

exported method PuppetMock.MessageSendContact should have comment or be unexported
Open

func (p PuppetMock) MessageSendContact(conversationID string, contactID string) (string, error) {
Severity: Minor
Found in wechaty-puppet-mock/puppet_mock.go by golint

exported method PuppetMock.SetContactSelfName should have comment or be unexported
Open

func (p *PuppetMock) SetContactSelfName(name string) error {
Severity: Minor
Found in wechaty-puppet-mock/puppet_mock.go by golint

exported method PuppetMock.TagContactList should have comment or be unexported
Open

func (p *PuppetMock) TagContactList(contactID string) ([]string, error) {
Severity: Minor
Found in wechaty-puppet-mock/puppet_mock.go by golint

comment on exported type PuppetEventName should be of the form "PuppetEventName ..." (with optional leading article)
Open

//go:generate stringer -type=PuppetEventName
Severity: Minor
Found in wechaty-puppet/schemas/puppet.go by golint

exported type RoomQueryFilter should have comment or be unexported
Open

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

struct field MemberIdList should be MemberIDList
Open

    MemberIdList []string  `json:"memberIdList"`

struct field ThumbnailUrl should be ThumbnailURL
Open

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