wechaty-puppet/schemas/events.go
comment on exported type ScanStatus should be of the form "ScanStatus ..." (with optional leading article) Open
Open
//go:generate stringer -type=ScanStatus
- Exclude checks
struct field RoomInvitationId should be RoomInvitationID Open
Open
RoomInvitationId string
- Exclude checks
struct field ContactId should be ContactID Open
Open
ContactId string
- Exclude checks
struct field MessageId should be MessageID Open
Open
MessageId string
- Exclude checks
exported type EventResetPayload should have comment or be unexported Open
Open
type EventResetPayload = BaseEventPayload
- Exclude checks
struct field InviteeIdList should be InviteeIDList Open
Open
InviteeIdList []string
- Exclude checks
struct field InviterId should be InviterID Open
Open
InviterId string
- Exclude checks
struct field RemoveeIdList should be RemoveeIDList Open
Open
RemoveeIdList []string
- Exclude checks
exported type EventDirtyPayload should have comment or be unexported Open
Open
type EventDirtyPayload struct {
- Exclude checks
exported type EventErrorPayload should have comment or be unexported Open
Open
type EventErrorPayload = BaseEventPayload
- 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 type EventRoomInvitePayload should have comment or be unexported Open
Open
type EventRoomInvitePayload struct {
- Exclude checks
exported const ScanStatusUnknown should have comment (or a comment on this block) or be unexported Open
Open
ScanStatusUnknown ScanStatus = 0
- Exclude checks
exported type EventDongPayload should have comment or be unexported Open
Open
type EventDongPayload = BaseEventPayload
- Exclude checks
exported type EventLogoutPayload should have comment or be unexported Open
Open
type EventLogoutPayload struct {
- Exclude checks
struct field RemoverId should be RemoverID Open
Open
RemoverId string
- Exclude checks
struct field RoomId should be RoomID Open
Open
RoomId string
- Exclude checks
struct field PayloadId should be PayloadID Open
Open
PayloadId string
- Exclude checks
exported type EventReadyPayload should have comment or be unexported Open
Open
type EventReadyPayload = BaseEventPayload
- 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 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
exported type EventRoomLeavePayload should have comment or be unexported Open
Open
type EventRoomLeavePayload struct {
- Exclude checks
exported type BaseEventPayload should have comment or be unexported Open
Open
type BaseEventPayload struct {
- Exclude checks
struct field RoomId should be RoomID Open
Open
RoomId string
- Exclude checks
exported type EventScanPayload should have comment or be unexported Open
Open
type EventScanPayload struct {
- Exclude checks
struct field ContactId should be ContactID Open
Open
ContactId string
- Exclude checks
exported type EventLoginPayload should have comment or be unexported Open
Open
type EventLoginPayload struct {
- Exclude checks