mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-23 04:06:39 +00: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{}
|