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

Method RevokeSessionByID

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

Source from the content-addressed store, hash-verified

406 RevokeAllSessionsForUserExcept(ctx context.Context, arg RevokeAllSessionsForUserExceptParams) error
407 RevokeAllTrustedDevicesForUser(ctx context.Context, userID string) error
408 RevokeSessionByID(ctx context.Context, arg RevokeSessionByIDParams) error
409 RevokeTrustedDeviceByID(ctx context.Context, arg RevokeTrustedDeviceByIDParams) error
410 SetHostAwaitingPostPatchReport(ctx context.Context, arg SetHostAwaitingPostPatchReportParams) error
411 SetNewsletterSubscribed(ctx context.Context, id string) error

Callers 1

RevokeByIDMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected