developerlicense

package
v0.4.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 7, 2025 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RedirectToAPI

func RedirectToAPI(v *models.RedirectURI) *gmodel.RedirectURI

func SignerToAPI

func SignerToAPI(v *models.Signer) *gmodel.Signer

Types

type RedirectCursor

type RedirectCursor struct {
	EnabledAt time.Time
	URI       string
}

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 (*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

type SignerCursor struct {
	EnabledAt time.Time
	Signer    [20]byte
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL