mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-01 15:00:00 +00:00
6 lines
149 B
Go
6 lines
149 B
Go
|
package expctxkeys
|
||
|
|
||
|
// CloseNotifierKey is a context.Context Value key. Its associated value should be a
|
||
|
// Notifier.
|
||
|
type CloseNotifierKey struct{}
|