()
| 76 | } |
| 77 | |
| 78 | func (c *oauthClientClient) GetClient() *ent.Client { |
| 79 | return c.client |
| 80 | } |
| 81 | |
| 82 | func (c *oauthClientClient) GetByGUID(ctx context.Context, guid string) (*ent.OAuthClient, error) { |
| 83 | return c.client.OAuthClient.Query(). |
nothing calls this directly
no outgoing calls
no test coverage detected