Showing 544 of 544 total issues
struct field ContactId should be ContactID Open
Open
ContactId string `json:"contactId"`
- Exclude checks
exported type FriendshipPayloadReceive should have comment or be unexported Open
Open
type FriendshipPayloadReceive struct {
- Exclude checks
type OptionsUuid should be OptionsUUID Open
Open
type OptionsUuid struct {
- Exclude checks
exported method NopStorage.Save should have comment or be unexported Open
Open
func (n NopStorage) Save(payload map[string]interface{}) error {
- Exclude checks
exported type EventLoginPayload should have comment or be unexported Open
Open
type EventLoginPayload struct {
- Exclude checks
exported const FriendshipSceneTypeUnknown should have comment (or a comment on this block) or be unexported Open
Open
FriendshipSceneTypeUnknown FriendshipSceneType = 0
- Exclude checks
exported type FriendshipPayloadBase should have comment or be unexported Open
Open
type FriendshipPayloadBase struct {
- Exclude checks
exported const WeChatMessageTypeText should have comment (or a comment on this block) or be unexported Open
Open
WeChatMessageTypeText WeChatMessageType = 1
- Exclude checks
struct field MentionIdList should be MentionIDList Open
Open
MentionIdList []string // Mentioned Contacts' Ids
- Exclude checks
exported type MessageQueryFilter should have comment or be unexported Open
Open
type MessageQueryFilter struct {
- Exclude checks
exported function GetEventNames should have comment or be unexported Open
Open
func GetEventNames() []PuppetEventName {
- Exclude checks
struct field Id should be ID Open
Open
Id string
- Exclude checks
struct field Id should be ID Open
Open
Id string
- Exclude checks
struct field Id should be ID Open
Open
Id string
- Exclude checks
exported method PuppetMock.ContactAvatar should have comment or be unexported Open
Open
func (p *PuppetMock) ContactAvatar(contactID string) (*filebox.FileBox, error) {
- Exclude checks
exported method PuppetMock.RoomList should have comment or be unexported Open
Open
func (p *PuppetMock) RoomList() ([]string, error) {
- Exclude checks
exported method PuppetMock.RoomAnnounce should have comment or be unexported Open
Open
func (p *PuppetMock) RoomAnnounce(roomID string) (string, error) {
- Exclude checks
struct field ShareId should be ShareID Open
Open
ShareId string `json:"shareId"` // optional, the unique userId for who share this mini program
- Exclude checks
exported type RoomMemberQueryFilter should have comment or be unexported Open
Open
type RoomMemberQueryFilter struct {
- Exclude checks
struct field OwnerId should be OwnerID Open
Open
OwnerId string
- Exclude checks