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

Method UpdatePassword

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

Source from the content-addressed store, hash-verified

446 UpdateNotificationDestination(ctx context.Context, arg UpdateNotificationDestinationParams) (NotificationDestination, error)
447 UpdateNotificationRoute(ctx context.Context, arg UpdateNotificationRouteParams) (NotificationRoute, error)
448 UpdatePassword(ctx context.Context, arg UpdatePasswordParams) error
449 UpdatePatchPolicy(ctx context.Context, arg UpdatePatchPolicyParams) error
450 // Terminal cancelled state when a running patch is stopped via patch_run_stop.
451 // Replaces shell_output with the full captured output so rollback/cleanup text is preserved.

Callers 3

UpdatePasswordMethod · 0.65
ResetPasswordMethod · 0.65
ChangePasswordMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected