wechaty/go-wechaty

View on GitHub
wechaty-puppet/schemas/events.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type EventLogoutPayload should have comment or be unexported
Open

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

struct field InviterId should be InviterID
Open

    InviterId     string
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 EventHeartbeatPayload should have comment or be unexported
Open

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

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

    ScanStatusUnknown   ScanStatus = 0
Severity: Minor
Found in wechaty-puppet/schemas/events.go by golint

struct field ContactId should be ContactID
Open

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

struct field RoomInvitationId should be RoomInvitationID
Open

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

exported type EventResetPayload should have comment or be unexported
Open

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

struct field MessageId should be MessageID
Open

    MessageId string
Severity: Minor
Found in wechaty-puppet/schemas/events.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 RemoveeIdList should be RemoveeIDList
Open

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

struct field RemoverId should be RemoverID
Open

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

exported type EventScanPayload should have comment or be unexported
Open

type EventScanPayload 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 ContactId should be ContactID
Open

    ContactId string
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 EventRoomTopicPayload should have comment or be unexported
Open

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

exported type BaseEventPayload should have comment or be unexported
Open

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

exported type EventDirtyPayload should have comment or be unexported
Open

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

exported type EventLoginPayload should have comment or be unexported
Open

type EventLoginPayload 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

struct field ChangerId should be ChangerID
Open

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

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

//go:generate stringer -type=ScanStatus
Severity: Minor
Found in wechaty-puppet/schemas/events.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

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 EventReadyPayload should have comment or be unexported
Open

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

exported type EventDongPayload should have comment or be unexported
Open

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

exported type EventErrorPayload should have comment or be unexported
Open

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

struct field InviteeIdList should be InviteeIDList
Open

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

exported type EventRoomLeavePayload should have comment or be unexported
Open

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

struct field PayloadId should be PayloadID
Open

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

There are no issues that match your filters.

Category
Status