Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ImportOwnershipRows ¶ added in v0.23.1
func SetBulkOwnership ¶ added in v0.18.0
Types ¶
type DistinctProjectsQuerier ¶ added in v0.18.0
type DistinctProjectsQuerier interface {
QueryDistinctProjects(ctx context.Context, db *sql.DB, params queries.DistinctProjectParams) ([]queries.DistinctProject, error)
}
type ImportOwnershipRow ¶ added in v0.23.1
type SetBulkOwnershipParams ¶ added in v0.18.0
type SetBulkOwnershipParams struct { // Platform can be wildcarded such as "*", "renovate-*" or "*tanna*" Platform string // Organisation can be wildcarded such as "*", "renovate-*" or "*tanna*" Organisation string // Repo can be wildcarded such as "*", "renovate-*" or "*tanna*" Repo string OwnerName string Notes string }
Click to show internal directories.
Click to hide internal directories.