(ctx context.Context, name id.Type)
| 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 | } |
| 66 |
no outgoing calls
no test coverage detected