wechaty/go-wechaty

View on GitHub

Showing 544 of 544 total issues

exported method MemoryCard.Set should have comment or be unexported
Open

func (mc *MemoryCard) Set(key string, value interface{}) {

exported function NewFileStorage should have comment or be unexported
Open

func NewFileStorage(absFileName string) (*FileStorage, error) {

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

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

exported type EventRoomTopicPayload should have comment or be unexported
Open

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

exported type EventHeartbeatPayload should have comment or be unexported
Open

type EventHeartbeatPayload = BaseEventPayload
Severity: Minor
Found in wechaty-puppet/schemas/events.go by golint

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

    ImageTypeUnknown ImageType = iota
Severity: Minor
Found in wechaty-puppet/schemas/image.go by golint

exported type LocationPayload should have comment or be unexported
Open

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

exported type WeChatMessageType should have comment or be unexported
Open

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

struct field TalkerId should be TalkerID
Open

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

struct field TalkerId should be TalkerID
Open

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

exported type Option should have comment or be unexported
Open

type Option func(options *Options)
Severity: Minor
Found in wechaty-puppet/filebox/type.go by golint

struct field ObjectNonceId should be ObjectNonceID
Open

                ObjectNonceId struct {

exported type IStorage should have comment or be unexported
Open

type IStorage interface {

exported type NopStorage should have comment or be unexported
Open

type NopStorage struct {

exported type ContactPayloadFilterFunction should have comment or be unexported
Open

type ContactPayloadFilterFunction func(payload *ContactPayload) bool
Severity: Minor
Found in wechaty-puppet/schemas/contact.go by golint

exported type EventRoomInvitePayload should have comment or be unexported
Open

type EventRoomInvitePayload 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/message.go by golint

exported type ArrayInt should have comment or be unexported
Open

type ArrayInt []int
Severity: Minor
Found in wechaty-puppet/helper/array.go by golint

exported method ArrayInt.InArray should have comment or be unexported
Open

func (a ArrayInt) InArray(i int) bool {
Severity: Minor
Found in wechaty-puppet/helper/array.go by golint

struct field ShareUrlOriginal should be ShareURLOriginal
Open

            ShareUrlOriginal struct {
Severity
Category
Status
Source
Language