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

Method GetAlertActionByName

server-source-code/internal/db/querier.go:194–194  ·  view source on GitHub ↗
(ctx context.Context, name string)

Source from the content-addressed store, hash-verified

192 FindValidTrustedDevice(ctx context.Context, arg FindValidTrustedDeviceParams) (UserTrustedDevice, error)
193 GetAcceptedVersionsByUserID(ctx context.Context, userID string) ([]string, error)
194 GetAlertActionByName(ctx context.Context, name string) (AlertAction, error)
195 GetAlertByID(ctx context.Context, id string) (GetAlertByIDRow, error)
196 GetAlertConfigByType(ctx context.Context, alertType string) (GetAlertConfigByTypeRow, error)
197 GetAlertStatsBySeverity(ctx context.Context) ([]GetAlertStatsBySeverityRow, error)

Callers 2

PerformActionMethod · 0.65
BulkActionMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected