mirror of
https://github.com/taigrr/yq
synced 2025-01-18 04:53:17 -08:00
9 lines
218 B
Go
9 lines
218 B
Go
package treeops
|
|
|
|
import "container/list"
|
|
|
|
func CollectObjectOperator(d *dataTreeNavigator, matchMap *list.List, pathNode *PathTreeNode) (*list.List, error) {
|
|
log.Debugf("-- collectObjectOperation")
|
|
return nil, nil
|
|
}
|