wechaty/go-wechaty

View on GitHub
wechaty/factory/room_invitation.go

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

exported type RoomInvitationFactory should have comment or be unexported
Open

type RoomInvitationFactory struct {
Severity: Minor
Found in wechaty/factory/room_invitation.go by golint

exported method RoomInvitationFactory.FromJSON should have comment or be unexported
Open

func (r *RoomInvitationFactory) FromJSON(s string) (_interface.IRoomInvitation, error) {
Severity: Minor
Found in wechaty/factory/room_invitation.go by golint

exported method RoomInvitationFactory.FromPayload should have comment or be unexported
Open

func (r *RoomInvitationFactory) FromPayload(payload *schemas.RoomInvitationPayload) _interface.IRoomInvitation {
Severity: Minor
Found in wechaty/factory/room_invitation.go by golint

exported method RoomInvitationFactory.Load should have comment or be unexported
Open

func (r *RoomInvitationFactory) Load(id string) _interface.IRoomInvitation {
Severity: Minor
Found in wechaty/factory/room_invitation.go by golint

There are no issues that match your filters.

Category
Status