wechaty/go-wechaty

View on GitHub

Showing 544 of 544 total issues

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

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

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

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

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

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

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

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

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

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

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

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

exported method RoomQueryFilter.All should have comment or be unexported
Open

func (r *RoomQueryFilter) All() bool {
Severity: Minor
Found in wechaty-puppet/schemas/room.go by golint

exported type UrlLinkPayload should have comment or be unexported
Open

type UrlLinkPayload struct {
Severity: Minor
Found in wechaty-puppet/schemas/url_link.go by golint

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

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

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

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

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

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

struct field ThumbUrl should be ThumbURL
Open

    ThumbUrl    string `json:"thumbUrl"`    // optional, default picture, convert to thumbnail

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

func (u *UrlLinkPayload) ToJson() string {
Severity: Minor
Found in wechaty-puppet/schemas/url_link.go by golint

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

method parameter mentionIdList should be mentionIDList
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 MiniProgramPayload.ToJson should have comment or be unexported
Open

func (m *MiniProgramPayload) ToJson() string {

type UrlLinkPayload should be URLLinkPayload
Open

type UrlLinkPayload struct {
Severity: Minor
Found in wechaty-puppet/schemas/url_link.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

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

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

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

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