Showing 544 of 544 total issues
exported method MemoryCard.Set should have comment or be unexported Open
Open
func (mc *MemoryCard) Set(key string, value interface{}) {
- Exclude checks
exported function NewFileStorage should have comment or be unexported Open
Open
func NewFileStorage(absFileName string) (*FileStorage, error) {
- Exclude checks
comment on exported type ContactType should be of the form "ContactType ..." (with optional leading article) Open
Open
//go:generate stringer -type=ContactType
- Exclude checks
exported type EventRoomTopicPayload should have comment or be unexported Open
Open
type EventRoomTopicPayload struct {
- Exclude checks
exported type EventHeartbeatPayload should have comment or be unexported Open
Open
type EventHeartbeatPayload = BaseEventPayload
- Exclude checks
exported const ImageTypeUnknown should have comment (or a comment on this block) or be unexported Open
Open
ImageTypeUnknown ImageType = iota
- Exclude checks
exported type LocationPayload should have comment or be unexported Open
Open
type LocationPayload struct {
- Exclude checks
exported type WeChatMessageType should have comment or be unexported Open
Open
type WeChatMessageType int
- Exclude checks
struct field TalkerId should be TalkerID Open
Open
TalkerId string
- Exclude checks
struct field TalkerId should be TalkerID Open
Open
TalkerId string
- Exclude checks
exported type Option should have comment or be unexported Open
Open
type Option func(options *Options)
- Exclude checks
struct field ObjectNonceId should be ObjectNonceID Open
Open
ObjectNonceId struct {
- Exclude checks
exported type IStorage should have comment or be unexported Open
Open
type IStorage interface {
- Exclude checks
exported type NopStorage should have comment or be unexported Open
Open
type NopStorage struct {
- Exclude checks
exported type ContactPayloadFilterFunction should have comment or be unexported Open
Open
type ContactPayloadFilterFunction func(payload *ContactPayload) bool
- Exclude checks
exported type EventRoomInvitePayload should have comment or be unexported Open
Open
type EventRoomInvitePayload struct {
- Exclude checks
struct field RoomId should be RoomID Open
Open
RoomId string
- Exclude checks
exported type ArrayInt should have comment or be unexported Open
Open
type ArrayInt []int
- Exclude checks
exported method ArrayInt.InArray should have comment or be unexported Open
Open
func (a ArrayInt) InArray(i int) bool {
- Exclude checks
struct field ShareUrlOriginal should be ShareURLOriginal Open
Open
ShareUrlOriginal struct {
- Exclude checks