MCPcopy Index your code
hub / github.com/PatchMon/PatchMon / InsertJobHistory

Method InsertJobHistory

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

Source from the content-addressed store, hash-verified

327 InsertHostGroupMembership(ctx context.Context, arg InsertHostGroupMembershipParams) error
328 InsertHostRepository(ctx context.Context, arg InsertHostRepositoryParams) error
329 InsertJobHistory(ctx context.Context, arg InsertJobHistoryParams) error
330 InsertNotificationDeliveryLog(ctx context.Context, arg InsertNotificationDeliveryLogParams) (NotificationDeliveryLog, error)
331 InsertReleaseNotesAcceptance(ctx context.Context, arg InsertReleaseNotesAcceptanceParams) (string, error)
332 InsertScheduledReportRun(ctx context.Context, arg InsertScheduledReportRunParams) (ScheduledReportRun, error)

Callers 6

ProcessTaskMethod · 0.65
sendAgentCommandFunction · 0.65
ProcessTaskMethod · 0.65
ProcessTaskMethod · 0.65
ProcessTaskMethod · 0.65
ProcessTaskMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected