MCPcopy Create free account
hub / github.com/PatchMon/PatchMon / ListUsers

Method ListUsers

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

Source from the content-addressed store, hash-verified

400 ListTrustedDevicesForUser(ctx context.Context, userID string) ([]UserTrustedDevice, error)
401 ListUpdateHistoryByDateRange(ctx context.Context, arg ListUpdateHistoryByDateRangeParams) ([]UpdateHistory, error)
402 ListUsers(ctx context.Context, arg ListUsersParams) ([]User, error)
403 ListVolumes(ctx context.Context, arg ListVolumesParams) ([]DockerVolume, error)
404 MarkValidationApproved(ctx context.Context, arg MarkValidationApprovedParams) error
405 RevokeAllSessionsForUser(ctx context.Context, userID string) 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