GetUser returns a user's full information from the database Notice this returns a User, which is part of this package. This means that any interface that wants to use GetUser will tie itself to this package. This is often unavoidable for any non-trivial returns, but it's a tradeoff to be aware of
(ctx context.Context, id string)
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected