wechaty/go-wechaty

View on GitHub

Showing 544 of 544 total issues

struct field ContactId should be ContactID
Open

    ContactId string `json:"contactId"`
Severity: Minor
Found in wechaty-puppet/schemas/friendship.go by golint

exported type FriendshipPayloadReceive should have comment or be unexported
Open

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

type OptionsUuid should be OptionsUUID
Open

type OptionsUuid struct {
Severity: Minor
Found in wechaty-puppet/filebox/type.go by golint

exported method NopStorage.Save should have comment or be unexported
Open

func (n NopStorage) Save(payload map[string]interface{}) error {

exported type EventLoginPayload should have comment or be unexported
Open

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

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

    FriendshipSceneTypeUnknown  FriendshipSceneType = 0
Severity: Minor
Found in wechaty-puppet/schemas/friendship.go by golint

exported type FriendshipPayloadBase should have comment or be unexported
Open

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

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

    WeChatMessageTypeText              WeChatMessageType = 1
Severity: Minor
Found in wechaty-puppet/schemas/message.go by golint

struct field MentionIdList should be MentionIDList
Open

    MentionIdList []string // Mentioned Contacts' Ids
Severity: Minor
Found in wechaty-puppet/schemas/message.go by golint

exported type MessageQueryFilter should have comment or be unexported
Open

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

exported function GetEventNames should have comment or be unexported
Open

func GetEventNames() []PuppetEventName {
Severity: Minor
Found in wechaty-puppet/schemas/puppet.go by golint

struct field Id should be ID
Open

    Id string
Severity: Minor
Found in wechaty-puppet/schemas/room.go by golint

struct field Id should be ID
Open

    Id           string
Severity: Minor
Found in wechaty-puppet/schemas/room.go by golint

struct field Id should be ID
Open

    Id        string
Severity: Minor
Found in wechaty-puppet/schemas/room.go by golint

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

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

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

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

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

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

struct field ShareId should be ShareID
Open

    ShareId     string `json:"shareId"`     // optional, the unique userId for who share this mini program

exported type RoomMemberQueryFilter should have comment or be unexported
Open

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

struct field OwnerId should be OwnerID
Open

    OwnerId      string
Severity: Minor
Found in wechaty-puppet/schemas/room.go by golint
Severity
Category
Status
Source
Language