Showing 544 of 544 total issues
exported method PuppetMock.FriendshipAdd should have comment or be unexported Open
Open
func (p *PuppetMock) FriendshipAdd(contactID, hello string) (err error) {
- Exclude checks
exported method PuppetMock.SetContactAvatar should have comment or be unexported Open
Open
func (p *PuppetMock) SetContactAvatar(contactID string, fileBox *filebox.FileBox) error {
- Exclude checks
struct field IconUrl should be IconURL Open
Open
IconUrl string `json:"iconUrl"` // optional, mini program icon url
- Exclude checks
exported type RoomMemberPayload should have comment or be unexported Open
Open
type RoomMemberPayload struct {
- Exclude checks
struct field InviterId should be InviterID Open
Open
InviterId string
- Exclude checks
exported method PuppetMock.MessageSendFile should have comment or be unexported Open
Open
func (p PuppetMock) MessageSendFile(conversationID string, fileBox *filebox.FileBox) (string, error) {
- Exclude checks
exported method PuppetMock.MessageURL should have comment or be unexported Open
Open
func (p *PuppetMock) MessageURL(messageID string) (*schemas.UrlLinkPayload, error) {
- Exclude checks
exported method PuppetMock.RoomMemberRawPayload should have comment or be unexported Open
Open
func (p *PuppetMock) RoomMemberRawPayload(roomID string, contactID string) (*schemas.RoomMemberPayload, error) {
- Exclude checks
exported method PuppetMock.FriendshipSearchPhone should have comment or be unexported Open
Open
func (p *PuppetMock) FriendshipSearchPhone(phone string) (string, error) {
- Exclude checks
exported method PuppetMock.TagContactRemove should have comment or be unexported Open
Open
func (p *PuppetMock) TagContactRemove(id, contactID string) (err error) {
- Exclude checks
exported method PuppetMock.Start should have comment or be unexported Open
Open
func (p *PuppetMock) Start() error {
- Exclude checks
exported method PuppetMock.Ding should have comment or be unexported Open
Open
func (p *PuppetMock) Ding(data string) {
- Exclude checks
exported method PuppetMock.SetContactSelfSignature should have comment or be unexported Open
Open
func (p *PuppetMock) SetContactSelfSignature(signature string) error {
- Exclude checks
exported method PuppetMock.RoomAdd should have comment or be unexported Open
Open
func (p *PuppetMock) RoomAdd(roomID, contactID string) error {
- Exclude checks
exported method PuppetMock.TagContactDelete should have comment or be unexported Open
Open
func (p *PuppetMock) TagContactDelete(id string) (err error) {
- Exclude checks
exported method PuppetMock.MessageLocation should have comment or be unexported Open
Open
func (p *PuppetMock) MessageLocation(messageID string) (*schemas.LocationPayload, error) {
- Exclude checks
exported method PuppetMock.RoomTopic should have comment or be unexported Open
Open
func (p *PuppetMock) RoomTopic(roomID string) (string, error) {
- Exclude checks
exported type RoomInvitationPayload should have comment or be unexported Open
Open
type RoomInvitationPayload struct {
- Exclude checks
exported type PuppetMock should have comment or be unexported Open
Open
type PuppetMock struct {
- Exclude checks
exported method PuppetMock.MessageImage should have comment or be unexported Open
Open
func (p PuppetMock) MessageImage(messageID string, imageType schemas.ImageType) (*filebox.FileBox, error) {
- Exclude checks