Documentation
¶
Overview ¶
Package memory provides an in-memory notify.Store for testing. It is not safe for use across multiple processes; for production multi-instance deployments use notify/redis instead.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
Store is an in-memory notification store for single-instance and testing.
Click to show internal directories.
Click to hide internal directories.