- Updated the TraceNode structure to allow multiple parent IDs, facilitating implicit joins in trace management. - Enhanced the TraceNodeOption to include a type field for better categorization of nodes. - Refactored related methods in the trace manager and node handling to accommodate the new parent structure and type field. - Improved test coverage for trace node creation and retrieval, ensuring robust handling of the new multi-parent functionality. |
||
|---|---|---|
| .. | ||
| jsapi.go | ||
| jsapi_test.go | ||
| node.go | ||
| space.go | ||
| trace.go | ||