()
| 299 | } |
| 300 | |
| 301 | func (n Node) GetNthConfig() config.Config { |
| 302 | return n.nthConfig |
| 303 | } |
| 304 | |
| 305 | // addLabel will add a label to the node given a label key and value |
| 306 | // Specifying true for the skipExisting parameter will skip adding the label if it already exists |
no outgoing calls