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

Method GetUserByUsername

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

Source from the content-addressed store, hash-verified

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)
318 GetUserByUsernameOrEmail(ctx context.Context, lower string) (User, error)
319 // Volumes
320 GetVolumeByID(ctx context.Context, id string) (DockerVolume, error)

Callers 1

GetByUsernameMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected