wechaty-puppet/schemas/contact.go
struct field Id should be ID Open
Open
Id string
- 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 ContactPayloadFilterFunction should have comment or be unexported Open
Open
type ContactPayloadFilterFunction func(payload *ContactPayload) bool
- Exclude checks
exported const ContactGenderUnknown should have comment (or a comment on this block) or be unexported Open
Open
ContactGenderUnknown ContactGender = 0
- 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
comment on exported type ContactGender should be of the form "ContactGender ..." (with optional leading article) Open
Open
//go:generate stringer -type=ContactGender
- Exclude checks
exported const ContactTypeUnknown should have comment (or a comment on this block) or be unexported Open
Open
ContactTypeUnknown ContactType = 0
- Exclude checks