wechaty/go-wechaty

View on GitHub

Showing 544 of 544 total issues

exported function NewPuppetMock should have comment or be unexported
Open

func NewPuppetMock(option wechatyPuppet.Option) (*PuppetMock, error) {
Severity: Minor
Found in wechaty-puppet-mock/puppet_mock.go by golint

exported method PuppetMock.RoomInvitationAccept should have comment or be unexported
Open

func (p PuppetMock) RoomInvitationAccept(roomInvitationID string) error {
Severity: Minor
Found in wechaty-puppet-mock/puppet_mock.go by golint

exported method PuppetMock.MessageSendText should have comment or be unexported
Open

func (p PuppetMock) MessageSendText(conversationID string, text string, mentionIdList ...string) (string, error) {
Severity: Minor
Found in wechaty-puppet-mock/puppet_mock.go by golint

exported method PuppetMock.Logout should have comment or be unexported
Open

func (p *PuppetMock) Logout() error {
Severity: Minor
Found in wechaty-puppet-mock/puppet_mock.go by golint
Severity
Category
Status
Source
Language