Signed-off-by: Seongmin Lee git@boltless.me
+3
-2
appview/indexer/notifier.go
+3
-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) {······
+5
-4
appview/notify/merged_notifier.go
+5
-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) {
+10
-9
appview/notify/notifier.go
+10
-9
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) {}
+5
-2
appview/notify/posthog/notifier.go
+5
-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) {···
+5
-3
appview/pulls/pulls.go
+5
-3
appview/pulls/pulls.go
···············
···············