Showing 544 of 544 total issues
exported method PuppetMock.RoomInvitationRawPayload should have comment or be unexported Open
Open
func (p PuppetMock) RoomInvitationRawPayload(roomInvitationID string) (*schemas.RoomInvitationPayload, error) {
- Exclude checks
exported method PuppetMock.Stop should have comment or be unexported Open
Open
func (p *PuppetMock) Stop() {
- Exclude checks
exported method PuppetMock.ContactAlias should have comment or be unexported Open
Open
func (p *PuppetMock) ContactAlias(contactID string) (string, error) {
- Exclude checks
exported method PuppetMock.ContactRawPayload should have comment or be unexported Open
Open
func (p *PuppetMock) ContactRawPayload(contactID string) (*schemas.ContactPayload, error) {
- Exclude checks
exported method PuppetMock.MessageRawPayload should have comment or be unexported Open
Open
func (p *PuppetMock) MessageRawPayload(id string) (*schemas.MessagePayload, error) {
- Exclude checks
exported method PuppetMock.FriendshipSearchWeixin should have comment or be unexported Open
Open
func (p *PuppetMock) FriendshipSearchWeixin(weixin string) (string, error) {
- Exclude checks
exported method RoomQueryFilter.All should have comment or be unexported Open
Open
func (r *RoomQueryFilter) All() bool {
- Exclude checks
exported type UrlLinkPayload should have comment or be unexported Open
Open
type UrlLinkPayload struct {
- Exclude checks
exported method PuppetMock.FriendshipAccept should have comment or be unexported Open
Open
func (p PuppetMock) FriendshipAccept(friendshipID string) error {
- Exclude checks
exported method PuppetMock.RoomQuit should have comment or be unexported Open
Open
func (p *PuppetMock) RoomQuit(roomID string) error {
- Exclude checks
exported method PuppetMock.SetRoomAnnounce should have comment or be unexported Open
Open
func (p *PuppetMock) SetRoomAnnounce(roomID, text string) error {
- Exclude checks
struct field ThumbUrl should be ThumbURL Open
Open
ThumbUrl string `json:"thumbUrl"` // optional, default picture, convert to thumbnail
- Exclude checks
exported method UrlLinkPayload.ToJson should have comment or be unexported Open
Open
func (u *UrlLinkPayload) ToJson() string {
- Exclude checks
exported function NewPuppetMock should have comment or be unexported Open
Open
func NewPuppetMock(option wechatyPuppet.Option) (*PuppetMock, error) {
- Exclude checks
method parameter mentionIdList should be mentionIDList Open
Open
func (p PuppetMock) MessageSendText(conversationID string, text string, mentionIdList ...string) (string, error) {
- Exclude checks
exported method MiniProgramPayload.ToJson should have comment or be unexported Open
Open
func (m *MiniProgramPayload) ToJson() string {
- Exclude checks
type UrlLinkPayload should be URLLinkPayload Open
Open
type UrlLinkPayload struct {
- Exclude checks
exported method PuppetMock.Logout should have comment or be unexported Open
Open
func (p *PuppetMock) Logout() error {
- Exclude checks
exported method PuppetMock.RoomQRCode should have comment or be unexported Open
Open
func (p *PuppetMock) RoomQRCode(roomID string) (string, error) {
- Exclude checks
exported method PuppetMock.SetContactAlias should have comment or be unexported Open
Open
func (p *PuppetMock) SetContactAlias(contactID string, alias string) error {
- Exclude checks