Showing 544 of 544 total issues
struct field ReceiverId should be ReceiverID Open
Open
ReceiverId string `json:"receiverId"`
- Exclude checks
exported method PuppetMock.FriendshipRawPayload should have comment or be unexported Open
Open
func (p PuppetMock) FriendshipRawPayload(friendshipID string) (*schemas.FriendshipPayload, error) {
- Exclude checks
exported method PuppetMock.ContactSelfQRCode should have comment or be unexported Open
Open
func (p *PuppetMock) ContactSelfQRCode() (string, error) {
- Exclude checks
exported method PuppetMock.MessageRecall should have comment or be unexported Open
Open
func (p *PuppetMock) MessageRecall(messageID string) (bool, error) {
- Exclude checks
exported method PuppetMock.TagContactAdd should have comment or be unexported Open
Open
func (p *PuppetMock) TagContactAdd(id, contactID string) (err error) {
- Exclude checks
exported type RoomPayload should have comment or be unexported Open
Open
type RoomPayload struct {
- Exclude checks
exported type RoomPayloadFilterFunction should have comment or be unexported Open
Open
type RoomPayloadFilterFunction func(payload *RoomPayload) bool
- Exclude checks
exported method PuppetMock.MessageMiniProgram should have comment or be unexported Open
Open
func (p *PuppetMock) MessageMiniProgram(messageID string) (*schemas.MiniProgramPayload, error) {
- Exclude checks
exported method PuppetMock.MessageContact should have comment or be unexported Open
Open
func (p *PuppetMock) MessageContact(messageID string) (string, error) {
- Exclude checks
exported method PuppetMock.RoomAvatar should have comment or be unexported Open
Open
func (p *PuppetMock) RoomAvatar(roomID string) (*filebox.FileBox, error) {
- Exclude checks
exported type MiniProgramPayload should have comment or be unexported Open
Open
type MiniProgramPayload struct {
- Exclude checks
exported const PuppetEventNameUnknown should have comment (or a comment on this block) or be unexported Open
Open
PuppetEventNameUnknown PuppetEventName = iota
- Exclude checks
struct field Id should be ID Open
Open
Id string `json:"id"`
- Exclude checks
exported method PuppetMock.MessageSendContact should have comment or be unexported Open
Open
func (p PuppetMock) MessageSendContact(conversationID string, contactID string) (string, error) {
- Exclude checks
exported method PuppetMock.SetContactSelfName should have comment or be unexported Open
Open
func (p *PuppetMock) SetContactSelfName(name string) error {
- Exclude checks
exported method PuppetMock.TagContactList should have comment or be unexported Open
Open
func (p *PuppetMock) TagContactList(contactID string) ([]string, error) {
- Exclude checks
comment on exported type PuppetEventName should be of the form "PuppetEventName ..." (with optional leading article) Open
Open
//go:generate stringer -type=PuppetEventName
- Exclude checks
exported type RoomQueryFilter should have comment or be unexported Open
Open
type RoomQueryFilter struct {
- Exclude checks
struct field MemberIdList should be MemberIDList Open
Open
MemberIdList []string `json:"memberIdList"`
- Exclude checks
struct field ThumbnailUrl should be ThumbnailURL Open
Open
ThumbnailUrl string `json:"thumbnailUrl"`
- Exclude checks