wechaty/go-wechaty

View on GitHub

Showing 544 of 544 total issues

exported type FileStorage should have comment or be unexported
Open

type FileStorage struct {

exported type EventMessagePayload should have comment or be unexported
Open

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

exported type EventRoomJoinPayload should have comment or be unexported
Open

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

struct field RoomId should be RoomID
Open

    RoomId    string
Severity: Minor
Found in wechaty-puppet/schemas/events.go by golint

exported type FriendshipPayloadConfirm should have comment or be unexported
Open

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

exported type WeChatAppMessageType should have comment or be unexported
Open

type WeChatAppMessageType int
Severity: Minor
Found in wechaty-puppet/schemas/message.go by golint

struct field ListenerId should be ListenerID
Open

    ListenerId string
Severity: Minor
Found in wechaty-puppet/schemas/message.go by golint

exported type MessagePayloadFilterFunction should have comment or be unexported
Open

type MessagePayloadFilterFunction func(payload *MessagePayload) bool
Severity: Minor
Found in wechaty-puppet/schemas/message.go by golint

struct field CoverUrl should be CoverURL
Open

                CoverUrl struct {

struct field PatMusicId should be PatMusicID
Open

            PatMusicId struct {

struct field HeadUrl should be HeadURL
Open

            HeadUrl struct {

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

func (n NopStorage) Load() (map[string]interface{}, error) {

exported type ContactPayload should have comment or be unexported
Open

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

struct field Id should be ID
Open

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

exported type EventFriendshipPayload should have comment or be unexported
Open

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

struct field ChangerId should be ChangerID
Open

    ChangerId string
Severity: Minor
Found in wechaty-puppet/schemas/events.go by golint

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

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

struct field RemoteUrl should be RemoteURL
Open

    RemoteUrl string      `json:"url"`
Severity: Minor
Found in wechaty-puppet/filebox/type.go by golint

struct field LiveMicId should be LiveMicID
Open

            LiveMicId struct {

var HttpClient should be HTTPClient
Open

var HttpClient = http.Client{
Severity: Minor
Found in wechaty-puppet/helper/http_client.go by golint
Severity
Category
Status
Source
Language