go-mstdn/api/v1/accounts/lookup/loader.go

9 lines
178 B
Go
Raw Normal View History

2023-10-01 04:18:05 +00:00
package lookup
import (
"sourcecode.social/reiver/go-mstdn/api/v1"
"sourcecode.social/reiver/go-mstdn/ent"
)
type LoaderFunc func(account *ent.Account, acct string) v1.Error