Diffs returns the diffs for the conflict, along with the merged root object if there are no diffs.
(ctx context.Context)
| 45 | GetContainedRootObjectID() RootObjectID |
| 46 | // Diffs returns the diffs for the conflict, along with the merged root object if there are no diffs. |
| 47 | Diffs(ctx context.Context) ([]RootObjectDiff, RootObject, error) |
| 48 | // FieldType returns the type associated with the given field name. Returns nil if the name does not match a field. |
| 49 | FieldType(ctx context.Context, name string) *pgtypes.DoltgresType |
| 50 | } |
no outgoing calls
no test coverage detected