mirror of
https://codeberg.org/superseriousbusiness/gotosocial.git
synced 2024-12-18 15:11:47 +03: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{}
|