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

9 lines
187 B
Go
Raw Normal View History

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