Documentation ¶
Index ¶
- func RedirectToAPI(v *models.RedirectURI) *gmodel.RedirectURI
- func SignerToAPI(v *models.Signer) *gmodel.Signer
- func ToAPI(v *models.DeveloperLicense) *gmodel.DeveloperLicense
- type RedirectCursor
- type Repository
- func (r *Repository) GetDeveloperLicenses(ctx context.Context, first *int, after *string, last *int, before *string, ...) (*gmodel.DeveloperLicenseConnection, error)
- func (r *Repository) GetLicense(ctx context.Context, by gmodel.DeveloperLicenseBy) (*gmodel.DeveloperLicense, error)
- func (r *Repository) GetRedirectURIsForLicense(ctx context.Context, obj *gmodel.DeveloperLicense, first *int, after *string, ...) (*gmodel.RedirectURIConnection, error)
- func (r *Repository) GetSignersForLicense(ctx context.Context, obj *gmodel.DeveloperLicense, first *int, after *string, ...) (*gmodel.SignerConnection, error)
- type SignerCursor
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RedirectToAPI ¶
func RedirectToAPI(v *models.RedirectURI) *gmodel.RedirectURI
func ToAPI ¶
func ToAPI(v *models.DeveloperLicense) *gmodel.DeveloperLicense
Types ¶
type RedirectCursor ¶
type Repository ¶
type Repository struct {
*base.Repository
}
func (*Repository) GetDeveloperLicenses ¶
func (r *Repository) GetDeveloperLicenses(ctx context.Context, first *int, after *string, last *int, before *string, filterBy *gmodel.DeveloperLicenseFilterBy) (*gmodel.DeveloperLicenseConnection, error)
func (*Repository) GetLicense ¶ added in v0.3.1
func (r *Repository) GetLicense(ctx context.Context, by gmodel.DeveloperLicenseBy) (*gmodel.DeveloperLicense, error)
func (*Repository) GetRedirectURIsForLicense ¶
func (r *Repository) GetRedirectURIsForLicense(ctx context.Context, obj *gmodel.DeveloperLicense, first *int, after *string, last *int, before *string) (*gmodel.RedirectURIConnection, error)
func (*Repository) GetSignersForLicense ¶
func (r *Repository) GetSignersForLicense(ctx context.Context, obj *gmodel.DeveloperLicense, first *int, after *string, last *int, before *string) (*gmodel.SignerConnection, error)
type SignerCursor ¶
Click to show internal directories.
Click to hide internal directories.