NestedSort is available starting with 6.1 and will replace NestedFilter and NestedPath.
(nestedSort *NestedSort)
| 559 | // NestedSort is available starting with 6.1 and will replace NestedFilter |
| 560 | // and NestedPath. |
| 561 | func (s *ScriptSort) NestedSort(nestedSort *NestedSort) *ScriptSort { |
| 562 | s.nestedSort = nestedSort |
| 563 | return s |
| 564 | } |
| 565 | |
| 566 | // Source returns the JSON-serializable data. |
| 567 | func (s *ScriptSort) Source() (interface{}, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected