remind

package
v0.0.0-...-9d2f815 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 10, 2023 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New() *remindSubject

Types

type CommentObs

type CommentObs struct {
	Sender    uint64
	TopicID   uint64
	CommentId uint64
}

CommentObs 评论话题提醒

func (*CommentObs) Update

func (o *CommentObs) Update()

Update 评论话题提醒

type FollowObs

type FollowObs struct {
	Sender   uint64
	Receiver uint64
}

FollowObs 关注提醒

func (*FollowObs) Update

func (o *FollowObs) Update()

Update 回复评论提醒

type LikeObs

type LikeObs struct {
	SourceID   uint64
	SourceType string
	Sender     uint64
	Receiver   uint64
}

LikeObs 点赞提醒

func (*LikeObs) Update

func (o *LikeObs) Update()

Update 点赞提醒

type ReplyObs

type ReplyObs struct {
	Sender    uint64
	Receiver  uint64
	TopicID   uint64
	CommentId uint64
}

ReplyObs 回复评论提醒

func (*ReplyObs) Update

func (o *ReplyObs) Update()

Update 回复评论提醒

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL