mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-05-20 05:48:21 +02:00
Works
This commit is contained in:
parent
3eeeac2c13
commit
346d8d7967
8 changed files with 141 additions and 15 deletions
server
|
@ -11,6 +11,7 @@ type contextKey int
|
|||
const (
|
||||
contextRateVisitor contextKey = iota + 2586
|
||||
contextTopic
|
||||
contextMatrixPushKey
|
||||
)
|
||||
|
||||
func (s *Server) limitRequests(next handleFunc) handleFunc {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue