Showing 544 of 544 total issues
exported type FileStorage should have comment or be unexported Open
Open
type FileStorage struct {
- Exclude checks
exported type EventMessagePayload should have comment or be unexported Open
Open
type EventMessagePayload struct {
- Exclude checks
exported type EventRoomJoinPayload should have comment or be unexported Open
Open
type EventRoomJoinPayload struct {
- Exclude checks
struct field RoomId should be RoomID Open
Open
RoomId string
- Exclude checks
exported type FriendshipPayloadConfirm should have comment or be unexported Open
Open
type FriendshipPayloadConfirm struct {
- Exclude checks
exported type WeChatAppMessageType should have comment or be unexported Open
Open
type WeChatAppMessageType int
- Exclude checks
struct field ListenerId should be ListenerID Open
Open
ListenerId string
- Exclude checks
exported type MessagePayloadFilterFunction should have comment or be unexported Open
Open
type MessagePayloadFilterFunction func(payload *MessagePayload) bool
- Exclude checks
struct field CoverUrl should be CoverURL Open
Open
CoverUrl struct {
- Exclude checks
struct field PatMusicId should be PatMusicID Open
Open
PatMusicId struct {
- Exclude checks
struct field HeadUrl should be HeadURL Open
Open
HeadUrl struct {
- Exclude checks
exported method NopStorage.Load should have comment or be unexported Open
Open
func (n NopStorage) Load() (map[string]interface{}, error) {
- Exclude checks
exported type ContactPayload should have comment or be unexported Open
Open
type ContactPayload struct {
- Exclude checks
struct field Id should be ID Open
Open
Id string
- Exclude checks
exported type EventFriendshipPayload should have comment or be unexported Open
Open
type EventFriendshipPayload struct {
- Exclude checks
struct field ChangerId should be ChangerID Open
Open
ChangerId string
- Exclude checks
comment on exported type ImageType should be of the form "ImageType ..." (with optional leading article) Open
Open
//go:generate stringer -type=ImageType
- Exclude checks
struct field RemoteUrl should be RemoteURL Open
Open
RemoteUrl string `json:"url"`
- Exclude checks
struct field LiveMicId should be LiveMicID Open
Open
LiveMicId struct {
- Exclude checks
var HttpClient should be HTTPClient Open
Open
var HttpClient = http.Client{
- Exclude checks