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

9 lines
164 B
Go
Raw Permalink Normal View History

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