Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DepsdevCfe ¶
type DepsdevLicense ¶
type Queries ¶
type Queries struct {
// contains filtered or unexported fields
}
func (*Queries) RetrieveLicenseOverview ¶
func (q *Queries) RetrieveLicenseOverview(ctx context.Context, arg RetrieveLicenseOverviewParams) ([]RetrieveLicenseOverviewRow, error)
type RenovateUpdate ¶
type RetrieveLicenseOverviewParams ¶
type RetrieveLicenseOverviewParams struct { Platform string Org string Repo string Owner interface{} }
func NewRetrieveLicenseOverviewParams ¶
func NewRetrieveLicenseOverviewParams(platform, org, repo, owner string) RetrieveLicenseOverviewParams
Click to show internal directories.
Click to hide internal directories.