wechaty/go-wechaty

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

Summary

Maintainability
A
0 mins
Test Coverage

struct field ReceiverId should be ReceiverID
Open

    ReceiverId   string    `json:"receiverId"`

struct field Id should be ID
Open

    Id           string    `json:"id"`

struct field MemberIdList should be MemberIDList
Open

    MemberIdList []string  `json:"memberIdList"`

exported type RoomInvitationPayload should have comment or be unexported
Open

type RoomInvitationPayload struct {

struct field InviterId should be InviterID
Open

    InviterId    string    `json:"inviterId"`

There are no issues that match your filters.

Category
Status