(context.Context, id.Type)
| 60 | // TypeCollection is an interface from the core package, redeclared here to get around import cycles. |
| 61 | type TypeCollection interface { |
| 62 | GetType(context.Context, id.Type) (*DoltgresType, error) |
| 63 | ResolveType(ctx context.Context, name id.Type) (*DoltgresType, error) |
| 64 | WithCachedType(typeToCache *DoltgresType, f func()) |
| 65 | } |
no outgoing calls
no test coverage detected