(ctx context.Context, name *UnresolvedObjectName)
| 117 | // underlying representation of a user defined type. |
| 118 | type TypeReferenceResolver interface { |
| 119 | ResolveType(ctx context.Context, name *UnresolvedObjectName) (*types.T, error) |
| 120 | ResolveTypeByOID(ctx context.Context, oid oid.Oid) (*types.T, error) |
| 121 | } |
| 122 |
no outgoing calls
no test coverage detected