Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TheGraphServiceMvp ¶
type TheGraphServiceMvp interface {
GetFranchises() ([]*entity.FranchiseMVP, error)
GetFranchise(franchiseId string) (*entity.FranchiseMVP, error)
GetIpAssets(franchiseId string) ([]*entity.IpAssetMVP, error)
GetIpAsset(franchiseId string, ipAssetId string) (*entity.IpAssetMVP, error)
GetLicenses(franchiseId string, ipAssetId string) ([]*entity.LicenseMVP, error)
GetLicense(licenseId string) (*entity.LicenseMVP, error)
GetCollections(franchiseId string) ([]*entity.CollectionMVP, error)
GetTransactions() ([]*entity.TransactionMVP, error)
GetTransaction(transactionId string) (*entity.TransactionMVP, error)
}
func NewTheGraphServiceMvpImpl ¶
func NewTheGraphServiceMvpImpl(client *graphql.Client) TheGraphServiceMvp
Click to show internal directories.
Click to hide internal directories.