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

Method GetUserByID

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

Source from the content-addressed store, hash-verified

312 GetUserByDiscordIDOrEmail(ctx context.Context, arg GetUserByDiscordIDOrEmailParams) (User, error)
313 GetUserByEmail(ctx context.Context, lower string) (User, error)
314 GetUserByID(ctx context.Context, id string) (User, error)
315 GetUserByOidcSub(ctx context.Context, oidcSub *string) (User, error)
316 GetUserByOidcSubOrEmail(ctx context.Context, arg GetUserByOidcSubOrEmailParams) (User, error)
317 GetUserByUsername(ctx context.Context, lower string) (User, error)

Callers 1

GetByIDMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected