-
- Downloads
Merge branch 'batchedNotification' into 'release'
Batched notification See merge request elixxir/notifications-bot!18
No related branches found
No related tags found
Showing
- README.md 4 additions, 0 deletionsREADME.md
- cmd/root.go 8 additions, 5 deletionscmd/root.go
- go.mod 1 addition, 1 deletiongo.mod
- go.sum 2 additions, 2 deletionsgo.sum
- notifications/ephemeral_test.go 6 additions, 4 deletionsnotifications/ephemeral_test.go
- notifications/firebase/fcm.go 3 additions, 6 deletionsnotifications/firebase/fcm.go
- notifications/firebase/fcm_test.go 1 addition, 6 deletionsnotifications/firebase/fcm_test.go
- notifications/notifications.go 71 additions, 38 deletionsnotifications/notifications.go
- notifications/notifications_test.go 50 additions, 50 deletionsnotifications/notifications_test.go
- storage/buffer.go 55 additions, 0 deletionsstorage/buffer.go
- storage/storage.go 7 additions, 1 deletionstorage/storage.go
... | @@ -13,7 +13,7 @@ require ( | ... | @@ -13,7 +13,7 @@ require ( |
github.com/spf13/jwalterweatherman v1.1.0 | github.com/spf13/jwalterweatherman v1.1.0 | ||
github.com/spf13/viper v1.7.0 | github.com/spf13/viper v1.7.0 | ||
github.com/stretchr/testify v1.7.0 // indirect | github.com/stretchr/testify v1.7.0 // indirect | ||
gitlab.com/elixxir/comms v0.0.4-0.20211220224127-670d882e4067 | gitlab.com/elixxir/comms v0.0.4-0.20211222154743-2f5bc6365f8d | ||
gitlab.com/elixxir/crypto v0.0.7-0.20211220224022-1f518df56c0f | gitlab.com/elixxir/crypto v0.0.7-0.20211220224022-1f518df56c0f | ||
gitlab.com/xx_network/comms v0.0.4-0.20211220223937-660809b69338 | gitlab.com/xx_network/comms v0.0.4-0.20211220223937-660809b69338 | ||
gitlab.com/xx_network/crypto v0.0.5-0.20211220223913-6088f05a1191 | gitlab.com/xx_network/crypto v0.0.5-0.20211220223913-6088f05a1191 | ||
... | ... |
storage/buffer.go
0 → 100644
Please register or sign in to comment