wechaty/go-wechaty

View on GitHub
wechaty/user/room_invitation.go

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

exported method RoomInvitation.ToJson should have comment or be unexported
Open

func (ri *RoomInvitation) ToJson() (string, error) {
Severity: Minor
Found in wechaty/user/room_invitation.go by golint

exported method RoomInvitation.MemberCount should have comment or be unexported
Open

func (ri *RoomInvitation) MemberCount() (int, error) {
Severity: Minor
Found in wechaty/user/room_invitation.go by golint

exported type RoomInvitation should have comment or be unexported
Open

type RoomInvitation struct {
Severity: Minor
Found in wechaty/user/room_invitation.go by golint

exported method RoomInvitation.ToStringAsync should have comment or be unexported
Open

func (ri *RoomInvitation) ToStringAsync() (string, error) {
Severity: Minor
Found in wechaty/user/room_invitation.go by golint

method ToJson should be ToJSON
Open

func (ri *RoomInvitation) ToJson() (string, error) {
Severity: Minor
Found in wechaty/user/room_invitation.go by golint

There are no issues that match your filters.

Category
Status