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

Method GetUserByEmail

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

Source from the content-addressed store, hash-verified

311 GetUserByDiscordID(ctx context.Context, discordID *string) (User, error)
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)

Callers 1

GetByEmailMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected