This commit is contained in:
wangchuxiao
2023-02-22 19:51:14 +08:00
parent 2b38381296
commit 94d50a6c71
31 changed files with 500 additions and 602 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package push
import "context"
type OfflinePusher interface {
Push(ctx context.Context, userIDs []string, title, content, opts *Opts) error
Push(ctx context.Context, userIDs []string, title, content string, opts *Opts) error
}
type Opts struct {