MCPcopy
hub / github.com/PatchMon/PatchMon / ListRepositories

Method ListRepositories

server-source-code/internal/db/querier.go:392–392  ·  view source on GitHub ↗
(ctx context.Context, arg ListRepositoriesParams)

Source from the content-addressed store, hash-verified

390 ListPatchRunsOrderByStatusDesc(ctx context.Context, arg ListPatchRunsOrderByStatusDescParams) ([]ListPatchRunsOrderByStatusDescRow, error)
391 ListRecentPatchRuns(ctx context.Context, limit int32) ([]ListRecentPatchRunsRow, error)
392 ListRepositories(ctx context.Context, arg ListRepositoriesParams) ([]Repository, error)
393 ListRoles(ctx context.Context) ([]RolePermission, error)
394 ListScheduledReports(ctx context.Context) ([]ScheduledReport, error)
395 ListScheduledReportsDue(ctx context.Context, nextRunAt pgtype.Timestamp) ([]ScheduledReport, error)

Callers 1

ListMethod · 0.65

Implementers 1

Queriesserver-source-code/internal/db/db.go

Calls

no outgoing calls

Tested by

no test coverage detected