Polish a little
This commit is contained in:
@@ -8,6 +8,10 @@ import (
|
||||
"heckel.io/ntfy/log"
|
||||
)
|
||||
|
||||
const (
|
||||
rateVisitorExpiryDuration = 12 * time.Hour
|
||||
)
|
||||
|
||||
// topic represents a channel to which subscribers can subscribe, and publishers
|
||||
// can publish a message
|
||||
type topic struct {
|
||||
|
||||
Reference in New Issue
Block a user