Signed-off-by: Seongmin Lee git@boltless.me
+2
-2
appview/indexer/notifier.go
+2
-2
appview/indexer/notifier.go
······
······
+2
-2
appview/issues/issues.go
+2
-2
appview/issues/issues.go
······
······
+4
-6
appview/notify/db/db.go
+4
-6
appview/notify/db/db.go
··················
···+func (n *databaseNotifier) NewIssueState(ctx context.Context, actor syntax.DID, issue *models.Issue) {·········+func (n *databaseNotifier) NewPullState(ctx context.Context, actor syntax.DID, pull *models.Pull) {······
+4
-4
appview/notify/merged_notifier.go
+4
-4
appview/notify/merged_notifier.go
······
···+func (m *mergedNotifier) NewIssueState(ctx context.Context, actor syntax.DID, issue *models.Issue) {···+func (m *mergedNotifier) NewPullState(ctx context.Context, actor syntax.DID, pull *models.Pull) {
+8
-7
appview/notify/notifier.go
+8
-7
appview/notify/notifier.go
············
············+func (m *BaseNotifier) NewIssueState(ctx context.Context, actor syntax.DID, issue *models.Issue) {}+func (m *BaseNotifier) NewPullState(ctx context.Context, actor syntax.DID, pull *models.Pull) {}
+4
-2
appview/notify/posthog/notifier.go
+4
-2
appview/notify/posthog/notifier.go
············
···+func (n *posthogNotifier) NewIssueState(ctx context.Context, actor syntax.DID, issue *models.Issue) {······+func (n *posthogNotifier) NewPullState(ctx context.Context, actor syntax.DID, pull *models.Pull) {···
+4
-3
appview/pulls/pulls.go
+4
-3
appview/pulls/pulls.go
············
············