wechaty/go-wechaty

View on GitHub

Showing 544 of 544 total issues

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

func (p *PuppetMock) FriendshipAdd(contactID, hello string) (err error) {
Severity: Minor
Found in wechaty-puppet-mock/puppet_mock.go by golint

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

func (p *PuppetMock) SetContactAvatar(contactID string, fileBox *filebox.FileBox) error {
Severity: Minor
Found in wechaty-puppet-mock/puppet_mock.go by golint

struct field IconUrl should be IconURL
Open

    IconUrl     string `json:"iconUrl"`     // optional, mini program icon url

exported type RoomMemberPayload should have comment or be unexported
Open

type RoomMemberPayload struct {
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

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

func (p PuppetMock) MessageSendFile(conversationID string, fileBox *filebox.FileBox) (string, error) {
Severity: Minor
Found in wechaty-puppet-mock/puppet_mock.go by golint

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

func (p *PuppetMock) MessageURL(messageID string) (*schemas.UrlLinkPayload, error) {
Severity: Minor
Found in wechaty-puppet-mock/puppet_mock.go by golint

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

func (p *PuppetMock) RoomMemberRawPayload(roomID string, contactID string) (*schemas.RoomMemberPayload, error) {
Severity: Minor
Found in wechaty-puppet-mock/puppet_mock.go by golint

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

func (p *PuppetMock) FriendshipSearchPhone(phone string) (string, error) {
Severity: Minor
Found in wechaty-puppet-mock/puppet_mock.go by golint

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

func (p *PuppetMock) TagContactRemove(id, contactID string) (err error) {
Severity: Minor
Found in wechaty-puppet-mock/puppet_mock.go by golint

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

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

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

func (p *PuppetMock) Ding(data string) {
Severity: Minor
Found in wechaty-puppet-mock/puppet_mock.go by golint

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

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

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

func (p *PuppetMock) RoomAdd(roomID, contactID string) error {
Severity: Minor
Found in wechaty-puppet-mock/puppet_mock.go by golint

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

func (p *PuppetMock) TagContactDelete(id string) (err error) {
Severity: Minor
Found in wechaty-puppet-mock/puppet_mock.go by golint

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

func (p *PuppetMock) MessageLocation(messageID string) (*schemas.LocationPayload, error) {
Severity: Minor
Found in wechaty-puppet-mock/puppet_mock.go by golint

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

func (p *PuppetMock) RoomTopic(roomID string) (string, error) {
Severity: Minor
Found in wechaty-puppet-mock/puppet_mock.go by golint

exported type RoomInvitationPayload should have comment or be unexported
Open

type RoomInvitationPayload struct {

exported type PuppetMock should have comment or be unexported
Open

type PuppetMock struct {
Severity: Minor
Found in wechaty-puppet-mock/puppet_mock.go by golint

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

func (p PuppetMock) MessageImage(messageID string, imageType schemas.ImageType) (*filebox.FileBox, error) {
Severity: Minor
Found in wechaty-puppet-mock/puppet_mock.go by golint
Severity
Category
Status
Source
Language