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

9 lines
173 B
Go
Raw Normal View History

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