wechaty/go-wechaty

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

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

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

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

exported method RoomQueryFilter.All should have comment or be unexported
Open

func (r *RoomQueryFilter) All() bool {
Severity: Minor
Found in wechaty-puppet/schemas/room.go by golint

struct field InviterId should be InviterID
Open

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

struct field MemberIdList should be MemberIDList
Open

    MemberIdList []string
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

struct field AdminIdList should be AdminIDList
Open

    AdminIdList  []string
Severity: Minor
Found in wechaty-puppet/schemas/room.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 Id should be ID
Open

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

exported method RoomQueryFilter.Empty should have comment or be unexported
Open

func (r *RoomQueryFilter) Empty() bool {
Severity: Minor
Found in wechaty-puppet/schemas/room.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

struct field Id should be ID
Open

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

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 Id should be ID
Open

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

There are no issues that match your filters.

Category
Status