type NodeExtern … func (eNode *NodeExtern) loadInternalNode(n *node, recursive, sorted bool, clock clockwork.Clock) { … } func (eNode *NodeExtern) Clone() *NodeExtern { … } type NodeExterns … func (ns NodeExterns) Len() int { … } func (ns NodeExterns) Less(i, j int) bool { … } func (ns NodeExterns) Swap(i, j int) { … }