mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-03-03 10:57:51 +01:00
7 lines
177 B
Go
7 lines
177 B
Go
package expctxkeys
|
|
|
|
// ImportResolverKey is a context.Context Value key.
|
|
// Its associated value should be an ImportResolver.
|
|
// See issue 2294.
|
|
type ImportResolverKey struct{}
|