wechaty-puppet/schemas/friendship.go
exported type FriendshipPayload should have comment or be unexported Open
Open
type FriendshipPayload struct {
- Exclude checks
struct field Id should be ID Open
Open
Id string `json:"id"`
- Exclude checks
exported const FriendshipTypeUnknown should have comment (or a comment on this block) or be unexported Open
Open
FriendshipTypeUnknown FriendshipType = 0
- Exclude checks
exported type FriendshipPayloadVerify should have comment or be unexported Open
Open
type FriendshipPayloadVerify struct {
- Exclude checks
comment on exported type FriendshipType should be of the form "FriendshipType ..." (with optional leading article) Open
Open
//go:generate stringer -type=FriendshipType
- Exclude checks
exported type FriendshipPayloadConfirm should have comment or be unexported Open
Open
type FriendshipPayloadConfirm struct {
- Exclude checks
exported type FriendshipSceneType should have comment or be unexported Open
Open
type FriendshipSceneType uint8
- Exclude checks
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
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